ufo3 icon
ufo3-filled from Reicon by REICON · Filled · Astronomy · MIT Free for personal and commercial use.
- Name
- ufo3-filled
- Set
- Reicon
- Style
- Filled
- Category
- Astronomy
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More astronomy icons from Reicon
Use the ufo3 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="M10.827 4.503C8.622 3.378 6.706 3.151 5.759 4.1c-1.63 1.63.214 6.117 4.12 10.022c3.905 3.905 8.392 5.75 10.022 4.12c.948-.948.72-2.863-.404-5.067c-.203.035-.426.04-.667-.004c-.945-.17-2.435-.896-4.77-3.23S11 6.115 10.83 5.17a1.9 1.9 0 0 1-.004-.667m1.88 8.204a1 1 0 1 1-1.414-1.414a1 1 0 0 1 1.414 1.414M8.464 8.464A1 1 0 1 0 9.878 7.05a1 1 0 0 0-1.414 1.414m8.486 7.071a1 1 0 1 1-1.414-1.414a1 1 0 0 1 1.414 1.414" clip-rule="evenodd"/><path d="M12.302 4.79a4.73 4.73 0 0 1 5.87.655l.384.383a4.73 4.73 0 0 1 .654 5.87a.4.4 0 0 1-.115-.004c-.496-.09-1.718-.56-3.974-2.815c-2.255-2.256-2.725-3.477-2.815-3.974a.4.4 0 0 1-.004-.115m-7.501 6.979a.75.75 0 0 0-1.16-.952l-2.22 2.707a.75.75 0 0 0 1.159.952zm3.487 5.004a.75.75 0 0 0-1.061-1.06l-4.121 4.12a.75.75 0 0 0 1.06 1.061zm4.999 2.53a.75.75 0 0 1-.104 1.055l-2.707 2.221a.75.75 0 1 1-.952-1.16l2.707-2.22a.75.75 0 0 1 1.056.103"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconUfo3Filled(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="M10.827 4.503C8.622 3.378 6.706 3.151 5.759 4.1c-1.63 1.63.214 6.117 4.12 10.022c3.905 3.905 8.392 5.75 10.022 4.12c.948-.948.72-2.863-.404-5.067c-.203.035-.426.04-.667-.004c-.945-.17-2.435-.896-4.77-3.23S11 6.115 10.83 5.17a1.9 1.9 0 0 1-.004-.667m1.88 8.204a1 1 0 1 1-1.414-1.414a1 1 0 0 1 1.414 1.414M8.464 8.464A1 1 0 1 0 9.878 7.05a1 1 0 0 0-1.414 1.414m8.486 7.071a1 1 0 1 1-1.414-1.414a1 1 0 0 1 1.414 1.414" clipRule="evenodd"/><path d="M12.302 4.79a4.73 4.73 0 0 1 5.87.655l.384.383a4.73 4.73 0 0 1 .654 5.87a.4.4 0 0 1-.115-.004c-.496-.09-1.718-.56-3.974-2.815c-2.255-2.256-2.725-3.477-2.815-3.974a.4.4 0 0 1-.004-.115m-7.501 6.979a.75.75 0 0 0-1.16-.952l-2.22 2.707a.75.75 0 0 0 1.159.952zm3.487 5.004a.75.75 0 0 0-1.061-1.06l-4.121 4.12a.75.75 0 0 0 1.06 1.061zm4.999 2.53a.75.75 0 0 1-.104 1.055l-2.707 2.221a.75.75 0 1 1-.952-1.16l2.707-2.22a.75.75 0 0 1 1.056.103"/></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="M10.827 4.503C8.622 3.378 6.706 3.151 5.759 4.1c-1.63 1.63.214 6.117 4.12 10.022c3.905 3.905 8.392 5.75 10.022 4.12c.948-.948.72-2.863-.404-5.067c-.203.035-.426.04-.667-.004c-.945-.17-2.435-.896-4.77-3.23S11 6.115 10.83 5.17a1.9 1.9 0 0 1-.004-.667m1.88 8.204a1 1 0 1 1-1.414-1.414a1 1 0 0 1 1.414 1.414M8.464 8.464A1 1 0 1 0 9.878 7.05a1 1 0 0 0-1.414 1.414m8.486 7.071a1 1 0 1 1-1.414-1.414a1 1 0 0 1 1.414 1.414" clip-rule="evenodd"/><path d="M12.302 4.79a4.73 4.73 0 0 1 5.87.655l.384.383a4.73 4.73 0 0 1 .654 5.87a.4.4 0 0 1-.115-.004c-.496-.09-1.718-.56-3.974-2.815c-2.255-2.256-2.725-3.477-2.815-3.974a.4.4 0 0 1-.004-.115m-7.501 6.979a.75.75 0 0 0-1.16-.952l-2.22 2.707a.75.75 0 0 0 1.159.952zm3.487 5.004a.75.75 0 0 0-1.061-1.06l-4.121 4.12a.75.75 0 0 0 1.06 1.061zm4.999 2.53a.75.75 0 0 1-.104 1.055l-2.707 2.221a.75.75 0 1 1-.952-1.16l2.707-2.22a.75.75 0 0 1 1.056.103"/></g></svg> </template>
CSS
.icon-ufo3-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M10.827%204.503C8.622%203.378%206.706%203.151%205.759%204.1c-1.63%201.63.214%206.117%204.12%2010.022c3.905%203.905%208.392%205.75%2010.022%204.12c.948-.948.72-2.863-.404-5.067c-.203.035-.426.04-.667-.004c-.945-.17-2.435-.896-4.77-3.23S11%206.115%2010.83%205.17a1.9%201.9%200%200%201-.004-.667m1.88%208.204a1%201%200%201%201-1.414-1.414a1%201%200%200%201%201.414%201.414M8.464%208.464A1%201%200%201%200%209.878%207.05a1%201%200%200%200-1.414%201.414m8.486%207.071a1%201%200%201%201-1.414-1.414a1%201%200%200%201%201.414%201.414%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M12.302%204.79a4.73%204.73%200%200%201%205.87.655l.384.383a4.73%204.73%200%200%201%20.654%205.87a.4.4%200%200%201-.115-.004c-.496-.09-1.718-.56-3.974-2.815c-2.255-2.256-2.725-3.477-2.815-3.974a.4.4%200%200%201-.004-.115m-7.501%206.979a.75.75%200%200%200-1.16-.952l-2.22%202.707a.75.75%200%200%200%201.159.952zm3.487%205.004a.75.75%200%200%200-1.061-1.06l-4.121%204.12a.75.75%200%200%200%201.06%201.061zm4.999%202.53a.75.75%200%200%201-.104%201.055l-2.707%202.221a.75.75%200%201%201-.952-1.16l2.707-2.22a.75.75%200%200%201%201.056.103%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%22M10.827%204.503C8.622%203.378%206.706%203.151%205.759%204.1c-1.63%201.63.214%206.117%204.12%2010.022c3.905%203.905%208.392%205.75%2010.022%204.12c.948-.948.72-2.863-.404-5.067c-.203.035-.426.04-.667-.004c-.945-.17-2.435-.896-4.77-3.23S11%206.115%2010.83%205.17a1.9%201.9%200%200%201-.004-.667m1.88%208.204a1%201%200%201%201-1.414-1.414a1%201%200%200%201%201.414%201.414M8.464%208.464A1%201%200%201%200%209.878%207.05a1%201%200%200%200-1.414%201.414m8.486%207.071a1%201%200%201%201-1.414-1.414a1%201%200%200%201%201.414%201.414%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M12.302%204.79a4.73%204.73%200%200%201%205.87.655l.384.383a4.73%204.73%200%200%201%20.654%205.87a.4.4%200%200%201-.115-.004c-.496-.09-1.718-.56-3.974-2.815c-2.255-2.256-2.725-3.477-2.815-3.974a.4.4%200%200%201-.004-.115m-7.501%206.979a.75.75%200%200%200-1.16-.952l-2.22%202.707a.75.75%200%200%200%201.159.952zm3.487%205.004a.75.75%200%200%200-1.061-1.06l-4.121%204.12a.75.75%200%200%200%201.06%201.061zm4.999%202.53a.75.75%200%200%201-.104%201.055l-2.707%202.221a.75.75%200%201%201-.952-1.16l2.707-2.22a.75.75%200%200%201%201.056.103%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/ufo3-filled.svg?color=%231a73e8&size=48