flag checkered icon
flag-checkered-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- flag-checkered-thin
- Set
- Phosphor
- Style
- Thin
- 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="M225.66 52.44a4 4 0 0 0-4.28.61c-30 26-56 13.08-83.61-.56c-28.7-14.2-58.38-28.88-92.39.56a4 4 0 0 0-1.38 3V224a4 4 0 0 0 8 0v-46.13c29.41-24.39 55.08-11.69 82.23 1.74c28.7 14.19 58.38 28.88 92.39-.56a4 4 0 0 0 1.38-3v-120a4 4 0 0 0-2.34-3.61M220 64.32v49.88c-16.91 14-32.58 15.79-48 12.2V74.67c15.24 3.23 31.09 1.7 48-10.35m-56 8.23v51.54c-8.7-3-17.39-7.25-26.23-11.62c-9.76-4.84-19.64-9.72-29.77-12.91V48c8.7 3 17.39 7.25 26.23 11.62c9.77 4.87 19.64 9.75 29.77 12.93m-64-26.82v51.71c-15.24-3.23-31.09-1.69-48 10.37V57.93c16.91-14.03 32.58-15.78 48-12.2M52 167.78V117.9c16.91-14 32.58-15.79 48-12.2v51.72A64.5 64.5 0 0 0 86.64 156C75.52 156 64 159.2 52 167.78m56-8.23V108c8.71 3 17.39 7.25 26.23 11.62c9.76 4.83 19.64 9.71 29.77 12.89v51.54c-8.71-3-17.39-7.25-26.23-11.62c-9.77-4.82-19.64-9.7-29.77-12.88m64 26.82v-51.72a64.5 64.5 0 0 0 13.36 1.47c11.12 0 22.61-3.27 34.64-11.85v49.9c-16.91 14.02-32.58 15.83-48 12.2"/></svg>
React
import type { SVGProps } from "react";
export function PhFlagCheckeredThin(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="M225.66 52.44a4 4 0 0 0-4.28.61c-30 26-56 13.08-83.61-.56c-28.7-14.2-58.38-28.88-92.39.56a4 4 0 0 0-1.38 3V224a4 4 0 0 0 8 0v-46.13c29.41-24.39 55.08-11.69 82.23 1.74c28.7 14.19 58.38 28.88 92.39-.56a4 4 0 0 0 1.38-3v-120a4 4 0 0 0-2.34-3.61M220 64.32v49.88c-16.91 14-32.58 15.79-48 12.2V74.67c15.24 3.23 31.09 1.7 48-10.35m-56 8.23v51.54c-8.7-3-17.39-7.25-26.23-11.62c-9.76-4.84-19.64-9.72-29.77-12.91V48c8.7 3 17.39 7.25 26.23 11.62c9.77 4.87 19.64 9.75 29.77 12.93m-64-26.82v51.71c-15.24-3.23-31.09-1.69-48 10.37V57.93c16.91-14.03 32.58-15.78 48-12.2M52 167.78V117.9c16.91-14 32.58-15.79 48-12.2v51.72A64.5 64.5 0 0 0 86.64 156C75.52 156 64 159.2 52 167.78m56-8.23V108c8.71 3 17.39 7.25 26.23 11.62c9.76 4.83 19.64 9.71 29.77 12.89v51.54c-8.71-3-17.39-7.25-26.23-11.62c-9.77-4.82-19.64-9.7-29.77-12.88m64 26.82v-51.72a64.5 64.5 0 0 0 13.36 1.47c11.12 0 22.61-3.27 34.64-11.85v49.9c-16.91 14.02-32.58 15.83-48 12.2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M225.66 52.44a4 4 0 0 0-4.28.61c-30 26-56 13.08-83.61-.56c-28.7-14.2-58.38-28.88-92.39.56a4 4 0 0 0-1.38 3V224a4 4 0 0 0 8 0v-46.13c29.41-24.39 55.08-11.69 82.23 1.74c28.7 14.19 58.38 28.88 92.39-.56a4 4 0 0 0 1.38-3v-120a4 4 0 0 0-2.34-3.61M220 64.32v49.88c-16.91 14-32.58 15.79-48 12.2V74.67c15.24 3.23 31.09 1.7 48-10.35m-56 8.23v51.54c-8.7-3-17.39-7.25-26.23-11.62c-9.76-4.84-19.64-9.72-29.77-12.91V48c8.7 3 17.39 7.25 26.23 11.62c9.77 4.87 19.64 9.75 29.77 12.93m-64-26.82v51.71c-15.24-3.23-31.09-1.69-48 10.37V57.93c16.91-14.03 32.58-15.78 48-12.2M52 167.78V117.9c16.91-14 32.58-15.79 48-12.2v51.72A64.5 64.5 0 0 0 86.64 156C75.52 156 64 159.2 52 167.78m56-8.23V108c8.71 3 17.39 7.25 26.23 11.62c9.76 4.83 19.64 9.71 29.77 12.89v51.54c-8.71-3-17.39-7.25-26.23-11.62c-9.77-4.82-19.64-9.7-29.77-12.88m64 26.82v-51.72a64.5 64.5 0 0 0 13.36 1.47c11.12 0 22.61-3.27 34.64-11.85v49.9c-16.91 14.02-32.58 15.83-48 12.2"/></svg> </template>
CSS
.icon-flag-checkered-thin {
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%22M225.66%2052.44a4%204%200%200%200-4.28.61c-30%2026-56%2013.08-83.61-.56c-28.7-14.2-58.38-28.88-92.39.56a4%204%200%200%200-1.38%203V224a4%204%200%200%200%208%200v-46.13c29.41-24.39%2055.08-11.69%2082.23%201.74c28.7%2014.19%2058.38%2028.88%2092.39-.56a4%204%200%200%200%201.38-3v-120a4%204%200%200%200-2.34-3.61M220%2064.32v49.88c-16.91%2014-32.58%2015.79-48%2012.2V74.67c15.24%203.23%2031.09%201.7%2048-10.35m-56%208.23v51.54c-8.7-3-17.39-7.25-26.23-11.62c-9.76-4.84-19.64-9.72-29.77-12.91V48c8.7%203%2017.39%207.25%2026.23%2011.62c9.77%204.87%2019.64%209.75%2029.77%2012.93m-64-26.82v51.71c-15.24-3.23-31.09-1.69-48%2010.37V57.93c16.91-14.03%2032.58-15.78%2048-12.2M52%20167.78V117.9c16.91-14%2032.58-15.79%2048-12.2v51.72A64.5%2064.5%200%200%200%2086.64%20156C75.52%20156%2064%20159.2%2052%20167.78m56-8.23V108c8.71%203%2017.39%207.25%2026.23%2011.62c9.76%204.83%2019.64%209.71%2029.77%2012.89v51.54c-8.71-3-17.39-7.25-26.23-11.62c-9.77-4.82-19.64-9.7-29.77-12.88m64%2026.82v-51.72a64.5%2064.5%200%200%200%2013.36%201.47c11.12%200%2022.61-3.27%2034.64-11.85v49.9c-16.91%2014.02-32.58%2015.83-48%2012.2%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%22M225.66%2052.44a4%204%200%200%200-4.28.61c-30%2026-56%2013.08-83.61-.56c-28.7-14.2-58.38-28.88-92.39.56a4%204%200%200%200-1.38%203V224a4%204%200%200%200%208%200v-46.13c29.41-24.39%2055.08-11.69%2082.23%201.74c28.7%2014.19%2058.38%2028.88%2092.39-.56a4%204%200%200%200%201.38-3v-120a4%204%200%200%200-2.34-3.61M220%2064.32v49.88c-16.91%2014-32.58%2015.79-48%2012.2V74.67c15.24%203.23%2031.09%201.7%2048-10.35m-56%208.23v51.54c-8.7-3-17.39-7.25-26.23-11.62c-9.76-4.84-19.64-9.72-29.77-12.91V48c8.7%203%2017.39%207.25%2026.23%2011.62c9.77%204.87%2019.64%209.75%2029.77%2012.93m-64-26.82v51.71c-15.24-3.23-31.09-1.69-48%2010.37V57.93c16.91-14.03%2032.58-15.78%2048-12.2M52%20167.78V117.9c16.91-14%2032.58-15.79%2048-12.2v51.72A64.5%2064.5%200%200%200%2086.64%20156C75.52%20156%2064%20159.2%2052%20167.78m56-8.23V108c8.71%203%2017.39%207.25%2026.23%2011.62c9.76%204.83%2019.64%209.71%2029.77%2012.89v51.54c-8.71-3-17.39-7.25-26.23-11.62c-9.77-4.82-19.64-9.7-29.77-12.88m64%2026.82v-51.72a64.5%2064.5%200%200%200%2013.36%201.47c11.12%200%2022.61-3.27%2034.64-11.85v49.9c-16.91%2014.02-32.58%2015.83-48%2012.2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/flag-checkered-thin.svg?color=%231a73e8&size=48