I'm sure some will have an issue with the technical aspects of the following explanation, but I believe that it should intuitively help.
One way to think about the area under a curve (and the definite integral), is to picture a vertical line from the horizontal axis to the graph of your function. Starting at say $x=0$, picture this line moving to the right. As it does, and its height changes, it will touch along the way a set of points in the plane (shaded below). Perhaps think about this line as being covered in paint, and as it moves along it paints the area under the curve.

You can view the definite integral $$\int_0^xf(t)dt$$ as suggesting the motion of this line of changing height on the horizontal axis from 0 to $x$ and giving you the area of the region that it "paints".
The same thought process works for other shapes. Consider a square centered at the origin.

The perimeter of this square is $8x$. Think of $x$ starting at zero and increasing. As the square increases in size, its perimeter will also "paint" a collection of points in the plane, and we can think about the area of the square as being the painted points. In the same vein as above, the integral $$\int_0^x8tdt=4x^2$$ suggests the painting of these points and gives us the area of the resulting collection of painted points (you can easily see that $4x^2$ is the area of the shaded square).
Likewise for a circle when integrating the circumference gives the area: $$\int_0^r2\pi tdt=\pi r^2$$
Three dimensional shapes are a little harder to picture (and definitely harder to draw), but you can think about them in the same way. Extending the square example to a cube, we can now think about the faces of the cube (its surface area) as "painting" a volume of points. Consider a cube centered at the origin, with the horizontal axis going through the center of opposing faces. The surface area of such a cube is $24t^2$ (check) when it has "radius" $t$. Integrating $$\int_0^x24t^2dt=8x^3$$ gives the volume of points touched by the faces of the cube as it expands from radius 0 to radius $x$.
Hopefully, by using the same sort of thought process on a sphere, you'll find that it makes a little more intuitive sense that the integral of its surface area gives us its volume.