users between lines icon

users-between-lines from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.

Name
users-between-lines
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 users between lines icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M0 24C0 10.7 10.7 0 24 0h592c13.3 0 24 10.7 24 24s-10.7 24-24 24H24C10.7 48 0 37.3 0 24m0 464c0-13.3 10.7-24 24-24h592c13.3 0 24 10.7 24 24s-10.7 24-24 24H24c-13.3 0-24-10.7-24-24m83.2-328a64 64 0 1 1 128 0a64 64 0 1 1-128 0M32 320c0-35.3 28.7-64 64-64h96c12.2 0 23.7 3.4 33.4 9.4c-37.2 15.1-65.6 47.2-75.8 86.6H64c-17.7 0-32-14.3-32-32m461.6 32c-10.3-40.1-39.6-72.6-77.7-87.4c9.4-5.5 20.4-8.6 32.1-8.6h96c35.3 0 64 28.7 64 64c0 17.7-14.3 32-32 32zm-102.4-61.6c32.1 7.4 58.1 30.9 68.9 61.6c3.5 10 5.5 20.8 5.5 32c0 17.7-14.3 32-32 32h-224c-17.7 0-32-14.3-32-32c0-11.2 1.9-22 5.5-32c10.5-29.7 35.3-52.8 66.1-60.9c7.8-2.1 16-3.1 24.5-3.1h96c7.4 0 14.7.8 21.6 2.4zm44-130.4a64 64 0 1 1 128 0a64 64 0 1 1-128 0M321.6 96a80 80 0 1 1 0 160a80 80 0 1 1 0-160"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidUsersBetweenLines(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="M0 24C0 10.7 10.7 0 24 0h592c13.3 0 24 10.7 24 24s-10.7 24-24 24H24C10.7 48 0 37.3 0 24m0 464c0-13.3 10.7-24 24-24h592c13.3 0 24 10.7 24 24s-10.7 24-24 24H24c-13.3 0-24-10.7-24-24m83.2-328a64 64 0 1 1 128 0a64 64 0 1 1-128 0M32 320c0-35.3 28.7-64 64-64h96c12.2 0 23.7 3.4 33.4 9.4c-37.2 15.1-65.6 47.2-75.8 86.6H64c-17.7 0-32-14.3-32-32m461.6 32c-10.3-40.1-39.6-72.6-77.7-87.4c9.4-5.5 20.4-8.6 32.1-8.6h96c35.3 0 64 28.7 64 64c0 17.7-14.3 32-32 32zm-102.4-61.6c32.1 7.4 58.1 30.9 68.9 61.6c3.5 10 5.5 20.8 5.5 32c0 17.7-14.3 32-32 32h-224c-17.7 0-32-14.3-32-32c0-11.2 1.9-22 5.5-32c10.5-29.7 35.3-52.8 66.1-60.9c7.8-2.1 16-3.1 24.5-3.1h96c7.4 0 14.7.8 21.6 2.4zm44-130.4a64 64 0 1 1 128 0a64 64 0 1 1-128 0M321.6 96a80 80 0 1 1 0 160a80 80 0 1 1 0-160"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M0 24C0 10.7 10.7 0 24 0h592c13.3 0 24 10.7 24 24s-10.7 24-24 24H24C10.7 48 0 37.3 0 24m0 464c0-13.3 10.7-24 24-24h592c13.3 0 24 10.7 24 24s-10.7 24-24 24H24c-13.3 0-24-10.7-24-24m83.2-328a64 64 0 1 1 128 0a64 64 0 1 1-128 0M32 320c0-35.3 28.7-64 64-64h96c12.2 0 23.7 3.4 33.4 9.4c-37.2 15.1-65.6 47.2-75.8 86.6H64c-17.7 0-32-14.3-32-32m461.6 32c-10.3-40.1-39.6-72.6-77.7-87.4c9.4-5.5 20.4-8.6 32.1-8.6h96c35.3 0 64 28.7 64 64c0 17.7-14.3 32-32 32zm-102.4-61.6c32.1 7.4 58.1 30.9 68.9 61.6c3.5 10 5.5 20.8 5.5 32c0 17.7-14.3 32-32 32h-224c-17.7 0-32-14.3-32-32c0-11.2 1.9-22 5.5-32c10.5-29.7 35.3-52.8 66.1-60.9c7.8-2.1 16-3.1 24.5-3.1h96c7.4 0 14.7.8 21.6 2.4zm44-130.4a64 64 0 1 1 128 0a64 64 0 1 1-128 0M321.6 96a80 80 0 1 1 0 160a80 80 0 1 1 0-160"/></svg>
</template>

CSS

.icon-users-between-lines {
  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%22M0%2024C0%2010.7%2010.7%200%2024%200h592c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024H24C10.7%2048%200%2037.3%200%2024m0%20464c0-13.3%2010.7-24%2024-24h592c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024H24c-13.3%200-24-10.7-24-24m83.2-328a64%2064%200%201%201%20128%200a64%2064%200%201%201-128%200M32%20320c0-35.3%2028.7-64%2064-64h96c12.2%200%2023.7%203.4%2033.4%209.4c-37.2%2015.1-65.6%2047.2-75.8%2086.6H64c-17.7%200-32-14.3-32-32m461.6%2032c-10.3-40.1-39.6-72.6-77.7-87.4c9.4-5.5%2020.4-8.6%2032.1-8.6h96c35.3%200%2064%2028.7%2064%2064c0%2017.7-14.3%2032-32%2032zm-102.4-61.6c32.1%207.4%2058.1%2030.9%2068.9%2061.6c3.5%2010%205.5%2020.8%205.5%2032c0%2017.7-14.3%2032-32%2032h-224c-17.7%200-32-14.3-32-32c0-11.2%201.9-22%205.5-32c10.5-29.7%2035.3-52.8%2066.1-60.9c7.8-2.1%2016-3.1%2024.5-3.1h96c7.4%200%2014.7.8%2021.6%202.4zm44-130.4a64%2064%200%201%201%20128%200a64%2064%200%201%201-128%200M321.6%2096a80%2080%200%201%201%200%20160a80%2080%200%201%201%200-160%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%22M0%2024C0%2010.7%2010.7%200%2024%200h592c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024H24C10.7%2048%200%2037.3%200%2024m0%20464c0-13.3%2010.7-24%2024-24h592c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024H24c-13.3%200-24-10.7-24-24m83.2-328a64%2064%200%201%201%20128%200a64%2064%200%201%201-128%200M32%20320c0-35.3%2028.7-64%2064-64h96c12.2%200%2023.7%203.4%2033.4%209.4c-37.2%2015.1-65.6%2047.2-75.8%2086.6H64c-17.7%200-32-14.3-32-32m461.6%2032c-10.3-40.1-39.6-72.6-77.7-87.4c9.4-5.5%2020.4-8.6%2032.1-8.6h96c35.3%200%2064%2028.7%2064%2064c0%2017.7-14.3%2032-32%2032zm-102.4-61.6c32.1%207.4%2058.1%2030.9%2068.9%2061.6c3.5%2010%205.5%2020.8%205.5%2032c0%2017.7-14.3%2032-32%2032h-224c-17.7%200-32-14.3-32-32c0-11.2%201.9-22%205.5-32c10.5-29.7%2035.3-52.8%2066.1-60.9c7.8-2.1%2016-3.1%2024.5-3.1h96c7.4%200%2014.7.8%2021.6%202.4zm44-130.4a64%2064%200%201%201%20128%200a64%2064%200%201%201-128%200M321.6%2096a80%2080%200%201%201%200%20160a80%2080%200%201%201%200-160%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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