flag-usa from Font Awesome 6 Solid by Dave Gandy · Regular · Political · CC-BY-4.0 Attribution required.

Name
flag-usa
Set
Font Awesome 6 Solid
Style
Regular
Category
Political
Viewbox
448×512
License
CC BY 4.0

The same icon in other sets

More political icons from Font Awesome 6 Solid

Use the flag usa icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M32 0c17.7 0 32 14.3 32 32v16l69-17.2c38.1-9.5 78.3-5.1 113.5 12.5c46.3 23.2 100.8 23.2 147.1 0l9.6-4.8c20.6-10.4 44.8 4.6 44.8 27.6v36.1l-44.7 16.2c-42.8 15.6-90 13.9-131.6-4.6l-16.1-7.2c-20.3-9-41.8-14.7-63.6-16.9v32.2c17.4 2.1 34.4 6.7 50.6 13.9l16.1 7.2c49.2 21.9 105 23.8 155.6 5.4l33.7-12.1v62l-44.7 16.2c-42.8 15.6-90 13.9-131.6-4.6l-16.1-7.2c-40.2-17.9-85-22.5-128.1-13.3L64 203.1v32.7l70.2-15.1c36.4-7.8 74.3-3.9 108.4 11.3l16.1 7.2c49.2 21.9 105 23.8 155.6 5.4l33.7-12.3v62l-44.7 16.2c-42.8 15.6-90 13.9-131.6-4.6l-16.1-7.2c-40.2-17.9-85-22.5-128.1-13.3L64 299.1v32.7l70.2-15.1c36.4-7.8 74.3-3.9 108.4 11.3l16.1 7.2c49.2 21.9 105 23.8 155.6 5.4l33.7-12.3v33.5c0 13.3-8.3 25.3-20.8 30l-34.7 13c-46.2 17.3-97.6 14.6-141.7-7.4c-37.9-19-81.3-23.7-122.5-13.4L64 400v80c0 17.7-14.3 32-32 32S0 497.7 0 480V32C0 14.3 14.3 0 32 0m80 96a16 16 0 1 0-32 0a16 16 0 1 0 32 0m32 0a16 16 0 1 0 0-32a16 16 0 1 0 0 32m-32 48a16 16 0 1 0-32 0a16 16 0 1 0 32 0m32 0a16 16 0 1 0 0-32a16 16 0 1 0 0 32"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidFlagUsa(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M32 0c17.7 0 32 14.3 32 32v16l69-17.2c38.1-9.5 78.3-5.1 113.5 12.5c46.3 23.2 100.8 23.2 147.1 0l9.6-4.8c20.6-10.4 44.8 4.6 44.8 27.6v36.1l-44.7 16.2c-42.8 15.6-90 13.9-131.6-4.6l-16.1-7.2c-20.3-9-41.8-14.7-63.6-16.9v32.2c17.4 2.1 34.4 6.7 50.6 13.9l16.1 7.2c49.2 21.9 105 23.8 155.6 5.4l33.7-12.1v62l-44.7 16.2c-42.8 15.6-90 13.9-131.6-4.6l-16.1-7.2c-40.2-17.9-85-22.5-128.1-13.3L64 203.1v32.7l70.2-15.1c36.4-7.8 74.3-3.9 108.4 11.3l16.1 7.2c49.2 21.9 105 23.8 155.6 5.4l33.7-12.3v62l-44.7 16.2c-42.8 15.6-90 13.9-131.6-4.6l-16.1-7.2c-40.2-17.9-85-22.5-128.1-13.3L64 299.1v32.7l70.2-15.1c36.4-7.8 74.3-3.9 108.4 11.3l16.1 7.2c49.2 21.9 105 23.8 155.6 5.4l33.7-12.3v33.5c0 13.3-8.3 25.3-20.8 30l-34.7 13c-46.2 17.3-97.6 14.6-141.7-7.4c-37.9-19-81.3-23.7-122.5-13.4L64 400v80c0 17.7-14.3 32-32 32S0 497.7 0 480V32C0 14.3 14.3 0 32 0m80 96a16 16 0 1 0-32 0a16 16 0 1 0 32 0m32 0a16 16 0 1 0 0-32a16 16 0 1 0 0 32m-32 48a16 16 0 1 0-32 0a16 16 0 1 0 32 0m32 0a16 16 0 1 0 0-32a16 16 0 1 0 0 32"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M32 0c17.7 0 32 14.3 32 32v16l69-17.2c38.1-9.5 78.3-5.1 113.5 12.5c46.3 23.2 100.8 23.2 147.1 0l9.6-4.8c20.6-10.4 44.8 4.6 44.8 27.6v36.1l-44.7 16.2c-42.8 15.6-90 13.9-131.6-4.6l-16.1-7.2c-20.3-9-41.8-14.7-63.6-16.9v32.2c17.4 2.1 34.4 6.7 50.6 13.9l16.1 7.2c49.2 21.9 105 23.8 155.6 5.4l33.7-12.1v62l-44.7 16.2c-42.8 15.6-90 13.9-131.6-4.6l-16.1-7.2c-40.2-17.9-85-22.5-128.1-13.3L64 203.1v32.7l70.2-15.1c36.4-7.8 74.3-3.9 108.4 11.3l16.1 7.2c49.2 21.9 105 23.8 155.6 5.4l33.7-12.3v62l-44.7 16.2c-42.8 15.6-90 13.9-131.6-4.6l-16.1-7.2c-40.2-17.9-85-22.5-128.1-13.3L64 299.1v32.7l70.2-15.1c36.4-7.8 74.3-3.9 108.4 11.3l16.1 7.2c49.2 21.9 105 23.8 155.6 5.4l33.7-12.3v33.5c0 13.3-8.3 25.3-20.8 30l-34.7 13c-46.2 17.3-97.6 14.6-141.7-7.4c-37.9-19-81.3-23.7-122.5-13.4L64 400v80c0 17.7-14.3 32-32 32S0 497.7 0 480V32C0 14.3 14.3 0 32 0m80 96a16 16 0 1 0-32 0a16 16 0 1 0 32 0m32 0a16 16 0 1 0 0-32a16 16 0 1 0 0 32m-32 48a16 16 0 1 0-32 0a16 16 0 1 0 32 0m32 0a16 16 0 1 0 0-32a16 16 0 1 0 0 32"/></svg>
</template>

