republican icon
republican from Font Awesome 6 Solid by Dave Gandy · Regular · Political · CC-BY-4.0 Attribution required.
- Name
- republican
- 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 republican icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M0 192C0 103.6 71.6 32 160 32h224c88.4 0 160 71.6 160 160v64H0zm415.9-64c-2.4 0-4.7 1.3-5.7 3.4L397.6 156l-28.2 4c-2.4.3-4.4 2-5.2 4.2s-.1 4.7 1.6 6.3l20.4 19.2l-4.8 27.1c-.4 2.3.6 4.7 2.5 6s4.6 1.6 6.7.5l25.2-12.8l25.2 12.8c2.2 1.1 4.8.9 6.7-.5s3-3.7 2.5-6l-4.8-27.1l20.6-19.2c1.7-1.6 2.4-4.1 1.6-6.3s-2.8-3.9-5.2-4.2l-28.2-4l-12.6-24.6c-1.1-2.1-3.3-3.4-5.7-3.4m-138.3 3.4c-1.1-2.1-3.3-3.4-5.7-3.4s-4.7 1.3-5.7 3.4L253.6 156l-28.2 4c-2.4.3-4.4 2-5.2 4.2s-.1 4.7 1.6 6.3l20.4 19.2l-4.8 27.1c-.4 2.3.6 4.7 2.5 6s4.6 1.6 6.7.5l25.2-12.8l25.2 12.8c2.2 1.1 4.8.9 6.7-.5s3-3.7 2.5-6l-4.8-27.1l20.6-19.2c1.7-1.6 2.4-4.1 1.6-6.3s-2.8-3.9-5.2-4.2l-28.2-4zM127.9 128c-2.4 0-4.7 1.3-5.7 3.4L109.6 156l-28.2 4c-2.4.3-4.4 2-5.2 4.2s-.1 4.7 1.6 6.3l20.4 19.2l-4.8 27.1c-.4 2.3.6 4.7 2.5 6s4.6 1.6 6.7.5l25.2-12.8l25.2 12.8c2.2 1.1 4.8.9 6.7-.5s3-3.7 2.5-6l-4.8-27.1l20.6-19.2c1.7-1.6 2.4-4.1 1.6-6.3s-2.8-3.9-5.2-4.2l-28.2-4l-12.6-24.6c-1.1-2.1-3.3-3.4-5.7-3.4m.1 160h416v112c0 8.8 7.2 16 16 16s16-7.2 16-16v-48c0-17.7 14.3-32 32-32s32 14.3 32 32v48c0 44.2-35.8 80-80 80s-80-35.8-80-80v-48h-32v96c0 17.7-14.3 32-32 32h-64c-17.7 0-32-14.3-32-32v-64H128v64c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32V288z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidRepublican(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="M0 192C0 103.6 71.6 32 160 32h224c88.4 0 160 71.6 160 160v64H0zm415.9-64c-2.4 0-4.7 1.3-5.7 3.4L397.6 156l-28.2 4c-2.4.3-4.4 2-5.2 4.2s-.1 4.7 1.6 6.3l20.4 19.2l-4.8 27.1c-.4 2.3.6 4.7 2.5 6s4.6 1.6 6.7.5l25.2-12.8l25.2 12.8c2.2 1.1 4.8.9 6.7-.5s3-3.7 2.5-6l-4.8-27.1l20.6-19.2c1.7-1.6 2.4-4.1 1.6-6.3s-2.8-3.9-5.2-4.2l-28.2-4l-12.6-24.6c-1.1-2.1-3.3-3.4-5.7-3.4m-138.3 3.4c-1.1-2.1-3.3-3.4-5.7-3.4s-4.7 1.3-5.7 3.4L253.6 156l-28.2 4c-2.4.3-4.4 2-5.2 4.2s-.1 4.7 1.6 6.3l20.4 19.2l-4.8 27.1c-.4 2.3.6 4.7 2.5 6s4.6 1.6 6.7.5l25.2-12.8l25.2 12.8c2.2 1.1 4.8.9 6.7-.5s3-3.7 2.5-6l-4.8-27.1l20.6-19.2c1.7-1.6 2.4-4.1 1.6-6.3s-2.8-3.9-5.2-4.2l-28.2-4zM127.9 128c-2.4 0-4.7 1.3-5.7 3.4L109.6 156l-28.2 4c-2.4.3-4.4 2-5.2 4.2s-.1 4.7 1.6 6.3l20.4 19.2l-4.8 27.1c-.4 2.3.6 4.7 2.5 6s4.6 1.6 6.7.5l25.2-12.8l25.2 12.8c2.2 1.1 4.8.9 6.7-.5s3-3.7 2.5-6l-4.8-27.1l20.6-19.2c1.7-1.6 2.4-4.1 1.6-6.3s-2.8-3.9-5.2-4.2l-28.2-4l-12.6-24.6c-1.1-2.1-3.3-3.4-5.7-3.4m.1 160h416v112c0 8.8 7.2 16 16 16s16-7.2 16-16v-48c0-17.7 14.3-32 32-32s32 14.3 32 32v48c0 44.2-35.8 80-80 80s-80-35.8-80-80v-48h-32v96c0 17.7-14.3 32-32 32h-64c-17.7 0-32-14.3-32-32v-64H128v64c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32V288z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M0 192C0 103.6 71.6 32 160 32h224c88.4 0 160 71.6 160 160v64H0zm415.9-64c-2.4 0-4.7 1.3-5.7 3.4L397.6 156l-28.2 4c-2.4.3-4.4 2-5.2 4.2s-.1 4.7 1.6 6.3l20.4 19.2l-4.8 27.1c-.4 2.3.6 4.7 2.5 6s4.6 1.6 6.7.5l25.2-12.8l25.2 12.8c2.2 1.1 4.8.9 6.7-.5s3-3.7 2.5-6l-4.8-27.1l20.6-19.2c1.7-1.6 2.4-4.1 1.6-6.3s-2.8-3.9-5.2-4.2l-28.2-4l-12.6-24.6c-1.1-2.1-3.3-3.4-5.7-3.4m-138.3 3.4c-1.1-2.1-3.3-3.4-5.7-3.4s-4.7 1.3-5.7 3.4L253.6 156l-28.2 4c-2.4.3-4.4 2-5.2 4.2s-.1 4.7 1.6 6.3l20.4 19.2l-4.8 27.1c-.4 2.3.6 4.7 2.5 6s4.6 1.6 6.7.5l25.2-12.8l25.2 12.8c2.2 1.1 4.8.9 6.7-.5s3-3.7 2.5-6l-4.8-27.1l20.6-19.2c1.7-1.6 2.4-4.1 1.6-6.3s-2.8-3.9-5.2-4.2l-28.2-4zM127.9 128c-2.4 0-4.7 1.3-5.7 3.4L109.6 156l-28.2 4c-2.4.3-4.4 2-5.2 4.2s-.1 4.7 1.6 6.3l20.4 19.2l-4.8 27.1c-.4 2.3.6 4.7 2.5 6s4.6 1.6 6.7.5l25.2-12.8l25.2 12.8c2.2 1.1 4.8.9 6.7-.5s3-3.7 2.5-6l-4.8-27.1l20.6-19.2c1.7-1.6 2.4-4.1 1.6-6.3s-2.8-3.9-5.2-4.2l-28.2-4l-12.6-24.6c-1.1-2.1-3.3-3.4-5.7-3.4m.1 160h416v112c0 8.8 7.2 16 16 16s16-7.2 16-16v-48c0-17.7 14.3-32 32-32s32 14.3 32 32v48c0 44.2-35.8 80-80 80s-80-35.8-80-80v-48h-32v96c0 17.7-14.3 32-32 32h-64c-17.7 0-32-14.3-32-32v-64H128v64c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32V288z"/></svg> </template>
CSS
.icon-republican {
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%22M0%20192C0%20103.6%2071.6%2032%20160%2032h224c88.4%200%20160%2071.6%20160%20160v64H0zm415.9-64c-2.4%200-4.7%201.3-5.7%203.4L397.6%20156l-28.2%204c-2.4.3-4.4%202-5.2%204.2s-.1%204.7%201.6%206.3l20.4%2019.2l-4.8%2027.1c-.4%202.3.6%204.7%202.5%206s4.6%201.6%206.7.5l25.2-12.8l25.2%2012.8c2.2%201.1%204.8.9%206.7-.5s3-3.7%202.5-6l-4.8-27.1l20.6-19.2c1.7-1.6%202.4-4.1%201.6-6.3s-2.8-3.9-5.2-4.2l-28.2-4l-12.6-24.6c-1.1-2.1-3.3-3.4-5.7-3.4m-138.3%203.4c-1.1-2.1-3.3-3.4-5.7-3.4s-4.7%201.3-5.7%203.4L253.6%20156l-28.2%204c-2.4.3-4.4%202-5.2%204.2s-.1%204.7%201.6%206.3l20.4%2019.2l-4.8%2027.1c-.4%202.3.6%204.7%202.5%206s4.6%201.6%206.7.5l25.2-12.8l25.2%2012.8c2.2%201.1%204.8.9%206.7-.5s3-3.7%202.5-6l-4.8-27.1l20.6-19.2c1.7-1.6%202.4-4.1%201.6-6.3s-2.8-3.9-5.2-4.2l-28.2-4zM127.9%20128c-2.4%200-4.7%201.3-5.7%203.4L109.6%20156l-28.2%204c-2.4.3-4.4%202-5.2%204.2s-.1%204.7%201.6%206.3l20.4%2019.2l-4.8%2027.1c-.4%202.3.6%204.7%202.5%206s4.6%201.6%206.7.5l25.2-12.8l25.2%2012.8c2.2%201.1%204.8.9%206.7-.5s3-3.7%202.5-6l-4.8-27.1l20.6-19.2c1.7-1.6%202.4-4.1%201.6-6.3s-2.8-3.9-5.2-4.2l-28.2-4l-12.6-24.6c-1.1-2.1-3.3-3.4-5.7-3.4m.1%20160h416v112c0%208.8%207.2%2016%2016%2016s16-7.2%2016-16v-48c0-17.7%2014.3-32%2032-32s32%2014.3%2032%2032v48c0%2044.2-35.8%2080-80%2080s-80-35.8-80-80v-48h-32v96c0%2017.7-14.3%2032-32%2032h-64c-17.7%200-32-14.3-32-32v-64H128v64c0%2017.7-14.3%2032-32%2032H32c-17.7%200-32-14.3-32-32V288z%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%22M0%20192C0%20103.6%2071.6%2032%20160%2032h224c88.4%200%20160%2071.6%20160%20160v64H0zm415.9-64c-2.4%200-4.7%201.3-5.7%203.4L397.6%20156l-28.2%204c-2.4.3-4.4%202-5.2%204.2s-.1%204.7%201.6%206.3l20.4%2019.2l-4.8%2027.1c-.4%202.3.6%204.7%202.5%206s4.6%201.6%206.7.5l25.2-12.8l25.2%2012.8c2.2%201.1%204.8.9%206.7-.5s3-3.7%202.5-6l-4.8-27.1l20.6-19.2c1.7-1.6%202.4-4.1%201.6-6.3s-2.8-3.9-5.2-4.2l-28.2-4l-12.6-24.6c-1.1-2.1-3.3-3.4-5.7-3.4m-138.3%203.4c-1.1-2.1-3.3-3.4-5.7-3.4s-4.7%201.3-5.7%203.4L253.6%20156l-28.2%204c-2.4.3-4.4%202-5.2%204.2s-.1%204.7%201.6%206.3l20.4%2019.2l-4.8%2027.1c-.4%202.3.6%204.7%202.5%206s4.6%201.6%206.7.5l25.2-12.8l25.2%2012.8c2.2%201.1%204.8.9%206.7-.5s3-3.7%202.5-6l-4.8-27.1l20.6-19.2c1.7-1.6%202.4-4.1%201.6-6.3s-2.8-3.9-5.2-4.2l-28.2-4zM127.9%20128c-2.4%200-4.7%201.3-5.7%203.4L109.6%20156l-28.2%204c-2.4.3-4.4%202-5.2%204.2s-.1%204.7%201.6%206.3l20.4%2019.2l-4.8%2027.1c-.4%202.3.6%204.7%202.5%206s4.6%201.6%206.7.5l25.2-12.8l25.2%2012.8c2.2%201.1%204.8.9%206.7-.5s3-3.7%202.5-6l-4.8-27.1l20.6-19.2c1.7-1.6%202.4-4.1%201.6-6.3s-2.8-3.9-5.2-4.2l-28.2-4l-12.6-24.6c-1.1-2.1-3.3-3.4-5.7-3.4m.1%20160h416v112c0%208.8%207.2%2016%2016%2016s16-7.2%2016-16v-48c0-17.7%2014.3-32%2032-32s32%2014.3%2032%2032v48c0%2044.2-35.8%2080-80%2080s-80-35.8-80-80v-48h-32v96c0%2017.7-14.3%2032-32%2032h-64c-17.7%200-32-14.3-32-32v-64H128v64c0%2017.7-14.3%2032-32%2032H32c-17.7%200-32-14.3-32-32V288z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/republican.svg?color=%231a73e8&size=48