flag from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.

Name
flag
Set
Framework7 Icons
Style
Outline
Viewbox
56×56
License
MIT

1 other variant in Framework7 Icons

The same icon in other sets

Related icons in Framework7 Icons

Use the flag icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M8.969 51.004c.984 0 1.781-.773 1.781-1.781V36.215c.586-.258 2.79-1.102 6.234-1.102c8.672 0 14.11 4.243 22.36 4.243c3.656 0 5.015-.399 6.797-1.196c1.617-.726 2.672-1.945 2.672-4.101V10.246c0-1.242-1.079-1.992-2.438-1.992c-1.148 0-3.305 1.008-7.336 1.008c-8.25 0-13.664-4.266-22.36-4.266c-3.656 0-5.038.398-6.82 1.195c-1.617.727-2.671 1.97-2.671 4.102v38.93c0 .96.82 1.78 1.78 1.78m30.375-15.211c-7.805 0-13.336-4.219-22.36-4.219c-2.578 0-4.898.305-6.234.844v-22.03c.328-.75 2.273-1.828 5.93-1.828c8.25 0 13.758 4.242 22.36 4.242c2.554 0 4.663-.305 6.233-.774v21.938c-.328.75-2.273 1.828-5.93 1.828"/></svg>

React

import type { SVGProps } from "react";

export function F7Flag(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M8.969 51.004c.984 0 1.781-.773 1.781-1.781V36.215c.586-.258 2.79-1.102 6.234-1.102c8.672 0 14.11 4.243 22.36 4.243c3.656 0 5.015-.399 6.797-1.196c1.617-.726 2.672-1.945 2.672-4.101V10.246c0-1.242-1.079-1.992-2.438-1.992c-1.148 0-3.305 1.008-7.336 1.008c-8.25 0-13.664-4.266-22.36-4.266c-3.656 0-5.038.398-6.82 1.195c-1.617.727-2.671 1.97-2.671 4.102v38.93c0 .96.82 1.78 1.78 1.78m30.375-15.211c-7.805 0-13.336-4.219-22.36-4.219c-2.578 0-4.898.305-6.234.844v-22.03c.328-.75 2.273-1.828 5.93-1.828c8.25 0 13.758 4.242 22.36 4.242c2.554 0 4.663-.305 6.233-.774v21.938c-.328.75-2.273 1.828-5.93 1.828"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M8.969 51.004c.984 0 1.781-.773 1.781-1.781V36.215c.586-.258 2.79-1.102 6.234-1.102c8.672 0 14.11 4.243 22.36 4.243c3.656 0 5.015-.399 6.797-1.196c1.617-.726 2.672-1.945 2.672-4.101V10.246c0-1.242-1.079-1.992-2.438-1.992c-1.148 0-3.305 1.008-7.336 1.008c-8.25 0-13.664-4.266-22.36-4.266c-3.656 0-5.038.398-6.82 1.195c-1.617.727-2.671 1.97-2.671 4.102v38.93c0 .96.82 1.78 1.78 1.78m30.375-15.211c-7.805 0-13.336-4.219-22.36-4.219c-2.578 0-4.898.305-6.234.844v-22.03c.328-.75 2.273-1.828 5.93-1.828c8.25 0 13.758 4.242 22.36 4.242c2.554 0 4.663-.305 6.233-.774v21.938c-.328.75-2.273 1.828-5.93 1.828"/></svg>
</template>

CSS

.icon-flag {
  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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.969%2051.004c.984%200%201.781-.773%201.781-1.781V36.215c.586-.258%202.79-1.102%206.234-1.102c8.672%200%2014.11%204.243%2022.36%204.243c3.656%200%205.015-.399%206.797-1.196c1.617-.726%202.672-1.945%202.672-4.101V10.246c0-1.242-1.079-1.992-2.438-1.992c-1.148%200-3.305%201.008-7.336%201.008c-8.25%200-13.664-4.266-22.36-4.266c-3.656%200-5.038.398-6.82%201.195c-1.617.727-2.671%201.97-2.671%204.102v38.93c0%20.96.82%201.78%201.78%201.78m30.375-15.211c-7.805%200-13.336-4.219-22.36-4.219c-2.578%200-4.898.305-6.234.844v-22.03c.328-.75%202.273-1.828%205.93-1.828c8.25%200%2013.758%204.242%2022.36%204.242c2.554%200%204.663-.305%206.233-.774v21.938c-.328.75-2.273%201.828-5.93%201.828%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.969%2051.004c.984%200%201.781-.773%201.781-1.781V36.215c.586-.258%202.79-1.102%206.234-1.102c8.672%200%2014.11%204.243%2022.36%204.243c3.656%200%205.015-.399%206.797-1.196c1.617-.726%202.672-1.945%202.672-4.101V10.246c0-1.242-1.079-1.992-2.438-1.992c-1.148%200-3.305%201.008-7.336%201.008c-8.25%200-13.664-4.266-22.36-4.266c-3.656%200-5.038.398-6.82%201.195c-1.617.727-2.671%201.97-2.671%204.102v38.93c0%20.96.82%201.78%201.78%201.78m30.375-15.211c-7.805%200-13.336-4.219-22.36-4.219c-2.578%200-4.898.305-6.234.844v-22.03c.328-.75%202.273-1.828%205.93-1.828c8.25%200%2013.758%204.242%2022.36%204.242c2.554%200%204.663-.305%206.233-.774v21.938c-.328.75-2.273%201.828-5.93%201.828%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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