alien from Fluent Emoji High Contrast by Microsoft Corporation · Default · Smileys & Emotion · MIT Free for personal and commercial use.

Name
alien
Set
Fluent Emoji High Contrast
Style
Default
Category
Smileys & Emotion
Viewbox
32×32
License
MIT

The same emoji in other sets

More smileys & emotion icons from Fluent Emoji High Contrast

Use the alien emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M13.368 23.225a1 1 0 0 1 1.407.143c.376.461.825.645 1.225.645s.85-.184 1.225-.645a1 1 0 1 1 1.55 1.264c-.724.889-1.726 1.38-2.775 1.38c-1.05 0-2.05-.491-2.775-1.38a1 1 0 0 1 .143-1.407m-.049-2.392c-2.244 2.243-4.59.947-6.845-1.306c-2.253-2.253-3.55-4.588-1.307-6.841c2.244-2.253 5.898-2.243 8.141 0s2.265 5.905.01 8.147m-.699-5.213c.61-.61.47-1.73-.31-2.51c-.78-.77-1.9-.92-2.51-.31s-.47 1.73.31 2.51s1.9.92 2.51.31m6.059 5.213c2.245 2.243 4.592.947 6.847-1.306c2.254-2.253 3.552-4.588 1.307-6.841s-5.9-2.243-8.143 0c-2.245 2.242-2.255 5.905-.01 8.147m6.912-7.723c.78.78.92 1.9.31 2.51s-1.73.47-2.51-.31s-.92-1.9-.31-2.51s1.74-.46 2.51.31"/><path d="M1 15.92C1 7.678 7.678 1 15.92 1s14.92 6.678 14.92 14.92c0 4.305-3.026 8.08-6.199 10.696a26 26 0 0 1-4.835 3.16C18.341 30.507 16.918 31 15.92 31s-2.42-.494-3.886-1.223a26 26 0 0 1-4.835-3.161C4.026 24 1 20.225 1 15.92M15.92 3C8.782 3 3 8.782 3 15.92c0 3.385 2.434 6.65 5.471 9.152a24 24 0 0 0 4.454 2.914C14.35 28.696 15.418 29 15.92 29s1.57-.305 2.995-1.014a24 24 0 0 0 4.454-2.914c3.037-2.503 5.471-5.767 5.471-9.152C28.84 8.782 23.058 3 15.92 3"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastAlien(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M13.368 23.225a1 1 0 0 1 1.407.143c.376.461.825.645 1.225.645s.85-.184 1.225-.645a1 1 0 1 1 1.55 1.264c-.724.889-1.726 1.38-2.775 1.38c-1.05 0-2.05-.491-2.775-1.38a1 1 0 0 1 .143-1.407m-.049-2.392c-2.244 2.243-4.59.947-6.845-1.306c-2.253-2.253-3.55-4.588-1.307-6.841c2.244-2.253 5.898-2.243 8.141 0s2.265 5.905.01 8.147m-.699-5.213c.61-.61.47-1.73-.31-2.51c-.78-.77-1.9-.92-2.51-.31s-.47 1.73.31 2.51s1.9.92 2.51.31m6.059 5.213c2.245 2.243 4.592.947 6.847-1.306c2.254-2.253 3.552-4.588 1.307-6.841s-5.9-2.243-8.143 0c-2.245 2.242-2.255 5.905-.01 8.147m6.912-7.723c.78.78.92 1.9.31 2.51s-1.73.47-2.51-.31s-.92-1.9-.31-2.51s1.74-.46 2.51.31"/><path d="M1 15.92C1 7.678 7.678 1 15.92 1s14.92 6.678 14.92 14.92c0 4.305-3.026 8.08-6.199 10.696a26 26 0 0 1-4.835 3.16C18.341 30.507 16.918 31 15.92 31s-2.42-.494-3.886-1.223a26 26 0 0 1-4.835-3.161C4.026 24 1 20.225 1 15.92M15.92 3C8.782 3 3 8.782 3 15.92c0 3.385 2.434 6.65 5.471 9.152a24 24 0 0 0 4.454 2.914C14.35 28.696 15.418 29 15.92 29s1.57-.305 2.995-1.014a24 24 0 0 0 4.454-2.914c3.037-2.503 5.471-5.767 5.471-9.152C28.84 8.782 23.058 3 15.92 3"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M13.368 23.225a1 1 0 0 1 1.407.143c.376.461.825.645 1.225.645s.85-.184 1.225-.645a1 1 0 1 1 1.55 1.264c-.724.889-1.726 1.38-2.775 1.38c-1.05 0-2.05-.491-2.775-1.38a1 1 0 0 1 .143-1.407m-.049-2.392c-2.244 2.243-4.59.947-6.845-1.306c-2.253-2.253-3.55-4.588-1.307-6.841c2.244-2.253 5.898-2.243 8.141 0s2.265 5.905.01 8.147m-.699-5.213c.61-.61.47-1.73-.31-2.51c-.78-.77-1.9-.92-2.51-.31s-.47 1.73.31 2.51s1.9.92 2.51.31m6.059 5.213c2.245 2.243 4.592.947 6.847-1.306c2.254-2.253 3.552-4.588 1.307-6.841s-5.9-2.243-8.143 0c-2.245 2.242-2.255 5.905-.01 8.147m6.912-7.723c.78.78.92 1.9.31 2.51s-1.73.47-2.51-.31s-.92-1.9-.31-2.51s1.74-.46 2.51.31"/><path d="M1 15.92C1 7.678 7.678 1 15.92 1s14.92 6.678 14.92 14.92c0 4.305-3.026 8.08-6.199 10.696a26 26 0 0 1-4.835 3.16C18.341 30.507 16.918 31 15.92 31s-2.42-.494-3.886-1.223a26 26 0 0 1-4.835-3.161C4.026 24 1 20.225 1 15.92M15.92 3C8.782 3 3 8.782 3 15.92c0 3.385 2.434 6.65 5.471 9.152a24 24 0 0 0 4.454 2.914C14.35 28.696 15.418 29 15.92 29s1.57-.305 2.995-1.014a24 24 0 0 0 4.454-2.914c3.037-2.503 5.471-5.767 5.471-9.152C28.84 8.782 23.058 3 15.92 3"/></g></svg>
</template>

