flag banner icon

flag-banner-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
flag-banner-thin
Set
Phosphor
Style
Thin
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Related icons in Phosphor

Use the flag banner icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M235.38 53.86A4 4 0 0 0 232 52H40a4 4 0 0 0-2.83 6.83L82.34 104l-45.17 45.17A4 4 0 0 0 40 156h140l-31.56 66.28a4 4 0 0 0 1.89 5.33a3.9 3.9 0 0 0 1.67.39a4 4 0 0 0 3.61-2.28l80-168a4 4 0 0 0-.23-3.86M183.76 148H49.66l41.17-41.17a4 4 0 0 0 0-5.66L49.66 60h176Z"/></svg>

React

import type { SVGProps } from "react";

export function PhFlagBannerThin(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="M235.38 53.86A4 4 0 0 0 232 52H40a4 4 0 0 0-2.83 6.83L82.34 104l-45.17 45.17A4 4 0 0 0 40 156h140l-31.56 66.28a4 4 0 0 0 1.89 5.33a3.9 3.9 0 0 0 1.67.39a4 4 0 0 0 3.61-2.28l80-168a4 4 0 0 0-.23-3.86M183.76 148H49.66l41.17-41.17a4 4 0 0 0 0-5.66L49.66 60h176Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M235.38 53.86A4 4 0 0 0 232 52H40a4 4 0 0 0-2.83 6.83L82.34 104l-45.17 45.17A4 4 0 0 0 40 156h140l-31.56 66.28a4 4 0 0 0 1.89 5.33a3.9 3.9 0 0 0 1.67.39a4 4 0 0 0 3.61-2.28l80-168a4 4 0 0 0-.23-3.86M183.76 148H49.66l41.17-41.17a4 4 0 0 0 0-5.66L49.66 60h176Z"/></svg>
</template>

CSS

.icon-flag-banner-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%22M235.38%2053.86A4%204%200%200%200%20232%2052H40a4%204%200%200%200-2.83%206.83L82.34%20104l-45.17%2045.17A4%204%200%200%200%2040%20156h140l-31.56%2066.28a4%204%200%200%200%201.89%205.33a3.9%203.9%200%200%200%201.67.39a4%204%200%200%200%203.61-2.28l80-168a4%204%200%200%200-.23-3.86M183.76%20148H49.66l41.17-41.17a4%204%200%200%200%200-5.66L49.66%2060h176Z%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%22M235.38%2053.86A4%204%200%200%200%20232%2052H40a4%204%200%200%200-2.83%206.83L82.34%20104l-45.17%2045.17A4%204%200%200%200%2040%20156h140l-31.56%2066.28a4%204%200%200%200%201.89%205.33a3.9%203.9%200%200%200%201.67.39a4%204%200%200%200%203.61-2.28l80-168a4%204%200%200%200-.23-3.86M183.76%20148H49.66l41.17-41.17a4%204%200%200%200%200-5.66L49.66%2060h176Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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