Flags Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Flags icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/340493.svg" alt="Flags icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340493.svg" alt="Flags icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340493.svg" alt="Flags icon" :width="24" :height="24" />
CSS background
.icon-flags {
background-image: url('https://proicons.com/icon/340493.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m5,28.6044c13.1678,7.6846,25.3524-7.9711,37.9987-.0964"/><path class="c" d="m5.0001,19.5866c13.1683,7.6848,25.3532-7.9721,37.9999-.0956"/><path class="c" d="m5,10.5688c13.168,7.6847,25.3526-7.9714,37.9991-.0961h-.0004v27.0534h.0004c-12.6465-7.8752-24.8311,7.7809-37.9991.0961h0V10.5688h0Z"/></svg>
Copied!