CSS

.icon-flag-usa {
  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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M32%200c17.7%200%2032%2014.3%2032%2032v16l69-17.2c38.1-9.5%2078.3-5.1%20113.5%2012.5c46.3%2023.2%20100.8%2023.2%20147.1%200l9.6-4.8c20.6-10.4%2044.8%204.6%2044.8%2027.6v36.1l-44.7%2016.2c-42.8%2015.6-90%2013.9-131.6-4.6l-16.1-7.2c-20.3-9-41.8-14.7-63.6-16.9v32.2c17.4%202.1%2034.4%206.7%2050.6%2013.9l16.1%207.2c49.2%2021.9%20105%2023.8%20155.6%205.4l33.7-12.1v62l-44.7%2016.2c-42.8%2015.6-90%2013.9-131.6-4.6l-16.1-7.2c-40.2-17.9-85-22.5-128.1-13.3L64%20203.1v32.7l70.2-15.1c36.4-7.8%2074.3-3.9%20108.4%2011.3l16.1%207.2c49.2%2021.9%20105%2023.8%20155.6%205.4l33.7-12.3v62l-44.7%2016.2c-42.8%2015.6-90%2013.9-131.6-4.6l-16.1-7.2c-40.2-17.9-85-22.5-128.1-13.3L64%20299.1v32.7l70.2-15.1c36.4-7.8%2074.3-3.9%20108.4%2011.3l16.1%207.2c49.2%2021.9%20105%2023.8%20155.6%205.4l33.7-12.3v33.5c0%2013.3-8.3%2025.3-20.8%2030l-34.7%2013c-46.2%2017.3-97.6%2014.6-141.7-7.4c-37.9-19-81.3-23.7-122.5-13.4L64%20400v80c0%2017.7-14.3%2032-32%2032S0%20497.7%200%20480V32C0%2014.3%2014.3%200%2032%200m80%2096a16%2016%200%201%200-32%200a16%2016%200%201%200%2032%200m32%200a16%2016%200%201%200%200-32a16%2016%200%201%200%200%2032m-32%2048a16%2016%200%201%200-32%200a16%2016%200%201%200%2032%200m32%200a16%2016%200%201%200%200-32a16%2016%200%201%200%200%2032%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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M32%200c17.7%200%2032%2014.3%2032%2032v16l69-17.2c38.1-9.5%2078.3-5.1%20113.5%2012.5c46.3%2023.2%20100.8%2023.2%20147.1%200l9.6-4.8c20.6-10.4%2044.8%204.6%2044.8%2027.6v36.1l-44.7%2016.2c-42.8%2015.6-90%2013.9-131.6-4.6l-16.1-7.2c-20.3-9-41.8-14.7-63.6-16.9v32.2c17.4%202.1%2034.4%206.7%2050.6%2013.9l16.1%207.2c49.2%2021.9%20105%2023.8%20155.6%205.4l33.7-12.1v62l-44.7%2016.2c-42.8%2015.6-90%2013.9-131.6-4.6l-16.1-7.2c-40.2-17.9-85-22.5-128.1-13.3L64%20203.1v32.7l70.2-15.1c36.4-7.8%2074.3-3.9%20108.4%2011.3l16.1%207.2c49.2%2021.9%20105%2023.8%20155.6%205.4l33.7-12.3v62l-44.7%2016.2c-42.8%2015.6-90%2013.9-131.6-4.6l-16.1-7.2c-40.2-17.9-85-22.5-128.1-13.3L64%20299.1v32.7l70.2-15.1c36.4-7.8%2074.3-3.9%20108.4%2011.3l16.1%207.2c49.2%2021.9%20105%2023.8%20155.6%205.4l33.7-12.3v33.5c0%2013.3-8.3%2025.3-20.8%2030l-34.7%2013c-46.2%2017.3-97.6%2014.6-141.7-7.4c-37.9-19-81.3-23.7-122.5-13.4L64%20400v80c0%2017.7-14.3%2032-32%2032S0%20497.7%200%20480V32C0%2014.3%2014.3%200%2032%200m80%2096a16%2016%200%201%200-32%200a16%2016%200%201%200%2032%200m32%200a16%2016%200%201%200%200-32a16%2016%200%201%200%200%2032m-32%2048a16%2016%200%201%200-32%200a16%2016%200%201%200%2032%200m32%200a16%2016%200%201%200%200-32a16%2016%200%201%200%200%2032%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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