ios flag icon
ios-flag-outline from IonIcons by Ben Sperry · Outline · MIT Free for personal and commercial use.
- Name
- ios-flag-outline
- Set
- IonIcons
- Style
- Outline
- Viewbox
- 512×512
- License
- MIT
1 other variant in IonIcons
Related icons in IonIcons
ios-addios-add-circleios-airplaneios-alarmios-albumsios-alertios-american-footballios-americanfootballios-analyticsios-apertureios-appsios-appstoreios-archiveios-arrow-backios-arrow-downios-arrow-dropdownios-arrow-dropdown-circleios-arrow-dropleftios-arrow-dropleft-circleios-arrow-droprightios-arrow-dropright-circleios-arrow-dropupios-arrow-dropup-circleios-arrow-forward
Use the ios flag icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M368 112c-11 1.4-24.9 3.5-39.7 3.5-23.1 0-44-5.7-65.2-10.2-21.5-4.6-43.7-9.3-67.2-9.3-46.9 0-62.8 10.1-64.4 11.2l-3.4 2.4V416h16V272.7c6-2.5 21.8-6.9 51.9-6.9 21.8 0 42.2 8.3 63.9 13 22 4.7 44.8 9.6 69.5 9.6 14.7 0 27.7-2 38.7-3.3 6-.7 11.3-1.4 16-2.2V109.5c-4.7.9-10.1 1.7-16.1 2.5zm0 157c-11 1.4-23.9 3.5-38.7 3.5-23.1 0-45-4.7-66.2-9.2-21.5-4.6-43.6-13.3-67.1-13.3-25.7 0-41.9 3-51.9 6V118.7c6-2.5 21.9-6.8 51.9-6.8 21.8 0 42.2 4.3 63.9 9 22 4.7 43.8 10.6 68.5 10.6 14.7 0 28.7-2 39.7-3.3L368 269z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonIosFlagOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M368 112c-11 1.4-24.9 3.5-39.7 3.5-23.1 0-44-5.7-65.2-10.2-21.5-4.6-43.7-9.3-67.2-9.3-46.9 0-62.8 10.1-64.4 11.2l-3.4 2.4V416h16V272.7c6-2.5 21.8-6.9 51.9-6.9 21.8 0 42.2 8.3 63.9 13 22 4.7 44.8 9.6 69.5 9.6 14.7 0 27.7-2 38.7-3.3 6-.7 11.3-1.4 16-2.2V109.5c-4.7.9-10.1 1.7-16.1 2.5zm0 157c-11 1.4-23.9 3.5-38.7 3.5-23.1 0-45-4.7-66.2-9.2-21.5-4.6-43.6-13.3-67.1-13.3-25.7 0-41.9 3-51.9 6V118.7c6-2.5 21.9-6.8 51.9-6.8 21.8 0 42.2 4.3 63.9 9 22 4.7 43.8 10.6 68.5 10.6 14.7 0 28.7-2 39.7-3.3L368 269z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M368 112c-11 1.4-24.9 3.5-39.7 3.5-23.1 0-44-5.7-65.2-10.2-21.5-4.6-43.7-9.3-67.2-9.3-46.9 0-62.8 10.1-64.4 11.2l-3.4 2.4V416h16V272.7c6-2.5 21.8-6.9 51.9-6.9 21.8 0 42.2 8.3 63.9 13 22 4.7 44.8 9.6 69.5 9.6 14.7 0 27.7-2 38.7-3.3 6-.7 11.3-1.4 16-2.2V109.5c-4.7.9-10.1 1.7-16.1 2.5zm0 157c-11 1.4-23.9 3.5-38.7 3.5-23.1 0-45-4.7-66.2-9.2-21.5-4.6-43.6-13.3-67.1-13.3-25.7 0-41.9 3-51.9 6V118.7c6-2.5 21.9-6.8 51.9-6.8 21.8 0 42.2 4.3 63.9 9 22 4.7 43.8 10.6 68.5 10.6 14.7 0 28.7-2 39.7-3.3L368 269z" fill="currentColor"/></svg> </template>
CSS
.icon-ios-flag-outline {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20d%3D%22M368%20112c-11%201.4-24.9%203.5-39.7%203.5-23.1%200-44-5.7-65.2-10.2-21.5-4.6-43.7-9.3-67.2-9.3-46.9%200-62.8%2010.1-64.4%2011.2l-3.4%202.4V416h16V272.7c6-2.5%2021.8-6.9%2051.9-6.9%2021.8%200%2042.2%208.3%2063.9%2013%2022%204.7%2044.8%209.6%2069.5%209.6%2014.7%200%2027.7-2%2038.7-3.3%206-.7%2011.3-1.4%2016-2.2V109.5c-4.7.9-10.1%201.7-16.1%202.5zm0%20157c-11%201.4-23.9%203.5-38.7%203.5-23.1%200-45-4.7-66.2-9.2-21.5-4.6-43.6-13.3-67.1-13.3-25.7%200-41.9%203-51.9%206V118.7c6-2.5%2021.9-6.8%2051.9-6.8%2021.8%200%2042.2%204.3%2063.9%209%2022%204.7%2043.8%2010.6%2068.5%2010.6%2014.7%200%2028.7-2%2039.7-3.3L368%20269z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20d%3D%22M368%20112c-11%201.4-24.9%203.5-39.7%203.5-23.1%200-44-5.7-65.2-10.2-21.5-4.6-43.7-9.3-67.2-9.3-46.9%200-62.8%2010.1-64.4%2011.2l-3.4%202.4V416h16V272.7c6-2.5%2021.8-6.9%2051.9-6.9%2021.8%200%2042.2%208.3%2063.9%2013%2022%204.7%2044.8%209.6%2069.5%209.6%2014.7%200%2027.7-2%2038.7-3.3%206-.7%2011.3-1.4%2016-2.2V109.5c-4.7.9-10.1%201.7-16.1%202.5zm0%20157c-11%201.4-23.9%203.5-38.7%203.5-23.1%200-45-4.7-66.2-9.2-21.5-4.6-43.6-13.3-67.1-13.3-25.7%200-41.9%203-51.9%206V118.7c6-2.5%2021.9-6.8%2051.9-6.8%2021.8%200%2042.2%204.3%2063.9%209%2022%204.7%2043.8%2010.6%2068.5%2010.6%2014.7%200%2028.7-2%2039.7-3.3L368%20269z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/ios-flag-outline.svg?color=%231a73e8&size=48