alien-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.

Name
alien-bold
Set
Phosphor
Style
Bold
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 12A100.11 100.11 0 0 0 28 112c0 24.86 12.86 56.8 34.41 85.44C70.63 208.36 99.64 244 128 244s57.37-35.64 65.59-46.56C215.14 168.8 228 136.86 228 112A100.11 100.11 0 0 0 128 12m46.41 171c-13.83 18.38-34.21 37-46.41 37s-32.58-18.61-46.41-37C63.34 158.75 52 131.54 52 112a76 76 0 0 1 152 0c0 19.54-11.34 46.75-29.59 71M104 148a36 36 0 0 1-36-36a12 12 0 0 1 12-12a36 36 0 0 1 36 36a12 12 0 0 1-12 12m84-36a36 36 0 0 1-36 36a12 12 0 0 1-12-12a36 36 0 0 1 36-36a12 12 0 0 1 12 12m-36 72a12 12 0 0 1-12 12h-24a12 12 0 0 1 0-24h24a12 12 0 0 1 12 12"/></svg>

React

import type { SVGProps } from "react";

export function PhAlienBold(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 12A100.11 100.11 0 0 0 28 112c0 24.86 12.86 56.8 34.41 85.44C70.63 208.36 99.64 244 128 244s57.37-35.64 65.59-46.56C215.14 168.8 228 136.86 228 112A100.11 100.11 0 0 0 128 12m46.41 171c-13.83 18.38-34.21 37-46.41 37s-32.58-18.61-46.41-37C63.34 158.75 52 131.54 52 112a76 76 0 0 1 152 0c0 19.54-11.34 46.75-29.59 71M104 148a36 36 0 0 1-36-36a12 12 0 0 1 12-12a36 36 0 0 1 36 36a12 12 0 0 1-12 12m84-36a36 36 0 0 1-36 36a12 12 0 0 1-12-12a36 36 0 0 1 36-36a12 12 0 0 1 12 12m-36 72a12 12 0 0 1-12 12h-24a12 12 0 0 1 0-24h24a12 12 0 0 1 12 12"/></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 12A100.11 100.11 0 0 0 28 112c0 24.86 12.86 56.8 34.41 85.44C70.63 208.36 99.64 244 128 244s57.37-35.64 65.59-46.56C215.14 168.8 228 136.86 228 112A100.11 100.11 0 0 0 128 12m46.41 171c-13.83 18.38-34.21 37-46.41 37s-32.58-18.61-46.41-37C63.34 158.75 52 131.54 52 112a76 76 0 0 1 152 0c0 19.54-11.34 46.75-29.59 71M104 148a36 36 0 0 1-36-36a12 12 0 0 1 12-12a36 36 0 0 1 36 36a12 12 0 0 1-12 12m84-36a36 36 0 0 1-36 36a12 12 0 0 1-12-12a36 36 0 0 1 36-36a12 12 0 0 1 12 12m-36 72a12 12 0 0 1-12 12h-24a12 12 0 0 1 0-24h24a12 12 0 0 1 12 12"/></svg>
</template>

CSS

.icon-alien-bold {
  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%2012A100.11%20100.11%200%200%200%2028%20112c0%2024.86%2012.86%2056.8%2034.41%2085.44C70.63%20208.36%2099.64%20244%20128%20244s57.37-35.64%2065.59-46.56C215.14%20168.8%20228%20136.86%20228%20112A100.11%20100.11%200%200%200%20128%2012m46.41%20171c-13.83%2018.38-34.21%2037-46.41%2037s-32.58-18.61-46.41-37C63.34%20158.75%2052%20131.54%2052%20112a76%2076%200%200%201%20152%200c0%2019.54-11.34%2046.75-29.59%2071M104%20148a36%2036%200%200%201-36-36a12%2012%200%200%201%2012-12a36%2036%200%200%201%2036%2036a12%2012%200%200%201-12%2012m84-36a36%2036%200%200%201-36%2036a12%2012%200%200%201-12-12a36%2036%200%200%201%2036-36a12%2012%200%200%201%2012%2012m-36%2072a12%2012%200%200%201-12%2012h-24a12%2012%200%200%201%200-24h24a12%2012%200%200%201%2012%2012%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%2012A100.11%20100.11%200%200%200%2028%20112c0%2024.86%2012.86%2056.8%2034.41%2085.44C70.63%20208.36%2099.64%20244%20128%20244s57.37-35.64%2065.59-46.56C215.14%20168.8%20228%20136.86%20228%20112A100.11%20100.11%200%200%200%20128%2012m46.41%20171c-13.83%2018.38-34.21%2037-46.41%2037s-32.58-18.61-46.41-37C63.34%20158.75%2052%20131.54%2052%20112a76%2076%200%200%201%20152%200c0%2019.54-11.34%2046.75-29.59%2071M104%20148a36%2036%200%200%201-36-36a12%2012%200%200%201%2012-12a36%2036%200%200%201%2036%2036a12%2012%200%200%201-12%2012m84-36a36%2036%200%200%201-36%2036a12%2012%200%200%201-12-12a36%2036%200%200%201%2036-36a12%2012%200%200%201%2012%2012m-36%2072a12%2012%200%200%201-12%2012h-24a12%2012%200%200%201%200-24h24a12%2012%200%200%201%2012%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/alien-bold.svg?color=%231a73e8&size=48