users slash icon
users-slash from Font Awesome 6 Solid by Dave Gandy · Regular · Users & People · CC-BY-4.0 Attribution required.
- Name
- users-slash
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Category
- Users & People
- Viewbox
- 640×512
- License
- CC BY 4.0
The same icon in other sets
More users & people icons from Font Awesome 6 Solid
Use the users slash icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2s-6.3 25.5 4.1 33.7l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L440.6 320h178.1c11.8 0 21.3-9.6 21.3-21.3c0-58.9-47.8-106.7-106.7-106.7h-42.7c-15.9 0-31 3.5-44.6 9.7c1.3 7.2 1.9 14.7 1.9 22.3c0 30.2-10.5 58-28 79.9l-25.2-19.7c13.4-16.5 21.3-37.4 21.3-60.2c0-53-43-96-96-96c-31.1 0-58.7 14.8-76.3 37.7l-40.6-31.8c13-14.2 20.9-33.1 20.9-53.9c0-44.2-35.8-80-80-80c-27.7 0-52.1 14.1-66.5 35.5zM106.7 192C47.8 192 0 239.8 0 298.7C0 310.4 9.6 320 21.3 320h214c-20.6-18.2-35.2-42.8-40.8-70.8L121.8 192h-15.2zm154.6 160C187.7 352 128 411.7 128 485.3c0 14.7 11.9 26.7 26.7 26.7h330.7c10.5 0 19.5-6 23.9-14.8L324.9 352zM512 160a80 80 0 1 0 0-160a80 80 0 1 0 0 160"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidUsersSlash(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="M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2s-6.3 25.5 4.1 33.7l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L440.6 320h178.1c11.8 0 21.3-9.6 21.3-21.3c0-58.9-47.8-106.7-106.7-106.7h-42.7c-15.9 0-31 3.5-44.6 9.7c1.3 7.2 1.9 14.7 1.9 22.3c0 30.2-10.5 58-28 79.9l-25.2-19.7c13.4-16.5 21.3-37.4 21.3-60.2c0-53-43-96-96-96c-31.1 0-58.7 14.8-76.3 37.7l-40.6-31.8c13-14.2 20.9-33.1 20.9-53.9c0-44.2-35.8-80-80-80c-27.7 0-52.1 14.1-66.5 35.5zM106.7 192C47.8 192 0 239.8 0 298.7C0 310.4 9.6 320 21.3 320h214c-20.6-18.2-35.2-42.8-40.8-70.8L121.8 192h-15.2zm154.6 160C187.7 352 128 411.7 128 485.3c0 14.7 11.9 26.7 26.7 26.7h330.7c10.5 0 19.5-6 23.9-14.8L324.9 352zM512 160a80 80 0 1 0 0-160a80 80 0 1 0 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="M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2s-6.3 25.5 4.1 33.7l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L440.6 320h178.1c11.8 0 21.3-9.6 21.3-21.3c0-58.9-47.8-106.7-106.7-106.7h-42.7c-15.9 0-31 3.5-44.6 9.7c1.3 7.2 1.9 14.7 1.9 22.3c0 30.2-10.5 58-28 79.9l-25.2-19.7c13.4-16.5 21.3-37.4 21.3-60.2c0-53-43-96-96-96c-31.1 0-58.7 14.8-76.3 37.7l-40.6-31.8c13-14.2 20.9-33.1 20.9-53.9c0-44.2-35.8-80-80-80c-27.7 0-52.1 14.1-66.5 35.5zM106.7 192C47.8 192 0 239.8 0 298.7C0 310.4 9.6 320 21.3 320h214c-20.6-18.2-35.2-42.8-40.8-70.8L121.8 192h-15.2zm154.6 160C187.7 352 128 411.7 128 485.3c0 14.7 11.9 26.7 26.7 26.7h330.7c10.5 0 19.5-6 23.9-14.8L324.9 352zM512 160a80 80 0 1 0 0-160a80 80 0 1 0 0 160"/></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%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M38.8%205.1C28.4-3.1%2013.3-1.2%205.1%209.2s-6.3%2025.5%204.1%2033.7l592%20464c10.4%208.2%2025.5%206.3%2033.7-4.1s6.3-25.5-4.1-33.7L440.6%20320h178.1c11.8%200%2021.3-9.6%2021.3-21.3c0-58.9-47.8-106.7-106.7-106.7h-42.7c-15.9%200-31%203.5-44.6%209.7c1.3%207.2%201.9%2014.7%201.9%2022.3c0%2030.2-10.5%2058-28%2079.9l-25.2-19.7c13.4-16.5%2021.3-37.4%2021.3-60.2c0-53-43-96-96-96c-31.1%200-58.7%2014.8-76.3%2037.7l-40.6-31.8c13-14.2%2020.9-33.1%2020.9-53.9c0-44.2-35.8-80-80-80c-27.7%200-52.1%2014.1-66.5%2035.5zM106.7%20192C47.8%20192%200%20239.8%200%20298.7C0%20310.4%209.6%20320%2021.3%20320h214c-20.6-18.2-35.2-42.8-40.8-70.8L121.8%20192h-15.2zm154.6%20160C187.7%20352%20128%20411.7%20128%20485.3c0%2014.7%2011.9%2026.7%2026.7%2026.7h330.7c10.5%200%2019.5-6%2023.9-14.8L324.9%20352zM512%20160a80%2080%200%201%200%200-160a80%2080%200%201%200%200%20160%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%22M38.8%205.1C28.4-3.1%2013.3-1.2%205.1%209.2s-6.3%2025.5%204.1%2033.7l592%20464c10.4%208.2%2025.5%206.3%2033.7-4.1s6.3-25.5-4.1-33.7L440.6%20320h178.1c11.8%200%2021.3-9.6%2021.3-21.3c0-58.9-47.8-106.7-106.7-106.7h-42.7c-15.9%200-31%203.5-44.6%209.7c1.3%207.2%201.9%2014.7%201.9%2022.3c0%2030.2-10.5%2058-28%2079.9l-25.2-19.7c13.4-16.5%2021.3-37.4%2021.3-60.2c0-53-43-96-96-96c-31.1%200-58.7%2014.8-76.3%2037.7l-40.6-31.8c13-14.2%2020.9-33.1%2020.9-53.9c0-44.2-35.8-80-80-80c-27.7%200-52.1%2014.1-66.5%2035.5zM106.7%20192C47.8%20192%200%20239.8%200%20298.7C0%20310.4%209.6%20320%2021.3%20320h214c-20.6-18.2-35.2-42.8-40.8-70.8L121.8%20192h-15.2zm154.6%20160C187.7%20352%20128%20411.7%20128%20485.3c0%2014.7%2011.9%2026.7%2026.7%2026.7h330.7c10.5%200%2019.5-6%2023.9-14.8L324.9%20352zM512%20160a80%2080%200%201%200%200-160a80%2080%200%201%200%200%20160%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/users-slash.svg?color=%231a73e8&size=48