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

Name
person-booth
Set
Font Awesome 6 Solid
Style
Regular
Category
Political
Viewbox
576×512
License
CC BY 4.0

The same icon in other sets

More political icons from Font Awesome 6 Solid

Use the person booth icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M256 32c0-17.7-14.3-32-32-32s-32 14.3-32 32v160h64zm320 0c0-17.7-14.3-32-32-32s-32 14.3-32 32v448c0 17.7 14.3 32 32 32s32-14.3 32-32zM224 512c17.7 0 32-14.3 32-32V320h-64v160c0 17.7 14.3 32 32 32M320 0c-9.3 0-18.1 4-24.2 11s-8.8 16.3-7.5 25.5l31.2 218.6l-30.9 154.6c-3.5 17.3 7.8 34.2 25.1 37.7s34.2-7.8 37.7-25.1l.7-3.6c1.3 16.4 15.1 29.4 31.9 29.4c17.7 0 32-14.3 32-32c0 17.7 14.3 32 32 32s32-14.3 32-32v-384c0-17.7-14.3-32-32-32zM112 80a48 48 0 1 0-96 0a48 48 0 1 0 96 0m0 261.3v-72.1l4.7 4.7c9 9 21.2 14.1 33.9 14.1H224c17.7 0 32-14.3 32-32s-14.3-32-32-32h-66.7l-41.6-41.6c-14.3-14.3-33.8-22.4-54-22.4C27.6 160 0 187.6 0 221.6V480c0 17.7 14.3 32 32 32s32-14.3 32-32v-96l32 42.7V480c0 17.7 14.3 32 32 32s32-14.3 32-32v-58.7c0-10.4-3.4-20.5-9.6-28.8z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidPersonBooth(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M256 32c0-17.7-14.3-32-32-32s-32 14.3-32 32v160h64zm320 0c0-17.7-14.3-32-32-32s-32 14.3-32 32v448c0 17.7 14.3 32 32 32s32-14.3 32-32zM224 512c17.7 0 32-14.3 32-32V320h-64v160c0 17.7 14.3 32 32 32M320 0c-9.3 0-18.1 4-24.2 11s-8.8 16.3-7.5 25.5l31.2 218.6l-30.9 154.6c-3.5 17.3 7.8 34.2 25.1 37.7s34.2-7.8 37.7-25.1l.7-3.6c1.3 16.4 15.1 29.4 31.9 29.4c17.7 0 32-14.3 32-32c0 17.7 14.3 32 32 32s32-14.3 32-32v-384c0-17.7-14.3-32-32-32zM112 80a48 48 0 1 0-96 0a48 48 0 1 0 96 0m0 261.3v-72.1l4.7 4.7c9 9 21.2 14.1 33.9 14.1H224c17.7 0 32-14.3 32-32s-14.3-32-32-32h-66.7l-41.6-41.6c-14.3-14.3-33.8-22.4-54-22.4C27.6 160 0 187.6 0 221.6V480c0 17.7 14.3 32 32 32s32-14.3 32-32v-96l32 42.7V480c0 17.7 14.3 32 32 32s32-14.3 32-32v-58.7c0-10.4-3.4-20.5-9.6-28.8z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M256 32c0-17.7-14.3-32-32-32s-32 14.3-32 32v160h64zm320 0c0-17.7-14.3-32-32-32s-32 14.3-32 32v448c0 17.7 14.3 32 32 32s32-14.3 32-32zM224 512c17.7 0 32-14.3 32-32V320h-64v160c0 17.7 14.3 32 32 32M320 0c-9.3 0-18.1 4-24.2 11s-8.8 16.3-7.5 25.5l31.2 218.6l-30.9 154.6c-3.5 17.3 7.8 34.2 25.1 37.7s34.2-7.8 37.7-25.1l.7-3.6c1.3 16.4 15.1 29.4 31.9 29.4c17.7 0 32-14.3 32-32c0 17.7 14.3 32 32 32s32-14.3 32-32v-384c0-17.7-14.3-32-32-32zM112 80a48 48 0 1 0-96 0a48 48 0 1 0 96 0m0 261.3v-72.1l4.7 4.7c9 9 21.2 14.1 33.9 14.1H224c17.7 0 32-14.3 32-32s-14.3-32-32-32h-66.7l-41.6-41.6c-14.3-14.3-33.8-22.4-54-22.4C27.6 160 0 187.6 0 221.6V480c0 17.7 14.3 32 32 32s32-14.3 32-32v-96l32 42.7V480c0 17.7 14.3 32 32 32s32-14.3 32-32v-58.7c0-10.4-3.4-20.5-9.6-28.8z"/></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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M256%2032c0-17.7-14.3-32-32-32s-32%2014.3-32%2032v160h64zm320%200c0-17.7-14.3-32-32-32s-32%2014.3-32%2032v448c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32zM224%20512c17.7%200%2032-14.3%2032-32V320h-64v160c0%2017.7%2014.3%2032%2032%2032M320%200c-9.3%200-18.1%204-24.2%2011s-8.8%2016.3-7.5%2025.5l31.2%20218.6l-30.9%20154.6c-3.5%2017.3%207.8%2034.2%2025.1%2037.7s34.2-7.8%2037.7-25.1l.7-3.6c1.3%2016.4%2015.1%2029.4%2031.9%2029.4c17.7%200%2032-14.3%2032-32c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32v-384c0-17.7-14.3-32-32-32zM112%2080a48%2048%200%201%200-96%200a48%2048%200%201%200%2096%200m0%20261.3v-72.1l4.7%204.7c9%209%2021.2%2014.1%2033.9%2014.1H224c17.7%200%2032-14.3%2032-32s-14.3-32-32-32h-66.7l-41.6-41.6c-14.3-14.3-33.8-22.4-54-22.4C27.6%20160%200%20187.6%200%20221.6V480c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32v-96l32%2042.7V480c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32v-58.7c0-10.4-3.4-20.5-9.6-28.8z%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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M256%2032c0-17.7-14.3-32-32-32s-32%2014.3-32%2032v160h64zm320%200c0-17.7-14.3-32-32-32s-32%2014.3-32%2032v448c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32zM224%20512c17.7%200%2032-14.3%2032-32V320h-64v160c0%2017.7%2014.3%2032%2032%2032M320%200c-9.3%200-18.1%204-24.2%2011s-8.8%2016.3-7.5%2025.5l31.2%20218.6l-30.9%20154.6c-3.5%2017.3%207.8%2034.2%2025.1%2037.7s34.2-7.8%2037.7-25.1l.7-3.6c1.3%2016.4%2015.1%2029.4%2031.9%2029.4c17.7%200%2032-14.3%2032-32c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32v-384c0-17.7-14.3-32-32-32zM112%2080a48%2048%200%201%200-96%200a48%2048%200%201%200%2096%200m0%20261.3v-72.1l4.7%204.7c9%209%2021.2%2014.1%2033.9%2014.1H224c17.7%200%2032-14.3%2032-32s-14.3-32-32-32h-66.7l-41.6-41.6c-14.3-14.3-33.8-22.4-54-22.4C27.6%20160%200%20187.6%200%20221.6V480c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32v-96l32%2042.7V480c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32v-58.7c0-10.4-3.4-20.5-9.6-28.8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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