flag checkered icon
flag-checkered from Font Awesome 6 Solid by Dave Gandy · Regular · Interfaces · CC-BY-4.0 Attribution required.
- Name
- flag-checkered
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Category
- Interfaces
- Viewbox
- 448×512
- License
- CC BY 4.0
The same icon in other sets
More interfaces icons from Font Awesome 6 Solid
Use the flag checkered icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M32 0c17.7 0 32 14.3 32 32v16l69-17.2c38.1-9.5 78.3-5.1 113.5 12.5c46.3 23.2 100.8 23.2 147.1 0l9.6-4.8c20.6-10.4 44.8 4.6 44.8 27.6v279.7c0 13.3-8.3 25.3-20.8 30l-34.7 13c-46.2 17.3-97.6 14.6-141.7-7.4c-37.9-19-81.3-23.7-122.5-13.4L64 384v96c0 17.7-14.3 32-32 32S0 497.7 0 480V32C0 14.3 14.3 0 32 0m32 187.1l64-13.9v65.5l-64 13.9V318l48.8-12.2c5.1-1.3 10.1-2.4 15.2-3.3v-63.9l38.9-8.4c8.3-1.8 16.7-2.5 25.1-2.1v-64c13.6.4 27.2 2.6 40.4 6.4l23.6 6.9v66.7l-41.7-12.3c-7.3-2.1-14.8-3.4-22.3-3.8v71.4c21.8 1.9 43.3 6.7 64 14.4V244l22.7 6.7c13.5 4 27.3 6.4 41.3 7.4v-64.2c-7.8-.8-15.6-2.3-23.2-4.5l-40.8-12v-62c-13-3.8-25.8-8.8-38.2-15c-8.2-4.1-16.9-7-25.8-8.8V164c-13-.4-26 .8-38.7 3.6l-25.3 5.6V98l-64 16zm256 148.6c16.8 1.5 33.9-.7 50-6.8l14-5.2V252l-7.9 1.8c-18.4 4.3-37.3 5.7-56.1 4.5zm64-149.4v-70.8c-20.9 6.1-42.4 9.1-64 9.1V194c13.9 1.4 28 .5 41.7-2.6l22.3-5.2z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidFlagCheckered(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M32 0c17.7 0 32 14.3 32 32v16l69-17.2c38.1-9.5 78.3-5.1 113.5 12.5c46.3 23.2 100.8 23.2 147.1 0l9.6-4.8c20.6-10.4 44.8 4.6 44.8 27.6v279.7c0 13.3-8.3 25.3-20.8 30l-34.7 13c-46.2 17.3-97.6 14.6-141.7-7.4c-37.9-19-81.3-23.7-122.5-13.4L64 384v96c0 17.7-14.3 32-32 32S0 497.7 0 480V32C0 14.3 14.3 0 32 0m32 187.1l64-13.9v65.5l-64 13.9V318l48.8-12.2c5.1-1.3 10.1-2.4 15.2-3.3v-63.9l38.9-8.4c8.3-1.8 16.7-2.5 25.1-2.1v-64c13.6.4 27.2 2.6 40.4 6.4l23.6 6.9v66.7l-41.7-12.3c-7.3-2.1-14.8-3.4-22.3-3.8v71.4c21.8 1.9 43.3 6.7 64 14.4V244l22.7 6.7c13.5 4 27.3 6.4 41.3 7.4v-64.2c-7.8-.8-15.6-2.3-23.2-4.5l-40.8-12v-62c-13-3.8-25.8-8.8-38.2-15c-8.2-4.1-16.9-7-25.8-8.8V164c-13-.4-26 .8-38.7 3.6l-25.3 5.6V98l-64 16zm256 148.6c16.8 1.5 33.9-.7 50-6.8l14-5.2V252l-7.9 1.8c-18.4 4.3-37.3 5.7-56.1 4.5zm64-149.4v-70.8c-20.9 6.1-42.4 9.1-64 9.1V194c13.9 1.4 28 .5 41.7-2.6l22.3-5.2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M32 0c17.7 0 32 14.3 32 32v16l69-17.2c38.1-9.5 78.3-5.1 113.5 12.5c46.3 23.2 100.8 23.2 147.1 0l9.6-4.8c20.6-10.4 44.8 4.6 44.8 27.6v279.7c0 13.3-8.3 25.3-20.8 30l-34.7 13c-46.2 17.3-97.6 14.6-141.7-7.4c-37.9-19-81.3-23.7-122.5-13.4L64 384v96c0 17.7-14.3 32-32 32S0 497.7 0 480V32C0 14.3 14.3 0 32 0m32 187.1l64-13.9v65.5l-64 13.9V318l48.8-12.2c5.1-1.3 10.1-2.4 15.2-3.3v-63.9l38.9-8.4c8.3-1.8 16.7-2.5 25.1-2.1v-64c13.6.4 27.2 2.6 40.4 6.4l23.6 6.9v66.7l-41.7-12.3c-7.3-2.1-14.8-3.4-22.3-3.8v71.4c21.8 1.9 43.3 6.7 64 14.4V244l22.7 6.7c13.5 4 27.3 6.4 41.3 7.4v-64.2c-7.8-.8-15.6-2.3-23.2-4.5l-40.8-12v-62c-13-3.8-25.8-8.8-38.2-15c-8.2-4.1-16.9-7-25.8-8.8V164c-13-.4-26 .8-38.7 3.6l-25.3 5.6V98l-64 16zm256 148.6c16.8 1.5 33.9-.7 50-6.8l14-5.2V252l-7.9 1.8c-18.4 4.3-37.3 5.7-56.1 4.5zm64-149.4v-70.8c-20.9 6.1-42.4 9.1-64 9.1V194c13.9 1.4 28 .5 41.7-2.6l22.3-5.2z"/></svg> </template>
CSS
.icon-flag-checkered {
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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M32%200c17.7%200%2032%2014.3%2032%2032v16l69-17.2c38.1-9.5%2078.3-5.1%20113.5%2012.5c46.3%2023.2%20100.8%2023.2%20147.1%200l9.6-4.8c20.6-10.4%2044.8%204.6%2044.8%2027.6v279.7c0%2013.3-8.3%2025.3-20.8%2030l-34.7%2013c-46.2%2017.3-97.6%2014.6-141.7-7.4c-37.9-19-81.3-23.7-122.5-13.4L64%20384v96c0%2017.7-14.3%2032-32%2032S0%20497.7%200%20480V32C0%2014.3%2014.3%200%2032%200m32%20187.1l64-13.9v65.5l-64%2013.9V318l48.8-12.2c5.1-1.3%2010.1-2.4%2015.2-3.3v-63.9l38.9-8.4c8.3-1.8%2016.7-2.5%2025.1-2.1v-64c13.6.4%2027.2%202.6%2040.4%206.4l23.6%206.9v66.7l-41.7-12.3c-7.3-2.1-14.8-3.4-22.3-3.8v71.4c21.8%201.9%2043.3%206.7%2064%2014.4V244l22.7%206.7c13.5%204%2027.3%206.4%2041.3%207.4v-64.2c-7.8-.8-15.6-2.3-23.2-4.5l-40.8-12v-62c-13-3.8-25.8-8.8-38.2-15c-8.2-4.1-16.9-7-25.8-8.8V164c-13-.4-26%20.8-38.7%203.6l-25.3%205.6V98l-64%2016zm256%20148.6c16.8%201.5%2033.9-.7%2050-6.8l14-5.2V252l-7.9%201.8c-18.4%204.3-37.3%205.7-56.1%204.5zm64-149.4v-70.8c-20.9%206.1-42.4%209.1-64%209.1V194c13.9%201.4%2028%20.5%2041.7-2.6l22.3-5.2z%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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M32%200c17.7%200%2032%2014.3%2032%2032v16l69-17.2c38.1-9.5%2078.3-5.1%20113.5%2012.5c46.3%2023.2%20100.8%2023.2%20147.1%200l9.6-4.8c20.6-10.4%2044.8%204.6%2044.8%2027.6v279.7c0%2013.3-8.3%2025.3-20.8%2030l-34.7%2013c-46.2%2017.3-97.6%2014.6-141.7-7.4c-37.9-19-81.3-23.7-122.5-13.4L64%20384v96c0%2017.7-14.3%2032-32%2032S0%20497.7%200%20480V32C0%2014.3%2014.3%200%2032%200m32%20187.1l64-13.9v65.5l-64%2013.9V318l48.8-12.2c5.1-1.3%2010.1-2.4%2015.2-3.3v-63.9l38.9-8.4c8.3-1.8%2016.7-2.5%2025.1-2.1v-64c13.6.4%2027.2%202.6%2040.4%206.4l23.6%206.9v66.7l-41.7-12.3c-7.3-2.1-14.8-3.4-22.3-3.8v71.4c21.8%201.9%2043.3%206.7%2064%2014.4V244l22.7%206.7c13.5%204%2027.3%206.4%2041.3%207.4v-64.2c-7.8-.8-15.6-2.3-23.2-4.5l-40.8-12v-62c-13-3.8-25.8-8.8-38.2-15c-8.2-4.1-16.9-7-25.8-8.8V164c-13-.4-26%20.8-38.7%203.6l-25.3%205.6V98l-64%2016zm256%20148.6c16.8%201.5%2033.9-.7%2050-6.8l14-5.2V252l-7.9%201.8c-18.4%204.3-37.3%205.7-56.1%204.5zm64-149.4v-70.8c-20.9%206.1-42.4%209.1-64%209.1V194c13.9%201.4%2028%20.5%2041.7-2.6l22.3-5.2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/flag-checkered.svg?color=%231a73e8&size=48