user astronaut icon
user-astronaut from Font Awesome Solid by Dave Gandy · Solid · Science Fiction · CC-BY-4.0 Attribution required.
- Name
- user-astronaut
- Set
- Font Awesome Solid
- Style
- Solid
- Category
- Science Fiction
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
More science fiction icons from Font Awesome Solid
Use the user astronaut icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 400c74.6 0 138.4-46.4 164-112h4c13.3 0 24-10.7 24-24v-80c0-13.3-10.7-24-24-24h-4C458.4 94.4 394.6 48 320 48S181.6 94.4 156 160h-4c-13.3 0-24 10.7-24 24v80c0 13.3 10.7 24 24 24h4c25.6 65.6 89.4 112 164 112m-16-256h32c53 0 96 43 96 96s-43 96-96 96h-32c-53 0-96-43-96-96s43-96 96-96M112 548.6c0 15.1 12.3 27.4 27.4 27.4H192v-48c0-17.7 14.3-32 32-32h192c17.7 0 32 14.3 32 32v48h52.6c15.1 0 27.4-12.3 27.4-27.4c0-59.8-31.9-112.2-79.6-141C412 433.1 367.8 448 320 448s-92-14.9-128.4-40.4c-47.7 28.8-79.6 81.2-79.6 141m167.3-343.1c-.9-3.3-3.9-5.5-7.3-5.5s-6.4 2.2-7.3 5.5l-6 21.2l-21.2 6c-3.3.9-5.5 3.9-5.5 7.3s2.2 6.4 5.5 7.3l21.2 6l6 21.2c.9 3.3 3.9 5.5 7.3 5.5s6.4-2.2 7.3-5.5l6-21.2l21.2-6c3.3-.9 5.5-3.9 5.5-7.3s-2.2-6.4-5.5-7.3l-21.2-6zM248 552v24h48v-24c0-13.3-10.7-24-24-24s-24 10.7-24 24m120-24c-13.3 0-24 10.7-24 24v24h48v-24c0-13.3-10.7-24-24-24"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidUserAstronaut(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="M320 400c74.6 0 138.4-46.4 164-112h4c13.3 0 24-10.7 24-24v-80c0-13.3-10.7-24-24-24h-4C458.4 94.4 394.6 48 320 48S181.6 94.4 156 160h-4c-13.3 0-24 10.7-24 24v80c0 13.3 10.7 24 24 24h4c25.6 65.6 89.4 112 164 112m-16-256h32c53 0 96 43 96 96s-43 96-96 96h-32c-53 0-96-43-96-96s43-96 96-96M112 548.6c0 15.1 12.3 27.4 27.4 27.4H192v-48c0-17.7 14.3-32 32-32h192c17.7 0 32 14.3 32 32v48h52.6c15.1 0 27.4-12.3 27.4-27.4c0-59.8-31.9-112.2-79.6-141C412 433.1 367.8 448 320 448s-92-14.9-128.4-40.4c-47.7 28.8-79.6 81.2-79.6 141m167.3-343.1c-.9-3.3-3.9-5.5-7.3-5.5s-6.4 2.2-7.3 5.5l-6 21.2l-21.2 6c-3.3.9-5.5 3.9-5.5 7.3s2.2 6.4 5.5 7.3l21.2 6l6 21.2c.9 3.3 3.9 5.5 7.3 5.5s6.4-2.2 7.3-5.5l6-21.2l21.2-6c3.3-.9 5.5-3.9 5.5-7.3s-2.2-6.4-5.5-7.3l-21.2-6zM248 552v24h48v-24c0-13.3-10.7-24-24-24s-24 10.7-24 24m120-24c-13.3 0-24 10.7-24 24v24h48v-24c0-13.3-10.7-24-24-24"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 400c74.6 0 138.4-46.4 164-112h4c13.3 0 24-10.7 24-24v-80c0-13.3-10.7-24-24-24h-4C458.4 94.4 394.6 48 320 48S181.6 94.4 156 160h-4c-13.3 0-24 10.7-24 24v80c0 13.3 10.7 24 24 24h4c25.6 65.6 89.4 112 164 112m-16-256h32c53 0 96 43 96 96s-43 96-96 96h-32c-53 0-96-43-96-96s43-96 96-96M112 548.6c0 15.1 12.3 27.4 27.4 27.4H192v-48c0-17.7 14.3-32 32-32h192c17.7 0 32 14.3 32 32v48h52.6c15.1 0 27.4-12.3 27.4-27.4c0-59.8-31.9-112.2-79.6-141C412 433.1 367.8 448 320 448s-92-14.9-128.4-40.4c-47.7 28.8-79.6 81.2-79.6 141m167.3-343.1c-.9-3.3-3.9-5.5-7.3-5.5s-6.4 2.2-7.3 5.5l-6 21.2l-21.2 6c-3.3.9-5.5 3.9-5.5 7.3s2.2 6.4 5.5 7.3l21.2 6l6 21.2c.9 3.3 3.9 5.5 7.3 5.5s6.4-2.2 7.3-5.5l6-21.2l21.2-6c3.3-.9 5.5-3.9 5.5-7.3s-2.2-6.4-5.5-7.3l-21.2-6zM248 552v24h48v-24c0-13.3-10.7-24-24-24s-24 10.7-24 24m120-24c-13.3 0-24 10.7-24 24v24h48v-24c0-13.3-10.7-24-24-24"/></svg> </template>
CSS
.icon-user-astronaut {
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%22M320%20400c74.6%200%20138.4-46.4%20164-112h4c13.3%200%2024-10.7%2024-24v-80c0-13.3-10.7-24-24-24h-4C458.4%2094.4%20394.6%2048%20320%2048S181.6%2094.4%20156%20160h-4c-13.3%200-24%2010.7-24%2024v80c0%2013.3%2010.7%2024%2024%2024h4c25.6%2065.6%2089.4%20112%20164%20112m-16-256h32c53%200%2096%2043%2096%2096s-43%2096-96%2096h-32c-53%200-96-43-96-96s43-96%2096-96M112%20548.6c0%2015.1%2012.3%2027.4%2027.4%2027.4H192v-48c0-17.7%2014.3-32%2032-32h192c17.7%200%2032%2014.3%2032%2032v48h52.6c15.1%200%2027.4-12.3%2027.4-27.4c0-59.8-31.9-112.2-79.6-141C412%20433.1%20367.8%20448%20320%20448s-92-14.9-128.4-40.4c-47.7%2028.8-79.6%2081.2-79.6%20141m167.3-343.1c-.9-3.3-3.9-5.5-7.3-5.5s-6.4%202.2-7.3%205.5l-6%2021.2l-21.2%206c-3.3.9-5.5%203.9-5.5%207.3s2.2%206.4%205.5%207.3l21.2%206l6%2021.2c.9%203.3%203.9%205.5%207.3%205.5s6.4-2.2%207.3-5.5l6-21.2l21.2-6c3.3-.9%205.5-3.9%205.5-7.3s-2.2-6.4-5.5-7.3l-21.2-6zM248%20552v24h48v-24c0-13.3-10.7-24-24-24s-24%2010.7-24%2024m120-24c-13.3%200-24%2010.7-24%2024v24h48v-24c0-13.3-10.7-24-24-24%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%22M320%20400c74.6%200%20138.4-46.4%20164-112h4c13.3%200%2024-10.7%2024-24v-80c0-13.3-10.7-24-24-24h-4C458.4%2094.4%20394.6%2048%20320%2048S181.6%2094.4%20156%20160h-4c-13.3%200-24%2010.7-24%2024v80c0%2013.3%2010.7%2024%2024%2024h4c25.6%2065.6%2089.4%20112%20164%20112m-16-256h32c53%200%2096%2043%2096%2096s-43%2096-96%2096h-32c-53%200-96-43-96-96s43-96%2096-96M112%20548.6c0%2015.1%2012.3%2027.4%2027.4%2027.4H192v-48c0-17.7%2014.3-32%2032-32h192c17.7%200%2032%2014.3%2032%2032v48h52.6c15.1%200%2027.4-12.3%2027.4-27.4c0-59.8-31.9-112.2-79.6-141C412%20433.1%20367.8%20448%20320%20448s-92-14.9-128.4-40.4c-47.7%2028.8-79.6%2081.2-79.6%20141m167.3-343.1c-.9-3.3-3.9-5.5-7.3-5.5s-6.4%202.2-7.3%205.5l-6%2021.2l-21.2%206c-3.3.9-5.5%203.9-5.5%207.3s2.2%206.4%205.5%207.3l21.2%206l6%2021.2c.9%203.3%203.9%205.5%207.3%205.5s6.4-2.2%207.3-5.5l6-21.2l21.2-6c3.3-.9%205.5-3.9%205.5-7.3s-2.2-6.4-5.5-7.3l-21.2-6zM248%20552v24h48v-24c0-13.3-10.7-24-24-24s-24%2010.7-24%2024m120-24c-13.3%200-24%2010.7-24%2024v24h48v-24c0-13.3-10.7-24-24-24%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/user-astronaut.svg?color=%231a73e8&size=48