users-slash from Font Awesome Solid by Dave Gandy · Solid · Users & People · CC-BY-4.0 Attribution required.

Name
users-slash
Set
Font Awesome Solid
Style
Solid
Category
Users & People
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

More users & people icons from Font Awesome Solid

Use the users slash icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M73 39.1c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6-.1 34l528 528c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L321.8 288c56.6-1 102.2-47.2 102.2-104c0-57.4-46.6-104-104-104c-56.8 0-103 45.6-104 102.2zM512 352c-17.2 0-33.7 3.4-48.7 9.6l170 170c4.2-5.4 6.7-12.2 6.7-19.6v-32c0-70.7-57.3-128-128-128M59.9 161.7C38.4 174.2 24 197.4 24 224c0 39.8 32.2 72 72 72c26.6 0 49.8-14.4 62.3-35.9zM250.2 352c-53.4 25.9-90.2 80.7-90.2 144v16c0 17.7 14.3 32 32 32h250.2zM128 352C57.3 352 0 409.3 0 480v32c0 17.7 14.3 32 32 32h86.7c-4.3-9.8-6.7-20.6-6.7-32v-16c0-53.2 20-101.8 52.9-138.6c-11.7-3.5-24.1-5.4-36.9-5.4m488-128c0-39.8-32.2-72-72-72s-72 32.2-72 72s32.2 72 72 72s72-32.2 72-72"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidUsersSlash(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M73 39.1c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6-.1 34l528 528c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L321.8 288c56.6-1 102.2-47.2 102.2-104c0-57.4-46.6-104-104-104c-56.8 0-103 45.6-104 102.2zM512 352c-17.2 0-33.7 3.4-48.7 9.6l170 170c4.2-5.4 6.7-12.2 6.7-19.6v-32c0-70.7-57.3-128-128-128M59.9 161.7C38.4 174.2 24 197.4 24 224c0 39.8 32.2 72 72 72c26.6 0 49.8-14.4 62.3-35.9zM250.2 352c-53.4 25.9-90.2 80.7-90.2 144v16c0 17.7 14.3 32 32 32h250.2zM128 352C57.3 352 0 409.3 0 480v32c0 17.7 14.3 32 32 32h86.7c-4.3-9.8-6.7-20.6-6.7-32v-16c0-53.2 20-101.8 52.9-138.6c-11.7-3.5-24.1-5.4-36.9-5.4m488-128c0-39.8-32.2-72-72-72s-72 32.2-72 72s32.2 72 72 72s72-32.2 72-72"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M73 39.1c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6-.1 34l528 528c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L321.8 288c56.6-1 102.2-47.2 102.2-104c0-57.4-46.6-104-104-104c-56.8 0-103 45.6-104 102.2zM512 352c-17.2 0-33.7 3.4-48.7 9.6l170 170c4.2-5.4 6.7-12.2 6.7-19.6v-32c0-70.7-57.3-128-128-128M59.9 161.7C38.4 174.2 24 197.4 24 224c0 39.8 32.2 72 72 72c26.6 0 49.8-14.4 62.3-35.9zM250.2 352c-53.4 25.9-90.2 80.7-90.2 144v16c0 17.7 14.3 32 32 32h250.2zM128 352C57.3 352 0 409.3 0 480v32c0 17.7 14.3 32 32 32h86.7c-4.3-9.8-6.7-20.6-6.7-32v-16c0-53.2 20-101.8 52.9-138.6c-11.7-3.5-24.1-5.4-36.9-5.4m488-128c0-39.8-32.2-72-72-72s-72 32.2-72 72s32.2 72 72 72s72-32.2 72-72"/></svg>
</template>

CSS

.icon-users-slash {
  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%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M73%2039.1c-9.4-9.4-24.6-9.4-33.9%200s-9.4%2024.6-.1%2034l528%20528c9.4%209.4%2024.6%209.4%2033.9%200s9.4-24.6%200-33.9L321.8%20288c56.6-1%20102.2-47.2%20102.2-104c0-57.4-46.6-104-104-104c-56.8%200-103%2045.6-104%20102.2zM512%20352c-17.2%200-33.7%203.4-48.7%209.6l170%20170c4.2-5.4%206.7-12.2%206.7-19.6v-32c0-70.7-57.3-128-128-128M59.9%20161.7C38.4%20174.2%2024%20197.4%2024%20224c0%2039.8%2032.2%2072%2072%2072c26.6%200%2049.8-14.4%2062.3-35.9zM250.2%20352c-53.4%2025.9-90.2%2080.7-90.2%20144v16c0%2017.7%2014.3%2032%2032%2032h250.2zM128%20352C57.3%20352%200%20409.3%200%20480v32c0%2017.7%2014.3%2032%2032%2032h86.7c-4.3-9.8-6.7-20.6-6.7-32v-16c0-53.2%2020-101.8%2052.9-138.6c-11.7-3.5-24.1-5.4-36.9-5.4m488-128c0-39.8-32.2-72-72-72s-72%2032.2-72%2072s32.2%2072%2072%2072s72-32.2%2072-72%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%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M73%2039.1c-9.4-9.4-24.6-9.4-33.9%200s-9.4%2024.6-.1%2034l528%20528c9.4%209.4%2024.6%209.4%2033.9%200s9.4-24.6%200-33.9L321.8%20288c56.6-1%20102.2-47.2%20102.2-104c0-57.4-46.6-104-104-104c-56.8%200-103%2045.6-104%20102.2zM512%20352c-17.2%200-33.7%203.4-48.7%209.6l170%20170c4.2-5.4%206.7-12.2%206.7-19.6v-32c0-70.7-57.3-128-128-128M59.9%20161.7C38.4%20174.2%2024%20197.4%2024%20224c0%2039.8%2032.2%2072%2072%2072c26.6%200%2049.8-14.4%2062.3-35.9zM250.2%20352c-53.4%2025.9-90.2%2080.7-90.2%20144v16c0%2017.7%2014.3%2032%2032%2032h250.2zM128%20352C57.3%20352%200%20409.3%200%20480v32c0%2017.7%2014.3%2032%2032%2032h86.7c-4.3-9.8-6.7-20.6-6.7-32v-16c0-53.2%2020-101.8%2052.9-138.6c-11.7-3.5-24.1-5.4-36.9-5.4m488-128c0-39.8-32.2-72-72-72s-72%2032.2-72%2072s32.2%2072%2072%2072s72-32.2%2072-72%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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