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

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

The same icon in other sets

More political icons from Font Awesome 6 Solid

Use the democrat icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M64 32c0-8.9 3.8-20.9 6.2-27.3C71.2 1.8 74 0 77 0c1.9 0 3.8.7 5.2 2.1L128 45.7l45.8-43.6C175.2.7 177.1 0 179 0c3 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-17V320H192l-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 256 0 232.1 0 202.7c0-12.1 4.1-23.8 11.7-33.3l75.9-94.8C78.1 67.4 64 53.2 64 32m384 320h96v128c0 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-32V352zM260.9 210.9c-.9-1.8-2.8-2.9-4.8-2.9s-3.9 1.1-4.8 2.9l-10.5 20.5l-23.5 3.3c-2 .3-3.7 1.6-4.3 3.5s-.1 3.9 1.3 5.3l17 16l-4 22.6c-.3 1.9.5 3.9 2.1 5s3.8 1.3 5.6.4l21-10.7l21 10.7c1.8.9 4 .8 5.6-.4s2.5-3.1 2.1-5l-4-22.6l17-16c1.5-1.4 2-3.4 1.3-5.3s-2.3-3.2-4.3-3.5l-23.5-3.3l-10.5-20.5zm107.2-2.9c-2 0-3.9 1.1-4.8 2.9l-10.5 20.5l-23.5 3.3c-2 .3-3.7 1.6-4.3 3.5s-.1 3.9 1.3 5.3l17 16l-4 22.6c-.3 1.9.5 3.9 2.1 5s3.8 1.3 5.6.4l21-10.7l21 10.7c1.8.9 4 .8 5.6-.4s2.5-3.1 2.1-5l-4-22.6l17-16c1.5-1.4 2-3.4 1.4-5.3s-2.3-3.2-4.3-3.5l-23.5-3.3l-10.5-20.5c-.9-1.8-2.8-2.9-4.8-2.9zm116.8 2.9c-.9-1.8-2.8-2.9-4.8-2.9s-3.9 1.1-4.8 2.9l-10.5 20.5l-23.5 3.3c-2 .3-3.7 1.6-4.3 3.5s-.1 3.9 1.3 5.3l17 16l-4 22.6c-.3 1.9.5 3.9 2.1 5s3.8 1.3 5.6.4l21-10.7l21 10.7c1.8.9 4 .8 5.6-.4s2.5-3.1 2.1-5l-4-22.6l17-16c1.5-1.4 2-3.4 1.4-5.3s-2.3-3.2-4.3-3.5l-23.5-3.3l-10.5-20.5z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidDemocrat(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M64 32c0-8.9 3.8-20.9 6.2-27.3C71.2 1.8 74 0 77 0c1.9 0 3.8.7 5.2 2.1L128 45.7l45.8-43.6C175.2.7 177.1 0 179 0c3 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-17V320H192l-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 256 0 232.1 0 202.7c0-12.1 4.1-23.8 11.7-33.3l75.9-94.8C78.1 67.4 64 53.2 64 32m384 320h96v128c0 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-32V352zM260.9 210.9c-.9-1.8-2.8-2.9-4.8-2.9s-3.9 1.1-4.8 2.9l-10.5 20.5l-23.5 3.3c-2 .3-3.7 1.6-4.3 3.5s-.1 3.9 1.3 5.3l17 16l-4 22.6c-.3 1.9.5 3.9 2.1 5s3.8 1.3 5.6.4l21-10.7l21 10.7c1.8.9 4 .8 5.6-.4s2.5-3.1 2.1-5l-4-22.6l17-16c1.5-1.4 2-3.4 1.3-5.3s-2.3-3.2-4.3-3.5l-23.5-3.3l-10.5-20.5zm107.2-2.9c-2 0-3.9 1.1-4.8 2.9l-10.5 20.5l-23.5 3.3c-2 .3-3.7 1.6-4.3 3.5s-.1 3.9 1.3 5.3l17 16l-4 22.6c-.3 1.9.5 3.9 2.1 5s3.8 1.3 5.6.4l21-10.7l21 10.7c1.8.9 4 .8 5.6-.4s2.5-3.1 2.1-5l-4-22.6l17-16c1.5-1.4 2-3.4 1.4-5.3s-2.3-3.2-4.3-3.5l-23.5-3.3l-10.5-20.5c-.9-1.8-2.8-2.9-4.8-2.9zm116.8 2.9c-.9-1.8-2.8-2.9-4.8-2.9s-3.9 1.1-4.8 2.9l-10.5 20.5l-23.5 3.3c-2 .3-3.7 1.6-4.3 3.5s-.1 3.9 1.3 5.3l17 16l-4 22.6c-.3 1.9.5 3.9 2.1 5s3.8 1.3 5.6.4l21-10.7l21 10.7c1.8.9 4 .8 5.6-.4s2.5-3.1 2.1-5l-4-22.6l17-16c1.5-1.4 2-3.4 1.4-5.3s-2.3-3.2-4.3-3.5l-23.5-3.3l-10.5-20.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M64 32c0-8.9 3.8-20.9 6.2-27.3C71.2 1.8 74 0 77 0c1.9 0 3.8.7 5.2 2.1L128 45.7l45.8-43.6C175.2.7 177.1 0 179 0c3 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-17V320H192l-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 256 0 232.1 0 202.7c0-12.1 4.1-23.8 11.7-33.3l75.9-94.8C78.1 67.4 64 53.2 64 32m384 320h96v128c0 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-32V352zM260.9 210.9c-.9-1.8-2.8-2.9-4.8-2.9s-3.9 1.1-4.8 2.9l-10.5 20.5l-23.5 3.3c-2 .3-3.7 1.6-4.3 3.5s-.1 3.9 1.3 5.3l17 16l-4 22.6c-.3 1.9.5 3.9 2.1 5s3.8 1.3 5.6.4l21-10.7l21 10.7c1.8.9 4 .8 5.6-.4s2.5-3.1 2.1-5l-4-22.6l17-16c1.5-1.4 2-3.4 1.3-5.3s-2.3-3.2-4.3-3.5l-23.5-3.3l-10.5-20.5zm107.2-2.9c-2 0-3.9 1.1-4.8 2.9l-10.5 20.5l-23.5 3.3c-2 .3-3.7 1.6-4.3 3.5s-.1 3.9 1.3 5.3l17 16l-4 22.6c-.3 1.9.5 3.9 2.1 5s3.8 1.3 5.6.4l21-10.7l21 10.7c1.8.9 4 .8 5.6-.4s2.5-3.1 2.1-5l-4-22.6l17-16c1.5-1.4 2-3.4 1.4-5.3s-2.3-3.2-4.3-3.5l-23.5-3.3l-10.5-20.5c-.9-1.8-2.8-2.9-4.8-2.9zm116.8 2.9c-.9-1.8-2.8-2.9-4.8-2.9s-3.9 1.1-4.8 2.9l-10.5 20.5l-23.5 3.3c-2 .3-3.7 1.6-4.3 3.5s-.1 3.9 1.3 5.3l17 16l-4 22.6c-.3 1.9.5 3.9 2.1 5s3.8 1.3 5.6.4l21-10.7l21 10.7c1.8.9 4 .8 5.6-.4s2.5-3.1 2.1-5l-4-22.6l17-16c1.5-1.4 2-3.4 1.4-5.3s-2.3-3.2-4.3-3.5l-23.5-3.3l-10.5-20.5z"/></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%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M64%2032c0-8.9%203.8-20.9%206.2-27.3C71.2%201.8%2074%200%2077%200c1.9%200%203.8.7%205.2%202.1L128%2045.7l45.8-43.6C175.2.7%20177.1%200%20179%200c3%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-17V320H192l-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%20256%200%20232.1%200%20202.7c0-12.1%204.1-23.8%2011.7-33.3l75.9-94.8C78.1%2067.4%2064%2053.2%2064%2032m384%20320h96v128c0%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-32V352zM260.9%20210.9c-.9-1.8-2.8-2.9-4.8-2.9s-3.9%201.1-4.8%202.9l-10.5%2020.5l-23.5%203.3c-2%20.3-3.7%201.6-4.3%203.5s-.1%203.9%201.3%205.3l17%2016l-4%2022.6c-.3%201.9.5%203.9%202.1%205s3.8%201.3%205.6.4l21-10.7l21%2010.7c1.8.9%204%20.8%205.6-.4s2.5-3.1%202.1-5l-4-22.6l17-16c1.5-1.4%202-3.4%201.3-5.3s-2.3-3.2-4.3-3.5l-23.5-3.3l-10.5-20.5zm107.2-2.9c-2%200-3.9%201.1-4.8%202.9l-10.5%2020.5l-23.5%203.3c-2%20.3-3.7%201.6-4.3%203.5s-.1%203.9%201.3%205.3l17%2016l-4%2022.6c-.3%201.9.5%203.9%202.1%205s3.8%201.3%205.6.4l21-10.7l21%2010.7c1.8.9%204%20.8%205.6-.4s2.5-3.1%202.1-5l-4-22.6l17-16c1.5-1.4%202-3.4%201.4-5.3s-2.3-3.2-4.3-3.5l-23.5-3.3l-10.5-20.5c-.9-1.8-2.8-2.9-4.8-2.9zm116.8%202.9c-.9-1.8-2.8-2.9-4.8-2.9s-3.9%201.1-4.8%202.9l-10.5%2020.5l-23.5%203.3c-2%20.3-3.7%201.6-4.3%203.5s-.1%203.9%201.3%205.3l17%2016l-4%2022.6c-.3%201.9.5%203.9%202.1%205s3.8%201.3%205.6.4l21-10.7l21%2010.7c1.8.9%204%20.8%205.6-.4s2.5-3.1%202.1-5l-4-22.6l17-16c1.5-1.4%202-3.4%201.4-5.3s-2.3-3.2-4.3-3.5l-23.5-3.3l-10.5-20.5z%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%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M64%2032c0-8.9%203.8-20.9%206.2-27.3C71.2%201.8%2074%200%2077%200c1.9%200%203.8.7%205.2%202.1L128%2045.7l45.8-43.6C175.2.7%20177.1%200%20179%200c3%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-17V320H192l-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%20256%200%20232.1%200%20202.7c0-12.1%204.1-23.8%2011.7-33.3l75.9-94.8C78.1%2067.4%2064%2053.2%2064%2032m384%20320h96v128c0%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-32V352zM260.9%20210.9c-.9-1.8-2.8-2.9-4.8-2.9s-3.9%201.1-4.8%202.9l-10.5%2020.5l-23.5%203.3c-2%20.3-3.7%201.6-4.3%203.5s-.1%203.9%201.3%205.3l17%2016l-4%2022.6c-.3%201.9.5%203.9%202.1%205s3.8%201.3%205.6.4l21-10.7l21%2010.7c1.8.9%204%20.8%205.6-.4s2.5-3.1%202.1-5l-4-22.6l17-16c1.5-1.4%202-3.4%201.3-5.3s-2.3-3.2-4.3-3.5l-23.5-3.3l-10.5-20.5zm107.2-2.9c-2%200-3.9%201.1-4.8%202.9l-10.5%2020.5l-23.5%203.3c-2%20.3-3.7%201.6-4.3%203.5s-.1%203.9%201.3%205.3l17%2016l-4%2022.6c-.3%201.9.5%203.9%202.1%205s3.8%201.3%205.6.4l21-10.7l21%2010.7c1.8.9%204%20.8%205.6-.4s2.5-3.1%202.1-5l-4-22.6l17-16c1.5-1.4%202-3.4%201.4-5.3s-2.3-3.2-4.3-3.5l-23.5-3.3l-10.5-20.5c-.9-1.8-2.8-2.9-4.8-2.9zm116.8%202.9c-.9-1.8-2.8-2.9-4.8-2.9s-3.9%201.1-4.8%202.9l-10.5%2020.5l-23.5%203.3c-2%20.3-3.7%201.6-4.3%203.5s-.1%203.9%201.3%205.3l17%2016l-4%2022.6c-.3%201.9.5%203.9%202.1%205s3.8%201.3%205.6.4l21-10.7l21%2010.7c1.8.9%204%20.8%205.6-.4s2.5-3.1%202.1-5l-4-22.6l17-16c1.5-1.4%202-3.4%201.4-5.3s-2.3-3.2-4.3-3.5l-23.5-3.3l-10.5-20.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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