person dots from line icon
person-dots-from-line from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- person-dots-from-line
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Viewbox
- 576×512
- License
- CC BY 4.0
The same icon in other sets
Related icons in Font Awesome 6 Solid
person-arrow-down-to-lineperson-arrow-up-from-lineperson-bikingperson-boothperson-breastfeedingperson-burstperson-caneperson-chalkboardperson-circle-checkperson-circle-exclamationperson-circle-minusperson-circle-plusperson-circle-questionperson-circle-xmarkperson-diggingperson-dressperson-dress-burstperson-drowningperson-fallingperson-falling-burstperson-half-dressperson-harassingperson-hikingperson-military-pointing
Use the person dots from line icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M288 176a88 88 0 1 0 0-176a88 88 0 1 0 0 176M78.7 372.9c15-12.5 50-34.4 97.3-50.1V432h224V322.7c47.3 15.8 82.3 37.7 97.3 50.1c20.4 17 50.6 14.2 67.6-6.1s14.2-50.6-6.1-67.6c-12-10-30.1-22.5-53.2-35c-8.4 14.3-23.9 23.9-41.6 23.9c-26.5 0-48-21.5-48-48c0-4.3.6-8.4 1.6-12.4C379.1 215.9 335.3 208 288 208c-60.2 0-114.9 12.9-160 29.9v2.1c0 26.5-21.5 48-48 48c-11.8 0-22.7-4.3-31-11.4c-13.1 8.1-23.7 15.9-31.7 22.5c-20.4 17-23.1 47.2-6.1 67.6s47.2 23.1 67.6 6.1zM24 464c-13.3 0-24 10.7-24 24s10.7 24 24 24h528c13.3 0 24-10.7 24-24s-10.7-24-24-24zm200-184a24 24 0 1 1 48 0a24 24 0 1 1-48 0m104 56a24 24 0 1 1 0 48a24 24 0 1 1 0-48M96 240a16 16 0 1 0-32 0a16 16 0 1 0 32 0m368 16a16 16 0 1 0 0-32a16 16 0 1 0 0 32"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidPersonDotsFromLine(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="M288 176a88 88 0 1 0 0-176a88 88 0 1 0 0 176M78.7 372.9c15-12.5 50-34.4 97.3-50.1V432h224V322.7c47.3 15.8 82.3 37.7 97.3 50.1c20.4 17 50.6 14.2 67.6-6.1s14.2-50.6-6.1-67.6c-12-10-30.1-22.5-53.2-35c-8.4 14.3-23.9 23.9-41.6 23.9c-26.5 0-48-21.5-48-48c0-4.3.6-8.4 1.6-12.4C379.1 215.9 335.3 208 288 208c-60.2 0-114.9 12.9-160 29.9v2.1c0 26.5-21.5 48-48 48c-11.8 0-22.7-4.3-31-11.4c-13.1 8.1-23.7 15.9-31.7 22.5c-20.4 17-23.1 47.2-6.1 67.6s47.2 23.1 67.6 6.1zM24 464c-13.3 0-24 10.7-24 24s10.7 24 24 24h528c13.3 0 24-10.7 24-24s-10.7-24-24-24zm200-184a24 24 0 1 1 48 0a24 24 0 1 1-48 0m104 56a24 24 0 1 1 0 48a24 24 0 1 1 0-48M96 240a16 16 0 1 0-32 0a16 16 0 1 0 32 0m368 16a16 16 0 1 0 0-32a16 16 0 1 0 0 32"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M288 176a88 88 0 1 0 0-176a88 88 0 1 0 0 176M78.7 372.9c15-12.5 50-34.4 97.3-50.1V432h224V322.7c47.3 15.8 82.3 37.7 97.3 50.1c20.4 17 50.6 14.2 67.6-6.1s14.2-50.6-6.1-67.6c-12-10-30.1-22.5-53.2-35c-8.4 14.3-23.9 23.9-41.6 23.9c-26.5 0-48-21.5-48-48c0-4.3.6-8.4 1.6-12.4C379.1 215.9 335.3 208 288 208c-60.2 0-114.9 12.9-160 29.9v2.1c0 26.5-21.5 48-48 48c-11.8 0-22.7-4.3-31-11.4c-13.1 8.1-23.7 15.9-31.7 22.5c-20.4 17-23.1 47.2-6.1 67.6s47.2 23.1 67.6 6.1zM24 464c-13.3 0-24 10.7-24 24s10.7 24 24 24h528c13.3 0 24-10.7 24-24s-10.7-24-24-24zm200-184a24 24 0 1 1 48 0a24 24 0 1 1-48 0m104 56a24 24 0 1 1 0 48a24 24 0 1 1 0-48M96 240a16 16 0 1 0-32 0a16 16 0 1 0 32 0m368 16a16 16 0 1 0 0-32a16 16 0 1 0 0 32"/></svg> </template>
CSS
.icon-person-dots-from-line {
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%22M288%20176a88%2088%200%201%200%200-176a88%2088%200%201%200%200%20176M78.7%20372.9c15-12.5%2050-34.4%2097.3-50.1V432h224V322.7c47.3%2015.8%2082.3%2037.7%2097.3%2050.1c20.4%2017%2050.6%2014.2%2067.6-6.1s14.2-50.6-6.1-67.6c-12-10-30.1-22.5-53.2-35c-8.4%2014.3-23.9%2023.9-41.6%2023.9c-26.5%200-48-21.5-48-48c0-4.3.6-8.4%201.6-12.4C379.1%20215.9%20335.3%20208%20288%20208c-60.2%200-114.9%2012.9-160%2029.9v2.1c0%2026.5-21.5%2048-48%2048c-11.8%200-22.7-4.3-31-11.4c-13.1%208.1-23.7%2015.9-31.7%2022.5c-20.4%2017-23.1%2047.2-6.1%2067.6s47.2%2023.1%2067.6%206.1zM24%20464c-13.3%200-24%2010.7-24%2024s10.7%2024%2024%2024h528c13.3%200%2024-10.7%2024-24s-10.7-24-24-24zm200-184a24%2024%200%201%201%2048%200a24%2024%200%201%201-48%200m104%2056a24%2024%200%201%201%200%2048a24%2024%200%201%201%200-48M96%20240a16%2016%200%201%200-32%200a16%2016%200%201%200%2032%200m368%2016a16%2016%200%201%200%200-32a16%2016%200%201%200%200%2032%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%22M288%20176a88%2088%200%201%200%200-176a88%2088%200%201%200%200%20176M78.7%20372.9c15-12.5%2050-34.4%2097.3-50.1V432h224V322.7c47.3%2015.8%2082.3%2037.7%2097.3%2050.1c20.4%2017%2050.6%2014.2%2067.6-6.1s14.2-50.6-6.1-67.6c-12-10-30.1-22.5-53.2-35c-8.4%2014.3-23.9%2023.9-41.6%2023.9c-26.5%200-48-21.5-48-48c0-4.3.6-8.4%201.6-12.4C379.1%20215.9%20335.3%20208%20288%20208c-60.2%200-114.9%2012.9-160%2029.9v2.1c0%2026.5-21.5%2048-48%2048c-11.8%200-22.7-4.3-31-11.4c-13.1%208.1-23.7%2015.9-31.7%2022.5c-20.4%2017-23.1%2047.2-6.1%2067.6s47.2%2023.1%2067.6%206.1zM24%20464c-13.3%200-24%2010.7-24%2024s10.7%2024%2024%2024h528c13.3%200%2024-10.7%2024-24s-10.7-24-24-24zm200-184a24%2024%200%201%201%2048%200a24%2024%200%201%201-48%200m104%2056a24%2024%200%201%201%200%2048a24%2024%200%201%201%200-48M96%20240a16%2016%200%201%200-32%200a16%2016%200%201%200%2032%200m368%2016a16%2016%200%201%200%200-32a16%2016%200%201%200%200%2032%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/person-dots-from-line.svg?color=%231a73e8&size=48