user astronaut icon
user-astronaut from Font Awesome 6 Solid by Dave Gandy · Regular · Science Fiction · CC-BY-4.0 Attribution required.
- Name
- user-astronaut
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Category
- Science Fiction
- Viewbox
- 448×512
- License
- CC BY 4.0
The same icon in other sets
More science fiction icons from Font Awesome 6 Solid
Use the user astronaut icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M370.7 96.1C346.1 39.5 289.7 0 224 0S101.9 39.5 77.3 96.1C60.9 97.5 48 111.2 48 128v64c0 16.8 12.9 30.5 29.3 31.9c24.6 56.6 81 96.1 146.7 96.1s122.1-39.5 146.7-96.1c16.4-1.4 29.3-15.1 29.3-31.9v-64c0-16.8-12.9-30.5-29.3-31.9M336 144v16c0 53-43 96-96 96h-32c-53 0-96-43-96-96v-16c0-26.5 21.5-48 48-48h128c26.5 0 48 21.5 48 48m-146.7 18.7l-6-21.2c-.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.3zm-76.6 153.8C46.7 342.6 0 407 0 482.3C0 498.7 13.3 512 29.7 512H128v-64c0-17.7 14.3-32 32-32h128c17.7 0 32 14.3 32 32v64h98.3c16.4 0 29.7-13.3 29.7-29.7c0-75.3-46.7-139.7-112.7-165.8C303.9 338.8 265.5 352 224 352s-79.9-13.2-111.3-35.5M176 448c-8.8 0-16 7.2-16 16v48h32v-48c0-8.8-7.2-16-16-16m96 32a16 16 0 1 0 0-32a16 16 0 1 0 0 32"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidUserAstronaut(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M370.7 96.1C346.1 39.5 289.7 0 224 0S101.9 39.5 77.3 96.1C60.9 97.5 48 111.2 48 128v64c0 16.8 12.9 30.5 29.3 31.9c24.6 56.6 81 96.1 146.7 96.1s122.1-39.5 146.7-96.1c16.4-1.4 29.3-15.1 29.3-31.9v-64c0-16.8-12.9-30.5-29.3-31.9M336 144v16c0 53-43 96-96 96h-32c-53 0-96-43-96-96v-16c0-26.5 21.5-48 48-48h128c26.5 0 48 21.5 48 48m-146.7 18.7l-6-21.2c-.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.3zm-76.6 153.8C46.7 342.6 0 407 0 482.3C0 498.7 13.3 512 29.7 512H128v-64c0-17.7 14.3-32 32-32h128c17.7 0 32 14.3 32 32v64h98.3c16.4 0 29.7-13.3 29.7-29.7c0-75.3-46.7-139.7-112.7-165.8C303.9 338.8 265.5 352 224 352s-79.9-13.2-111.3-35.5M176 448c-8.8 0-16 7.2-16 16v48h32v-48c0-8.8-7.2-16-16-16m96 32a16 16 0 1 0 0-32a16 16 0 1 0 0 32"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M370.7 96.1C346.1 39.5 289.7 0 224 0S101.9 39.5 77.3 96.1C60.9 97.5 48 111.2 48 128v64c0 16.8 12.9 30.5 29.3 31.9c24.6 56.6 81 96.1 146.7 96.1s122.1-39.5 146.7-96.1c16.4-1.4 29.3-15.1 29.3-31.9v-64c0-16.8-12.9-30.5-29.3-31.9M336 144v16c0 53-43 96-96 96h-32c-53 0-96-43-96-96v-16c0-26.5 21.5-48 48-48h128c26.5 0 48 21.5 48 48m-146.7 18.7l-6-21.2c-.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.3zm-76.6 153.8C46.7 342.6 0 407 0 482.3C0 498.7 13.3 512 29.7 512H128v-64c0-17.7 14.3-32 32-32h128c17.7 0 32 14.3 32 32v64h98.3c16.4 0 29.7-13.3 29.7-29.7c0-75.3-46.7-139.7-112.7-165.8C303.9 338.8 265.5 352 224 352s-79.9-13.2-111.3-35.5M176 448c-8.8 0-16 7.2-16 16v48h32v-48c0-8.8-7.2-16-16-16m96 32a16 16 0 1 0 0-32a16 16 0 1 0 0 32"/></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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M370.7%2096.1C346.1%2039.5%20289.7%200%20224%200S101.9%2039.5%2077.3%2096.1C60.9%2097.5%2048%20111.2%2048%20128v64c0%2016.8%2012.9%2030.5%2029.3%2031.9c24.6%2056.6%2081%2096.1%20146.7%2096.1s122.1-39.5%20146.7-96.1c16.4-1.4%2029.3-15.1%2029.3-31.9v-64c0-16.8-12.9-30.5-29.3-31.9M336%20144v16c0%2053-43%2096-96%2096h-32c-53%200-96-43-96-96v-16c0-26.5%2021.5-48%2048-48h128c26.5%200%2048%2021.5%2048%2048m-146.7%2018.7l-6-21.2c-.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.3zm-76.6%20153.8C46.7%20342.6%200%20407%200%20482.3C0%20498.7%2013.3%20512%2029.7%20512H128v-64c0-17.7%2014.3-32%2032-32h128c17.7%200%2032%2014.3%2032%2032v64h98.3c16.4%200%2029.7-13.3%2029.7-29.7c0-75.3-46.7-139.7-112.7-165.8C303.9%20338.8%20265.5%20352%20224%20352s-79.9-13.2-111.3-35.5M176%20448c-8.8%200-16%207.2-16%2016v48h32v-48c0-8.8-7.2-16-16-16m96%2032a16%2016%200%201%200%200-32a16%2016%200%201%200%200%2032%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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M370.7%2096.1C346.1%2039.5%20289.7%200%20224%200S101.9%2039.5%2077.3%2096.1C60.9%2097.5%2048%20111.2%2048%20128v64c0%2016.8%2012.9%2030.5%2029.3%2031.9c24.6%2056.6%2081%2096.1%20146.7%2096.1s122.1-39.5%20146.7-96.1c16.4-1.4%2029.3-15.1%2029.3-31.9v-64c0-16.8-12.9-30.5-29.3-31.9M336%20144v16c0%2053-43%2096-96%2096h-32c-53%200-96-43-96-96v-16c0-26.5%2021.5-48%2048-48h128c26.5%200%2048%2021.5%2048%2048m-146.7%2018.7l-6-21.2c-.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.3zm-76.6%20153.8C46.7%20342.6%200%20407%200%20482.3C0%20498.7%2013.3%20512%2029.7%20512H128v-64c0-17.7%2014.3-32%2032-32h128c17.7%200%2032%2014.3%2032%2032v64h98.3c16.4%200%2029.7-13.3%2029.7-29.7c0-75.3-46.7-139.7-112.7-165.8C303.9%20338.8%20265.5%20352%20224%20352s-79.9-13.2-111.3-35.5M176%20448c-8.8%200-16%207.2-16%2016v48h32v-48c0-8.8-7.2-16-16-16m96%2032a16%2016%200%201%200%200-32a16%2016%200%201%200%200%2032%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/user-astronaut.svg?color=%231a73e8&size=48