ufo3 icon
ufo3 from Reicon by REICON · Outline · Astronomy · MIT Free for personal and commercial use.
- Name
- ufo3
- Set
- Reicon
- Style
- Outline
- 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 d="M12.707 12.707a1 1 0 1 1-1.414-1.415a1 1 0 0 1 1.414 1.415M9.879 8.464A1 1 0 1 1 8.465 7.05a1 1 0 0 1 1.414 1.414m7.071 7.071a1 1 0 1 1-1.414-1.414a1 1 0 0 1 1.414 1.414"/><path fill-rule="evenodd" d="M8.104 4.316c-.95-.162-1.517.015-1.815.313c-.223.223-.377.59-.373 1.169c.004.583.17 1.32.52 2.173c.7 1.702 2.073 3.72 3.973 5.62s3.918 3.272 5.62 3.972c.852.35 1.59.517 2.173.52c.58.005.946-.15 1.169-.373c.297-.297.475-.864.312-1.815c-.126-.74-.448-1.62-.96-2.583a1.18 1.18 0 0 1-.76.12c-.721-.13-2.077-.729-4.372-3.023s-2.893-3.651-3.023-4.372a1.18 1.18 0 0 1 .12-.761c-.963-.512-1.844-.833-2.584-.96m3.732-.119c-1.22-.7-2.414-1.177-3.479-1.36c-1.166-.198-2.333-.064-3.128.731c-.592.592-.819 1.398-.813 2.24c.006.838.238 1.772.634 2.734c.791 1.925 2.293 4.104 4.299 6.11c2.005 2.004 4.183 3.506 6.11 4.298c.96.395 1.894.628 2.733.634c.842.005 1.648-.221 2.24-.813c.795-.795.93-1.962.73-3.128c-.182-1.066-.66-2.259-1.36-3.48a5.48 5.48 0 0 0-.716-6.866l-.383-.384a5.48 5.48 0 0 0-6.867-.716m.243 1.714c.128.42.631 1.495 2.573 3.437s3.017 2.444 3.437 2.572a3.98 3.98 0 0 0-.063-5.562l-.384-.384a3.98 3.98 0 0 0-5.562-.063m-7.327 4.851a.75.75 0 0 1 0 1.06l-2.121 2.122a.75.75 0 1 1-1.06-1.06l2.12-2.122a.75.75 0 0 1 1.061 0m3.536 4.95a.75.75 0 0 1 0 1.06l-4.122 4.122a.75.75 0 0 1-1.06-1.06l4.121-4.122a.75.75 0 0 1 1.06 0m4.95 3.535a.75.75 0 0 1 0 1.061l-2.122 2.121a.75.75 0 0 1-1.06-1.06l2.12-2.122a.75.75 0 0 1 1.062 0" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconUfo3(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 d="M12.707 12.707a1 1 0 1 1-1.414-1.415a1 1 0 0 1 1.414 1.415M9.879 8.464A1 1 0 1 1 8.465 7.05a1 1 0 0 1 1.414 1.414m7.071 7.071a1 1 0 1 1-1.414-1.414a1 1 0 0 1 1.414 1.414"/><path fillRule="evenodd" d="M8.104 4.316c-.95-.162-1.517.015-1.815.313c-.223.223-.377.59-.373 1.169c.004.583.17 1.32.52 2.173c.7 1.702 2.073 3.72 3.973 5.62s3.918 3.272 5.62 3.972c.852.35 1.59.517 2.173.52c.58.005.946-.15 1.169-.373c.297-.297.475-.864.312-1.815c-.126-.74-.448-1.62-.96-2.583a1.18 1.18 0 0 1-.76.12c-.721-.13-2.077-.729-4.372-3.023s-2.893-3.651-3.023-4.372a1.18 1.18 0 0 1 .12-.761c-.963-.512-1.844-.833-2.584-.96m3.732-.119c-1.22-.7-2.414-1.177-3.479-1.36c-1.166-.198-2.333-.064-3.128.731c-.592.592-.819 1.398-.813 2.24c.006.838.238 1.772.634 2.734c.791 1.925 2.293 4.104 4.299 6.11c2.005 2.004 4.183 3.506 6.11 4.298c.96.395 1.894.628 2.733.634c.842.005 1.648-.221 2.24-.813c.795-.795.93-1.962.73-3.128c-.182-1.066-.66-2.259-1.36-3.48a5.48 5.48 0 0 0-.716-6.866l-.383-.384a5.48 5.48 0 0 0-6.867-.716m.243 1.714c.128.42.631 1.495 2.573 3.437s3.017 2.444 3.437 2.572a3.98 3.98 0 0 0-.063-5.562l-.384-.384a3.98 3.98 0 0 0-5.562-.063m-7.327 4.851a.75.75 0 0 1 0 1.06l-2.121 2.122a.75.75 0 1 1-1.06-1.06l2.12-2.122a.75.75 0 0 1 1.061 0m3.536 4.95a.75.75 0 0 1 0 1.06l-4.122 4.122a.75.75 0 0 1-1.06-1.06l4.121-4.122a.75.75 0 0 1 1.06 0m4.95 3.535a.75.75 0 0 1 0 1.061l-2.122 2.121a.75.75 0 0 1-1.06-1.06l2.12-2.122a.75.75 0 0 1 1.062 0" clipRule="evenodd"/></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 d="M12.707 12.707a1 1 0 1 1-1.414-1.415a1 1 0 0 1 1.414 1.415M9.879 8.464A1 1 0 1 1 8.465 7.05a1 1 0 0 1 1.414 1.414m7.071 7.071a1 1 0 1 1-1.414-1.414a1 1 0 0 1 1.414 1.414"/><path fill-rule="evenodd" d="M8.104 4.316c-.95-.162-1.517.015-1.815.313c-.223.223-.377.59-.373 1.169c.004.583.17 1.32.52 2.173c.7 1.702 2.073 3.72 3.973 5.62s3.918 3.272 5.62 3.972c.852.35 1.59.517 2.173.52c.58.005.946-.15 1.169-.373c.297-.297.475-.864.312-1.815c-.126-.74-.448-1.62-.96-2.583a1.18 1.18 0 0 1-.76.12c-.721-.13-2.077-.729-4.372-3.023s-2.893-3.651-3.023-4.372a1.18 1.18 0 0 1 .12-.761c-.963-.512-1.844-.833-2.584-.96m3.732-.119c-1.22-.7-2.414-1.177-3.479-1.36c-1.166-.198-2.333-.064-3.128.731c-.592.592-.819 1.398-.813 2.24c.006.838.238 1.772.634 2.734c.791 1.925 2.293 4.104 4.299 6.11c2.005 2.004 4.183 3.506 6.11 4.298c.96.395 1.894.628 2.733.634c.842.005 1.648-.221 2.24-.813c.795-.795.93-1.962.73-3.128c-.182-1.066-.66-2.259-1.36-3.48a5.48 5.48 0 0 0-.716-6.866l-.383-.384a5.48 5.48 0 0 0-6.867-.716m.243 1.714c.128.42.631 1.495 2.573 3.437s3.017 2.444 3.437 2.572a3.98 3.98 0 0 0-.063-5.562l-.384-.384a3.98 3.98 0 0 0-5.562-.063m-7.327 4.851a.75.75 0 0 1 0 1.06l-2.121 2.122a.75.75 0 1 1-1.06-1.06l2.12-2.122a.75.75 0 0 1 1.061 0m3.536 4.95a.75.75 0 0 1 0 1.06l-4.122 4.122a.75.75 0 0 1-1.06-1.06l4.121-4.122a.75.75 0 0 1 1.06 0m4.95 3.535a.75.75 0 0 1 0 1.061l-2.122 2.121a.75.75 0 0 1-1.06-1.06l2.12-2.122a.75.75 0 0 1 1.062 0" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-ufo3 {
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%20d%3D%22M12.707%2012.707a1%201%200%201%201-1.414-1.415a1%201%200%200%201%201.414%201.415M9.879%208.464A1%201%200%201%201%208.465%207.05a1%201%200%200%201%201.414%201.414m7.071%207.071a1%201%200%201%201-1.414-1.414a1%201%200%200%201%201.414%201.414%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M8.104%204.316c-.95-.162-1.517.015-1.815.313c-.223.223-.377.59-.373%201.169c.004.583.17%201.32.52%202.173c.7%201.702%202.073%203.72%203.973%205.62s3.918%203.272%205.62%203.972c.852.35%201.59.517%202.173.52c.58.005.946-.15%201.169-.373c.297-.297.475-.864.312-1.815c-.126-.74-.448-1.62-.96-2.583a1.18%201.18%200%200%201-.76.12c-.721-.13-2.077-.729-4.372-3.023s-2.893-3.651-3.023-4.372a1.18%201.18%200%200%201%20.12-.761c-.963-.512-1.844-.833-2.584-.96m3.732-.119c-1.22-.7-2.414-1.177-3.479-1.36c-1.166-.198-2.333-.064-3.128.731c-.592.592-.819%201.398-.813%202.24c.006.838.238%201.772.634%202.734c.791%201.925%202.293%204.104%204.299%206.11c2.005%202.004%204.183%203.506%206.11%204.298c.96.395%201.894.628%202.733.634c.842.005%201.648-.221%202.24-.813c.795-.795.93-1.962.73-3.128c-.182-1.066-.66-2.259-1.36-3.48a5.48%205.48%200%200%200-.716-6.866l-.383-.384a5.48%205.48%200%200%200-6.867-.716m.243%201.714c.128.42.631%201.495%202.573%203.437s3.017%202.444%203.437%202.572a3.98%203.98%200%200%200-.063-5.562l-.384-.384a3.98%203.98%200%200%200-5.562-.063m-7.327%204.851a.75.75%200%200%201%200%201.06l-2.121%202.122a.75.75%200%201%201-1.06-1.06l2.12-2.122a.75.75%200%200%201%201.061%200m3.536%204.95a.75.75%200%200%201%200%201.06l-4.122%204.122a.75.75%200%200%201-1.06-1.06l4.121-4.122a.75.75%200%200%201%201.06%200m4.95%203.535a.75.75%200%200%201%200%201.061l-2.122%202.121a.75.75%200%200%201-1.06-1.06l2.12-2.122a.75.75%200%200%201%201.062%200%22%20clip-rule%3D%22evenodd%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%20d%3D%22M12.707%2012.707a1%201%200%201%201-1.414-1.415a1%201%200%200%201%201.414%201.415M9.879%208.464A1%201%200%201%201%208.465%207.05a1%201%200%200%201%201.414%201.414m7.071%207.071a1%201%200%201%201-1.414-1.414a1%201%200%200%201%201.414%201.414%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M8.104%204.316c-.95-.162-1.517.015-1.815.313c-.223.223-.377.59-.373%201.169c.004.583.17%201.32.52%202.173c.7%201.702%202.073%203.72%203.973%205.62s3.918%203.272%205.62%203.972c.852.35%201.59.517%202.173.52c.58.005.946-.15%201.169-.373c.297-.297.475-.864.312-1.815c-.126-.74-.448-1.62-.96-2.583a1.18%201.18%200%200%201-.76.12c-.721-.13-2.077-.729-4.372-3.023s-2.893-3.651-3.023-4.372a1.18%201.18%200%200%201%20.12-.761c-.963-.512-1.844-.833-2.584-.96m3.732-.119c-1.22-.7-2.414-1.177-3.479-1.36c-1.166-.198-2.333-.064-3.128.731c-.592.592-.819%201.398-.813%202.24c.006.838.238%201.772.634%202.734c.791%201.925%202.293%204.104%204.299%206.11c2.005%202.004%204.183%203.506%206.11%204.298c.96.395%201.894.628%202.733.634c.842.005%201.648-.221%202.24-.813c.795-.795.93-1.962.73-3.128c-.182-1.066-.66-2.259-1.36-3.48a5.48%205.48%200%200%200-.716-6.866l-.383-.384a5.48%205.48%200%200%200-6.867-.716m.243%201.714c.128.42.631%201.495%202.573%203.437s3.017%202.444%203.437%202.572a3.98%203.98%200%200%200-.063-5.562l-.384-.384a3.98%203.98%200%200%200-5.562-.063m-7.327%204.851a.75.75%200%200%201%200%201.06l-2.121%202.122a.75.75%200%201%201-1.06-1.06l2.12-2.122a.75.75%200%200%201%201.061%200m3.536%204.95a.75.75%200%200%201%200%201.06l-4.122%204.122a.75.75%200%200%201-1.06-1.06l4.121-4.122a.75.75%200%200%201%201.06%200m4.95%203.535a.75.75%200%200%201%200%201.061l-2.122%202.121a.75.75%200%200%201-1.06-1.06l2.12-2.122a.75.75%200%200%201%201.062%200%22%20clip-rule%3D%22evenodd%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.svg?color=%231a73e8&size=48