flag banner icon

flag-banner from Reicon by REICON · Outline · Weather · MIT Free for personal and commercial use.

Name
flag-banner
Set
Reicon
Style
Outline
Category
Weather
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

More weather icons from Reicon

Use the flag banner icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M4.75 2a.75.75 0 0 0-1.5 0v20a.75.75 0 0 0 1.5 0v-6.25h14.744a1.25 1.25 0 0 0 1.065-1.906l-2.597-4.213a.25.25 0 0 1 0-.262l2.597-4.213a1.25 1.25 0 0 0-1.065-1.906H4.75zm0 2.75v9.5h14.297l-2.362-3.832a1.75 1.75 0 0 1 0-1.836l2.362-3.832z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconFlagBanner(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M4.75 2a.75.75 0 0 0-1.5 0v20a.75.75 0 0 0 1.5 0v-6.25h14.744a1.25 1.25 0 0 0 1.065-1.906l-2.597-4.213a.25.25 0 0 1 0-.262l2.597-4.213a1.25 1.25 0 0 0-1.065-1.906H4.75zm0 2.75v9.5h14.297l-2.362-3.832a1.75 1.75 0 0 1 0-1.836l2.362-3.832z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M4.75 2a.75.75 0 0 0-1.5 0v20a.75.75 0 0 0 1.5 0v-6.25h14.744a1.25 1.25 0 0 0 1.065-1.906l-2.597-4.213a.25.25 0 0 1 0-.262l2.597-4.213a1.25 1.25 0 0 0-1.065-1.906H4.75zm0 2.75v9.5h14.297l-2.362-3.832a1.75 1.75 0 0 1 0-1.836l2.362-3.832z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-flag-banner {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M4.75%202a.75.75%200%200%200-1.5%200v20a.75.75%200%200%200%201.5%200v-6.25h14.744a1.25%201.25%200%200%200%201.065-1.906l-2.597-4.213a.25.25%200%200%201%200-.262l2.597-4.213a1.25%201.25%200%200%200-1.065-1.906H4.75zm0%202.75v9.5h14.297l-2.362-3.832a1.75%201.75%200%200%201%200-1.836l2.362-3.832z%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M4.75%202a.75.75%200%200%200-1.5%200v20a.75.75%200%200%200%201.5%200v-6.25h14.744a1.25%201.25%200%200%200%201.065-1.906l-2.597-4.213a.25.25%200%200%201%200-.262l2.597-4.213a1.25%201.25%200%200%200-1.065-1.906H4.75zm0%202.75v9.5h14.297l-2.362-3.832a1.75%201.75%200%200%201%200-1.836l2.362-3.832z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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