alien icon
alien-outline from Teenyicons by smhmd · Outline · MIT Free for personal and commercial use.
- Name
- alien-outline
- Set
- Teenyicons
- Style
- Outline
- 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="none" stroke="currentColor" stroke-linecap="square" stroke-linejoin="round" d="M6.52 11.435c.24.107.719.497.981.497c.263 0 .741-.39.982-.497m-3.926-4.97l1.472 1.49m4.417-1.49l-1.472 1.49M7.5.5C3.94.5 1.967 2.45 1.612 4.974c-.358 2.33.136 4.53 1.472 6.461c.643.953 1.486 1.876 2.454 2.486c1.271.772 2.654.772 3.925 0c.967-.61 1.81-1.533 2.454-2.486c1.33-1.934 1.824-4.13 1.472-6.461C13.034 2.449 11.062.5 7.501.5Z"/></svg>
React
import type { SVGProps } from "react";
export function TeenyiconsAlienOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="none" stroke="currentColor" strokeLinecap="square" strokeLinejoin="round" d="M6.52 11.435c.24.107.719.497.981.497c.263 0 .741-.39.982-.497m-3.926-4.97l1.472 1.49m4.417-1.49l-1.472 1.49M7.5.5C3.94.5 1.967 2.45 1.612 4.974c-.358 2.33.136 4.53 1.472 6.461c.643.953 1.486 1.876 2.454 2.486c1.271.772 2.654.772 3.925 0c.967-.61 1.81-1.533 2.454-2.486c1.33-1.934 1.824-4.13 1.472-6.461C13.034 2.449 11.062.5 7.501.5Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="none" stroke="currentColor" stroke-linecap="square" stroke-linejoin="round" d="M6.52 11.435c.24.107.719.497.981.497c.263 0 .741-.39.982-.497m-3.926-4.97l1.472 1.49m4.417-1.49l-1.472 1.49M7.5.5C3.94.5 1.967 2.45 1.612 4.974c-.358 2.33.136 4.53 1.472 6.461c.643.953 1.486 1.876 2.454 2.486c1.271.772 2.654.772 3.925 0c.967-.61 1.81-1.533 2.454-2.486c1.33-1.934 1.824-4.13 1.472-6.461C13.034 2.449 11.062.5 7.501.5Z"/></svg> </template>
CSS
.icon-alien-outline {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-linejoin%3D%22round%22%20d%3D%22M6.52%2011.435c.24.107.719.497.981.497c.263%200%20.741-.39.982-.497m-3.926-4.97l1.472%201.49m4.417-1.49l-1.472%201.49M7.5.5C3.94.5%201.967%202.45%201.612%204.974c-.358%202.33.136%204.53%201.472%206.461c.643.953%201.486%201.876%202.454%202.486c1.271.772%202.654.772%203.925%200c.967-.61%201.81-1.533%202.454-2.486c1.33-1.934%201.824-4.13%201.472-6.461C13.034%202.449%2011.062.5%207.501.5Z%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-linejoin%3D%22round%22%20d%3D%22M6.52%2011.435c.24.107.719.497.981.497c.263%200%20.741-.39.982-.497m-3.926-4.97l1.472%201.49m4.417-1.49l-1.472%201.49M7.5.5C3.94.5%201.967%202.45%201.612%204.974c-.358%202.33.136%204.53%201.472%206.461c.643.953%201.486%201.876%202.454%202.486c1.271.772%202.654.772%203.925%200c.967-.61%201.81-1.533%202.454-2.486c1.33-1.934%201.824-4.13%201.472-6.461C13.034%202.449%2011.062.5%207.501.5Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/teenyicons/alien-outline.svg?color=%231a73e8&size=48