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

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

1 other variant in Eva 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.27 4.68a1.79 1.79 0 0 0-1.6-.25a7.5 7.5 0 0 1-2.17.28a8.5 8.5 0 0 1-3.13-.78A10.2 10.2 0 0 0 8.5 3c-2.89 0-4 1-4.2 1.14a1 1 0 0 0-.3.72V20a1 1 0 0 0 2 0v-4.3a6.3 6.3 0 0 1 2.5-.41a8.5 8.5 0 0 1 3.13.78a10.2 10.2 0 0 0 3.87.93a7.66 7.66 0 0 0 3.5-.7a1.74 1.74 0 0 0 1-1.55V6.11a1.77 1.77 0 0 0-.73-1.43"/></svg>

React

import type { SVGProps } from "react";

export function EvaFlagFill(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.27 4.68a1.79 1.79 0 0 0-1.6-.25a7.5 7.5 0 0 1-2.17.28a8.5 8.5 0 0 1-3.13-.78A10.2 10.2 0 0 0 8.5 3c-2.89 0-4 1-4.2 1.14a1 1 0 0 0-.3.72V20a1 1 0 0 0 2 0v-4.3a6.3 6.3 0 0 1 2.5-.41a8.5 8.5 0 0 1 3.13.78a10.2 10.2 0 0 0 3.87.93a7.66 7.66 0 0 0 3.5-.7a1.74 1.74 0 0 0 1-1.55V6.11a1.77 1.77 0 0 0-.73-1.43"/></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.27 4.68a1.79 1.79 0 0 0-1.6-.25a7.5 7.5 0 0 1-2.17.28a8.5 8.5 0 0 1-3.13-.78A10.2 10.2 0 0 0 8.5 3c-2.89 0-4 1-4.2 1.14a1 1 0 0 0-.3.72V20a1 1 0 0 0 2 0v-4.3a6.3 6.3 0 0 1 2.5-.41a8.5 8.5 0 0 1 3.13.78a10.2 10.2 0 0 0 3.87.93a7.66 7.66 0 0 0 3.5-.7a1.74 1.74 0 0 0 1-1.55V6.11a1.77 1.77 0 0 0-.73-1.43"/></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.27%204.68a1.79%201.79%200%200%200-1.6-.25a7.5%207.5%200%200%201-2.17.28a8.5%208.5%200%200%201-3.13-.78A10.2%2010.2%200%200%200%208.5%203c-2.89%200-4%201-4.2%201.14a1%201%200%200%200-.3.72V20a1%201%200%200%200%202%200v-4.3a6.3%206.3%200%200%201%202.5-.41a8.5%208.5%200%200%201%203.13.78a10.2%2010.2%200%200%200%203.87.93a7.66%207.66%200%200%200%203.5-.7a1.74%201.74%200%200%200%201-1.55V6.11a1.77%201.77%200%200%200-.73-1.43%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.27%204.68a1.79%201.79%200%200%200-1.6-.25a7.5%207.5%200%200%201-2.17.28a8.5%208.5%200%200%201-3.13-.78A10.2%2010.2%200%200%200%208.5%203c-2.89%200-4%201-4.2%201.14a1%201%200%200%200-.3.72V20a1%201%200%200%200%202%200v-4.3a6.3%206.3%200%200%201%202.5-.41a8.5%208.5%200%200%201%203.13.78a10.2%2010.2%200%200%200%203.87.93a7.66%207.66%200%200%200%203.5-.7a1.74%201.74%200%200%200%201-1.55V6.11a1.77%201.77%200%200%200-.73-1.43%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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