font awesome flag icon

font-awesome-flag from Font Awesome Regular by Dave Gandy · Regular · CC-BY-4.0 Attribution required.

Name
font-awesome-flag
Set
Font Awesome Regular
Style
Regular
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

Related icons in Font Awesome Regular

Use the font awesome flag icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M155.7 160c14.6-9.2 24.3-25.5 24.3-44c0-28.7-23.3-52-52-52s-52 23.3-52 52c0 16.7 7.8 31.5 20 41v419h48v-64h389.6c14.6 0 26.4-11.8 26.4-26.4c0-3.7-.8-7.3-2.3-10.7L496 336l61.7-138.9c1.5-3.4 2.3-7 2.3-10.7c0-14.6-11.8-26.4-26.4-26.4zM144 464V208h356.4l-48.2 108.5c-5.5 12.4-5.5 26.6 0 39L500.4 464z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7RegularFontAwesomeFlag(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M155.7 160c14.6-9.2 24.3-25.5 24.3-44c0-28.7-23.3-52-52-52s-52 23.3-52 52c0 16.7 7.8 31.5 20 41v419h48v-64h389.6c14.6 0 26.4-11.8 26.4-26.4c0-3.7-.8-7.3-2.3-10.7L496 336l61.7-138.9c1.5-3.4 2.3-7 2.3-10.7c0-14.6-11.8-26.4-26.4-26.4zM144 464V208h356.4l-48.2 108.5c-5.5 12.4-5.5 26.6 0 39L500.4 464z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M155.7 160c14.6-9.2 24.3-25.5 24.3-44c0-28.7-23.3-52-52-52s-52 23.3-52 52c0 16.7 7.8 31.5 20 41v419h48v-64h389.6c14.6 0 26.4-11.8 26.4-26.4c0-3.7-.8-7.3-2.3-10.7L496 336l61.7-138.9c1.5-3.4 2.3-7 2.3-10.7c0-14.6-11.8-26.4-26.4-26.4zM144 464V208h356.4l-48.2 108.5c-5.5 12.4-5.5 26.6 0 39L500.4 464z"/></svg>
</template>

CSS

.icon-font-awesome-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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M155.7%20160c14.6-9.2%2024.3-25.5%2024.3-44c0-28.7-23.3-52-52-52s-52%2023.3-52%2052c0%2016.7%207.8%2031.5%2020%2041v419h48v-64h389.6c14.6%200%2026.4-11.8%2026.4-26.4c0-3.7-.8-7.3-2.3-10.7L496%20336l61.7-138.9c1.5-3.4%202.3-7%202.3-10.7c0-14.6-11.8-26.4-26.4-26.4zM144%20464V208h356.4l-48.2%20108.5c-5.5%2012.4-5.5%2026.6%200%2039L500.4%20464z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M155.7%20160c14.6-9.2%2024.3-25.5%2024.3-44c0-28.7-23.3-52-52-52s-52%2023.3-52%2052c0%2016.7%207.8%2031.5%2020%2041v419h48v-64h389.6c14.6%200%2026.4-11.8%2026.4-26.4c0-3.7-.8-7.3-2.3-10.7L496%20336l61.7-138.9c1.5-3.4%202.3-7%202.3-10.7c0-14.6-11.8-26.4-26.4-26.4zM144%20464V208h356.4l-48.2%20108.5c-5.5%2012.4-5.5%2026.6%200%2039L500.4%20464z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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