user secret icon
user-secret from Font Awesome Solid by Dave Gandy · Solid · Code · CC-BY-4.0 Attribution required.
- Name
- user-secret
- Set
- Font Awesome Solid
- Style
- Solid
- Category
- Code
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
More code icons from Font Awesome Solid
Use the user secret icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M267 48c-36.4 0-57.8 58.3-68.3 112H168c-13.3 0-24 10.7-24 24s10.7 24 24 24h24v32c0 17 3.3 33.2 9.3 48h-29.8c-15.2 0-27.5 12.3-27.5 27.5c0 3 .5 5.9 1.4 8.7l28.9 86.6c-38.1 32.8-62.3 81.3-62.3 135.5c0 16.4 13.3 29.7 29.7 29.7h356.6c16.4 0 29.7-13.3 29.7-29.7c0-54.2-24.2-102.7-62.3-135.4l28.9-86.6c.9-2.8 1.4-5.7 1.4-8.7c0-15.2-12.3-27.5-27.5-27.5h-29.8c6-14.8 9.3-31 9.3-48v-32h24c13.3 0 24-10.7 24-24s-10.7-24-24-24h-30.7c-10.4-53.7-31.9-112-68.3-112c-9.6 0-19 3.9-27.5 8.2c-8.2 4.1-18.4 7.8-25.5 7.8s-17.3-3.7-25.5-7.8C286 51.9 276.6 48 267 48m93.7 484.4l-24.8-70.9l27.9-32.5c2.7-3.2 4.2-7.2 4.2-11.4c0-9.7-7.8-17.5-17.5-17.5h-61c-9.7 0-17.5 7.8-17.5 17.5c0 4.2 1.5 8.2 4.2 11.4l27.9 32.5l-24.8 70.9l-57-180.4H258c18.4 10.2 39.5 16 62 16s43.6-5.8 62-16h35.7zM320 320c-34.7 0-64.2-22.1-75.3-53c5.7 3.2 12.3 5 19.3 5h12.4c16.5 0 31.1-10.6 36.3-26.2c2.3-7 12.2-7 14.5 0c5.2 15.6 19.9 26.2 36.3 26.2h12.4c7 0 13.6-1.8 19.3-5c-11.1 30.9-40.6 53-75.3 53z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidUserSecret(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="M267 48c-36.4 0-57.8 58.3-68.3 112H168c-13.3 0-24 10.7-24 24s10.7 24 24 24h24v32c0 17 3.3 33.2 9.3 48h-29.8c-15.2 0-27.5 12.3-27.5 27.5c0 3 .5 5.9 1.4 8.7l28.9 86.6c-38.1 32.8-62.3 81.3-62.3 135.5c0 16.4 13.3 29.7 29.7 29.7h356.6c16.4 0 29.7-13.3 29.7-29.7c0-54.2-24.2-102.7-62.3-135.4l28.9-86.6c.9-2.8 1.4-5.7 1.4-8.7c0-15.2-12.3-27.5-27.5-27.5h-29.8c6-14.8 9.3-31 9.3-48v-32h24c13.3 0 24-10.7 24-24s-10.7-24-24-24h-30.7c-10.4-53.7-31.9-112-68.3-112c-9.6 0-19 3.9-27.5 8.2c-8.2 4.1-18.4 7.8-25.5 7.8s-17.3-3.7-25.5-7.8C286 51.9 276.6 48 267 48m93.7 484.4l-24.8-70.9l27.9-32.5c2.7-3.2 4.2-7.2 4.2-11.4c0-9.7-7.8-17.5-17.5-17.5h-61c-9.7 0-17.5 7.8-17.5 17.5c0 4.2 1.5 8.2 4.2 11.4l27.9 32.5l-24.8 70.9l-57-180.4H258c18.4 10.2 39.5 16 62 16s43.6-5.8 62-16h35.7zM320 320c-34.7 0-64.2-22.1-75.3-53c5.7 3.2 12.3 5 19.3 5h12.4c16.5 0 31.1-10.6 36.3-26.2c2.3-7 12.2-7 14.5 0c5.2 15.6 19.9 26.2 36.3 26.2h12.4c7 0 13.6-1.8 19.3-5c-11.1 30.9-40.6 53-75.3 53z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M267 48c-36.4 0-57.8 58.3-68.3 112H168c-13.3 0-24 10.7-24 24s10.7 24 24 24h24v32c0 17 3.3 33.2 9.3 48h-29.8c-15.2 0-27.5 12.3-27.5 27.5c0 3 .5 5.9 1.4 8.7l28.9 86.6c-38.1 32.8-62.3 81.3-62.3 135.5c0 16.4 13.3 29.7 29.7 29.7h356.6c16.4 0 29.7-13.3 29.7-29.7c0-54.2-24.2-102.7-62.3-135.4l28.9-86.6c.9-2.8 1.4-5.7 1.4-8.7c0-15.2-12.3-27.5-27.5-27.5h-29.8c6-14.8 9.3-31 9.3-48v-32h24c13.3 0 24-10.7 24-24s-10.7-24-24-24h-30.7c-10.4-53.7-31.9-112-68.3-112c-9.6 0-19 3.9-27.5 8.2c-8.2 4.1-18.4 7.8-25.5 7.8s-17.3-3.7-25.5-7.8C286 51.9 276.6 48 267 48m93.7 484.4l-24.8-70.9l27.9-32.5c2.7-3.2 4.2-7.2 4.2-11.4c0-9.7-7.8-17.5-17.5-17.5h-61c-9.7 0-17.5 7.8-17.5 17.5c0 4.2 1.5 8.2 4.2 11.4l27.9 32.5l-24.8 70.9l-57-180.4H258c18.4 10.2 39.5 16 62 16s43.6-5.8 62-16h35.7zM320 320c-34.7 0-64.2-22.1-75.3-53c5.7 3.2 12.3 5 19.3 5h12.4c16.5 0 31.1-10.6 36.3-26.2c2.3-7 12.2-7 14.5 0c5.2 15.6 19.9 26.2 36.3 26.2h12.4c7 0 13.6-1.8 19.3-5c-11.1 30.9-40.6 53-75.3 53z"/></svg> </template>
CSS
.icon-user-secret {
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%22M267%2048c-36.4%200-57.8%2058.3-68.3%20112H168c-13.3%200-24%2010.7-24%2024s10.7%2024%2024%2024h24v32c0%2017%203.3%2033.2%209.3%2048h-29.8c-15.2%200-27.5%2012.3-27.5%2027.5c0%203%20.5%205.9%201.4%208.7l28.9%2086.6c-38.1%2032.8-62.3%2081.3-62.3%20135.5c0%2016.4%2013.3%2029.7%2029.7%2029.7h356.6c16.4%200%2029.7-13.3%2029.7-29.7c0-54.2-24.2-102.7-62.3-135.4l28.9-86.6c.9-2.8%201.4-5.7%201.4-8.7c0-15.2-12.3-27.5-27.5-27.5h-29.8c6-14.8%209.3-31%209.3-48v-32h24c13.3%200%2024-10.7%2024-24s-10.7-24-24-24h-30.7c-10.4-53.7-31.9-112-68.3-112c-9.6%200-19%203.9-27.5%208.2c-8.2%204.1-18.4%207.8-25.5%207.8s-17.3-3.7-25.5-7.8C286%2051.9%20276.6%2048%20267%2048m93.7%20484.4l-24.8-70.9l27.9-32.5c2.7-3.2%204.2-7.2%204.2-11.4c0-9.7-7.8-17.5-17.5-17.5h-61c-9.7%200-17.5%207.8-17.5%2017.5c0%204.2%201.5%208.2%204.2%2011.4l27.9%2032.5l-24.8%2070.9l-57-180.4H258c18.4%2010.2%2039.5%2016%2062%2016s43.6-5.8%2062-16h35.7zM320%20320c-34.7%200-64.2-22.1-75.3-53c5.7%203.2%2012.3%205%2019.3%205h12.4c16.5%200%2031.1-10.6%2036.3-26.2c2.3-7%2012.2-7%2014.5%200c5.2%2015.6%2019.9%2026.2%2036.3%2026.2h12.4c7%200%2013.6-1.8%2019.3-5c-11.1%2030.9-40.6%2053-75.3%2053z%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%22M267%2048c-36.4%200-57.8%2058.3-68.3%20112H168c-13.3%200-24%2010.7-24%2024s10.7%2024%2024%2024h24v32c0%2017%203.3%2033.2%209.3%2048h-29.8c-15.2%200-27.5%2012.3-27.5%2027.5c0%203%20.5%205.9%201.4%208.7l28.9%2086.6c-38.1%2032.8-62.3%2081.3-62.3%20135.5c0%2016.4%2013.3%2029.7%2029.7%2029.7h356.6c16.4%200%2029.7-13.3%2029.7-29.7c0-54.2-24.2-102.7-62.3-135.4l28.9-86.6c.9-2.8%201.4-5.7%201.4-8.7c0-15.2-12.3-27.5-27.5-27.5h-29.8c6-14.8%209.3-31%209.3-48v-32h24c13.3%200%2024-10.7%2024-24s-10.7-24-24-24h-30.7c-10.4-53.7-31.9-112-68.3-112c-9.6%200-19%203.9-27.5%208.2c-8.2%204.1-18.4%207.8-25.5%207.8s-17.3-3.7-25.5-7.8C286%2051.9%20276.6%2048%20267%2048m93.7%20484.4l-24.8-70.9l27.9-32.5c2.7-3.2%204.2-7.2%204.2-11.4c0-9.7-7.8-17.5-17.5-17.5h-61c-9.7%200-17.5%207.8-17.5%2017.5c0%204.2%201.5%208.2%204.2%2011.4l27.9%2032.5l-24.8%2070.9l-57-180.4H258c18.4%2010.2%2039.5%2016%2062%2016s43.6-5.8%2062-16h35.7zM320%20320c-34.7%200-64.2-22.1-75.3-53c5.7%203.2%2012.3%205%2019.3%205h12.4c16.5%200%2031.1-10.6%2036.3-26.2c2.3-7%2012.2-7%2014.5%200c5.2%2015.6%2019.9%2026.2%2036.3%2026.2h12.4c7%200%2013.6-1.8%2019.3-5c-11.1%2030.9-40.6%2053-75.3%2053z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/user-secret.svg?color=%231a73e8&size=48