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

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

Related icons in Font Awesome 6 Solid

Use the users rays icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M41 7C31.6-2.3 16.4-2.3 7 7s-9.3 24.6 0 34l72 72c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9zm558 0l-72 72c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l72-72c9.4-9.4 9.4-24.6 0-33.9S608.3-2.4 599 7M7 505c9.4 9.4 24.6 9.4 33.9 0l72-72c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L7 471c-9.4 9.4-9.4 24.6 0 33.9zm592 0c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-72-72c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9zM320 256a64 64 0 1 0 0-128a64 64 0 1 0 0 128m-107.9 80c-2.7 7.5-4.1 15.6-4.1 24c0 13.3 10.7 24 24 24h176c13.3 0 24-10.7 24-24c0-8.4-1.4-16.5-4.1-24c-.5-1.4-1-2.7-1.6-4c-9.4-22.3-29.8-38.9-54.3-43c-3.9-.7-7.9-1-12-1h-80c-4.1 0-8.1.3-12 1c-.8.1-1.7.3-2.5.5c-24.9 5.1-45.1 23-53.4 46.5m-36.3-112a48 48 0 1 0 0-96a48 48 0 1 0 0 96m-26.5 32c-29.4 0-53.3 23.9-53.3 53.3c0 14.7 11.9 26.7 26.7 26.7h56.1c8-34.1 32.8-61.7 65.2-73.6c-7.5-4.1-16.2-6.4-25.3-6.4h-69.3zm368 80c14.7 0 26.7-11.9 26.7-26.7c0-29.5-23.9-53.3-53.3-53.3h-69.3c-9.2 0-17.8 2.3-25.3 6.4c32.4 11.9 57.2 39.5 65.2 73.6h56.1zM464 224a48 48 0 1 0 0-96a48 48 0 1 0 0 96"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidUsersRays(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="M41 7C31.6-2.3 16.4-2.3 7 7s-9.3 24.6 0 34l72 72c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9zm558 0l-72 72c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l72-72c9.4-9.4 9.4-24.6 0-33.9S608.3-2.4 599 7M7 505c9.4 9.4 24.6 9.4 33.9 0l72-72c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L7 471c-9.4 9.4-9.4 24.6 0 33.9zm592 0c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-72-72c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9zM320 256a64 64 0 1 0 0-128a64 64 0 1 0 0 128m-107.9 80c-2.7 7.5-4.1 15.6-4.1 24c0 13.3 10.7 24 24 24h176c13.3 0 24-10.7 24-24c0-8.4-1.4-16.5-4.1-24c-.5-1.4-1-2.7-1.6-4c-9.4-22.3-29.8-38.9-54.3-43c-3.9-.7-7.9-1-12-1h-80c-4.1 0-8.1.3-12 1c-.8.1-1.7.3-2.5.5c-24.9 5.1-45.1 23-53.4 46.5m-36.3-112a48 48 0 1 0 0-96a48 48 0 1 0 0 96m-26.5 32c-29.4 0-53.3 23.9-53.3 53.3c0 14.7 11.9 26.7 26.7 26.7h56.1c8-34.1 32.8-61.7 65.2-73.6c-7.5-4.1-16.2-6.4-25.3-6.4h-69.3zm368 80c14.7 0 26.7-11.9 26.7-26.7c0-29.5-23.9-53.3-53.3-53.3h-69.3c-9.2 0-17.8 2.3-25.3 6.4c32.4 11.9 57.2 39.5 65.2 73.6h56.1zM464 224a48 48 0 1 0 0-96a48 48 0 1 0 0 96"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M41 7C31.6-2.3 16.4-2.3 7 7s-9.3 24.6 0 34l72 72c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9zm558 0l-72 72c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l72-72c9.4-9.4 9.4-24.6 0-33.9S608.3-2.4 599 7M7 505c9.4 9.4 24.6 9.4 33.9 0l72-72c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L7 471c-9.4 9.4-9.4 24.6 0 33.9zm592 0c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-72-72c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9zM320 256a64 64 0 1 0 0-128a64 64 0 1 0 0 128m-107.9 80c-2.7 7.5-4.1 15.6-4.1 24c0 13.3 10.7 24 24 24h176c13.3 0 24-10.7 24-24c0-8.4-1.4-16.5-4.1-24c-.5-1.4-1-2.7-1.6-4c-9.4-22.3-29.8-38.9-54.3-43c-3.9-.7-7.9-1-12-1h-80c-4.1 0-8.1.3-12 1c-.8.1-1.7.3-2.5.5c-24.9 5.1-45.1 23-53.4 46.5m-36.3-112a48 48 0 1 0 0-96a48 48 0 1 0 0 96m-26.5 32c-29.4 0-53.3 23.9-53.3 53.3c0 14.7 11.9 26.7 26.7 26.7h56.1c8-34.1 32.8-61.7 65.2-73.6c-7.5-4.1-16.2-6.4-25.3-6.4h-69.3zm368 80c14.7 0 26.7-11.9 26.7-26.7c0-29.5-23.9-53.3-53.3-53.3h-69.3c-9.2 0-17.8 2.3-25.3 6.4c32.4 11.9 57.2 39.5 65.2 73.6h56.1zM464 224a48 48 0 1 0 0-96a48 48 0 1 0 0 96"/></svg>
</template>

