alien from Twitter Emoji by Twitter · Default · Smileys & Emotion · CC-BY-4.0 Attribution required.

Name
alien
Set
Twitter Emoji
Style
Default
Category
Smileys & Emotion
Viewbox
36×36
License
CC BY 4.0

The same emoji in other sets

More smileys & emotion icons from Twitter Emoji

Use the alien emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ccd6dd" d="M35 17c0 9.389-13.223 19-17 19c-3.778 0-17-9.611-17-19S8.611 0 18 0s17 7.611 17 17"/><path fill="#292f33" d="M13.503 14.845c3.124 3.124 4.39 6.923 2.828 8.485s-5.361.297-8.485-2.828c-3.125-3.124-4.391-6.923-2.828-8.485s5.361-.296 8.485 2.828m8.994 0c-3.124 3.124-4.39 6.923-2.828 8.485s5.361.297 8.485-2.828c3.125-3.125 4.391-6.923 2.828-8.485c-1.562-1.562-5.361-.297-8.485 2.828M18 31c-2.347 0-3.575-1.16-3.707-1.293a.999.999 0 0 1 1.404-1.424c.051.047.806.717 2.303.717c1.519 0 2.273-.689 2.305-.719a1.007 1.007 0 0 1 1.408.029a.993.993 0 0 1-.006 1.396C21.575 29.84 20.347 31 18 31"/></svg>

React

import type { SVGProps } from "react";

export function TwemojiAlien(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ccd6dd" d="M35 17c0 9.389-13.223 19-17 19c-3.778 0-17-9.611-17-19S8.611 0 18 0s17 7.611 17 17"/><path fill="#292f33" d="M13.503 14.845c3.124 3.124 4.39 6.923 2.828 8.485s-5.361.297-8.485-2.828c-3.125-3.124-4.391-6.923-2.828-8.485s5.361-.296 8.485 2.828m8.994 0c-3.124 3.124-4.39 6.923-2.828 8.485s5.361.297 8.485-2.828c3.125-3.125 4.391-6.923 2.828-8.485c-1.562-1.562-5.361-.297-8.485 2.828M18 31c-2.347 0-3.575-1.16-3.707-1.293a.999.999 0 0 1 1.404-1.424c.051.047.806.717 2.303.717c1.519 0 2.273-.689 2.305-.719a1.007 1.007 0 0 1 1.408.029a.993.993 0 0 1-.006 1.396C21.575 29.84 20.347 31 18 31"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ccd6dd" d="M35 17c0 9.389-13.223 19-17 19c-3.778 0-17-9.611-17-19S8.611 0 18 0s17 7.611 17 17"/><path fill="#292f33" d="M13.503 14.845c3.124 3.124 4.39 6.923 2.828 8.485s-5.361.297-8.485-2.828c-3.125-3.124-4.391-6.923-2.828-8.485s5.361-.296 8.485 2.828m8.994 0c-3.124 3.124-4.39 6.923-2.828 8.485s5.361.297 8.485-2.828c3.125-3.125 4.391-6.923 2.828-8.485c-1.562-1.562-5.361-.297-8.485 2.828M18 31c-2.347 0-3.575-1.16-3.707-1.293a.999.999 0 0 1 1.404-1.424c.051.047.806.717 2.303.717c1.519 0 2.273-.689 2.305-.719a1.007 1.007 0 0 1 1.408.029a.993.993 0 0 1-.006 1.396C21.575 29.84 20.347 31 18 31"/></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%2036%2036%22%3E%3Cpath%20fill%3D%22%23ccd6dd%22%20d%3D%22M35%2017c0%209.389-13.223%2019-17%2019c-3.778%200-17-9.611-17-19S8.611%200%2018%200s17%207.611%2017%2017%22%2F%3E%3Cpath%20fill%3D%22%23292f33%22%20d%3D%22M13.503%2014.845c3.124%203.124%204.39%206.923%202.828%208.485s-5.361.297-8.485-2.828c-3.125-3.124-4.391-6.923-2.828-8.485s5.361-.296%208.485%202.828m8.994%200c-3.124%203.124-4.39%206.923-2.828%208.485s5.361.297%208.485-2.828c3.125-3.125%204.391-6.923%202.828-8.485c-1.562-1.562-5.361-.297-8.485%202.828M18%2031c-2.347%200-3.575-1.16-3.707-1.293a.999.999%200%200%201%201.404-1.424c.051.047.806.717%202.303.717c1.519%200%202.273-.689%202.305-.719a1.007%201.007%200%200%201%201.408.029a.993.993%200%200%201-.006%201.396C21.575%2029.84%2020.347%2031%2018%2031%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%2036%2036%22%3E%3Cpath%20fill%3D%22%23ccd6dd%22%20d%3D%22M35%2017c0%209.389-13.223%2019-17%2019c-3.778%200-17-9.611-17-19S8.611%200%2018%200s17%207.611%2017%2017%22%2F%3E%3Cpath%20fill%3D%22%23292f33%22%20d%3D%22M13.503%2014.845c3.124%203.124%204.39%206.923%202.828%208.485s-5.361.297-8.485-2.828c-3.125-3.124-4.391-6.923-2.828-8.485s5.361-.296%208.485%202.828m8.994%200c-3.124%203.124-4.39%206.923-2.828%208.485s5.361.297%208.485-2.828c3.125-3.125%204.391-6.923%202.828-8.485c-1.562-1.562-5.361-.297-8.485%202.828M18%2031c-2.347%200-3.575-1.16-3.707-1.293a.999.999%200%200%201%201.404-1.424c.051.047.806.717%202.303.717c1.519%200%202.273-.689%202.305-.719a1.007%201.007%200%200%201%201.408.029a.993.993%200%200%201-.006%201.396C21.575%2029.84%2020.347%2031%2018%2031%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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