flag banner fold icon
flag-banner-fold-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- flag-banner-fold-thin
- Set
- Phosphor
- Style
- Thin
- 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="M235.36 45.83A4 4 0 0 0 232 44h-80a4 4 0 0 0-3.64 2.34L138.52 68H28a4 4 0 0 0-3 6.69L62.59 116L25 157.31a4 4 0 0 0 3 6.69h73.09a4 4 0 0 0 3.64-2.35l9.85-21.65h71.21l-37.43 82.34a4 4 0 0 0 2 5.3a4.1 4.1 0 0 0 1.64.36a4 4 0 0 0 3.64-2.35l80-176a4 4 0 0 0-.28-3.82M98.52 156H37l34-37.31a4 4 0 0 0 0-5.38L37 76h97.84Zm90.9-24h-71.21l36.37-80h71.21Z"/></svg>
React
import type { SVGProps } from "react";
export function PhFlagBannerFoldThin(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.36 45.83A4 4 0 0 0 232 44h-80a4 4 0 0 0-3.64 2.34L138.52 68H28a4 4 0 0 0-3 6.69L62.59 116L25 157.31a4 4 0 0 0 3 6.69h73.09a4 4 0 0 0 3.64-2.35l9.85-21.65h71.21l-37.43 82.34a4 4 0 0 0 2 5.3a4.1 4.1 0 0 0 1.64.36a4 4 0 0 0 3.64-2.35l80-176a4 4 0 0 0-.28-3.82M98.52 156H37l34-37.31a4 4 0 0 0 0-5.38L37 76h97.84Zm90.9-24h-71.21l36.37-80h71.21Z"/></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.36 45.83A4 4 0 0 0 232 44h-80a4 4 0 0 0-3.64 2.34L138.52 68H28a4 4 0 0 0-3 6.69L62.59 116L25 157.31a4 4 0 0 0 3 6.69h73.09a4 4 0 0 0 3.64-2.35l9.85-21.65h71.21l-37.43 82.34a4 4 0 0 0 2 5.3a4.1 4.1 0 0 0 1.64.36a4 4 0 0 0 3.64-2.35l80-176a4 4 0 0 0-.28-3.82M98.52 156H37l34-37.31a4 4 0 0 0 0-5.38L37 76h97.84Zm90.9-24h-71.21l36.37-80h71.21Z"/></svg> </template>
CSS
.icon-flag-banner-fold-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.36%2045.83A4%204%200%200%200%20232%2044h-80a4%204%200%200%200-3.64%202.34L138.52%2068H28a4%204%200%200%200-3%206.69L62.59%20116L25%20157.31a4%204%200%200%200%203%206.69h73.09a4%204%200%200%200%203.64-2.35l9.85-21.65h71.21l-37.43%2082.34a4%204%200%200%200%202%205.3a4.1%204.1%200%200%200%201.64.36a4%204%200%200%200%203.64-2.35l80-176a4%204%200%200%200-.28-3.82M98.52%20156H37l34-37.31a4%204%200%200%200%200-5.38L37%2076h97.84Zm90.9-24h-71.21l36.37-80h71.21Z%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.36%2045.83A4%204%200%200%200%20232%2044h-80a4%204%200%200%200-3.64%202.34L138.52%2068H28a4%204%200%200%200-3%206.69L62.59%20116L25%20157.31a4%204%200%200%200%203%206.69h73.09a4%204%200%200%200%203.64-2.35l9.85-21.65h71.21l-37.43%2082.34a4%204%200%200%200%202%205.3a4.1%204.1%200%200%200%201.64.36a4%204%200%200%200%203.64-2.35l80-176a4%204%200%200%200-.28-3.82M98.52%20156H37l34-37.31a4%204%200%200%200%200-5.38L37%2076h97.84Zm90.9-24h-71.21l36.37-80h71.21Z%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-thin.svg?color=%231a73e8&size=48