How to use?
×
1. Use as SVG Sprite
SVG Sprite method is recommended when you're using multiple icons on the same page.
The sprite will be downloaded once, and URL fragments can be used to refer to
different parts of the sprite.
<img src="//s.svgbox.net/flags-ld.svg#">
2. Use a single icon
Only the icon mentioned is downloaded. Smaller download size, but multiple icons =
multiple downloads.
<img src="//s.svgbox.net/flags-ld.svg?ic=">