Standard deviation is defined as the square root of the variance.
$$\sigma_X = \sqrt{\sigma_X^2}$$
Variance is defined as follows:
$$\text{Var}(x) = \sigma_X^2 = \mathbb{E}\left[\left(X - \mu_X\right)^2\right]$$
That is, it's a measure of how much of a spread exists between the data $X$ and its mean $\mu_X$.
This is it's precise definition. Intuitively, we say that if the standard deviation is small then the data is not spread very much, and if the standard deviation is large, then the data is spread a lot.
If we further know that the distribution is Gaussian (a.k.a. normal) then we can make precise statements about how much data falls within so many standard deviations.