alien from Emoji One (Colored) by Emoji One · Default · People · CC-BY-4.0 Attribution required.

Name
alien
Set
Emoji One (Colored)
Style
Default
Category
People
Viewbox
64×64
License
CC BY 4.0

The same emoji in other sets

More people icons from Emoji One (Colored)

Use the alien emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#c7e755" d="M59.5 30.6C59.5 54.1 32 62 32 62S4.5 54.1 4.5 30.6C4.5 13.1 15.5 2 32 2s27.5 11.1 27.5 28.6"/><g fill="#454749"><path d="M23.4 26.4c4 3.8 5.1 8.9 2.6 11.4c-2.5 2.4-7.8 1.3-11.7-2.5c-4-3.8-5.1-8.9-2.6-11.4s7.7-1.4 11.7 2.5"/><path d="M26.4 30.6c-2.6-2.3-5.2-4.1-8-5.7c-1.4-.8-2.9-1.5-4.4-2.1s-3.1-1.2-4.7-1.8c1.7-.2 3.5-.1 5.2.3s3.4 1 4.9 1.8s2.9 1.9 4.2 3.2c1.1 1.2 2.2 2.6 2.8 4.3"/></g><path fill="#fff" d="M20.4 25c2 1.2 3.1 3.1 2.5 4.1c-.7 1-2.9.8-4.9-.4s-3.1-3.1-2.5-4.1c.7-1 2.8-.8 4.9.4"/><g fill="#454749"><path d="M40.6 26.4c-4 3.8-5.1 8.9-2.6 11.4c2.5 2.4 7.8 1.3 11.7-2.5c4-3.8 5.1-8.9 2.6-11.4s-7.7-1.4-11.7 2.5"/><path d="M37.6 30.6c.6-1.6 1.7-3 2.9-4.3c1.2-1.2 2.6-2.3 4.2-3.2c1.5-.9 3.2-1.5 4.9-1.8c1.7-.4 3.4-.5 5.2-.3c-1.6.6-3.2 1.1-4.7 1.8c-1.5.6-3 1.3-4.4 2.1c-2.9 1.5-5.5 3.4-8.1 5.7"/></g><path fill="#fff" d="M43.6 25c-2 1.2-3.1 3.1-2.5 4.1c.7 1 2.9.8 4.9-.4s3.1-3.1 2.5-4.1c-.7-1-2.8-.8-4.9.4"/><path fill="#454749" stroke="#454749" stroke-miterlimit="10" d="M32 48.6c-7.6 0-10.7-3.7-10.7-2.4c0 1.9 4.8 4.4 10.7 4.4s10.7-2.5 10.7-4.4c0-1.3-3.1 2.4-10.7 2.4z"/></svg>

React

import type { SVGProps } from "react";

