democrat from Font Awesome Solid by Dave Gandy · Solid · Political · CC-BY-4.0 Attribution required.

Name
democrat
Set
Font Awesome Solid
Style
Solid
Category
Political
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

More political icons from Font Awesome Solid

Use the democrat icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M64 96c0-8.9 3.8-20.9 6.2-27.3c1-2.8 3.8-4.7 6.8-4.7c1.9 0 3.8.7 5.2 2.1l45.8 43.6l45.8-43.6c1.4-1.3 3.2-2.1 5.2-2.1c3 0 5.8 1.8 6.8 4.7c2.4 6.5 6.2 18.4 6.2 27.3c0 26.5-21.9 42-29.5 46.6l76.2 72.6c6 5.7 13.9 8.8 22.1 8.8H512c40.3 0 78.2 19 102.4 51.2l19.2 25.6c10.6 14.1 7.7 34.2-6.4 44.8s-34.2 7.7-44.8-6.4l-19.2-25.6c-5.3-7-11.8-12.8-19.2-17V384H192l-40.4-94.3c-3.9-9.2-15.3-12.6-23.6-7l-42.1 28c-9.1 6.1-19.7 9.3-30.7 9.3h-2C23.9 320 0 296.1 0 266.7c0-12.1 4.1-23.8 11.7-33.3l75.9-94.8C78.1 131.4 64 117.2 64 96m480 320v128c0 17.7-14.3 32-32 32h-32c-17.7 0-32-14.3-32-32v-64H288v64c0 17.7-14.3 32-32 32h-32c-17.7 0-32-14.3-32-32V416zm-288-72c13.3 0 24-10.7 24-24s-10.7-24-24-24s-24 10.7-24 24s10.7 24 24 24m248-24c0-13.3-10.7-24-24-24s-24 10.7-24 24s10.7 24 24 24s24-10.7 24-24m-136 24c13.3 0 24-10.7 24-24s-10.7-24-24-24s-24 10.7-24 24s10.7 24 24 24"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidDemocrat(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="M64 96c0-8.9 3.8-20.9 6.2-27.3c1-2.8 3.8-4.7 6.8-4.7c1.9 0 3.8.7 5.2 2.1l45.8 43.6l45.8-43.6c1.4-1.3 3.2-2.1 5.2-2.1c3 0 5.8 1.8 6.8 4.7c2.4 6.5 6.2 18.4 6.2 27.3c0 26.5-21.9 42-29.5 46.6l76.2 72.6c6 5.7 13.9 8.8 22.1 8.8H512c40.3 0 78.2 19 102.4 51.2l19.2 25.6c10.6 14.1 7.7 34.2-6.4 44.8s-34.2 7.7-44.8-6.4l-19.2-25.6c-5.3-7-11.8-12.8-19.2-17V384H192l-40.4-94.3c-3.9-9.2-15.3-12.6-23.6-7l-42.1 28c-9.1 6.1-19.7 9.3-30.7 9.3h-2C23.9 320 0 296.1 0 266.7c0-12.1 4.1-23.8 11.7-33.3l75.9-94.8C78.1 131.4 64 117.2 64 96m480 320v128c0 17.7-14.3 32-32 32h-32c-17.7 0-32-14.3-32-32v-64H288v64c0 17.7-14.3 32-32 32h-32c-17.7 0-32-14.3-32-32V416zm-288-72c13.3 0 24-10.7 24-24s-10.7-24-24-24s-24 10.7-24 24s10.7 24 24 24m248-24c0-13.3-10.7-24-24-24s-24 10.7-24 24s10.7 24 24 24s24-10.7 24-24m-136 24c13.3 0 24-10.7 24-24s-10.7-24-24-24s-24 10.7-24 24s10.7 24 24 24"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M64 96c0-8.9 3.8-20.9 6.2-27.3c1-2.8 3.8-4.7 6.8-4.7c1.9 0 3.8.7 5.2 2.1l45.8 43.6l45.8-43.6c1.4-1.3 3.2-2.1 5.2-2.1c3 0 5.8 1.8 6.8 4.7c2.4 6.5 6.2 18.4 6.2 27.3c0 26.5-21.9 42-29.5 46.6l76.2 72.6c6 5.7 13.9 8.8 22.1 8.8H512c40.3 0 78.2 19 102.4 51.2l19.2 25.6c10.6 14.1 7.7 34.2-6.4 44.8s-34.2 7.7-44.8-6.4l-19.2-25.6c-5.3-7-11.8-12.8-19.2-17V384H192l-40.4-94.3c-3.9-9.2-15.3-12.6-23.6-7l-42.1 28c-9.1 6.1-19.7 9.3-30.7 9.3h-2C23.9 320 0 296.1 0 266.7c0-12.1 4.1-23.8 11.7-33.3l75.9-94.8C78.1 131.4 64 117.2 64 96m480 320v128c0 17.7-14.3 32-32 32h-32c-17.7 0-32-14.3-32-32v-64H288v64c0 17.7-14.3 32-32 32h-32c-17.7 0-32-14.3-32-32V416zm-288-72c13.3 0 24-10.7 24-24s-10.7-24-24-24s-24 10.7-24 24s10.7 24 24 24m248-24c0-13.3-10.7-24-24-24s-24 10.7-24 24s10.7 24 24 24s24-10.7 24-24m-136 24c13.3 0 24-10.7 24-24s-10.7-24-24-24s-24 10.7-24 24s10.7 24 24 24"/></svg>
</template>