CSS

.icon-alien {
  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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M13.368%2023.225a1%201%200%200%201%201.407.143c.376.461.825.645%201.225.645s.85-.184%201.225-.645a1%201%200%201%201%201.55%201.264c-.724.889-1.726%201.38-2.775%201.38c-1.05%200-2.05-.491-2.775-1.38a1%201%200%200%201%20.143-1.407m-.049-2.392c-2.244%202.243-4.59.947-6.845-1.306c-2.253-2.253-3.55-4.588-1.307-6.841c2.244-2.253%205.898-2.243%208.141%200s2.265%205.905.01%208.147m-.699-5.213c.61-.61.47-1.73-.31-2.51c-.78-.77-1.9-.92-2.51-.31s-.47%201.73.31%202.51s1.9.92%202.51.31m6.059%205.213c2.245%202.243%204.592.947%206.847-1.306c2.254-2.253%203.552-4.588%201.307-6.841s-5.9-2.243-8.143%200c-2.245%202.242-2.255%205.905-.01%208.147m6.912-7.723c.78.78.92%201.9.31%202.51s-1.73.47-2.51-.31s-.92-1.9-.31-2.51s1.74-.46%202.51.31%22%2F%3E%3Cpath%20d%3D%22M1%2015.92C1%207.678%207.678%201%2015.92%201s14.92%206.678%2014.92%2014.92c0%204.305-3.026%208.08-6.199%2010.696a26%2026%200%200%201-4.835%203.16C18.341%2030.507%2016.918%2031%2015.92%2031s-2.42-.494-3.886-1.223a26%2026%200%200%201-4.835-3.161C4.026%2024%201%2020.225%201%2015.92M15.92%203C8.782%203%203%208.782%203%2015.92c0%203.385%202.434%206.65%205.471%209.152a24%2024%200%200%200%204.454%202.914C14.35%2028.696%2015.418%2029%2015.92%2029s1.57-.305%202.995-1.014a24%2024%200%200%200%204.454-2.914c3.037-2.503%205.471-5.767%205.471-9.152C28.84%208.782%2023.058%203%2015.92%203%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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M13.368%2023.225a1%201%200%200%201%201.407.143c.376.461.825.645%201.225.645s.85-.184%201.225-.645a1%201%200%201%201%201.55%201.264c-.724.889-1.726%201.38-2.775%201.38c-1.05%200-2.05-.491-2.775-1.38a1%201%200%200%201%20.143-1.407m-.049-2.392c-2.244%202.243-4.59.947-6.845-1.306c-2.253-2.253-3.55-4.588-1.307-6.841c2.244-2.253%205.898-2.243%208.141%200s2.265%205.905.01%208.147m-.699-5.213c.61-.61.47-1.73-.31-2.51c-.78-.77-1.9-.92-2.51-.31s-.47%201.73.31%202.51s1.9.92%202.51.31m6.059%205.213c2.245%202.243%204.592.947%206.847-1.306c2.254-2.253%203.552-4.588%201.307-6.841s-5.9-2.243-8.143%200c-2.245%202.242-2.255%205.905-.01%208.147m6.912-7.723c.78.78.92%201.9.31%202.51s-1.73.47-2.51-.31s-.92-1.9-.31-2.51s1.74-.46%202.51.31%22%2F%3E%3Cpath%20d%3D%22M1%2015.92C1%207.678%207.678%201%2015.92%201s14.92%206.678%2014.92%2014.92c0%204.305-3.026%208.08-6.199%2010.696a26%2026%200%200%201-4.835%203.16C18.341%2030.507%2016.918%2031%2015.92%2031s-2.42-.494-3.886-1.223a26%2026%200%200%201-4.835-3.161C4.026%2024%201%2020.225%201%2015.92M15.92%203C8.782%203%203%208.782%203%2015.92c0%203.385%202.434%206.65%205.471%209.152a24%2024%200%200%200%204.454%202.914C14.35%2028.696%2015.418%2029%2015.92%2029s1.57-.305%202.995-1.014a24%2024%200%200%200%204.454-2.914c3.037-2.503%205.471-5.767%205.471-9.152C28.84%208.782%2023.058%203%2015.92%203%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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