face alien icon

face-alien from Lucide Lab by Lucide Contributors · Outline · ISC Free for personal and commercial use.

Name
face-alien
Set
Lucide Lab
Style
Outline
Viewbox
24×24
License
ISC

Use the face alien icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M22 12a7.85 7.85 0 0 1-3.7 6.6l-4 2.7a3.9 3.9 0 0 1-4.5 0l-4-2.7A7.57 7.57 0 0 1 2 12a10 10 0 0 1 20 0"/><path d="M10.7 11.3c-1.4-1.3-3.3-1.7-4.2-.8s-.5 2.8.8 4.2c1.4 1.4 3.2 1.8 4.2.8c.9-.9.5-2.8-.8-4.2"/><path d="M17.5 10.5c-.9-.9-2.8-.5-4.2.8c-1.4 1.4-1.8 3.2-.8 4.2c.9.9 2.8.5 4.2-.8c1.3-1.4 1.7-3.3.8-4.2"/></g></svg>

React

import type { SVGProps } from "react";

export function LucideLabFaceAlien(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path d="M22 12a7.85 7.85 0 0 1-3.7 6.6l-4 2.7a3.9 3.9 0 0 1-4.5 0l-4-2.7A7.57 7.57 0 0 1 2 12a10 10 0 0 1 20 0"/><path d="M10.7 11.3c-1.4-1.3-3.3-1.7-4.2-.8s-.5 2.8.8 4.2c1.4 1.4 3.2 1.8 4.2.8c.9-.9.5-2.8-.8-4.2"/><path d="M17.5 10.5c-.9-.9-2.8-.5-4.2.8c-1.4 1.4-1.8 3.2-.8 4.2c.9.9 2.8.5 4.2-.8c1.3-1.4 1.7-3.3.8-4.2"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M22 12a7.85 7.85 0 0 1-3.7 6.6l-4 2.7a3.9 3.9 0 0 1-4.5 0l-4-2.7A7.57 7.57 0 0 1 2 12a10 10 0 0 1 20 0"/><path d="M10.7 11.3c-1.4-1.3-3.3-1.7-4.2-.8s-.5 2.8.8 4.2c1.4 1.4 3.2 1.8 4.2.8c.9-.9.5-2.8-.8-4.2"/><path d="M17.5 10.5c-.9-.9-2.8-.5-4.2.8c-1.4 1.4-1.8 3.2-.8 4.2c.9.9 2.8.5 4.2-.8c1.3-1.4 1.7-3.3.8-4.2"/></g></svg>
</template>

CSS

.icon-face-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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M22%2012a7.85%207.85%200%200%201-3.7%206.6l-4%202.7a3.9%203.9%200%200%201-4.5%200l-4-2.7A7.57%207.57%200%200%201%202%2012a10%2010%200%200%201%2020%200%22%2F%3E%3Cpath%20d%3D%22M10.7%2011.3c-1.4-1.3-3.3-1.7-4.2-.8s-.5%202.8.8%204.2c1.4%201.4%203.2%201.8%204.2.8c.9-.9.5-2.8-.8-4.2%22%2F%3E%3Cpath%20d%3D%22M17.5%2010.5c-.9-.9-2.8-.5-4.2.8c-1.4%201.4-1.8%203.2-.8%204.2c.9.9%202.8.5%204.2-.8c1.3-1.4%201.7-3.3.8-4.2%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M22%2012a7.85%207.85%200%200%201-3.7%206.6l-4%202.7a3.9%203.9%200%200%201-4.5%200l-4-2.7A7.57%207.57%200%200%201%202%2012a10%2010%200%200%201%2020%200%22%2F%3E%3Cpath%20d%3D%22M10.7%2011.3c-1.4-1.3-3.3-1.7-4.2-.8s-.5%202.8.8%204.2c1.4%201.4%203.2%201.8%204.2.8c.9-.9.5-2.8-.8-4.2%22%2F%3E%3Cpath%20d%3D%22M17.5%2010.5c-.9-.9-2.8-.5-4.2.8c-1.4%201.4-1.8%203.2-.8%204.2c.9.9%202.8.5%204.2-.8c1.3-1.4%201.7-3.3.8-4.2%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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