export function EmojioneAlien(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#c7e755" d="M59.5 30.6C59.5 54.1 32 62 32 62S4.5 54.1 4.5 30.6C4.5 13.1 15.5 2 32 2s27.5 11.1 27.5 28.6"/><g fill="#454749"><path d="M23.4 26.4c4 3.8 5.1 8.9 2.6 11.4c-2.5 2.4-7.8 1.3-11.7-2.5c-4-3.8-5.1-8.9-2.6-11.4s7.7-1.4 11.7 2.5"/><path d="M26.4 30.6c-2.6-2.3-5.2-4.1-8-5.7c-1.4-.8-2.9-1.5-4.4-2.1s-3.1-1.2-4.7-1.8c1.7-.2 3.5-.1 5.2.3s3.4 1 4.9 1.8s2.9 1.9 4.2 3.2c1.1 1.2 2.2 2.6 2.8 4.3"/></g><path fill="#fff" d="M20.4 25c2 1.2 3.1 3.1 2.5 4.1c-.7 1-2.9.8-4.9-.4s-3.1-3.1-2.5-4.1c.7-1 2.8-.8 4.9.4"/><g fill="#454749"><path d="M40.6 26.4c-4 3.8-5.1 8.9-2.6 11.4c2.5 2.4 7.8 1.3 11.7-2.5c4-3.8 5.1-8.9 2.6-11.4s-7.7-1.4-11.7 2.5"/><path d="M37.6 30.6c.6-1.6 1.7-3 2.9-4.3c1.2-1.2 2.6-2.3 4.2-3.2c1.5-.9 3.2-1.5 4.9-1.8c1.7-.4 3.4-.5 5.2-.3c-1.6.6-3.2 1.1-4.7 1.8c-1.5.6-3 1.3-4.4 2.1c-2.9 1.5-5.5 3.4-8.1 5.7"/></g><path fill="#fff" d="M43.6 25c-2 1.2-3.1 3.1-2.5 4.1c.7 1 2.9.8 4.9-.4s3.1-3.1 2.5-4.1c-.7-1-2.8-.8-4.9.4"/><path fill="#454749" stroke="#454749" strokeMiterlimit="10" d="M32 48.6c-7.6 0-10.7-3.7-10.7-2.4c0 1.9 4.8 4.4 10.7 4.4s10.7-2.5 10.7-4.4c0-1.3-3.1 2.4-10.7 2.4z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#c7e755" d="M59.5 30.6C59.5 54.1 32 62 32 62S4.5 54.1 4.5 30.6C4.5 13.1 15.5 2 32 2s27.5 11.1 27.5 28.6"/><g fill="#454749"><path d="M23.4 26.4c4 3.8 5.1 8.9 2.6 11.4c-2.5 2.4-7.8 1.3-11.7-2.5c-4-3.8-5.1-8.9-2.6-11.4s7.7-1.4 11.7 2.5"/><path d="M26.4 30.6c-2.6-2.3-5.2-4.1-8-5.7c-1.4-.8-2.9-1.5-4.4-2.1s-3.1-1.2-4.7-1.8c1.7-.2 3.5-.1 5.2.3s3.4 1 4.9 1.8s2.9 1.9 4.2 3.2c1.1 1.2 2.2 2.6 2.8 4.3"/></g><path fill="#fff" d="M20.4 25c2 1.2 3.1 3.1 2.5 4.1c-.7 1-2.9.8-4.9-.4s-3.1-3.1-2.5-4.1c.7-1 2.8-.8 4.9.4"/><g fill="#454749"><path d="M40.6 26.4c-4 3.8-5.1 8.9-2.6 11.4c2.5 2.4 7.8 1.3 11.7-2.5c4-3.8 5.1-8.9 2.6-11.4s-7.7-1.4-11.7 2.5"/><path d="M37.6 30.6c.6-1.6 1.7-3 2.9-4.3c1.2-1.2 2.6-2.3 4.2-3.2c1.5-.9 3.2-1.5 4.9-1.8c1.7-.4 3.4-.5 5.2-.3c-1.6.6-3.2 1.1-4.7 1.8c-1.5.6-3 1.3-4.4 2.1c-2.9 1.5-5.5 3.4-8.1 5.7"/></g><path fill="#fff" d="M43.6 25c-2 1.2-3.1 3.1-2.5 4.1c.7 1 2.9.8 4.9-.4s3.1-3.1 2.5-4.1c-.7-1-2.8-.8-4.9.4"/><path fill="#454749" stroke="#454749" stroke-miterlimit="10" d="M32 48.6c-7.6 0-10.7-3.7-10.7-2.4c0 1.9 4.8 4.4 10.7 4.4s10.7-2.5 10.7-4.4c0-1.3-3.1 2.4-10.7 2.4z"/></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%2064%2064%22%3E%3Cpath%20fill%3D%22%23c7e755%22%20d%3D%22M59.5%2030.6C59.5%2054.1%2032%2062%2032%2062S4.5%2054.1%204.5%2030.6C4.5%2013.1%2015.5%202%2032%202s27.5%2011.1%2027.5%2028.6%22%2F%3E%3Cg%20fill%3D%22%23454749%22%3E%3Cpath%20d%3D%22M23.4%2026.4c4%203.8%205.1%208.9%202.6%2011.4c-2.5%202.4-7.8%201.3-11.7-2.5c-4-3.8-5.1-8.9-2.6-11.4s7.7-1.4%2011.7%202.5%22%2F%3E%3Cpath%20d%3D%22M26.4%2030.6c-2.6-2.3-5.2-4.1-8-5.7c-1.4-.8-2.9-1.5-4.4-2.1s-3.1-1.2-4.7-1.8c1.7-.2%203.5-.1%205.2.3s3.4%201%204.9%201.8s2.9%201.9%204.2%203.2c1.1%201.2%202.2%202.6%202.8%204.3%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M20.4%2025c2%201.2%203.1%203.1%202.5%204.1c-.7%201-2.9.8-4.9-.4s-3.1-3.1-2.5-4.1c.7-1%202.8-.8%204.9.4%22%2F%3E%3Cg%20fill%3D%22%23454749%22%3E%3Cpath%20d%3D%22M40.6%2026.4c-4%203.8-5.1%208.9-2.6%2011.4c2.5%202.4%207.8%201.3%2011.7-2.5c4-3.8%205.1-8.9%202.6-11.4s-7.7-1.4-11.7%202.5%22%2F%3E%3Cpath%20d%3D%22M37.6%2030.6c.6-1.6%201.7-3%202.9-4.3c1.2-1.2%202.6-2.3%204.2-3.2c1.5-.9%203.2-1.5%204.9-1.8c1.7-.4%203.4-.5%205.2-.3c-1.6.6-3.2%201.1-4.7%201.8c-1.5.6-3%201.3-4.4%202.1c-2.9%201.5-5.5%203.4-8.1%205.7%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M43.6%2025c-2%201.2-3.1%203.1-2.5%204.1c.7%201%202.9.8%204.9-.4s3.1-3.1%202.5-4.1c-.7-1-2.8-.8-4.9.4%22%2F%3E%3Cpath%20fill%3D%22%23454749%22%20stroke%3D%22%23454749%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M32%2048.6c-7.6%200-10.7-3.7-10.7-2.4c0%201.9%204.8%204.4%2010.7%204.4s10.7-2.5%2010.7-4.4c0-1.3-3.1%202.4-10.7%202.4z%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%2064%2064%22%3E%3Cpath%20fill%3D%22%23c7e755%22%20d%3D%22M59.5%2030.6C59.5%2054.1%2032%2062%2032%2062S4.5%2054.1%204.5%2030.6C4.5%2013.1%2015.5%202%2032%202s27.5%2011.1%2027.5%2028.6%22%2F%3E%3Cg%20fill%3D%22%23454749%22%3E%3Cpath%20d%3D%22M23.4%2026.4c4%203.8%205.1%208.9%202.6%2011.4c-2.5%202.4-7.8%201.3-11.7-2.5c-4-3.8-5.1-8.9-2.6-11.4s7.7-1.4%2011.7%202.5%22%2F%3E%3Cpath%20d%3D%22M26.4%2030.6c-2.6-2.3-5.2-4.1-8-5.7c-1.4-.8-2.9-1.5-4.4-2.1s-3.1-1.2-4.7-1.8c1.7-.2%203.5-.1%205.2.3s3.4%201%204.9%201.8s2.9%201.9%204.2%203.2c1.1%201.2%202.2%202.6%202.8%204.3%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M20.4%2025c2%201.2%203.1%203.1%202.5%204.1c-.7%201-2.9.8-4.9-.4s-3.1-3.1-2.5-4.1c.7-1%202.8-.8%204.9.4%22%2F%3E%3Cg%20fill%3D%22%23454749%22%3E%3Cpath%20d%3D%22M40.6%2026.4c-4%203.8-5.1%208.9-2.6%2011.4c2.5%202.4%207.8%201.3%2011.7-2.5c4-3.8%205.1-8.9%202.6-11.4s-7.7-1.4-11.7%202.5%22%2F%3E%3Cpath%20d%3D%22M37.6%2030.6c.6-1.6%201.7-3%202.9-4.3c1.2-1.2%202.6-2.3%204.2-3.2c1.5-.9%203.2-1.5%204.9-1.8c1.7-.4%203.4-.5%205.2-.3c-1.6.6-3.2%201.1-4.7%201.8c-1.5.6-3%201.3-4.4%202.1c-2.9%201.5-5.5%203.4-8.1%205.7%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M43.6%2025c-2%201.2-3.1%203.1-2.5%204.1c.7%201%202.9.8%204.9-.4s3.1-3.1%202.5-4.1c-.7-1-2.8-.8-4.9.4%22%2F%3E%3Cpath%20fill%3D%22%23454749%22%20stroke%3D%22%23454749%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M32%2048.6c-7.6%200-10.7-3.7-10.7-2.4c0%201.9%204.8%204.4%2010.7%204.4s10.7-2.5%2010.7-4.4c0-1.3-3.1%202.4-10.7%202.4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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