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

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

The same emoji in other sets

More smileys & emotion icons from Fluent Emoji Flat

Use the alien emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#86d72f" d="M29.84 15.92C29.84 23.61 18.92 30 15.92 30S2 23.61 2 15.92S8.23 2 15.92 2s13.92 6.23 13.92 13.92"/><path fill="#212121" d="M13.368 24.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.407"/><path fill="#533566" d="M6.474 19.527c2.254 2.253 4.6 3.549 6.845 1.306c2.253-2.242 2.233-5.905-.01-8.147c-2.244-2.243-5.898-2.253-8.142 0s-.946 4.588 1.307 6.84m19.051.001c-2.255 2.253-4.602 3.549-6.847 1.306s-2.234-5.905.01-8.147c2.245-2.243 5.9-2.253 8.144 0c2.245 2.253.947 4.588-1.307 6.84"/><path fill="#fff" d="M12.62 15.62c.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.31m13.28 0c.61-.61.47-1.73-.31-2.51c-.77-.77-1.9-.92-2.51-.31s-.47 1.73.31 2.51s1.9.92 2.51.31"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiFlatAlien(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#86d72f" d="M29.84 15.92C29.84 23.61 18.92 30 15.92 30S2 23.61 2 15.92S8.23 2 15.92 2s13.92 6.23 13.92 13.92"/><path fill="#212121" d="M13.368 24.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.407"/><path fill="#533566" d="M6.474 19.527c2.254 2.253 4.6 3.549 6.845 1.306c2.253-2.242 2.233-5.905-.01-8.147c-2.244-2.243-5.898-2.253-8.142 0s-.946 4.588 1.307 6.84m19.051.001c-2.255 2.253-4.602 3.549-6.847 1.306s-2.234-5.905.01-8.147c2.245-2.243 5.9-2.253 8.144 0c2.245 2.253.947 4.588-1.307 6.84"/><path fill="#fff" d="M12.62 15.62c.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.31m13.28 0c.61-.61.47-1.73-.31-2.51c-.77-.77-1.9-.92-2.51-.31s-.47 1.73.31 2.51s1.9.92 2.51.31"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#86d72f" d="M29.84 15.92C29.84 23.61 18.92 30 15.92 30S2 23.61 2 15.92S8.23 2 15.92 2s13.92 6.23 13.92 13.92"/><path fill="#212121" d="M13.368 24.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.407"/><path fill="#533566" d="M6.474 19.527c2.254 2.253 4.6 3.549 6.845 1.306c2.253-2.242 2.233-5.905-.01-8.147c-2.244-2.243-5.898-2.253-8.142 0s-.946 4.588 1.307 6.84m19.051.001c-2.255 2.253-4.602 3.549-6.847 1.306s-2.234-5.905.01-8.147c2.245-2.243 5.9-2.253 8.144 0c2.245 2.253.947 4.588-1.307 6.84"/><path fill="#fff" d="M12.62 15.62c.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.31m13.28 0c.61-.61.47-1.73-.31-2.51c-.77-.77-1.9-.92-2.51-.31s-.47 1.73.31 2.51s1.9.92 2.51.31"/></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%22none%22%3E%3Cpath%20fill%3D%22%2386d72f%22%20d%3D%22M29.84%2015.92C29.84%2023.61%2018.92%2030%2015.92%2030S2%2023.61%202%2015.92S8.23%202%2015.92%202s13.92%206.23%2013.92%2013.92%22%2F%3E%3Cpath%20fill%3D%22%23212121%22%20d%3D%22M13.368%2024.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.407%22%2F%3E%3Cpath%20fill%3D%22%23533566%22%20d%3D%22M6.474%2019.527c2.254%202.253%204.6%203.549%206.845%201.306c2.253-2.242%202.233-5.905-.01-8.147c-2.244-2.243-5.898-2.253-8.142%200s-.946%204.588%201.307%206.84m19.051.001c-2.255%202.253-4.602%203.549-6.847%201.306s-2.234-5.905.01-8.147c2.245-2.243%205.9-2.253%208.144%200c2.245%202.253.947%204.588-1.307%206.84%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M12.62%2015.62c.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.31m13.28%200c.61-.61.47-1.73-.31-2.51c-.77-.77-1.9-.92-2.51-.31s-.47%201.73.31%202.51s1.9.92%202.51.31%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%22none%22%3E%3Cpath%20fill%3D%22%2386d72f%22%20d%3D%22M29.84%2015.92C29.84%2023.61%2018.92%2030%2015.92%2030S2%2023.61%202%2015.92S8.23%202%2015.92%202s13.92%206.23%2013.92%2013.92%22%2F%3E%3Cpath%20fill%3D%22%23212121%22%20d%3D%22M13.368%2024.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.407%22%2F%3E%3Cpath%20fill%3D%22%23533566%22%20d%3D%22M6.474%2019.527c2.254%202.253%204.6%203.549%206.845%201.306c2.253-2.242%202.233-5.905-.01-8.147c-2.244-2.243-5.898-2.253-8.142%200s-.946%204.588%201.307%206.84m19.051.001c-2.255%202.253-4.602%203.549-6.847%201.306s-2.234-5.905.01-8.147c2.245-2.243%205.9-2.253%208.144%200c2.245%202.253.947%204.588-1.307%206.84%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M12.62%2015.62c.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.31m13.28%200c.61-.61.47-1.73-.31-2.51c-.77-.77-1.9-.92-2.51-.31s-.47%201.73.31%202.51s1.9.92%202.51.31%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-flat/alien.svg?color=%231a73e8&size=48