alien-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.

Name
alien-duotone
Set
Phosphor
Style
Duotone
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"><g fill="currentColor"><path d="M128 24a88 88 0 0 0-88 88c0 48.6 56 120 88 120s88-71.4 88-120a88 88 0 0 0-88-88m-24 120a32 32 0 0 1-32-32a8 8 0 0 1 8-8a32 32 0 0 1 32 32a8 8 0 0 1-8 8m48 0a8 8 0 0 1-8-8a32 32 0 0 1 32-32a8 8 0 0 1 8 8a32 32 0 0 1-32 32" opacity=".2"/><path 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-96m49.61 169.42C160.24 208.49 140.31 224 128 224s-32.24-15.51-49.61-38.58C59.65 160.5 48 132.37 48 112a80 80 0 0 1 160 0c0 20.37-11.65 48.5-30.39 73.42M120 136a40 40 0 0 0-40-40a16 16 0 0 0-16 16a40 40 0 0 0 40 40a16 16 0 0 0 16-16m-40-24a24 24 0 0 1 24 24a24 24 0 0 1-24-24m96-16a40 40 0 0 0-40 40a16 16 0 0 0 16 16a40 40 0 0 0 40-40a16 16 0 0 0-16-16m-24 40a24 24 0 0 1 24-24a24 24 0 0 1-24 24m0 48a8 8 0 0 1-8 8h-32a8 8 0 0 1 0-16h32a8 8 0 0 1 8 8"/></g></svg>

React

import type { SVGProps } from "react";

export function PhAlienDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M128 24a88 88 0 0 0-88 88c0 48.6 56 120 88 120s88-71.4 88-120a88 88 0 0 0-88-88m-24 120a32 32 0 0 1-32-32a8 8 0 0 1 8-8a32 32 0 0 1 32 32a8 8 0 0 1-8 8m48 0a8 8 0 0 1-8-8a32 32 0 0 1 32-32a8 8 0 0 1 8 8a32 32 0 0 1-32 32" opacity=".2"/><path 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-96m49.61 169.42C160.24 208.49 140.31 224 128 224s-32.24-15.51-49.61-38.58C59.65 160.5 48 132.37 48 112a80 80 0 0 1 160 0c0 20.37-11.65 48.5-30.39 73.42M120 136a40 40 0 0 0-40-40a16 16 0 0 0-16 16a40 40 0 0 0 40 40a16 16 0 0 0 16-16m-40-24a24 24 0 0 1 24 24a24 24 0 0 1-24-24m96-16a40 40 0 0 0-40 40a16 16 0 0 0 16 16a40 40 0 0 0 40-40a16 16 0 0 0-16-16m-24 40a24 24 0 0 1 24-24a24 24 0 0 1-24 24m0 48a8 8 0 0 1-8 8h-32a8 8 0 0 1 0-16h32a8 8 0 0 1 8 8"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M128 24a88 88 0 0 0-88 88c0 48.6 56 120 88 120s88-71.4 88-120a88 88 0 0 0-88-88m-24 120a32 32 0 0 1-32-32a8 8 0 0 1 8-8a32 32 0 0 1 32 32a8 8 0 0 1-8 8m48 0a8 8 0 0 1-8-8a32 32 0 0 1 32-32a8 8 0 0 1 8 8a32 32 0 0 1-32 32" opacity=".2"/><path 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-96m49.61 169.42C160.24 208.49 140.31 224 128 224s-32.24-15.51-49.61-38.58C59.65 160.5 48 132.37 48 112a80 80 0 0 1 160 0c0 20.37-11.65 48.5-30.39 73.42M120 136a40 40 0 0 0-40-40a16 16 0 0 0-16 16a40 40 0 0 0 40 40a16 16 0 0 0 16-16m-40-24a24 24 0 0 1 24 24a24 24 0 0 1-24-24m96-16a40 40 0 0 0-40 40a16 16 0 0 0 16 16a40 40 0 0 0 40-40a16 16 0 0 0-16-16m-24 40a24 24 0 0 1 24-24a24 24 0 0 1-24 24m0 48a8 8 0 0 1-8 8h-32a8 8 0 0 1 0-16h32a8 8 0 0 1 8 8"/></g></svg>
</template>

CSS

.icon-alien-duotone {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M128%2024a88%2088%200%200%200-88%2088c0%2048.6%2056%20120%2088%20120s88-71.4%2088-120a88%2088%200%200%200-88-88m-24%20120a32%2032%200%200%201-32-32a8%208%200%200%201%208-8a32%2032%200%200%201%2032%2032a8%208%200%200%201-8%208m48%200a8%208%200%200%201-8-8a32%2032%200%200%201%2032-32a8%208%200%200%201%208%208a32%2032%200%200%201-32%2032%22%20opacity%3D%22.2%22%2F%3E%3Cpath%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-96m49.61%20169.42C160.24%20208.49%20140.31%20224%20128%20224s-32.24-15.51-49.61-38.58C59.65%20160.5%2048%20132.37%2048%20112a80%2080%200%200%201%20160%200c0%2020.37-11.65%2048.5-30.39%2073.42M120%20136a40%2040%200%200%200-40-40a16%2016%200%200%200-16%2016a40%2040%200%200%200%2040%2040a16%2016%200%200%200%2016-16m-40-24a24%2024%200%200%201%2024%2024a24%2024%200%200%201-24-24m96-16a40%2040%200%200%200-40%2040a16%2016%200%200%200%2016%2016a40%2040%200%200%200%2040-40a16%2016%200%200%200-16-16m-24%2040a24%2024%200%200%201%2024-24a24%2024%200%200%201-24%2024m0%2048a8%208%200%200%201-8%208h-32a8%208%200%200%201%200-16h32a8%208%200%200%201%208%208%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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M128%2024a88%2088%200%200%200-88%2088c0%2048.6%2056%20120%2088%20120s88-71.4%2088-120a88%2088%200%200%200-88-88m-24%20120a32%2032%200%200%201-32-32a8%208%200%200%201%208-8a32%2032%200%200%201%2032%2032a8%208%200%200%201-8%208m48%200a8%208%200%200%201-8-8a32%2032%200%200%201%2032-32a8%208%200%200%201%208%208a32%2032%200%200%201-32%2032%22%20opacity%3D%22.2%22%2F%3E%3Cpath%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-96m49.61%20169.42C160.24%20208.49%20140.31%20224%20128%20224s-32.24-15.51-49.61-38.58C59.65%20160.5%2048%20132.37%2048%20112a80%2080%200%200%201%20160%200c0%2020.37-11.65%2048.5-30.39%2073.42M120%20136a40%2040%200%200%200-40-40a16%2016%200%200%200-16%2016a40%2040%200%200%200%2040%2040a16%2016%200%200%200%2016-16m-40-24a24%2024%200%200%201%2024%2024a24%2024%200%200%201-24-24m96-16a40%2040%200%200%200-40%2040a16%2016%200%200%200%2016%2016a40%2040%200%200%200%2040-40a16%2016%200%200%200-16-16m-24%2040a24%2024%200%200%201%2024-24a24%2024%200%200%201-24%2024m0%2048a8%208%200%200%201-8%208h-32a8%208%200%200%201%200-16h32a8%208%200%200%201%208%208%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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