Racing Flag Alt Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Racing Flag Alt 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/306308.svg" alt="Racing Flag Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306308.svg" alt="Racing Flag Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306308.svg" alt="Racing Flag Alt icon" :width="24" :height="24" />
CSS background
.icon-racing-flag-alt {
background-image: url('https://proicons.com/icon/306308.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M963 0l-64 55s-93 76-186 76c-42 0-76-17-118-34-47-21-102-50-182-50C184 46 53 186 45 195l-13 12 220 618 62 175 80-28-75-212c35-29 109-83 183-83 63 0 101 13 135 21 34 9 68 21 119 21 101 0 186-46 190-46l21-13-4-660zM751 639c-18 0-33-2-48-5l-32-139c-43-13-106-34-135-34l38 141c-23-3-49-5-81-5-27 0-53 5-78 13l-53-136c-42 17-87 50-117 75l-68-193c62-47 122-68 122-68l-53-132c46-19 103-33 171-33 11 0 22 1 32 2l36 137c38 0 144 51 144 51l-31-133c35 15 71 27 120 27 19 0 38-3 57-7l10 134s45-12 102-48v179c-47 21-89 30-89 30l10 138c-18 3-37 6-57 6zM451 262h34l51 195s-38-4-77-4c-38 0-93 21-93 21l-72-182s72-30 157-30zm275 81c34 0 59-9 59-9l13 161s-34 4-63 4l-68-8-38-174s50 26 97 26z"/></svg>
Copied!