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

Name
flag-outline
Set
Eva Icons
Style
Outline
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.43M18 14.59a6.3 6.3 0 0 1-2.5.41a8.4 8.4 0 0 1-3.13-.79a10.3 10.3 0 0 0-3.87-.92a9.5 9.5 0 0 0-2.5.29V5.42A6.1 6.1 0 0 1 8.5 5a8.4 8.4 0 0 1 3.13.79a10.3 10.3 0 0 0 3.87.92a9.4 9.4 0 0 0 2.5-.3Z"/></svg>

React

import type { SVGProps } from "react";

export function EvaFlagOutline(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.43M18 14.59a6.3 6.3 0 0 1-2.5.41a8.4 8.4 0 0 1-3.13-.79a10.3 10.3 0 0 0-3.87-.92a9.5 9.5 0 0 0-2.5.29V5.42A6.1 6.1 0 0 1 8.5 5a8.4 8.4 0 0 1 3.13.79a10.3 10.3 0 0 0 3.87.92a9.4 9.4 0 0 0 2.5-.3Z"/></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.43M18 14.59a6.3 6.3 0 0 1-2.5.41a8.4 8.4 0 0 1-3.13-.79a10.3 10.3 0 0 0-3.87-.92a9.5 9.5 0 0 0-2.5.29V5.42A6.1 6.1 0 0 1 8.5 5a8.4 8.4 0 0 1 3.13.79a10.3 10.3 0 0 0 3.87.92a9.4 9.4 0 0 0 2.5-.3Z"/></svg>
</template>

CSS

.icon-flag-outline {
  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.43M18%2014.59a6.3%206.3%200%200%201-2.5.41a8.4%208.4%200%200%201-3.13-.79a10.3%2010.3%200%200%200-3.87-.92a9.5%209.5%200%200%200-2.5.29V5.42A6.1%206.1%200%200%201%208.5%205a8.4%208.4%200%200%201%203.13.79a10.3%2010.3%200%200%200%203.87.92a9.4%209.4%200%200%200%202.5-.3Z%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.43M18%2014.59a6.3%206.3%200%200%201-2.5.41a8.4%208.4%200%200%201-3.13-.79a10.3%2010.3%200%200%200-3.87-.92a9.5%209.5%200%200%200-2.5.29V5.42A6.1%206.1%200%200%201%208.5%205a8.4%208.4%200%200%201%203.13.79a10.3%2010.3%200%200%200%203.87.92a9.4%209.4%200%200%200%202.5-.3Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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