alien 02 icon
alien-02 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- alien-02
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the alien 02 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M15.001 9.989a2.996 2.996 0 0 1-2.997 2.995a2.996 2.996 0 1 1 2.997-2.995Zm5.496-7.987c-.167.898-1 2.755-2.998 2.995M3.513 2.002c.167.898 1 2.755 2.997 2.995"/><path stroke-linejoin="round" d="M8.84 3.694c-3.254 1.448-4.396 4.93-4.32 6.772c-1.122-.077-2.497.049-2.518 1.485c-.022 1.436 1.463 1.69 2.519 1.517v6.408c.018.53.065 1.224.614 1.468c1.277.566 2.352-1.151 3.52-1.073c.908.062 2.222 1.82 3.378 1.724c1.339-.112 2.37-1.718 3.393-1.718c1.214 0 1.426 1 2.888 1.16c1.09.119 1.201-.92 1.201-1.48V13.48c1.89.235 2.638-.602 2.457-1.781c-.213-1.392-1.846-1.292-2.496-1.203c.1-1.035-.366-2.34-.567-2.852c-.297-.911-1.517-3.065-4.137-4.133c-2.62-1.067-5.058-.278-5.932.183"/><path stroke-linejoin="round" d="M12.124 17.002H12m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsAlien02(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path d="M15.001 9.989a2.996 2.996 0 0 1-2.997 2.995a2.996 2.996 0 1 1 2.997-2.995Zm5.496-7.987c-.167.898-1 2.755-2.998 2.995M3.513 2.002c.167.898 1 2.755 2.997 2.995"/><path strokeLinejoin="round" d="M8.84 3.694c-3.254 1.448-4.396 4.93-4.32 6.772c-1.122-.077-2.497.049-2.518 1.485c-.022 1.436 1.463 1.69 2.519 1.517v6.408c.018.53.065 1.224.614 1.468c1.277.566 2.352-1.151 3.52-1.073c.908.062 2.222 1.82 3.378 1.724c1.339-.112 2.37-1.718 3.393-1.718c1.214 0 1.426 1 2.888 1.16c1.09.119 1.201-.92 1.201-1.48V13.48c1.89.235 2.638-.602 2.457-1.781c-.213-1.392-1.846-1.292-2.496-1.203c.1-1.035-.366-2.34-.567-2.852c-.297-.911-1.517-3.065-4.137-4.133c-2.62-1.067-5.058-.278-5.932.183"/><path strokeLinejoin="round" d="M12.124 17.002H12m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M15.001 9.989a2.996 2.996 0 0 1-2.997 2.995a2.996 2.996 0 1 1 2.997-2.995Zm5.496-7.987c-.167.898-1 2.755-2.998 2.995M3.513 2.002c.167.898 1 2.755 2.997 2.995"/><path stroke-linejoin="round" d="M8.84 3.694c-3.254 1.448-4.396 4.93-4.32 6.772c-1.122-.077-2.497.049-2.518 1.485c-.022 1.436 1.463 1.69 2.519 1.517v6.408c.018.53.065 1.224.614 1.468c1.277.566 2.352-1.151 3.52-1.073c.908.062 2.222 1.82 3.378 1.724c1.339-.112 2.37-1.718 3.393-1.718c1.214 0 1.426 1 2.888 1.16c1.09.119 1.201-.92 1.201-1.48V13.48c1.89.235 2.638-.602 2.457-1.781c-.213-1.392-1.846-1.292-2.496-1.203c.1-1.035-.366-2.34-.567-2.852c-.297-.911-1.517-3.065-4.137-4.133c-2.62-1.067-5.058-.278-5.932.183"/><path stroke-linejoin="round" d="M12.124 17.002H12m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/></g></svg> </template>
CSS
.icon-alien-02 {
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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M15.001%209.989a2.996%202.996%200%200%201-2.997%202.995a2.996%202.996%200%201%201%202.997-2.995Zm5.496-7.987c-.167.898-1%202.755-2.998%202.995M3.513%202.002c.167.898%201%202.755%202.997%202.995%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M8.84%203.694c-3.254%201.448-4.396%204.93-4.32%206.772c-1.122-.077-2.497.049-2.518%201.485c-.022%201.436%201.463%201.69%202.519%201.517v6.408c.018.53.065%201.224.614%201.468c1.277.566%202.352-1.151%203.52-1.073c.908.062%202.222%201.82%203.378%201.724c1.339-.112%202.37-1.718%203.393-1.718c1.214%200%201.426%201%202.888%201.16c1.09.119%201.201-.92%201.201-1.48V13.48c1.89.235%202.638-.602%202.457-1.781c-.213-1.392-1.846-1.292-2.496-1.203c.1-1.035-.366-2.34-.567-2.852c-.297-.911-1.517-3.065-4.137-4.133c-2.62-1.067-5.058-.278-5.932.183%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M12.124%2017.002H12m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200%22%2F%3E%3C%2Fg%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M15.001%209.989a2.996%202.996%200%200%201-2.997%202.995a2.996%202.996%200%201%201%202.997-2.995Zm5.496-7.987c-.167.898-1%202.755-2.998%202.995M3.513%202.002c.167.898%201%202.755%202.997%202.995%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M8.84%203.694c-3.254%201.448-4.396%204.93-4.32%206.772c-1.122-.077-2.497.049-2.518%201.485c-.022%201.436%201.463%201.69%202.519%201.517v6.408c.018.53.065%201.224.614%201.468c1.277.566%202.352-1.151%203.52-1.073c.908.062%202.222%201.82%203.378%201.724c1.339-.112%202.37-1.718%203.393-1.718c1.214%200%201.426%201%202.888%201.16c1.09.119%201.201-.92%201.201-1.48V13.48c1.89.235%202.638-.602%202.457-1.781c-.213-1.392-1.846-1.292-2.496-1.203c.1-1.035-.366-2.34-.567-2.852c-.297-.911-1.517-3.065-4.137-4.133c-2.62-1.067-5.058-.278-5.932.183%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M12.124%2017.002H12m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/alien-02.svg?color=%231a73e8&size=48