flag checkered icon

flag-checkered-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.

Name
flag-checkered-light
Set
Phosphor
Style
Light
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="M226.49 50.5a6 6 0 0 0-6.42.92c-29 25.11-53.28 13.08-81.41-.84c-27.92-13.82-59.57-29.49-94.59.84A6 6 0 0 0 42 56v168a6 6 0 0 0 12 0v-45.22c28.08-22.79 51.88-11 79.34 2.59c27.92 13.82 59.58 29.48 94.59-.85A6 6 0 0 0 230 176V56a6 6 0 0 0-3.51-5.5M218 68v45.2c-15.53 12.6-29.75 14.65-44 11.65V76.88c14 2.45 28.64.9 44-8.88m-56 5.87v47.4c-7.6-2.85-15.31-6.66-23.34-10.64c-9.16-4.53-18.71-9.26-28.66-12.5V50.71a255 255 0 0 1 23.34 10.63c9.16 4.53 18.71 9.25 28.66 12.49ZM98 47.13V95c-14-2.45-28.64-.89-44 8.93V58.75c15.53-12.6 29.75-14.62 44-11.62M86.63 154c-10.5 0-21.39 2.79-32.63 10v-45.21c15.53-12.61 29.75-14.65 44-11.65v47.93A66.3 66.3 0 0 0 86.63 154m23.37 4.11v-47.39c7.6 2.84 15.31 6.66 23.34 10.63c9.16 4.53 18.71 9.26 28.66 12.5v47.39c-7.6-2.85-15.31-6.66-23.34-10.63c-9.16-4.54-18.66-9.26-28.66-12.5m64 26.7v-47.92a66.3 66.3 0 0 0 11.37 1c10.5 0 21.39-2.78 32.63-10v45.24c-15.53 12.66-29.75 14.68-44 11.68"/></svg>

React

import type { SVGProps } from "react";

