Hi,
You might have chosen a more meaningful topic title than "quick one" which is rather cryptic...
In FreeCAD, an svg file import will create path objects in the Project tree. If your profile to extrude contains multiple paths you'll need to join them to create a face. One way is through the Draft Upgrade tool. Another is using Part's Shape Builder, selecting "face from edges".
If your profile is a single path object, this is unnecessary. Use Part Extrude with the "create solid" option ticked.
Please note that sometimes there are problems if the segments in the svg are not exactly joined together (CAD can be unforgiving!), in such cases you won't be able to create a face.
Also, to get a solid you need to have an outer perimeter that is not intersected by other segments. For example, a rectangle crossed by a diagonal line cannot extrude a solid.
Finally, the Part Extrude tool cannot deal with multiple closed profiles. For example, if a circle is within a rectangle. Then you need to extrude them separately, and apply a boolean cut to get a solid box with a hole in it.