CSS

.icon-democrat {
  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%22M64%2096c0-8.9%203.8-20.9%206.2-27.3c1-2.8%203.8-4.7%206.8-4.7c1.9%200%203.8.7%205.2%202.1l45.8%2043.6l45.8-43.6c1.4-1.3%203.2-2.1%205.2-2.1c3%200%205.8%201.8%206.8%204.7c2.4%206.5%206.2%2018.4%206.2%2027.3c0%2026.5-21.9%2042-29.5%2046.6l76.2%2072.6c6%205.7%2013.9%208.8%2022.1%208.8H512c40.3%200%2078.2%2019%20102.4%2051.2l19.2%2025.6c10.6%2014.1%207.7%2034.2-6.4%2044.8s-34.2%207.7-44.8-6.4l-19.2-25.6c-5.3-7-11.8-12.8-19.2-17V384H192l-40.4-94.3c-3.9-9.2-15.3-12.6-23.6-7l-42.1%2028c-9.1%206.1-19.7%209.3-30.7%209.3h-2C23.9%20320%200%20296.1%200%20266.7c0-12.1%204.1-23.8%2011.7-33.3l75.9-94.8C78.1%20131.4%2064%20117.2%2064%2096m480%20320v128c0%2017.7-14.3%2032-32%2032h-32c-17.7%200-32-14.3-32-32v-64H288v64c0%2017.7-14.3%2032-32%2032h-32c-17.7%200-32-14.3-32-32V416zm-288-72c13.3%200%2024-10.7%2024-24s-10.7-24-24-24s-24%2010.7-24%2024s10.7%2024%2024%2024m248-24c0-13.3-10.7-24-24-24s-24%2010.7-24%2024s10.7%2024%2024%2024s24-10.7%2024-24m-136%2024c13.3%200%2024-10.7%2024-24s-10.7-24-24-24s-24%2010.7-24%2024s10.7%2024%2024%2024%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%22M64%2096c0-8.9%203.8-20.9%206.2-27.3c1-2.8%203.8-4.7%206.8-4.7c1.9%200%203.8.7%205.2%202.1l45.8%2043.6l45.8-43.6c1.4-1.3%203.2-2.1%205.2-2.1c3%200%205.8%201.8%206.8%204.7c2.4%206.5%206.2%2018.4%206.2%2027.3c0%2026.5-21.9%2042-29.5%2046.6l76.2%2072.6c6%205.7%2013.9%208.8%2022.1%208.8H512c40.3%200%2078.2%2019%20102.4%2051.2l19.2%2025.6c10.6%2014.1%207.7%2034.2-6.4%2044.8s-34.2%207.7-44.8-6.4l-19.2-25.6c-5.3-7-11.8-12.8-19.2-17V384H192l-40.4-94.3c-3.9-9.2-15.3-12.6-23.6-7l-42.1%2028c-9.1%206.1-19.7%209.3-30.7%209.3h-2C23.9%20320%200%20296.1%200%20266.7c0-12.1%204.1-23.8%2011.7-33.3l75.9-94.8C78.1%20131.4%2064%20117.2%2064%2096m480%20320v128c0%2017.7-14.3%2032-32%2032h-32c-17.7%200-32-14.3-32-32v-64H288v64c0%2017.7-14.3%2032-32%2032h-32c-17.7%200-32-14.3-32-32V416zm-288-72c13.3%200%2024-10.7%2024-24s-10.7-24-24-24s-24%2010.7-24%2024s10.7%2024%2024%2024m248-24c0-13.3-10.7-24-24-24s-24%2010.7-24%2024s10.7%2024%2024%2024s24-10.7%2024-24m-136%2024c13.3%200%2024-10.7%2024-24s-10.7-24-24-24s-24%2010.7-24%2024s10.7%2024%2024%2024%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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