export function PhFlagCheckeredLight(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="M226.49 50.5a6 6 0 0 0-6.42.92c-29 25.11-53.28 13.08-81.41-.84c-27.92-13.82-59.57-29.49-94.59.84A6 6 0 0 0 42 56v168a6 6 0 0 0 12 0v-45.22c28.08-22.79 51.88-11 79.34 2.59c27.92 13.82 59.58 29.48 94.59-.85A6 6 0 0 0 230 176V56a6 6 0 0 0-3.51-5.5M218 68v45.2c-15.53 12.6-29.75 14.65-44 11.65V76.88c14 2.45 28.64.9 44-8.88m-56 5.87v47.4c-7.6-2.85-15.31-6.66-23.34-10.64c-9.16-4.53-18.71-9.26-28.66-12.5V50.71a255 255 0 0 1 23.34 10.63c9.16 4.53 18.71 9.25 28.66 12.49ZM98 47.13V95c-14-2.45-28.64-.89-44 8.93V58.75c15.53-12.6 29.75-14.62 44-11.62M86.63 154c-10.5 0-21.39 2.79-32.63 10v-45.21c15.53-12.61 29.75-14.65 44-11.65v47.93A66.3 66.3 0 0 0 86.63 154m23.37 4.11v-47.39c7.6 2.84 15.31 6.66 23.34 10.63c9.16 4.53 18.71 9.26 28.66 12.5v47.39c-7.6-2.85-15.31-6.66-23.34-10.63c-9.16-4.54-18.66-9.26-28.66-12.5m64 26.7v-47.92a66.3 66.3 0 0 0 11.37 1c10.5 0 21.39-2.78 32.63-10v45.24c-15.53 12.66-29.75 14.68-44 11.68"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M226.49 50.5a6 6 0 0 0-6.42.92c-29 25.11-53.28 13.08-81.41-.84c-27.92-13.82-59.57-29.49-94.59.84A6 6 0 0 0 42 56v168a6 6 0 0 0 12 0v-45.22c28.08-22.79 51.88-11 79.34 2.59c27.92 13.82 59.58 29.48 94.59-.85A6 6 0 0 0 230 176V56a6 6 0 0 0-3.51-5.5M218 68v45.2c-15.53 12.6-29.75 14.65-44 11.65V76.88c14 2.45 28.64.9 44-8.88m-56 5.87v47.4c-7.6-2.85-15.31-6.66-23.34-10.64c-9.16-4.53-18.71-9.26-28.66-12.5V50.71a255 255 0 0 1 23.34 10.63c9.16 4.53 18.71 9.25 28.66 12.49ZM98 47.13V95c-14-2.45-28.64-.89-44 8.93V58.75c15.53-12.6 29.75-14.62 44-11.62M86.63 154c-10.5 0-21.39 2.79-32.63 10v-45.21c15.53-12.61 29.75-14.65 44-11.65v47.93A66.3 66.3 0 0 0 86.63 154m23.37 4.11v-47.39c7.6 2.84 15.31 6.66 23.34 10.63c9.16 4.53 18.71 9.26 28.66 12.5v47.39c-7.6-2.85-15.31-6.66-23.34-10.63c-9.16-4.54-18.66-9.26-28.66-12.5m64 26.7v-47.92a66.3 66.3 0 0 0 11.37 1c10.5 0 21.39-2.78 32.63-10v45.24c-15.53 12.66-29.75 14.68-44 11.68"/></svg>
</template>

CSS

.icon-flag-checkered-light {
  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%22M226.49%2050.5a6%206%200%200%200-6.42.92c-29%2025.11-53.28%2013.08-81.41-.84c-27.92-13.82-59.57-29.49-94.59.84A6%206%200%200%200%2042%2056v168a6%206%200%200%200%2012%200v-45.22c28.08-22.79%2051.88-11%2079.34%202.59c27.92%2013.82%2059.58%2029.48%2094.59-.85A6%206%200%200%200%20230%20176V56a6%206%200%200%200-3.51-5.5M218%2068v45.2c-15.53%2012.6-29.75%2014.65-44%2011.65V76.88c14%202.45%2028.64.9%2044-8.88m-56%205.87v47.4c-7.6-2.85-15.31-6.66-23.34-10.64c-9.16-4.53-18.71-9.26-28.66-12.5V50.71a255%20255%200%200%201%2023.34%2010.63c9.16%204.53%2018.71%209.25%2028.66%2012.49ZM98%2047.13V95c-14-2.45-28.64-.89-44%208.93V58.75c15.53-12.6%2029.75-14.62%2044-11.62M86.63%20154c-10.5%200-21.39%202.79-32.63%2010v-45.21c15.53-12.61%2029.75-14.65%2044-11.65v47.93A66.3%2066.3%200%200%200%2086.63%20154m23.37%204.11v-47.39c7.6%202.84%2015.31%206.66%2023.34%2010.63c9.16%204.53%2018.71%209.26%2028.66%2012.5v47.39c-7.6-2.85-15.31-6.66-23.34-10.63c-9.16-4.54-18.66-9.26-28.66-12.5m64%2026.7v-47.92a66.3%2066.3%200%200%200%2011.37%201c10.5%200%2021.39-2.78%2032.63-10v45.24c-15.53%2012.66-29.75%2014.68-44%2011.68%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%22M226.49%2050.5a6%206%200%200%200-6.42.92c-29%2025.11-53.28%2013.08-81.41-.84c-27.92-13.82-59.57-29.49-94.59.84A6%206%200%200%200%2042%2056v168a6%206%200%200%200%2012%200v-45.22c28.08-22.79%2051.88-11%2079.34%202.59c27.92%2013.82%2059.58%2029.48%2094.59-.85A6%206%200%200%200%20230%20176V56a6%206%200%200%200-3.51-5.5M218%2068v45.2c-15.53%2012.6-29.75%2014.65-44%2011.65V76.88c14%202.45%2028.64.9%2044-8.88m-56%205.87v47.4c-7.6-2.85-15.31-6.66-23.34-10.64c-9.16-4.53-18.71-9.26-28.66-12.5V50.71a255%20255%200%200%201%2023.34%2010.63c9.16%204.53%2018.71%209.25%2028.66%2012.49ZM98%2047.13V95c-14-2.45-28.64-.89-44%208.93V58.75c15.53-12.6%2029.75-14.62%2044-11.62M86.63%20154c-10.5%200-21.39%202.79-32.63%2010v-45.21c15.53-12.61%2029.75-14.65%2044-11.65v47.93A66.3%2066.3%200%200%200%2086.63%20154m23.37%204.11v-47.39c7.6%202.84%2015.31%206.66%2023.34%2010.63c9.16%204.53%2018.71%209.26%2028.66%2012.5v47.39c-7.6-2.85-15.31-6.66-23.34-10.63c-9.16-4.54-18.66-9.26-28.66-12.5m64%2026.7v-47.92a66.3%2066.3%200%200%200%2011.37%201c10.5%200%2021.39-2.78%2032.63-10v45.24c-15.53%2012.66-29.75%2014.68-44%2011.68%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/flag-checkered-light.svg?color=%231a73e8&size=48