alien icon
alien-solid from Teenyicons by smhmd · Solid · MIT Free for personal and commercial use.
- Name
- alien-solid
- Set
- Teenyicons
- Style
- Solid
- Viewbox
- 15×15
- License
- MIT
1 other variant in Teenyicons
The same icon in other sets
Use the alien icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" fill-rule="evenodd" d="M3.039 1.403C4.127.513 5.629 0 7.501 0c1.873 0 3.374.514 4.463 1.403c1.089.89 1.727 2.125 1.921 3.498c.37 2.453-.151 4.776-1.554 6.816c-.668.99-1.558 1.97-2.6 2.627l-.007.004c-1.431.87-3.014.87-4.445 0l-.007-.004c-1.042-.657-1.931-1.637-2.6-2.626C1.264 9.68.742 7.353 1.118 4.9c.194-1.373.832-2.608 1.921-3.498M6.736 7.96l-.711.703L3.85 6.46l.712-.702zm1.53 0l.712.703l2.175-2.203l-.712-.702zm-2.001 2.816l.457.202c.097.043.2.105.28.156l.26.163a2 2 0 0 0 .24.127l.025-.01q.085-.039.214-.117a9 9 0 0 0 .26-.163c.08-.051.183-.113.28-.156l.457-.202l.404.915l-.457.202c-.024.01-.071.037-.156.09l-.086.054l-.183.114c-.097.059-.21.124-.324.175a1.1 1.1 0 0 1-.435.106c-.173 0-.33-.06-.434-.106a3 3 0 0 1-.324-.175c-.06-.036-.125-.078-.183-.114l-.087-.055a2 2 0 0 0-.155-.09l-.457-.201z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function TeenyiconsAlienSolid(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" fillRule="evenodd" d="M3.039 1.403C4.127.513 5.629 0 7.501 0c1.873 0 3.374.514 4.463 1.403c1.089.89 1.727 2.125 1.921 3.498c.37 2.453-.151 4.776-1.554 6.816c-.668.99-1.558 1.97-2.6 2.627l-.007.004c-1.431.87-3.014.87-4.445 0l-.007-.004c-1.042-.657-1.931-1.637-2.6-2.626C1.264 9.68.742 7.353 1.118 4.9c.194-1.373.832-2.608 1.921-3.498M6.736 7.96l-.711.703L3.85 6.46l.712-.702zm1.53 0l.712.703l2.175-2.203l-.712-.702zm-2.001 2.816l.457.202c.097.043.2.105.28.156l.26.163a2 2 0 0 0 .24.127l.025-.01q.085-.039.214-.117a9 9 0 0 0 .26-.163c.08-.051.183-.113.28-.156l.457-.202l.404.915l-.457.202c-.024.01-.071.037-.156.09l-.086.054l-.183.114c-.097.059-.21.124-.324.175a1.1 1.1 0 0 1-.435.106c-.173 0-.33-.06-.434-.106a3 3 0 0 1-.324-.175c-.06-.036-.125-.078-.183-.114l-.087-.055a2 2 0 0 0-.155-.09l-.457-.201z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" fill-rule="evenodd" d="M3.039 1.403C4.127.513 5.629 0 7.501 0c1.873 0 3.374.514 4.463 1.403c1.089.89 1.727 2.125 1.921 3.498c.37 2.453-.151 4.776-1.554 6.816c-.668.99-1.558 1.97-2.6 2.627l-.007.004c-1.431.87-3.014.87-4.445 0l-.007-.004c-1.042-.657-1.931-1.637-2.6-2.626C1.264 9.68.742 7.353 1.118 4.9c.194-1.373.832-2.608 1.921-3.498M6.736 7.96l-.711.703L3.85 6.46l.712-.702zm1.53 0l.712.703l2.175-2.203l-.712-.702zm-2.001 2.816l.457.202c.097.043.2.105.28.156l.26.163a2 2 0 0 0 .24.127l.025-.01q.085-.039.214-.117a9 9 0 0 0 .26-.163c.08-.051.183-.113.28-.156l.457-.202l.404.915l-.457.202c-.024.01-.071.037-.156.09l-.086.054l-.183.114c-.097.059-.21.124-.324.175a1.1 1.1 0 0 1-.435.106c-.173 0-.33-.06-.434-.106a3 3 0 0 1-.324-.175c-.06-.036-.125-.078-.183-.114l-.087-.055a2 2 0 0 0-.155-.09l-.457-.201z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-alien-solid {
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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M3.039%201.403C4.127.513%205.629%200%207.501%200c1.873%200%203.374.514%204.463%201.403c1.089.89%201.727%202.125%201.921%203.498c.37%202.453-.151%204.776-1.554%206.816c-.668.99-1.558%201.97-2.6%202.627l-.007.004c-1.431.87-3.014.87-4.445%200l-.007-.004c-1.042-.657-1.931-1.637-2.6-2.626C1.264%209.68.742%207.353%201.118%204.9c.194-1.373.832-2.608%201.921-3.498M6.736%207.96l-.711.703L3.85%206.46l.712-.702zm1.53%200l.712.703l2.175-2.203l-.712-.702zm-2.001%202.816l.457.202c.097.043.2.105.28.156l.26.163a2%202%200%200%200%20.24.127l.025-.01q.085-.039.214-.117a9%209%200%200%200%20.26-.163c.08-.051.183-.113.28-.156l.457-.202l.404.915l-.457.202c-.024.01-.071.037-.156.09l-.086.054l-.183.114c-.097.059-.21.124-.324.175a1.1%201.1%200%200%201-.435.106c-.173%200-.33-.06-.434-.106a3%203%200%200%201-.324-.175c-.06-.036-.125-.078-.183-.114l-.087-.055a2%202%200%200%200-.155-.09l-.457-.201z%22%20clip-rule%3D%22evenodd%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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M3.039%201.403C4.127.513%205.629%200%207.501%200c1.873%200%203.374.514%204.463%201.403c1.089.89%201.727%202.125%201.921%203.498c.37%202.453-.151%204.776-1.554%206.816c-.668.99-1.558%201.97-2.6%202.627l-.007.004c-1.431.87-3.014.87-4.445%200l-.007-.004c-1.042-.657-1.931-1.637-2.6-2.626C1.264%209.68.742%207.353%201.118%204.9c.194-1.373.832-2.608%201.921-3.498M6.736%207.96l-.711.703L3.85%206.46l.712-.702zm1.53%200l.712.703l2.175-2.203l-.712-.702zm-2.001%202.816l.457.202c.097.043.2.105.28.156l.26.163a2%202%200%200%200%20.24.127l.025-.01q.085-.039.214-.117a9%209%200%200%200%20.26-.163c.08-.051.183-.113.28-.156l.457-.202l.404.915l-.457.202c-.024.01-.071.037-.156.09l-.086.054l-.183.114c-.097.059-.21.124-.324.175a1.1%201.1%200%200%201-.435.106c-.173%200-.33-.06-.434-.106a3%203%200%200%201-.324-.175c-.06-.036-.125-.078-.183-.114l-.087-.055a2%202%200%200%200-.155-.09l-.457-.201z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/teenyicons/alien-solid.svg?color=%231a73e8&size=48