flag-fill from Prime Icons by PrimeTek · Fill · MIT Free for personal and commercial use.

Name
flag-fill
Set
Prime Icons
Style
Fill
Viewbox
24×24
License
MIT

1 other variant in Prime Icons

The same icon in other sets

Use the flag icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.42 4.45a.74.74 0 0 0-.69-.08a13.2 13.2 0 0 1-3.73 1a8.5 8.5 0 0 1-2.3-1a8.8 8.8 0 0 0-3-1.16c-1.29-.12-4.36.89-5 1.1a.75.75 0 0 0-.51.71V20a.75.75 0 0 0 1.5 0v-5.86a16 16 0 0 1 3.86-.85a8.5 8.5 0 0 1 2.4 1a9.1 9.1 0 0 0 2.82 1.13H15a16.4 16.4 0 0 0 4.21-1.13a.76.76 0 0 0 .48-.7V5.07a.74.74 0 0 0-.27-.62"/></svg>

React

import type { SVGProps } from "react";

export function PrimeFlagFill(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" d="M19.42 4.45a.74.74 0 0 0-.69-.08a13.2 13.2 0 0 1-3.73 1a8.5 8.5 0 0 1-2.3-1a8.8 8.8 0 0 0-3-1.16c-1.29-.12-4.36.89-5 1.1a.75.75 0 0 0-.51.71V20a.75.75 0 0 0 1.5 0v-5.86a16 16 0 0 1 3.86-.85a8.5 8.5 0 0 1 2.4 1a9.1 9.1 0 0 0 2.82 1.13H15a16.4 16.4 0 0 0 4.21-1.13a.76.76 0 0 0 .48-.7V5.07a.74.74 0 0 0-.27-.62"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.42 4.45a.74.74 0 0 0-.69-.08a13.2 13.2 0 0 1-3.73 1a8.5 8.5 0 0 1-2.3-1a8.8 8.8 0 0 0-3-1.16c-1.29-.12-4.36.89-5 1.1a.75.75 0 0 0-.51.71V20a.75.75 0 0 0 1.5 0v-5.86a16 16 0 0 1 3.86-.85a8.5 8.5 0 0 1 2.4 1a9.1 9.1 0 0 0 2.82 1.13H15a16.4 16.4 0 0 0 4.21-1.13a.76.76 0 0 0 .48-.7V5.07a.74.74 0 0 0-.27-.62"/></svg>
</template>

CSS

.icon-flag-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.42%204.45a.74.74%200%200%200-.69-.08a13.2%2013.2%200%200%201-3.73%201a8.5%208.5%200%200%201-2.3-1a8.8%208.8%200%200%200-3-1.16c-1.29-.12-4.36.89-5%201.1a.75.75%200%200%200-.51.71V20a.75.75%200%200%200%201.5%200v-5.86a16%2016%200%200%201%203.86-.85a8.5%208.5%200%200%201%202.4%201a9.1%209.1%200%200%200%202.82%201.13H15a16.4%2016.4%200%200%200%204.21-1.13a.76.76%200%200%200%20.48-.7V5.07a.74.74%200%200%200-.27-.62%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%20d%3D%22M19.42%204.45a.74.74%200%200%200-.69-.08a13.2%2013.2%200%200%201-3.73%201a8.5%208.5%200%200%201-2.3-1a8.8%208.8%200%200%200-3-1.16c-1.29-.12-4.36.89-5%201.1a.75.75%200%200%200-.51.71V20a.75.75%200%200%200%201.5%200v-5.86a16%2016%200%200%201%203.86-.85a8.5%208.5%200%200%201%202.4%201a9.1%209.1%200%200%200%202.82%201.13H15a16.4%2016.4%200%200%200%204.21-1.13a.76.76%200%200%200%20.48-.7V5.07a.74.74%200%200%200-.27-.62%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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