users rays icon
users-rays from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.
- Name
- users-rays
- Set
- Font Awesome Solid
- Style
- Solid
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
Related icons in Font Awesome Solid
Use the users rays icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M31 31c-9.3 9.4-9.3 24.6 0 34l56 56c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L65 31c-9.4-9.4-24.6-9.4-33.9 0zm578 0c-9.4-9.4-24.6-9.4-33.9 0L519 87c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0L609 65c9.4-9.4 9.4-24.6 0-33.9zM65 609l56-56c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L31 575c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0zm544 0c9.4-9.4 9.4-24.6 0-33.9l-56-56c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l56 56c9.4 9.4 24.6 9.4 33.9 0M320 272c35.3 0 64-28.7 64-64s-28.7-64-64-64s-64 28.7-64 64s28.7 64 64 64m0 32c-61.9 0-112 50.1-112 112v8c0 13.3 10.7 24 24 24h176c13.3 0 24-10.7 24-24v-8c0-61.9-50.1-112-112-112m216-80c0-30.9-25.1-56-56-56s-56 25.1-56 56s25.1 56 56 56s56-25.1 56-56m-84.8 100.4c18.2 25.9 28.8 57.5 28.8 91.6v8c0 8.4-1.4 16.5-4.1 24h78.8c11.8 0 21.3-9.6 21.3-21.3V416c0-53-43-96-96-96c-10 0-19.7 1.5-28.8 4.4m-262.4 0c-9.1-2.9-18.8-4.4-28.8-4.4c-53 0-96 43-96 96v10.7c0 11.8 9.6 21.3 21.3 21.3h78.8c-2.7-7.5-4.1-15.6-4.1-24v-8c0-34.1 10.6-65.7 28.8-91.6M216 224c0-30.9-25.1-56-56-56s-56 25.1-56 56s25.1 56 56 56s56-25.1 56-56"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidUsersRays(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="M31 31c-9.3 9.4-9.3 24.6 0 34l56 56c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L65 31c-9.4-9.4-24.6-9.4-33.9 0zm578 0c-9.4-9.4-24.6-9.4-33.9 0L519 87c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0L609 65c9.4-9.4 9.4-24.6 0-33.9zM65 609l56-56c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L31 575c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0zm544 0c9.4-9.4 9.4-24.6 0-33.9l-56-56c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l56 56c9.4 9.4 24.6 9.4 33.9 0M320 272c35.3 0 64-28.7 64-64s-28.7-64-64-64s-64 28.7-64 64s28.7 64 64 64m0 32c-61.9 0-112 50.1-112 112v8c0 13.3 10.7 24 24 24h176c13.3 0 24-10.7 24-24v-8c0-61.9-50.1-112-112-112m216-80c0-30.9-25.1-56-56-56s-56 25.1-56 56s25.1 56 56 56s56-25.1 56-56m-84.8 100.4c18.2 25.9 28.8 57.5 28.8 91.6v8c0 8.4-1.4 16.5-4.1 24h78.8c11.8 0 21.3-9.6 21.3-21.3V416c0-53-43-96-96-96c-10 0-19.7 1.5-28.8 4.4m-262.4 0c-9.1-2.9-18.8-4.4-28.8-4.4c-53 0-96 43-96 96v10.7c0 11.8 9.6 21.3 21.3 21.3h78.8c-2.7-7.5-4.1-15.6-4.1-24v-8c0-34.1 10.6-65.7 28.8-91.6M216 224c0-30.9-25.1-56-56-56s-56 25.1-56 56s25.1 56 56 56s56-25.1 56-56"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M31 31c-9.3 9.4-9.3 24.6 0 34l56 56c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L65 31c-9.4-9.4-24.6-9.4-33.9 0zm578 0c-9.4-9.4-24.6-9.4-33.9 0L519 87c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0L609 65c9.4-9.4 9.4-24.6 0-33.9zM65 609l56-56c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L31 575c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0zm544 0c9.4-9.4 9.4-24.6 0-33.9l-56-56c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l56 56c9.4 9.4 24.6 9.4 33.9 0M320 272c35.3 0 64-28.7 64-64s-28.7-64-64-64s-64 28.7-64 64s28.7 64 64 64m0 32c-61.9 0-112 50.1-112 112v8c0 13.3 10.7 24 24 24h176c13.3 0 24-10.7 24-24v-8c0-61.9-50.1-112-112-112m216-80c0-30.9-25.1-56-56-56s-56 25.1-56 56s25.1 56 56 56s56-25.1 56-56m-84.8 100.4c18.2 25.9 28.8 57.5 28.8 91.6v8c0 8.4-1.4 16.5-4.1 24h78.8c11.8 0 21.3-9.6 21.3-21.3V416c0-53-43-96-96-96c-10 0-19.7 1.5-28.8 4.4m-262.4 0c-9.1-2.9-18.8-4.4-28.8-4.4c-53 0-96 43-96 96v10.7c0 11.8 9.6 21.3 21.3 21.3h78.8c-2.7-7.5-4.1-15.6-4.1-24v-8c0-34.1 10.6-65.7 28.8-91.6M216 224c0-30.9-25.1-56-56-56s-56 25.1-56 56s25.1 56 56 56s56-25.1 56-56"/></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%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M31%2031c-9.3%209.4-9.3%2024.6%200%2034l56%2056c9.4%209.4%2024.6%209.4%2033.9%200s9.4-24.6%200-33.9L65%2031c-9.4-9.4-24.6-9.4-33.9%200zm578%200c-9.4-9.4-24.6-9.4-33.9%200L519%2087c-9.4%209.4-9.4%2024.6%200%2033.9s24.6%209.4%2033.9%200L609%2065c9.4-9.4%209.4-24.6%200-33.9zM65%20609l56-56c9.4-9.4%209.4-24.6%200-33.9s-24.6-9.4-33.9%200L31%20575c-9.4%209.4-9.4%2024.6%200%2033.9s24.6%209.4%2033.9%200zm544%200c9.4-9.4%209.4-24.6%200-33.9l-56-56c-9.4-9.4-24.6-9.4-33.9%200s-9.4%2024.6%200%2033.9l56%2056c9.4%209.4%2024.6%209.4%2033.9%200M320%20272c35.3%200%2064-28.7%2064-64s-28.7-64-64-64s-64%2028.7-64%2064s28.7%2064%2064%2064m0%2032c-61.9%200-112%2050.1-112%20112v8c0%2013.3%2010.7%2024%2024%2024h176c13.3%200%2024-10.7%2024-24v-8c0-61.9-50.1-112-112-112m216-80c0-30.9-25.1-56-56-56s-56%2025.1-56%2056s25.1%2056%2056%2056s56-25.1%2056-56m-84.8%20100.4c18.2%2025.9%2028.8%2057.5%2028.8%2091.6v8c0%208.4-1.4%2016.5-4.1%2024h78.8c11.8%200%2021.3-9.6%2021.3-21.3V416c0-53-43-96-96-96c-10%200-19.7%201.5-28.8%204.4m-262.4%200c-9.1-2.9-18.8-4.4-28.8-4.4c-53%200-96%2043-96%2096v10.7c0%2011.8%209.6%2021.3%2021.3%2021.3h78.8c-2.7-7.5-4.1-15.6-4.1-24v-8c0-34.1%2010.6-65.7%2028.8-91.6M216%20224c0-30.9-25.1-56-56-56s-56%2025.1-56%2056s25.1%2056%2056%2056s56-25.1%2056-56%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%22M31%2031c-9.3%209.4-9.3%2024.6%200%2034l56%2056c9.4%209.4%2024.6%209.4%2033.9%200s9.4-24.6%200-33.9L65%2031c-9.4-9.4-24.6-9.4-33.9%200zm578%200c-9.4-9.4-24.6-9.4-33.9%200L519%2087c-9.4%209.4-9.4%2024.6%200%2033.9s24.6%209.4%2033.9%200L609%2065c9.4-9.4%209.4-24.6%200-33.9zM65%20609l56-56c9.4-9.4%209.4-24.6%200-33.9s-24.6-9.4-33.9%200L31%20575c-9.4%209.4-9.4%2024.6%200%2033.9s24.6%209.4%2033.9%200zm544%200c9.4-9.4%209.4-24.6%200-33.9l-56-56c-9.4-9.4-24.6-9.4-33.9%200s-9.4%2024.6%200%2033.9l56%2056c9.4%209.4%2024.6%209.4%2033.9%200M320%20272c35.3%200%2064-28.7%2064-64s-28.7-64-64-64s-64%2028.7-64%2064s28.7%2064%2064%2064m0%2032c-61.9%200-112%2050.1-112%20112v8c0%2013.3%2010.7%2024%2024%2024h176c13.3%200%2024-10.7%2024-24v-8c0-61.9-50.1-112-112-112m216-80c0-30.9-25.1-56-56-56s-56%2025.1-56%2056s25.1%2056%2056%2056s56-25.1%2056-56m-84.8%20100.4c18.2%2025.9%2028.8%2057.5%2028.8%2091.6v8c0%208.4-1.4%2016.5-4.1%2024h78.8c11.8%200%2021.3-9.6%2021.3-21.3V416c0-53-43-96-96-96c-10%200-19.7%201.5-28.8%204.4m-262.4%200c-9.1-2.9-18.8-4.4-28.8-4.4c-53%200-96%2043-96%2096v10.7c0%2011.8%209.6%2021.3%2021.3%2021.3h78.8c-2.7-7.5-4.1-15.6-4.1-24v-8c0-34.1%2010.6-65.7%2028.8-91.6M216%20224c0-30.9-25.1-56-56-56s-56%2025.1-56%2056s25.1%2056%2056%2056s56-25.1%2056-56%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/users-rays.svg?color=%231a73e8&size=48