alien-01 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
alien-01
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the alien 01 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-linejoin="round" stroke-width="1.5"><path d="M7.333 10H6.5a.5.5 0 0 0-.5.5v.833A2.667 2.667 0 0 0 8.667 14H9.5a.5.5 0 0 0 .5-.5v-.833A2.667 2.667 0 0 0 7.333 10Zm9.334 0H17c.471 0 .707 0 .854.146c.146.147.146.383.146.854v.333A2.667 2.667 0 0 1 15.333 14H15c-.471 0-.707 0-.854-.146C14 13.707 14 13.47 14 13v-.333A2.667 2.667 0 0 1 16.667 10Z"/><path stroke-linecap="round" d="M11 18h2m8-7c0 5.523-6 11-9 11s-9-5.477-9-11s4.03-9 9-9s9 3.477 9 9"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsAlien01(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" strokeLinejoin="round" strokeWidth="1.5"><path d="M7.333 10H6.5a.5.5 0 0 0-.5.5v.833A2.667 2.667 0 0 0 8.667 14H9.5a.5.5 0 0 0 .5-.5v-.833A2.667 2.667 0 0 0 7.333 10Zm9.334 0H17c.471 0 .707 0 .854.146c.146.147.146.383.146.854v.333A2.667 2.667 0 0 1 15.333 14H15c-.471 0-.707 0-.854-.146C14 13.707 14 13.47 14 13v-.333A2.667 2.667 0 0 1 16.667 10Z"/><path strokeLinecap="round" d="M11 18h2m8-7c0 5.523-6 11-9 11s-9-5.477-9-11s4.03-9 9-9s9 3.477 9 9"/></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-linejoin="round" stroke-width="1.5"><path d="M7.333 10H6.5a.5.5 0 0 0-.5.5v.833A2.667 2.667 0 0 0 8.667 14H9.5a.5.5 0 0 0 .5-.5v-.833A2.667 2.667 0 0 0 7.333 10Zm9.334 0H17c.471 0 .707 0 .854.146c.146.147.146.383.146.854v.333A2.667 2.667 0 0 1 15.333 14H15c-.471 0-.707 0-.854-.146C14 13.707 14 13.47 14 13v-.333A2.667 2.667 0 0 1 16.667 10Z"/><path stroke-linecap="round" d="M11 18h2m8-7c0 5.523-6 11-9 11s-9-5.477-9-11s4.03-9 9-9s9 3.477 9 9"/></g></svg>
</template>

CSS

.icon-alien-01 {
  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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M7.333%2010H6.5a.5.5%200%200%200-.5.5v.833A2.667%202.667%200%200%200%208.667%2014H9.5a.5.5%200%200%200%20.5-.5v-.833A2.667%202.667%200%200%200%207.333%2010Zm9.334%200H17c.471%200%20.707%200%20.854.146c.146.147.146.383.146.854v.333A2.667%202.667%200%200%201%2015.333%2014H15c-.471%200-.707%200-.854-.146C14%2013.707%2014%2013.47%2014%2013v-.333A2.667%202.667%200%200%201%2016.667%2010Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11%2018h2m8-7c0%205.523-6%2011-9%2011s-9-5.477-9-11s4.03-9%209-9s9%203.477%209%209%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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M7.333%2010H6.5a.5.5%200%200%200-.5.5v.833A2.667%202.667%200%200%200%208.667%2014H9.5a.5.5%200%200%200%20.5-.5v-.833A2.667%202.667%200%200%200%207.333%2010Zm9.334%200H17c.471%200%20.707%200%20.854.146c.146.147.146.383.146.854v.333A2.667%202.667%200%200%201%2015.333%2014H15c-.471%200-.707%200-.854-.146C14%2013.707%2014%2013.47%2014%2013v-.333A2.667%202.667%200%200%201%2016.667%2010Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11%2018h2m8-7c0%205.523-6%2011-9%2011s-9-5.477-9-11s4.03-9%209-9s9%203.477%209%209%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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