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

Name
aliens-fill
Set
Remix Icon
Style
Fill
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 2m5.5 10a4.5 4.5 0 0 0-4.475 4.975q.235.025.475.025a4.5 4.5 0 0 0 4.475-4.975A5 5 0 0 0 17.5 12m-11 0q-.24 0-.475.025a4.5 4.5 0 0 0 4.95 4.95Q11 16.74 11 16.5A4.5 4.5 0 0 0 6.5 12"/></svg>

React

import type { SVGProps } from "react";

export function RiAliensFill(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 2m5.5 10a4.5 4.5 0 0 0-4.475 4.975q.235.025.475.025a4.5 4.5 0 0 0 4.475-4.975A5 5 0 0 0 17.5 12m-11 0q-.24 0-.475.025a4.5 4.5 0 0 0 4.95 4.95Q11 16.74 11 16.5A4.5 4.5 0 0 0 6.5 12"/></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 2m5.5 10a4.5 4.5 0 0 0-4.475 4.975q.235.025.475.025a4.5 4.5 0 0 0 4.475-4.975A5 5 0 0 0 17.5 12m-11 0q-.24 0-.475.025a4.5 4.5 0 0 0 4.95 4.95Q11 16.74 11 16.5A4.5 4.5 0 0 0 6.5 12"/></svg>
</template>

CSS

.icon-aliens-fill {
  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%202m5.5%2010a4.5%204.5%200%200%200-4.475%204.975q.235.025.475.025a4.5%204.5%200%200%200%204.475-4.975A5%205%200%200%200%2017.5%2012m-11%200q-.24%200-.475.025a4.5%204.5%200%200%200%204.95%204.95Q11%2016.74%2011%2016.5A4.5%204.5%200%200%200%206.5%2012%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%202m5.5%2010a4.5%204.5%200%200%200-4.475%204.975q.235.025.475.025a4.5%204.5%200%200%200%204.475-4.975A5%205%200%200%200%2017.5%2012m-11%200q-.24%200-.475.025a4.5%204.5%200%200%200%204.95%204.95Q11%2016.74%2011%2016.5A4.5%204.5%200%200%200%206.5%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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