flag banner fold icon

flag-banner-fold-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.

Name
flag-banner-fold-fill
Set
Phosphor
Style
Fill
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Related icons in Phosphor

Use the flag banner fold icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m131.79 69.65l-43.63 96a4 4 0 0 1-3.64 2.35H28.23a8.2 8.2 0 0 1-6.58-3.13a8 8 0 0 1 .43-10.25L57.19 116L22.08 77.38a8 8 0 0 1-.43-10.26A8.22 8.22 0 0 1 28.23 64h99.92a4 4 0 0 1 3.64 5.65m105.77-27.41a8.3 8.3 0 0 0-5.79-2.24H168a8 8 0 0 0-7.28 4.69l-42.57 93.65a4 4 0 0 0 3.64 5.66h57.79l-34.86 76.69a8 8 0 1 0 14.56 6.62l80-176a8 8 0 0 0-1.72-9.07"/></svg>

React

import type { SVGProps } from "react";

export function PhFlagBannerFoldFill(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="m131.79 69.65l-43.63 96a4 4 0 0 1-3.64 2.35H28.23a8.2 8.2 0 0 1-6.58-3.13a8 8 0 0 1 .43-10.25L57.19 116L22.08 77.38a8 8 0 0 1-.43-10.26A8.22 8.22 0 0 1 28.23 64h99.92a4 4 0 0 1 3.64 5.65m105.77-27.41a8.3 8.3 0 0 0-5.79-2.24H168a8 8 0 0 0-7.28 4.69l-42.57 93.65a4 4 0 0 0 3.64 5.66h57.79l-34.86 76.69a8 8 0 1 0 14.56 6.62l80-176a8 8 0 0 0-1.72-9.07"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m131.79 69.65l-43.63 96a4 4 0 0 1-3.64 2.35H28.23a8.2 8.2 0 0 1-6.58-3.13a8 8 0 0 1 .43-10.25L57.19 116L22.08 77.38a8 8 0 0 1-.43-10.26A8.22 8.22 0 0 1 28.23 64h99.92a4 4 0 0 1 3.64 5.65m105.77-27.41a8.3 8.3 0 0 0-5.79-2.24H168a8 8 0 0 0-7.28 4.69l-42.57 93.65a4 4 0 0 0 3.64 5.66h57.79l-34.86 76.69a8 8 0 1 0 14.56 6.62l80-176a8 8 0 0 0-1.72-9.07"/></svg>
</template>

CSS

.icon-flag-banner-fold-fill {
  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%22m131.79%2069.65l-43.63%2096a4%204%200%200%201-3.64%202.35H28.23a8.2%208.2%200%200%201-6.58-3.13a8%208%200%200%201%20.43-10.25L57.19%20116L22.08%2077.38a8%208%200%200%201-.43-10.26A8.22%208.22%200%200%201%2028.23%2064h99.92a4%204%200%200%201%203.64%205.65m105.77-27.41a8.3%208.3%200%200%200-5.79-2.24H168a8%208%200%200%200-7.28%204.69l-42.57%2093.65a4%204%200%200%200%203.64%205.66h57.79l-34.86%2076.69a8%208%200%201%200%2014.56%206.62l80-176a8%208%200%200%200-1.72-9.07%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%22m131.79%2069.65l-43.63%2096a4%204%200%200%201-3.64%202.35H28.23a8.2%208.2%200%200%201-6.58-3.13a8%208%200%200%201%20.43-10.25L57.19%20116L22.08%2077.38a8%208%200%200%201-.43-10.26A8.22%208.22%200%200%201%2028.23%2064h99.92a4%204%200%200%201%203.64%205.65m105.77-27.41a8.3%208.3%200%200%200-5.79-2.24H168a8%208%200%200%200-7.28%204.69l-42.57%2093.65a4%204%200%200%200%203.64%205.66h57.79l-34.86%2076.69a8%208%200%201%200%2014.56%206.62l80-176a8%208%200%200%200-1.72-9.07%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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