SVG
A vector image format that stays sharp at any size.
An SVG stores the shapes and text of a stamp rather than a grid of pixels, so it can be scaled to any size without blurring. That makes it the right format for print and for design tools.
A PNG is the right format for dropping onto a document, because every application can display one.
Related terms
- Transparent PNG: An image with no background, so whatever is underneath shows through.