alien icon
alien-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- alien-fill
- Set
- Phosphor
- Style
- Fill
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
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 256 256"><path fill="currentColor" d="M128 16a96.11 96.11 0 0 0-96 96c0 24 12.56 55.06 33.61 83c21.18 28.15 44.5 45 62.39 45s41.21-16.81 62.39-45c21.05-28 33.61-59 33.61-83a96.11 96.11 0 0 0-96-96M64 116a12 12 0 0 1 12-12a36 36 0 0 1 36 36a12 12 0 0 1-12 12a36 36 0 0 1-36-36m80 84h-32a8 8 0 0 1 0-16h32a8 8 0 0 1 0 16m12-48a12 12 0 0 1-12-12a36 36 0 0 1 36-36a12 12 0 0 1 12 12a36 36 0 0 1-36 36"/></svg>
React
import type { SVGProps } from "react";
export function PhAlienFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 16a96.11 96.11 0 0 0-96 96c0 24 12.56 55.06 33.61 83c21.18 28.15 44.5 45 62.39 45s41.21-16.81 62.39-45c21.05-28 33.61-59 33.61-83a96.11 96.11 0 0 0-96-96M64 116a12 12 0 0 1 12-12a36 36 0 0 1 36 36a12 12 0 0 1-12 12a36 36 0 0 1-36-36m80 84h-32a8 8 0 0 1 0-16h32a8 8 0 0 1 0 16m12-48a12 12 0 0 1-12-12a36 36 0 0 1 36-36a12 12 0 0 1 12 12a36 36 0 0 1-36 36"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 16a96.11 96.11 0 0 0-96 96c0 24 12.56 55.06 33.61 83c21.18 28.15 44.5 45 62.39 45s41.21-16.81 62.39-45c21.05-28 33.61-59 33.61-83a96.11 96.11 0 0 0-96-96M64 116a12 12 0 0 1 12-12a36 36 0 0 1 36 36a12 12 0 0 1-12 12a36 36 0 0 1-36-36m80 84h-32a8 8 0 0 1 0-16h32a8 8 0 0 1 0 16m12-48a12 12 0 0 1-12-12a36 36 0 0 1 36-36a12 12 0 0 1 12 12a36 36 0 0 1-36 36"/></svg> </template>
CSS
.icon-alien-fill {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M128%2016a96.11%2096.11%200%200%200-96%2096c0%2024%2012.56%2055.06%2033.61%2083c21.18%2028.15%2044.5%2045%2062.39%2045s41.21-16.81%2062.39-45c21.05-28%2033.61-59%2033.61-83a96.11%2096.11%200%200%200-96-96M64%20116a12%2012%200%200%201%2012-12a36%2036%200%200%201%2036%2036a12%2012%200%200%201-12%2012a36%2036%200%200%201-36-36m80%2084h-32a8%208%200%200%201%200-16h32a8%208%200%200%201%200%2016m12-48a12%2012%200%200%201-12-12a36%2036%200%200%201%2036-36a12%2012%200%200%201%2012%2012a36%2036%200%200%201-36%2036%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M128%2016a96.11%2096.11%200%200%200-96%2096c0%2024%2012.56%2055.06%2033.61%2083c21.18%2028.15%2044.5%2045%2062.39%2045s41.21-16.81%2062.39-45c21.05-28%2033.61-59%2033.61-83a96.11%2096.11%200%200%200-96-96M64%20116a12%2012%200%200%201%2012-12a36%2036%200%200%201%2036%2036a12%2012%200%200%201-12%2012a36%2036%200%200%201-36-36m80%2084h-32a8%208%200%200%201%200-16h32a8%208%200%200%201%200%2016m12-48a12%2012%200%200%201-12-12a36%2036%200%200%201%2036-36a12%2012%200%200%201%2012%2012a36%2036%200%200%201-36%2036%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/alien-fill.svg?color=%231a73e8&size=48