person booth icon
person-booth from Line Awesome by Icons8 · Line · Users & People · Apache-2.0 Free for personal and commercial use.
- Name
- person-booth
- Set
- Line Awesome
- Style
- Line
- Category
- Users & People
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- person-booth-solid
The same icon in other sets
More users & people icons from Line Awesome
Use the person booth icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M7.5 4A3.514 3.514 0 0 0 4 7.5C4 9.422 5.578 11 7.5 11S11 9.422 11 7.5S9.422 4 7.5 4M12 4v7.844c.232.285.443.588.613.927l.955 1.913l.432.322V6h1.133l1.85 12.947l-.954 3.81L16 23.5c0 1.379 1.121 2.5 2.5 2.5c.641 0 1.22-.25 1.662-.646c.51.398 1.142.646 1.838.646c.771 0 1.468-.3 2-.78c.532.48 1.229.78 2 .78c.352 0 .686-.072 1-.184V28h2V4zM7.5 6C8.34 6 9 6.66 9 7.5S8.34 9 7.5 9S6 8.34 6 7.5S6.66 6 7.5 6m9.652 0H27v17a1 1 0 0 1-2 0h-2a1 1 0 0 1-2 0h-2v.5c0 .271-.229.5-.5.5a.507.507 0 0 1-.5-.5v-.377l1.018-4.07zM7 12c-2.207 0-4 1.793-4 4v5.25l2 1V28h2v-7l-2-1v-4c0-1.102.898-2 2-2h1.156c.762 0 1.441.41 1.781 1.094l1.282 2.562l2.648 1.973L15 18l-2.219-1.656l-1.062-2.125C11.035 12.855 9.68 12 8.156 12zm5 8.484V28h2v-6.027l-.729-.543zM8 21v7h2v-7z"/></svg>
React
import type { SVGProps } from "react";
export function LaPersonBooth(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M7.5 4A3.514 3.514 0 0 0 4 7.5C4 9.422 5.578 11 7.5 11S11 9.422 11 7.5S9.422 4 7.5 4M12 4v7.844c.232.285.443.588.613.927l.955 1.913l.432.322V6h1.133l1.85 12.947l-.954 3.81L16 23.5c0 1.379 1.121 2.5 2.5 2.5c.641 0 1.22-.25 1.662-.646c.51.398 1.142.646 1.838.646c.771 0 1.468-.3 2-.78c.532.48 1.229.78 2 .78c.352 0 .686-.072 1-.184V28h2V4zM7.5 6C8.34 6 9 6.66 9 7.5S8.34 9 7.5 9S6 8.34 6 7.5S6.66 6 7.5 6m9.652 0H27v17a1 1 0 0 1-2 0h-2a1 1 0 0 1-2 0h-2v.5c0 .271-.229.5-.5.5a.507.507 0 0 1-.5-.5v-.377l1.018-4.07zM7 12c-2.207 0-4 1.793-4 4v5.25l2 1V28h2v-7l-2-1v-4c0-1.102.898-2 2-2h1.156c.762 0 1.441.41 1.781 1.094l1.282 2.562l2.648 1.973L15 18l-2.219-1.656l-1.062-2.125C11.035 12.855 9.68 12 8.156 12zm5 8.484V28h2v-6.027l-.729-.543zM8 21v7h2v-7z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M7.5 4A3.514 3.514 0 0 0 4 7.5C4 9.422 5.578 11 7.5 11S11 9.422 11 7.5S9.422 4 7.5 4M12 4v7.844c.232.285.443.588.613.927l.955 1.913l.432.322V6h1.133l1.85 12.947l-.954 3.81L16 23.5c0 1.379 1.121 2.5 2.5 2.5c.641 0 1.22-.25 1.662-.646c.51.398 1.142.646 1.838.646c.771 0 1.468-.3 2-.78c.532.48 1.229.78 2 .78c.352 0 .686-.072 1-.184V28h2V4zM7.5 6C8.34 6 9 6.66 9 7.5S8.34 9 7.5 9S6 8.34 6 7.5S6.66 6 7.5 6m9.652 0H27v17a1 1 0 0 1-2 0h-2a1 1 0 0 1-2 0h-2v.5c0 .271-.229.5-.5.5a.507.507 0 0 1-.5-.5v-.377l1.018-4.07zM7 12c-2.207 0-4 1.793-4 4v5.25l2 1V28h2v-7l-2-1v-4c0-1.102.898-2 2-2h1.156c.762 0 1.441.41 1.781 1.094l1.282 2.562l2.648 1.973L15 18l-2.219-1.656l-1.062-2.125C11.035 12.855 9.68 12 8.156 12zm5 8.484V28h2v-6.027l-.729-.543zM8 21v7h2v-7z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.5%204A3.514%203.514%200%200%200%204%207.5C4%209.422%205.578%2011%207.5%2011S11%209.422%2011%207.5S9.422%204%207.5%204M12%204v7.844c.232.285.443.588.613.927l.955%201.913l.432.322V6h1.133l1.85%2012.947l-.954%203.81L16%2023.5c0%201.379%201.121%202.5%202.5%202.5c.641%200%201.22-.25%201.662-.646c.51.398%201.142.646%201.838.646c.771%200%201.468-.3%202-.78c.532.48%201.229.78%202%20.78c.352%200%20.686-.072%201-.184V28h2V4zM7.5%206C8.34%206%209%206.66%209%207.5S8.34%209%207.5%209S6%208.34%206%207.5S6.66%206%207.5%206m9.652%200H27v17a1%201%200%200%201-2%200h-2a1%201%200%200%201-2%200h-2v.5c0%20.271-.229.5-.5.5a.507.507%200%200%201-.5-.5v-.377l1.018-4.07zM7%2012c-2.207%200-4%201.793-4%204v5.25l2%201V28h2v-7l-2-1v-4c0-1.102.898-2%202-2h1.156c.762%200%201.441.41%201.781%201.094l1.282%202.562l2.648%201.973L15%2018l-2.219-1.656l-1.062-2.125C11.035%2012.855%209.68%2012%208.156%2012zm5%208.484V28h2v-6.027l-.729-.543zM8%2021v7h2v-7z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.5%204A3.514%203.514%200%200%200%204%207.5C4%209.422%205.578%2011%207.5%2011S11%209.422%2011%207.5S9.422%204%207.5%204M12%204v7.844c.232.285.443.588.613.927l.955%201.913l.432.322V6h1.133l1.85%2012.947l-.954%203.81L16%2023.5c0%201.379%201.121%202.5%202.5%202.5c.641%200%201.22-.25%201.662-.646c.51.398%201.142.646%201.838.646c.771%200%201.468-.3%202-.78c.532.48%201.229.78%202%20.78c.352%200%20.686-.072%201-.184V28h2V4zM7.5%206C8.34%206%209%206.66%209%207.5S8.34%209%207.5%209S6%208.34%206%207.5S6.66%206%207.5%206m9.652%200H27v17a1%201%200%200%201-2%200h-2a1%201%200%200%201-2%200h-2v.5c0%20.271-.229.5-.5.5a.507.507%200%200%201-.5-.5v-.377l1.018-4.07zM7%2012c-2.207%200-4%201.793-4%204v5.25l2%201V28h2v-7l-2-1v-4c0-1.102.898-2%202-2h1.156c.762%200%201.441.41%201.781%201.094l1.282%202.562l2.648%201.973L15%2018l-2.219-1.656l-1.062-2.125C11.035%2012.855%209.68%2012%208.156%2012zm5%208.484V28h2v-6.027l-.729-.543zM8%2021v7h2v-7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/person-booth.svg?color=%231a73e8&size=48