alien-filled from Tabler Icons by Paweł Kuna · Filled · MIT Free for personal and commercial use.

Name
alien-filled
Set
Tabler Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in Tabler Icons

The same icon in other sets

Use the alien icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.004 2c4.942 0 8.288 2.503 8.85 6.444a12.88 12.88 0 0 1-2.163 9.308a11.8 11.8 0 0 1-3.51 3.356c-1.982 1.19-4.376 1.19-6.373-.008a11.8 11.8 0 0 1-3.489-3.34a12.8 12.8 0 0 1-2.171-9.306C3.712 4.504 7.058 2 12.004 2m1.913 14.6a1 1 0 0 0-1.317-.517l-.146.055a1.5 1.5 0 0 1-1.054-.055l-.11-.04a1 1 0 0 0-.69 1.874a3.5 3.5 0 0 0 2.8 0a1 1 0 0 0 .517-1.317m-5.304-6.39a1 1 0 0 0-1.32 1.497l2 2l.094.083a1 1 0 0 0 1.32-1.497l-2-2zm8.094.083a1 1 0 0 0-1.414 0l-2 2l-.083.094a1 1 0 0 0 1.497 1.32l2-2l.083-.094a1 1 0 0 0-.083-1.32"/></svg>

React

import type { SVGProps } from "react";

export function TablerAlienFilled(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.004 2c4.942 0 8.288 2.503 8.85 6.444a12.88 12.88 0 0 1-2.163 9.308a11.8 11.8 0 0 1-3.51 3.356c-1.982 1.19-4.376 1.19-6.373-.008a11.8 11.8 0 0 1-3.489-3.34a12.8 12.8 0 0 1-2.171-9.306C3.712 4.504 7.058 2 12.004 2m1.913 14.6a1 1 0 0 0-1.317-.517l-.146.055a1.5 1.5 0 0 1-1.054-.055l-.11-.04a1 1 0 0 0-.69 1.874a3.5 3.5 0 0 0 2.8 0a1 1 0 0 0 .517-1.317m-5.304-6.39a1 1 0 0 0-1.32 1.497l2 2l.094.083a1 1 0 0 0 1.32-1.497l-2-2zm8.094.083a1 1 0 0 0-1.414 0l-2 2l-.083.094a1 1 0 0 0 1.497 1.32l2-2l.083-.094a1 1 0 0 0-.083-1.32"/></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.004 2c4.942 0 8.288 2.503 8.85 6.444a12.88 12.88 0 0 1-2.163 9.308a11.8 11.8 0 0 1-3.51 3.356c-1.982 1.19-4.376 1.19-6.373-.008a11.8 11.8 0 0 1-3.489-3.34a12.8 12.8 0 0 1-2.171-9.306C3.712 4.504 7.058 2 12.004 2m1.913 14.6a1 1 0 0 0-1.317-.517l-.146.055a1.5 1.5 0 0 1-1.054-.055l-.11-.04a1 1 0 0 0-.69 1.874a3.5 3.5 0 0 0 2.8 0a1 1 0 0 0 .517-1.317m-5.304-6.39a1 1 0 0 0-1.32 1.497l2 2l.094.083a1 1 0 0 0 1.32-1.497l-2-2zm8.094.083a1 1 0 0 0-1.414 0l-2 2l-.083.094a1 1 0 0 0 1.497 1.32l2-2l.083-.094a1 1 0 0 0-.083-1.32"/></svg>
</template>

CSS

.icon-alien-filled {
  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.004%202c4.942%200%208.288%202.503%208.85%206.444a12.88%2012.88%200%200%201-2.163%209.308a11.8%2011.8%200%200%201-3.51%203.356c-1.982%201.19-4.376%201.19-6.373-.008a11.8%2011.8%200%200%201-3.489-3.34a12.8%2012.8%200%200%201-2.171-9.306C3.712%204.504%207.058%202%2012.004%202m1.913%2014.6a1%201%200%200%200-1.317-.517l-.146.055a1.5%201.5%200%200%201-1.054-.055l-.11-.04a1%201%200%200%200-.69%201.874a3.5%203.5%200%200%200%202.8%200a1%201%200%200%200%20.517-1.317m-5.304-6.39a1%201%200%200%200-1.32%201.497l2%202l.094.083a1%201%200%200%200%201.32-1.497l-2-2zm8.094.083a1%201%200%200%200-1.414%200l-2%202l-.083.094a1%201%200%200%200%201.497%201.32l2-2l.083-.094a1%201%200%200%200-.083-1.32%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.004%202c4.942%200%208.288%202.503%208.85%206.444a12.88%2012.88%200%200%201-2.163%209.308a11.8%2011.8%200%200%201-3.51%203.356c-1.982%201.19-4.376%201.19-6.373-.008a11.8%2011.8%200%200%201-3.489-3.34a12.8%2012.8%200%200%201-2.171-9.306C3.712%204.504%207.058%202%2012.004%202m1.913%2014.6a1%201%200%200%200-1.317-.517l-.146.055a1.5%201.5%200%200%201-1.054-.055l-.11-.04a1%201%200%200%200-.69%201.874a3.5%203.5%200%200%200%202.8%200a1%201%200%200%200%20.517-1.317m-5.304-6.39a1%201%200%200%200-1.32%201.497l2%202l.094.083a1%201%200%200%200%201.32-1.497l-2-2zm8.094.083a1%201%200%200%200-1.414%200l-2%202l-.083.094a1%201%200%200%200%201.497%201.32l2-2l.083-.094a1%201%200%200%200-.083-1.32%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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