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

Name
flag-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 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M44.08 51.37A6 6 0 0 0 42 55.9V224a6 6 0 0 0 12 0v-45.22c28.08-22.79 51.88-11 79.34 2.57c16.12 8 33.49 16.58 52 16.58c13.57 0 27.76-4.6 42.56-17.42A6 6 0 0 0 230 176V55.9a6 6 0 0 0-9.93-4.54c-29 25.12-53.28 13.09-81.41-.84c-27.89-13.81-59.66-29.36-94.58.85M218 173.17c-28.08 22.8-51.88 11-79.34-2.58C113.4 158.08 85.09 144.07 54 164V58.72c28.08-22.8 51.88-11 79.34 2.56C158.6 73.79 186.91 87.8 218 67.91Z"/></svg>

React

import type { SVGProps } from "react";

export function PhFlagLight(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="M44.08 51.37A6 6 0 0 0 42 55.9V224a6 6 0 0 0 12 0v-45.22c28.08-22.79 51.88-11 79.34 2.57c16.12 8 33.49 16.58 52 16.58c13.57 0 27.76-4.6 42.56-17.42A6 6 0 0 0 230 176V55.9a6 6 0 0 0-9.93-4.54c-29 25.12-53.28 13.09-81.41-.84c-27.89-13.81-59.66-29.36-94.58.85M218 173.17c-28.08 22.8-51.88 11-79.34-2.58C113.4 158.08 85.09 144.07 54 164V58.72c28.08-22.8 51.88-11 79.34 2.56C158.6 73.79 186.91 87.8 218 67.91Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M44.08 51.37A6 6 0 0 0 42 55.9V224a6 6 0 0 0 12 0v-45.22c28.08-22.79 51.88-11 79.34 2.57c16.12 8 33.49 16.58 52 16.58c13.57 0 27.76-4.6 42.56-17.42A6 6 0 0 0 230 176V55.9a6 6 0 0 0-9.93-4.54c-29 25.12-53.28 13.09-81.41-.84c-27.89-13.81-59.66-29.36-94.58.85M218 173.17c-28.08 22.8-51.88 11-79.34-2.58C113.4 158.08 85.09 144.07 54 164V58.72c28.08-22.8 51.88-11 79.34 2.56C158.6 73.79 186.91 87.8 218 67.91Z"/></svg>
</template>

CSS

.icon-flag-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%22M44.08%2051.37A6%206%200%200%200%2042%2055.9V224a6%206%200%200%200%2012%200v-45.22c28.08-22.79%2051.88-11%2079.34%202.57c16.12%208%2033.49%2016.58%2052%2016.58c13.57%200%2027.76-4.6%2042.56-17.42A6%206%200%200%200%20230%20176V55.9a6%206%200%200%200-9.93-4.54c-29%2025.12-53.28%2013.09-81.41-.84c-27.89-13.81-59.66-29.36-94.58.85M218%20173.17c-28.08%2022.8-51.88%2011-79.34-2.58C113.4%20158.08%2085.09%20144.07%2054%20164V58.72c28.08-22.8%2051.88-11%2079.34%202.56C158.6%2073.79%20186.91%2087.8%20218%2067.91Z%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%22M44.08%2051.37A6%206%200%200%200%2042%2055.9V224a6%206%200%200%200%2012%200v-45.22c28.08-22.79%2051.88-11%2079.34%202.57c16.12%208%2033.49%2016.58%2052%2016.58c13.57%200%2027.76-4.6%2042.56-17.42A6%206%200%200%200%20230%20176V55.9a6%206%200%200%200-9.93-4.54c-29%2025.12-53.28%2013.09-81.41-.84c-27.89-13.81-59.66-29.36-94.58.85M218%20173.17c-28.08%2022.8-51.88%2011-79.34-2.58C113.4%20158.08%2085.09%20144.07%2054%20164V58.72c28.08-22.8%2051.88-11%2079.34%202.56C158.6%2073.79%20186.91%2087.8%20218%2067.91Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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