flag checkered icon
flag-checkered-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- flag-checkered-bold
- Set
- Phosphor
- Style
- Bold
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Related icons in Phosphor
Use the flag checkered icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M229 45a12 12 0 0 0-12.85 1.84c-24.71 21.41-44.53 13.31-74.82-1.68c-28.14-13.89-63.16-31.22-101.19 1.72A12 12 0 0 0 36 56v168a12 12 0 0 0 24 0v-42.29c22.84-17.13 42.1-9.11 70.68 5c16.23 8 34.74 17.2 54.8 17.2c14.72 0 30.28-4.94 46.38-18.88A12 12 0 0 0 236 176V56a12 12 0 0 0-7-11m-43.52 38.91A63 63 0 0 0 212 78.08v32.15c-11 8.26-21.2 10.67-32 9.37V83.66c1.81.15 3.64.25 5.48.25M156 78.08v34.09c-4.64-2-9.5-4.4-14.68-7A255 255 0 0 0 116 93.83V59.75c4.64 2 9.5 4.4 14.68 7A253 253 0 0 0 156 78.08M92 52.32v35.92a63.33 63.33 0 0 0-32 5.61V61.68C71 53.42 81.2 51 92 52.32M86.52 148A63 63 0 0 0 60 153.86V121.7c11-8.25 21.2-10.66 32-9.36v35.94c-1.81-.15-3.64-.28-5.48-.28m29.48 5.86v-34.09c4.64 2 9.5 4.4 14.68 7A253 253 0 0 0 156 138.1v34.09c-4.64-2.05-9.5-4.4-14.68-7A251 251 0 0 0 116 153.86m64 25.76v-35.94c1.81.14 3.64.24 5.48.24a62.85 62.85 0 0 0 26.52-5.85v32.19c-11 8.26-21.2 10.66-32 9.36"/></svg>
React
import type { SVGProps } from "react";
export function PhFlagCheckeredBold(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M229 45a12 12 0 0 0-12.85 1.84c-24.71 21.41-44.53 13.31-74.82-1.68c-28.14-13.89-63.16-31.22-101.19 1.72A12 12 0 0 0 36 56v168a12 12 0 0 0 24 0v-42.29c22.84-17.13 42.1-9.11 70.68 5c16.23 8 34.74 17.2 54.8 17.2c14.72 0 30.28-4.94 46.38-18.88A12 12 0 0 0 236 176V56a12 12 0 0 0-7-11m-43.52 38.91A63 63 0 0 0 212 78.08v32.15c-11 8.26-21.2 10.67-32 9.37V83.66c1.81.15 3.64.25 5.48.25M156 78.08v34.09c-4.64-2-9.5-4.4-14.68-7A255 255 0 0 0 116 93.83V59.75c4.64 2 9.5 4.4 14.68 7A253 253 0 0 0 156 78.08M92 52.32v35.92a63.33 63.33 0 0 0-32 5.61V61.68C71 53.42 81.2 51 92 52.32M86.52 148A63 63 0 0 0 60 153.86V121.7c11-8.25 21.2-10.66 32-9.36v35.94c-1.81-.15-3.64-.28-5.48-.28m29.48 5.86v-34.09c4.64 2 9.5 4.4 14.68 7A253 253 0 0 0 156 138.1v34.09c-4.64-2.05-9.5-4.4-14.68-7A251 251 0 0 0 116 153.86m64 25.76v-35.94c1.81.14 3.64.24 5.48.24a62.85 62.85 0 0 0 26.52-5.85v32.19c-11 8.26-21.2 10.66-32 9.36"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M229 45a12 12 0 0 0-12.85 1.84c-24.71 21.41-44.53 13.31-74.82-1.68c-28.14-13.89-63.16-31.22-101.19 1.72A12 12 0 0 0 36 56v168a12 12 0 0 0 24 0v-42.29c22.84-17.13 42.1-9.11 70.68 5c16.23 8 34.74 17.2 54.8 17.2c14.72 0 30.28-4.94 46.38-18.88A12 12 0 0 0 236 176V56a12 12 0 0 0-7-11m-43.52 38.91A63 63 0 0 0 212 78.08v32.15c-11 8.26-21.2 10.67-32 9.37V83.66c1.81.15 3.64.25 5.48.25M156 78.08v34.09c-4.64-2-9.5-4.4-14.68-7A255 255 0 0 0 116 93.83V59.75c4.64 2 9.5 4.4 14.68 7A253 253 0 0 0 156 78.08M92 52.32v35.92a63.33 63.33 0 0 0-32 5.61V61.68C71 53.42 81.2 51 92 52.32M86.52 148A63 63 0 0 0 60 153.86V121.7c11-8.25 21.2-10.66 32-9.36v35.94c-1.81-.15-3.64-.28-5.48-.28m29.48 5.86v-34.09c4.64 2 9.5 4.4 14.68 7A253 253 0 0 0 156 138.1v34.09c-4.64-2.05-9.5-4.4-14.68-7A251 251 0 0 0 116 153.86m64 25.76v-35.94c1.81.14 3.64.24 5.48.24a62.85 62.85 0 0 0 26.52-5.85v32.19c-11 8.26-21.2 10.66-32 9.36"/></svg> </template>
CSS
.icon-flag-checkered-bold {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M229%2045a12%2012%200%200%200-12.85%201.84c-24.71%2021.41-44.53%2013.31-74.82-1.68c-28.14-13.89-63.16-31.22-101.19%201.72A12%2012%200%200%200%2036%2056v168a12%2012%200%200%200%2024%200v-42.29c22.84-17.13%2042.1-9.11%2070.68%205c16.23%208%2034.74%2017.2%2054.8%2017.2c14.72%200%2030.28-4.94%2046.38-18.88A12%2012%200%200%200%20236%20176V56a12%2012%200%200%200-7-11m-43.52%2038.91A63%2063%200%200%200%20212%2078.08v32.15c-11%208.26-21.2%2010.67-32%209.37V83.66c1.81.15%203.64.25%205.48.25M156%2078.08v34.09c-4.64-2-9.5-4.4-14.68-7A255%20255%200%200%200%20116%2093.83V59.75c4.64%202%209.5%204.4%2014.68%207A253%20253%200%200%200%20156%2078.08M92%2052.32v35.92a63.33%2063.33%200%200%200-32%205.61V61.68C71%2053.42%2081.2%2051%2092%2052.32M86.52%20148A63%2063%200%200%200%2060%20153.86V121.7c11-8.25%2021.2-10.66%2032-9.36v35.94c-1.81-.15-3.64-.28-5.48-.28m29.48%205.86v-34.09c4.64%202%209.5%204.4%2014.68%207A253%20253%200%200%200%20156%20138.1v34.09c-4.64-2.05-9.5-4.4-14.68-7A251%20251%200%200%200%20116%20153.86m64%2025.76v-35.94c1.81.14%203.64.24%205.48.24a62.85%2062.85%200%200%200%2026.52-5.85v32.19c-11%208.26-21.2%2010.66-32%209.36%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M229%2045a12%2012%200%200%200-12.85%201.84c-24.71%2021.41-44.53%2013.31-74.82-1.68c-28.14-13.89-63.16-31.22-101.19%201.72A12%2012%200%200%200%2036%2056v168a12%2012%200%200%200%2024%200v-42.29c22.84-17.13%2042.1-9.11%2070.68%205c16.23%208%2034.74%2017.2%2054.8%2017.2c14.72%200%2030.28-4.94%2046.38-18.88A12%2012%200%200%200%20236%20176V56a12%2012%200%200%200-7-11m-43.52%2038.91A63%2063%200%200%200%20212%2078.08v32.15c-11%208.26-21.2%2010.67-32%209.37V83.66c1.81.15%203.64.25%205.48.25M156%2078.08v34.09c-4.64-2-9.5-4.4-14.68-7A255%20255%200%200%200%20116%2093.83V59.75c4.64%202%209.5%204.4%2014.68%207A253%20253%200%200%200%20156%2078.08M92%2052.32v35.92a63.33%2063.33%200%200%200-32%205.61V61.68C71%2053.42%2081.2%2051%2092%2052.32M86.52%20148A63%2063%200%200%200%2060%20153.86V121.7c11-8.25%2021.2-10.66%2032-9.36v35.94c-1.81-.15-3.64-.28-5.48-.28m29.48%205.86v-34.09c4.64%202%209.5%204.4%2014.68%207A253%20253%200%200%200%20156%20138.1v34.09c-4.64-2.05-9.5-4.4-14.68-7A251%20251%200%200%200%20116%20153.86m64%2025.76v-35.94c1.81.14%203.64.24%205.48.24a62.85%2062.85%200%200%200%2026.52-5.85v32.19c-11%208.26-21.2%2010.66-32%209.36%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/flag-checkered-bold.svg?color=%231a73e8&size=48