aliens-line from Remix Icon by Remix Design · Line · User & Faces · Apache-2.0 Free for personal and commercial use.

Name
aliens-line
Set
Remix Icon
Style
Line
Category
User & Faces
Viewbox
24×24
License
Apache 2.0

1 other variant in Remix Icon

More user & faces icons from Remix Icon

Use the aliens icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2a8.5 8.5 0 0 1 8.5 8.5c0 6.5-5.5 12-8.5 12s-8.5-5.5-8.5-12A8.5 8.5 0 0 1 12 2m0 2a6.5 6.5 0 0 0-6.5 6.5c0 4.794 4.165 10 6.5 10s6.5-5.206 6.5-10A6.5 6.5 0 0 0 12 4m5.5 7q.24 0 .475.025q.025.235.025.475a4.5 4.5 0 0 1-4.975 4.475A4.5 4.5 0 0 1 17.5 11m-11 0a4.5 4.5 0 0 1 4.475 4.975a4.5 4.5 0 0 1-4.95-4.95Q6.259 11 6.5 11"/></svg>

React

import type { SVGProps } from "react";

export function RiAliensLine(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2a8.5 8.5 0 0 1 8.5 8.5c0 6.5-5.5 12-8.5 12s-8.5-5.5-8.5-12A8.5 8.5 0 0 1 12 2m0 2a6.5 6.5 0 0 0-6.5 6.5c0 4.794 4.165 10 6.5 10s6.5-5.206 6.5-10A6.5 6.5 0 0 0 12 4m5.5 7q.24 0 .475.025q.025.235.025.475a4.5 4.5 0 0 1-4.975 4.475A4.5 4.5 0 0 1 17.5 11m-11 0a4.5 4.5 0 0 1 4.475 4.975a4.5 4.5 0 0 1-4.95-4.95Q6.259 11 6.5 11"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2a8.5 8.5 0 0 1 8.5 8.5c0 6.5-5.5 12-8.5 12s-8.5-5.5-8.5-12A8.5 8.5 0 0 1 12 2m0 2a6.5 6.5 0 0 0-6.5 6.5c0 4.794 4.165 10 6.5 10s6.5-5.206 6.5-10A6.5 6.5 0 0 0 12 4m5.5 7q.24 0 .475.025q.025.235.025.475a4.5 4.5 0 0 1-4.975 4.475A4.5 4.5 0 0 1 17.5 11m-11 0a4.5 4.5 0 0 1 4.475 4.975a4.5 4.5 0 0 1-4.95-4.95Q6.259 11 6.5 11"/></svg>
</template>

CSS

.icon-aliens-line {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202a8.5%208.5%200%200%201%208.5%208.5c0%206.5-5.5%2012-8.5%2012s-8.5-5.5-8.5-12A8.5%208.5%200%200%201%2012%202m0%202a6.5%206.5%200%200%200-6.5%206.5c0%204.794%204.165%2010%206.5%2010s6.5-5.206%206.5-10A6.5%206.5%200%200%200%2012%204m5.5%207q.24%200%20.475.025q.025.235.025.475a4.5%204.5%200%200%201-4.975%204.475A4.5%204.5%200%200%201%2017.5%2011m-11%200a4.5%204.5%200%200%201%204.475%204.975a4.5%204.5%200%200%201-4.95-4.95Q6.259%2011%206.5%2011%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202a8.5%208.5%200%200%201%208.5%208.5c0%206.5-5.5%2012-8.5%2012s-8.5-5.5-8.5-12A8.5%208.5%200%200%201%2012%202m0%202a6.5%206.5%200%200%200-6.5%206.5c0%204.794%204.165%2010%206.5%2010s6.5-5.206%206.5-10A6.5%206.5%200%200%200%2012%204m5.5%207q.24%200%20.475.025q.025.235.025.475a4.5%204.5%200%200%201-4.975%204.475A4.5%204.5%200%200%201%2017.5%2011m-11%200a4.5%204.5%200%200%201%204.475%204.975a4.5%204.5%200%200%201-4.95-4.95Q6.259%2011%206.5%2011%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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