flag-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.

Name
flag-bold
Set
Phosphor
Style
Bold
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the flag icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M40.14 46.88A12 12 0 0 0 36 56v168a12 12 0 0 0 24 0v-42.28c22.84-17.12 42.1-9.12 70.68 5c16.23 8 34.74 17.2 54.8 17.2c14.72 0 30.28-4.94 46.38-18.88A12 12 0 0 0 236 176V56a12 12 0 0 0-19.86-9.07c-24.71 21.41-44.53 13.31-74.82-1.68c-28.13-13.98-63.15-31.31-101.18 1.63M212 170.26c-22.84 17.13-42.1 9.11-70.68-5C118.16 153.76 90.33 140 60 153.87V61.69c22.84-17.12 42.1-9.12 70.68 5c16.23 8 34.74 17.2 54.8 17.2A63 63 0 0 0 212 78.08Z"/></svg>

React

import type { SVGProps } from "react";

export function PhFlagBold(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M40.14 46.88A12 12 0 0 0 36 56v168a12 12 0 0 0 24 0v-42.28c22.84-17.12 42.1-9.12 70.68 5c16.23 8 34.74 17.2 54.8 17.2c14.72 0 30.28-4.94 46.38-18.88A12 12 0 0 0 236 176V56a12 12 0 0 0-19.86-9.07c-24.71 21.41-44.53 13.31-74.82-1.68c-28.13-13.98-63.15-31.31-101.18 1.63M212 170.26c-22.84 17.13-42.1 9.11-70.68-5C118.16 153.76 90.33 140 60 153.87V61.69c22.84-17.12 42.1-9.12 70.68 5c16.23 8 34.74 17.2 54.8 17.2A63 63 0 0 0 212 78.08Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M40.14 46.88A12 12 0 0 0 36 56v168a12 12 0 0 0 24 0v-42.28c22.84-17.12 42.1-9.12 70.68 5c16.23 8 34.74 17.2 54.8 17.2c14.72 0 30.28-4.94 46.38-18.88A12 12 0 0 0 236 176V56a12 12 0 0 0-19.86-9.07c-24.71 21.41-44.53 13.31-74.82-1.68c-28.13-13.98-63.15-31.31-101.18 1.63M212 170.26c-22.84 17.13-42.1 9.11-70.68-5C118.16 153.76 90.33 140 60 153.87V61.69c22.84-17.12 42.1-9.12 70.68 5c16.23 8 34.74 17.2 54.8 17.2A63 63 0 0 0 212 78.08Z"/></svg>
</template>

CSS

.icon-flag-bold {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M40.14%2046.88A12%2012%200%200%200%2036%2056v168a12%2012%200%200%200%2024%200v-42.28c22.84-17.12%2042.1-9.12%2070.68%205c16.23%208%2034.74%2017.2%2054.8%2017.2c14.72%200%2030.28-4.94%2046.38-18.88A12%2012%200%200%200%20236%20176V56a12%2012%200%200%200-19.86-9.07c-24.71%2021.41-44.53%2013.31-74.82-1.68c-28.13-13.98-63.15-31.31-101.18%201.63M212%20170.26c-22.84%2017.13-42.1%209.11-70.68-5C118.16%20153.76%2090.33%20140%2060%20153.87V61.69c22.84-17.12%2042.1-9.12%2070.68%205c16.23%208%2034.74%2017.2%2054.8%2017.2A63%2063%200%200%200%20212%2078.08Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M40.14%2046.88A12%2012%200%200%200%2036%2056v168a12%2012%200%200%200%2024%200v-42.28c22.84-17.12%2042.1-9.12%2070.68%205c16.23%208%2034.74%2017.2%2054.8%2017.2c14.72%200%2030.28-4.94%2046.38-18.88A12%2012%200%200%200%20236%20176V56a12%2012%200%200%200-19.86-9.07c-24.71%2021.41-44.53%2013.31-74.82-1.68c-28.13-13.98-63.15-31.31-101.18%201.63M212%20170.26c-22.84%2017.13-42.1%209.11-70.68-5C118.16%20153.76%2090.33%20140%2060%20153.87V61.69c22.84-17.12%2042.1-9.12%2070.68%205c16.23%208%2034.74%2017.2%2054.8%2017.2A63%2063%200%200%200%20212%2078.08Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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