Emoji Flag Star Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Flag Star 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/325305.svg" alt="Emoji Flag Star icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325305.svg" alt="Emoji Flag Star icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325305.svg" alt="Emoji Flag Star icon" :width="24" :height="24" />
CSS background
.icon-emoji-flag-star {
background-image: url('https://proicons.com/icon/325305.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m43.5,11.8804c-2.4587-.6359-4.875-1.2717-9.75-1.2717-8.4783,0-11.0217,2.5435-19.5,2.5435-4.875,0-7.3337-.6359-9.75-1.2717v24.2392c2.4163.6359,4.875,1.2717,9.75,1.2717,8.4783,0,11.0217-2.5435,19.5-2.5435,4.875,0,7.2913.6359,9.75,1.2717V11.8804Z"/><line class="b" x1="17.2548" y1="23.3074" x2="22.4077" y2="22.3988"/><line class="b" x1="25.5923" y1="21.8373" x2="30.7452" y2="20.9287"/><line class="b" x1="19.8312" y1="30.7826" x2="21.4236" y2="25.6012"/><line class="b" x1="26.5764" y1="24.6926" x2="28.1688" y2="29.3125"/><line class="b" x1="24" y1="17.2174" x2="25.5923" y2="21.8373"/><line class="b" x1="22.4077" y1="22.3988" x2="24" y2="17.2174"/><line class="b" x1="21.4236" y1="25.6012" x2="17.2548" y2="23.3074"/><line class="b" x1="30.7452" y1="20.9287" x2="26.5764" y2="24.6926"/><line class="b" x1="24" y1="27.0188" x2="19.8312" y2="30.7826"/><line class="b" x1="28.1688" y1="29.3125" x2="24" y2="27.0188"/></svg>
Copied!