Dc Flag Icon
Free SVG icon from the Govicons collection. Download or copy for use in any project.
The Dc Flag icon is commonly used in language pickers, country selectors and geolocation features. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/304777.svg" alt="Dc Flag icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/304777.svg" alt="Dc Flag icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/304777.svg" alt="Dc Flag icon" :width="24" :height="24" />
CSS background
.icon-dc-flag {
background-image: url('https://proicons.com/icon/304777.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 56"><title>dc-flag</title><polygon points="19.34 7.13 20.57 10.99 24.6 10.98 21.34 13.35 22.6 17.21 19.34 14.83 16.07 17.21 17.32 13.38 14.07 11.01 18.07 11.01 19.34 7.13"/><polygon points="36 7.13 37.24 10.99 41.26 10.98 38 13.35 39.26 17.21 36 14.83 32.74 17.21 33.98 13.38 30.74 11.01 34.74 11.01 36 7.13"/><polygon points="52.74 7.13 53.98 10.99 58.01 10.98 54.74 13.35 56.01 17.21 52.74 14.83 49.48 17.21 50.72 13.38 47.48 11.01 51.48 11.01 52.74 7.13"/><rect x="8.22" y="21" width="55.56" height="11.2"/><rect x="8.22" y="37.67" width="55.56" height="11.2"/></svg>
Copied!