people-line from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.

Name
people-line
Set
Font Awesome 6 Solid
Style
Regular
Viewbox
640×512
License
CC BY 4.0

The same icon in other sets

Related icons in Font Awesome 6 Solid

Use the people line icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M360 72a40 40 0 1 0-80 0a40 40 0 1 0 80 0M144 208a40 40 0 1 0 0-80a40 40 0 1 0 0 80M32 416c-17.7 0-32 14.3-32 32s14.3 32 32 32h576c17.7 0 32-14.3 32-32s-14.3-32-32-32zm464-208a40 40 0 1 0 0-80a40 40 0 1 0 0 80M200 313.5l26.9 49.9c6.3 11.7 20.8 16 32.5 9.8s16-20.8 9.8-32.5l-36.3-67.5c1.7-1.7 3.2-3.6 4.3-5.8l26.8-49.9V272c0 17.7 14.3 32 32 32h48c17.7 0 32-14.3 32-32v-54.5l26.9 49.9c1.2 2.2 2.6 4.1 4.3 5.8l-36.3 67.5c-6.3 11.7-1.9 26.2 9.8 32.5s26.2 1.9 32.5-9.8l26.8-49.9V352c0 17.7 14.3 32 32 32h48c17.7 0 32-14.3 32-32v-38.5l26.9 49.9c6.3 11.7 20.8 16 32.5 9.8s16-20.8 9.8-32.5l-37.9-70.3c-15.3-28.5-45.1-46.3-77.5-46.3h-19.5c-16.3 0-31.9 4.5-45.4 12.6l-33.6-62.3c-15.3-28.5-45.1-46.3-77.5-46.3h-19.5c-32.4 0-62.1 17.8-77.5 46.3l-33.6 62.3c-13.5-8.1-29.1-12.6-45.4-12.6h-19.5c-32.4 0-62.1 17.8-77.5 46.3l-37.9 70.2c-6.3 11.7-1.9 26.2 9.8 32.5s26.2 1.9 32.5-9.8L88 313.5V352c0 17.7 14.3 32 32 32h48c17.7 0 32-14.3 32-32z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidPeopleLine(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="M360 72a40 40 0 1 0-80 0a40 40 0 1 0 80 0M144 208a40 40 0 1 0 0-80a40 40 0 1 0 0 80M32 416c-17.7 0-32 14.3-32 32s14.3 32 32 32h576c17.7 0 32-14.3 32-32s-14.3-32-32-32zm464-208a40 40 0 1 0 0-80a40 40 0 1 0 0 80M200 313.5l26.9 49.9c6.3 11.7 20.8 16 32.5 9.8s16-20.8 9.8-32.5l-36.3-67.5c1.7-1.7 3.2-3.6 4.3-5.8l26.8-49.9V272c0 17.7 14.3 32 32 32h48c17.7 0 32-14.3 32-32v-54.5l26.9 49.9c1.2 2.2 2.6 4.1 4.3 5.8l-36.3 67.5c-6.3 11.7-1.9 26.2 9.8 32.5s26.2 1.9 32.5-9.8l26.8-49.9V352c0 17.7 14.3 32 32 32h48c17.7 0 32-14.3 32-32v-38.5l26.9 49.9c6.3 11.7 20.8 16 32.5 9.8s16-20.8 9.8-32.5l-37.9-70.3c-15.3-28.5-45.1-46.3-77.5-46.3h-19.5c-16.3 0-31.9 4.5-45.4 12.6l-33.6-62.3c-15.3-28.5-45.1-46.3-77.5-46.3h-19.5c-32.4 0-62.1 17.8-77.5 46.3l-33.6 62.3c-13.5-8.1-29.1-12.6-45.4-12.6h-19.5c-32.4 0-62.1 17.8-77.5 46.3l-37.9 70.2c-6.3 11.7-1.9 26.2 9.8 32.5s26.2 1.9 32.5-9.8L88 313.5V352c0 17.7 14.3 32 32 32h48c17.7 0 32-14.3 32-32z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M360 72a40 40 0 1 0-80 0a40 40 0 1 0 80 0M144 208a40 40 0 1 0 0-80a40 40 0 1 0 0 80M32 416c-17.7 0-32 14.3-32 32s14.3 32 32 32h576c17.7 0 32-14.3 32-32s-14.3-32-32-32zm464-208a40 40 0 1 0 0-80a40 40 0 1 0 0 80M200 313.5l26.9 49.9c6.3 11.7 20.8 16 32.5 9.8s16-20.8 9.8-32.5l-36.3-67.5c1.7-1.7 3.2-3.6 4.3-5.8l26.8-49.9V272c0 17.7 14.3 32 32 32h48c17.7 0 32-14.3 32-32v-54.5l26.9 49.9c1.2 2.2 2.6 4.1 4.3 5.8l-36.3 67.5c-6.3 11.7-1.9 26.2 9.8 32.5s26.2 1.9 32.5-9.8l26.8-49.9V352c0 17.7 14.3 32 32 32h48c17.7 0 32-14.3 32-32v-38.5l26.9 49.9c6.3 11.7 20.8 16 32.5 9.8s16-20.8 9.8-32.5l-37.9-70.3c-15.3-28.5-45.1-46.3-77.5-46.3h-19.5c-16.3 0-31.9 4.5-45.4 12.6l-33.6-62.3c-15.3-28.5-45.1-46.3-77.5-46.3h-19.5c-32.4 0-62.1 17.8-77.5 46.3l-33.6 62.3c-13.5-8.1-29.1-12.6-45.4-12.6h-19.5c-32.4 0-62.1 17.8-77.5 46.3l-37.9 70.2c-6.3 11.7-1.9 26.2 9.8 32.5s26.2 1.9 32.5-9.8L88 313.5V352c0 17.7 14.3 32 32 32h48c17.7 0 32-14.3 32-32z"/></svg>
</template>

CSS

.icon-people-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%20640%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M360%2072a40%2040%200%201%200-80%200a40%2040%200%201%200%2080%200M144%20208a40%2040%200%201%200%200-80a40%2040%200%201%200%200%2080M32%20416c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032h576c17.7%200%2032-14.3%2032-32s-14.3-32-32-32zm464-208a40%2040%200%201%200%200-80a40%2040%200%201%200%200%2080M200%20313.5l26.9%2049.9c6.3%2011.7%2020.8%2016%2032.5%209.8s16-20.8%209.8-32.5l-36.3-67.5c1.7-1.7%203.2-3.6%204.3-5.8l26.8-49.9V272c0%2017.7%2014.3%2032%2032%2032h48c17.7%200%2032-14.3%2032-32v-54.5l26.9%2049.9c1.2%202.2%202.6%204.1%204.3%205.8l-36.3%2067.5c-6.3%2011.7-1.9%2026.2%209.8%2032.5s26.2%201.9%2032.5-9.8l26.8-49.9V352c0%2017.7%2014.3%2032%2032%2032h48c17.7%200%2032-14.3%2032-32v-38.5l26.9%2049.9c6.3%2011.7%2020.8%2016%2032.5%209.8s16-20.8%209.8-32.5l-37.9-70.3c-15.3-28.5-45.1-46.3-77.5-46.3h-19.5c-16.3%200-31.9%204.5-45.4%2012.6l-33.6-62.3c-15.3-28.5-45.1-46.3-77.5-46.3h-19.5c-32.4%200-62.1%2017.8-77.5%2046.3l-33.6%2062.3c-13.5-8.1-29.1-12.6-45.4-12.6h-19.5c-32.4%200-62.1%2017.8-77.5%2046.3l-37.9%2070.2c-6.3%2011.7-1.9%2026.2%209.8%2032.5s26.2%201.9%2032.5-9.8L88%20313.5V352c0%2017.7%2014.3%2032%2032%2032h48c17.7%200%2032-14.3%2032-32z%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%22M360%2072a40%2040%200%201%200-80%200a40%2040%200%201%200%2080%200M144%20208a40%2040%200%201%200%200-80a40%2040%200%201%200%200%2080M32%20416c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032h576c17.7%200%2032-14.3%2032-32s-14.3-32-32-32zm464-208a40%2040%200%201%200%200-80a40%2040%200%201%200%200%2080M200%20313.5l26.9%2049.9c6.3%2011.7%2020.8%2016%2032.5%209.8s16-20.8%209.8-32.5l-36.3-67.5c1.7-1.7%203.2-3.6%204.3-5.8l26.8-49.9V272c0%2017.7%2014.3%2032%2032%2032h48c17.7%200%2032-14.3%2032-32v-54.5l26.9%2049.9c1.2%202.2%202.6%204.1%204.3%205.8l-36.3%2067.5c-6.3%2011.7-1.9%2026.2%209.8%2032.5s26.2%201.9%2032.5-9.8l26.8-49.9V352c0%2017.7%2014.3%2032%2032%2032h48c17.7%200%2032-14.3%2032-32v-38.5l26.9%2049.9c6.3%2011.7%2020.8%2016%2032.5%209.8s16-20.8%209.8-32.5l-37.9-70.3c-15.3-28.5-45.1-46.3-77.5-46.3h-19.5c-16.3%200-31.9%204.5-45.4%2012.6l-33.6-62.3c-15.3-28.5-45.1-46.3-77.5-46.3h-19.5c-32.4%200-62.1%2017.8-77.5%2046.3l-33.6%2062.3c-13.5-8.1-29.1-12.6-45.4-12.6h-19.5c-32.4%200-62.1%2017.8-77.5%2046.3l-37.9%2070.2c-6.3%2011.7-1.9%2026.2%209.8%2032.5s26.2%201.9%2032.5-9.8L88%20313.5V352c0%2017.7%2014.3%2032%2032%2032h48c17.7%200%2032-14.3%2032-32z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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