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

Name
person-booth
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 person booth icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M72 88c0-30.9 25.1-56 56-56s56 25.1 56 56s-25.1 56-56 56s-56-25.1-56-56m51.1 88c23.5 0 45.5 11.3 59.1 30.4l48.7 68.2c6 8.4 15.7 13.4 26 13.4H288c17.7 0 32 14.3 32 32s-14.3 32-32 32h-31.1c-31 0-60.1-15-78.1-40.2l-2.8-3.9V388l41.6 31.2c24.2 18.1 38.4 46.6 38.4 76.8v80c0 17.7-14.3 32-32 32s-32-14.3-32-32v-80c0-10.1-4.7-19.6-12.8-25.6l-76.8-57.6C78.2 394.7 64 366.2 64 336V235.1c0-32.6 26.5-59.1 59.1-59.1M64 576V443.3c3.1 2.7 6.3 5.4 9.6 7.9L128 492v84c0 17.7-14.3 32-32 32s-32-14.3-32-32m544-88v96c0 13.3-10.7 24-24 24s-24-10.7-24-24v-72H392c-7.1 0-13.8-3.1-18.4-8.6s-6.5-12.6-5.3-19.6L399 307.1l-63.1-137.6v72c-5.2-1-10.5-1.6-16-1.6h-32v-120c0-30.9 25.1-56 56-56L552 64c30.9 0 56 25.1 56 56zm-288-88c5.5 0 10.8-.6 16-1.6V584c0 13.3-10.7 24-24 24s-24-10.7-24-24V400z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidPersonBooth(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="M72 88c0-30.9 25.1-56 56-56s56 25.1 56 56s-25.1 56-56 56s-56-25.1-56-56m51.1 88c23.5 0 45.5 11.3 59.1 30.4l48.7 68.2c6 8.4 15.7 13.4 26 13.4H288c17.7 0 32 14.3 32 32s-14.3 32-32 32h-31.1c-31 0-60.1-15-78.1-40.2l-2.8-3.9V388l41.6 31.2c24.2 18.1 38.4 46.6 38.4 76.8v80c0 17.7-14.3 32-32 32s-32-14.3-32-32v-80c0-10.1-4.7-19.6-12.8-25.6l-76.8-57.6C78.2 394.7 64 366.2 64 336V235.1c0-32.6 26.5-59.1 59.1-59.1M64 576V443.3c3.1 2.7 6.3 5.4 9.6 7.9L128 492v84c0 17.7-14.3 32-32 32s-32-14.3-32-32m544-88v96c0 13.3-10.7 24-24 24s-24-10.7-24-24v-72H392c-7.1 0-13.8-3.1-18.4-8.6s-6.5-12.6-5.3-19.6L399 307.1l-63.1-137.6v72c-5.2-1-10.5-1.6-16-1.6h-32v-120c0-30.9 25.1-56 56-56L552 64c30.9 0 56 25.1 56 56zm-288-88c5.5 0 10.8-.6 16-1.6V584c0 13.3-10.7 24-24 24s-24-10.7-24-24V400z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M72 88c0-30.9 25.1-56 56-56s56 25.1 56 56s-25.1 56-56 56s-56-25.1-56-56m51.1 88c23.5 0 45.5 11.3 59.1 30.4l48.7 68.2c6 8.4 15.7 13.4 26 13.4H288c17.7 0 32 14.3 32 32s-14.3 32-32 32h-31.1c-31 0-60.1-15-78.1-40.2l-2.8-3.9V388l41.6 31.2c24.2 18.1 38.4 46.6 38.4 76.8v80c0 17.7-14.3 32-32 32s-32-14.3-32-32v-80c0-10.1-4.7-19.6-12.8-25.6l-76.8-57.6C78.2 394.7 64 366.2 64 336V235.1c0-32.6 26.5-59.1 59.1-59.1M64 576V443.3c3.1 2.7 6.3 5.4 9.6 7.9L128 492v84c0 17.7-14.3 32-32 32s-32-14.3-32-32m544-88v96c0 13.3-10.7 24-24 24s-24-10.7-24-24v-72H392c-7.1 0-13.8-3.1-18.4-8.6s-6.5-12.6-5.3-19.6L399 307.1l-63.1-137.6v72c-5.2-1-10.5-1.6-16-1.6h-32v-120c0-30.9 25.1-56 56-56L552 64c30.9 0 56 25.1 56 56zm-288-88c5.5 0 10.8-.6 16-1.6V584c0 13.3-10.7 24-24 24s-24-10.7-24-24V400z"/></svg>
</template>

CSS

.icon-person-booth {
  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%22M72%2088c0-30.9%2025.1-56%2056-56s56%2025.1%2056%2056s-25.1%2056-56%2056s-56-25.1-56-56m51.1%2088c23.5%200%2045.5%2011.3%2059.1%2030.4l48.7%2068.2c6%208.4%2015.7%2013.4%2026%2013.4H288c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032h-31.1c-31%200-60.1-15-78.1-40.2l-2.8-3.9V388l41.6%2031.2c24.2%2018.1%2038.4%2046.6%2038.4%2076.8v80c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-80c0-10.1-4.7-19.6-12.8-25.6l-76.8-57.6C78.2%20394.7%2064%20366.2%2064%20336V235.1c0-32.6%2026.5-59.1%2059.1-59.1M64%20576V443.3c3.1%202.7%206.3%205.4%209.6%207.9L128%20492v84c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32m544-88v96c0%2013.3-10.7%2024-24%2024s-24-10.7-24-24v-72H392c-7.1%200-13.8-3.1-18.4-8.6s-6.5-12.6-5.3-19.6L399%20307.1l-63.1-137.6v72c-5.2-1-10.5-1.6-16-1.6h-32v-120c0-30.9%2025.1-56%2056-56L552%2064c30.9%200%2056%2025.1%2056%2056zm-288-88c5.5%200%2010.8-.6%2016-1.6V584c0%2013.3-10.7%2024-24%2024s-24-10.7-24-24V400z%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%22M72%2088c0-30.9%2025.1-56%2056-56s56%2025.1%2056%2056s-25.1%2056-56%2056s-56-25.1-56-56m51.1%2088c23.5%200%2045.5%2011.3%2059.1%2030.4l48.7%2068.2c6%208.4%2015.7%2013.4%2026%2013.4H288c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032h-31.1c-31%200-60.1-15-78.1-40.2l-2.8-3.9V388l41.6%2031.2c24.2%2018.1%2038.4%2046.6%2038.4%2076.8v80c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-80c0-10.1-4.7-19.6-12.8-25.6l-76.8-57.6C78.2%20394.7%2064%20366.2%2064%20336V235.1c0-32.6%2026.5-59.1%2059.1-59.1M64%20576V443.3c3.1%202.7%206.3%205.4%209.6%207.9L128%20492v84c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32m544-88v96c0%2013.3-10.7%2024-24%2024s-24-10.7-24-24v-72H392c-7.1%200-13.8-3.1-18.4-8.6s-6.5-12.6-5.3-19.6L399%20307.1l-63.1-137.6v72c-5.2-1-10.5-1.6-16-1.6h-32v-120c0-30.9%2025.1-56%2056-56L552%2064c30.9%200%2056%2025.1%2056%2056zm-288-88c5.5%200%2010.8-.6%2016-1.6V584c0%2013.3-10.7%2024-24%2024s-24-10.7-24-24V400z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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