CSS

.icon-users-rays {
  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%22M41%207C31.6-2.3%2016.4-2.3%207%207s-9.3%2024.6%200%2034l72%2072c9.4%209.4%2024.6%209.4%2033.9%200s9.4-24.6%200-33.9zm558%200l-72%2072c-9.4%209.4-9.4%2024.6%200%2033.9s24.6%209.4%2033.9%200l72-72c9.4-9.4%209.4-24.6%200-33.9S608.3-2.4%20599%207M7%20505c9.4%209.4%2024.6%209.4%2033.9%200l72-72c9.4-9.4%209.4-24.6%200-33.9s-24.6-9.4-33.9%200L7%20471c-9.4%209.4-9.4%2024.6%200%2033.9zm592%200c9.4%209.4%2024.6%209.4%2033.9%200s9.4-24.6%200-33.9l-72-72c-9.4-9.4-24.6-9.4-33.9%200s-9.4%2024.6%200%2033.9zM320%20256a64%2064%200%201%200%200-128a64%2064%200%201%200%200%20128m-107.9%2080c-2.7%207.5-4.1%2015.6-4.1%2024c0%2013.3%2010.7%2024%2024%2024h176c13.3%200%2024-10.7%2024-24c0-8.4-1.4-16.5-4.1-24c-.5-1.4-1-2.7-1.6-4c-9.4-22.3-29.8-38.9-54.3-43c-3.9-.7-7.9-1-12-1h-80c-4.1%200-8.1.3-12%201c-.8.1-1.7.3-2.5.5c-24.9%205.1-45.1%2023-53.4%2046.5m-36.3-112a48%2048%200%201%200%200-96a48%2048%200%201%200%200%2096m-26.5%2032c-29.4%200-53.3%2023.9-53.3%2053.3c0%2014.7%2011.9%2026.7%2026.7%2026.7h56.1c8-34.1%2032.8-61.7%2065.2-73.6c-7.5-4.1-16.2-6.4-25.3-6.4h-69.3zm368%2080c14.7%200%2026.7-11.9%2026.7-26.7c0-29.5-23.9-53.3-53.3-53.3h-69.3c-9.2%200-17.8%202.3-25.3%206.4c32.4%2011.9%2057.2%2039.5%2065.2%2073.6h56.1zM464%20224a48%2048%200%201%200%200-96a48%2048%200%201%200%200%2096%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%22M41%207C31.6-2.3%2016.4-2.3%207%207s-9.3%2024.6%200%2034l72%2072c9.4%209.4%2024.6%209.4%2033.9%200s9.4-24.6%200-33.9zm558%200l-72%2072c-9.4%209.4-9.4%2024.6%200%2033.9s24.6%209.4%2033.9%200l72-72c9.4-9.4%209.4-24.6%200-33.9S608.3-2.4%20599%207M7%20505c9.4%209.4%2024.6%209.4%2033.9%200l72-72c9.4-9.4%209.4-24.6%200-33.9s-24.6-9.4-33.9%200L7%20471c-9.4%209.4-9.4%2024.6%200%2033.9zm592%200c9.4%209.4%2024.6%209.4%2033.9%200s9.4-24.6%200-33.9l-72-72c-9.4-9.4-24.6-9.4-33.9%200s-9.4%2024.6%200%2033.9zM320%20256a64%2064%200%201%200%200-128a64%2064%200%201%200%200%20128m-107.9%2080c-2.7%207.5-4.1%2015.6-4.1%2024c0%2013.3%2010.7%2024%2024%2024h176c13.3%200%2024-10.7%2024-24c0-8.4-1.4-16.5-4.1-24c-.5-1.4-1-2.7-1.6-4c-9.4-22.3-29.8-38.9-54.3-43c-3.9-.7-7.9-1-12-1h-80c-4.1%200-8.1.3-12%201c-.8.1-1.7.3-2.5.5c-24.9%205.1-45.1%2023-53.4%2046.5m-36.3-112a48%2048%200%201%200%200-96a48%2048%200%201%200%200%2096m-26.5%2032c-29.4%200-53.3%2023.9-53.3%2053.3c0%2014.7%2011.9%2026.7%2026.7%2026.7h56.1c8-34.1%2032.8-61.7%2065.2-73.6c-7.5-4.1-16.2-6.4-25.3-6.4h-69.3zm368%2080c14.7%200%2026.7-11.9%2026.7-26.7c0-29.5-23.9-53.3-53.3-53.3h-69.3c-9.2%200-17.8%202.3-25.3%206.4c32.4%2011.9%2057.2%2039.5%2065.2%2073.6h56.1zM464%20224a48%2048%200%201%200%200-96a48%2048%200%201%200%200%2096%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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