ufo-duotone from Reicon by REICON · Duotone · Astronomy · MIT Free for personal and commercial use.

Name
ufo-duotone
Set
Reicon
Style
Duotone
Category
Astronomy
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All ufo icons →

More astronomy icons from Reicon

Use the ufo icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M5.675 8.594C3.432 9.359 2 10.523 2 11.827c0 1.207 1.23 2.296 3.195 3.058l-1.338 2.23a.75.75 0 0 0 1.286.771l1.5-2.5l.017-.03c1.347.356 2.91.58 4.59.633V19a.75.75 0 0 0 1.5 0v-3.01c1.68-.052 3.243-.278 4.59-.633l.017.03l1.5 2.5a.75.75 0 1 0 1.286-.771l-1.338-2.23C20.77 14.123 22 13.035 22 11.826c0-1.303-1.432-2.467-3.675-3.232c-.124.29-.331.584-.668.818C16.869 9.96 15.3 10.5 12 10.5s-4.868-.54-5.657-1.088a1.9 1.9 0 0 1-.668-.818M13 13a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-6 0a1 1 0 1 0 0-2a1 1 0 0 0 0 2m11-1a1 1 0 1 1-2 0a1 1 0 0 1 2 0" clip-rule="evenodd"/><path d="M7.055 8.005A4.73 4.73 0 0 1 11.73 4h.542a4.73 4.73 0 0 1 4.674 4.005a.43.43 0 0 1-.145.175c-.414.288-1.61.82-4.8.82s-4.386-.532-4.8-.82a.43.43 0 0 1-.145-.175" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconUfoDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M5.675 8.594C3.432 9.359 2 10.523 2 11.827c0 1.207 1.23 2.296 3.195 3.058l-1.338 2.23a.75.75 0 0 0 1.286.771l1.5-2.5l.017-.03c1.347.356 2.91.58 4.59.633V19a.75.75 0 0 0 1.5 0v-3.01c1.68-.052 3.243-.278 4.59-.633l.017.03l1.5 2.5a.75.75 0 1 0 1.286-.771l-1.338-2.23C20.77 14.123 22 13.035 22 11.826c0-1.303-1.432-2.467-3.675-3.232c-.124.29-.331.584-.668.818C16.869 9.96 15.3 10.5 12 10.5s-4.868-.54-5.657-1.088a1.9 1.9 0 0 1-.668-.818M13 13a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-6 0a1 1 0 1 0 0-2a1 1 0 0 0 0 2m11-1a1 1 0 1 1-2 0a1 1 0 0 1 2 0" clipRule="evenodd"/><path d="M7.055 8.005A4.73 4.73 0 0 1 11.73 4h.542a4.73 4.73 0 0 1 4.674 4.005a.43.43 0 0 1-.145.175c-.414.288-1.61.82-4.8.82s-4.386-.532-4.8-.82a.43.43 0 0 1-.145-.175" opacity=".5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M5.675 8.594C3.432 9.359 2 10.523 2 11.827c0 1.207 1.23 2.296 3.195 3.058l-1.338 2.23a.75.75 0 0 0 1.286.771l1.5-2.5l.017-.03c1.347.356 2.91.58 4.59.633V19a.75.75 0 0 0 1.5 0v-3.01c1.68-.052 3.243-.278 4.59-.633l.017.03l1.5 2.5a.75.75 0 1 0 1.286-.771l-1.338-2.23C20.77 14.123 22 13.035 22 11.826c0-1.303-1.432-2.467-3.675-3.232c-.124.29-.331.584-.668.818C16.869 9.96 15.3 10.5 12 10.5s-4.868-.54-5.657-1.088a1.9 1.9 0 0 1-.668-.818M13 13a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-6 0a1 1 0 1 0 0-2a1 1 0 0 0 0 2m11-1a1 1 0 1 1-2 0a1 1 0 0 1 2 0" clip-rule="evenodd"/><path d="M7.055 8.005A4.73 4.73 0 0 1 11.73 4h.542a4.73 4.73 0 0 1 4.674 4.005a.43.43 0 0 1-.145.175c-.414.288-1.61.82-4.8.82s-4.386-.532-4.8-.82a.43.43 0 0 1-.145-.175" opacity=".5"/></g></svg>
</template>

CSS

.icon-ufo-duotone {
  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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M5.675%208.594C3.432%209.359%202%2010.523%202%2011.827c0%201.207%201.23%202.296%203.195%203.058l-1.338%202.23a.75.75%200%200%200%201.286.771l1.5-2.5l.017-.03c1.347.356%202.91.58%204.59.633V19a.75.75%200%200%200%201.5%200v-3.01c1.68-.052%203.243-.278%204.59-.633l.017.03l1.5%202.5a.75.75%200%201%200%201.286-.771l-1.338-2.23C20.77%2014.123%2022%2013.035%2022%2011.826c0-1.303-1.432-2.467-3.675-3.232c-.124.29-.331.584-.668.818C16.869%209.96%2015.3%2010.5%2012%2010.5s-4.868-.54-5.657-1.088a1.9%201.9%200%200%201-.668-.818M13%2013a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-6%200a1%201%200%201%200%200-2a1%201%200%200%200%200%202m11-1a1%201%200%201%201-2%200a1%201%200%200%201%202%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M7.055%208.005A4.73%204.73%200%200%201%2011.73%204h.542a4.73%204.73%200%200%201%204.674%204.005a.43.43%200%200%201-.145.175c-.414.288-1.61.82-4.8.82s-4.386-.532-4.8-.82a.43.43%200%200%201-.145-.175%22%20opacity%3D%22.5%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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M5.675%208.594C3.432%209.359%202%2010.523%202%2011.827c0%201.207%201.23%202.296%203.195%203.058l-1.338%202.23a.75.75%200%200%200%201.286.771l1.5-2.5l.017-.03c1.347.356%202.91.58%204.59.633V19a.75.75%200%200%200%201.5%200v-3.01c1.68-.052%203.243-.278%204.59-.633l.017.03l1.5%202.5a.75.75%200%201%200%201.286-.771l-1.338-2.23C20.77%2014.123%2022%2013.035%2022%2011.826c0-1.303-1.432-2.467-3.675-3.232c-.124.29-.331.584-.668.818C16.869%209.96%2015.3%2010.5%2012%2010.5s-4.868-.54-5.657-1.088a1.9%201.9%200%200%201-.668-.818M13%2013a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-6%200a1%201%200%201%200%200-2a1%201%200%200%200%200%202m11-1a1%201%200%201%201-2%200a1%201%200%200%201%202%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M7.055%208.005A4.73%204.73%200%200%201%2011.73%204h.542a4.73%204.73%200%200%201%204.674%204.005a.43.43%200%200%201-.145.175c-.414.288-1.61.82-4.8.82s-4.386-.532-4.8-.82a.43.43%200%200%201-.145-.175%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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