ufo 3 icon
ufo-3-line-duotone from Solar by 480 Design · Line Duotone · Astronomy · CC-BY-4.0 Attribution required.
- Name
- ufo-3-line-duotone
- Set
- Solar
- Style
- Line Duotone
- Category
- Astronomy
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
More astronomy icons from Solar
asteroid-boldatom-boldblack-hole-2-boldblack-hole-3-boldblack-hole-boldearth-boldinfinite-boldmen-boldplanet-2-boldplanet-3-boldplanet-4-boldplanet-boldrocket-2-boldrocket-boldsatellite-boldstar-2-boldstar-angle-boldstar-circle-boldstar-fall-2-boldstar-fall-boldstar-fall-minimalistic-2-boldstar-fall-minimalistic-boldstar-rainbow-boldstar-ring-bold
Use the ufo 3 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M18.922 12.1496C20.5253 14.7734 20.9935 17.1491 19.9012 18.2415C18.2713 19.8714 13.7841 18.0269 9.8789 14.1216C5.97365 10.2164 4.12913 5.72927 5.75904 4.09936C6.8514 3.007 9.22714 3.47523 11.851 5.0785"/><path d="M11.4848 5.44459C13.3314 3.5979 16.3255 3.5979 18.1722 5.44459L18.5558 5.82818C20.4025 7.67488 20.4025 10.669 18.5558 12.5157C18.4305 12.641 18.2697 12.7251 18.0953 12.6938C17.5988 12.6046 16.3769 12.1346 14.1214 9.87903C11.8658 7.62347 11.3958 6.40162 11.3066 5.90516C11.2753 5.7307 11.3594 5.56993 11.4848 5.44459Z"/><path stroke-linecap="round" d="M3.636 20.3635L7.75732 16.2422"/><path stroke-linecap="round" d="M10 22L12.7072 19.7777" opacity=".5"/><path stroke-linecap="round" d="M2 14L4.22192 11.293" opacity=".5"/><path stroke-linecap="round" stroke-linejoin="round" d="M16.2427 14.8281H16.2428"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 12H12.0001" opacity=".5"/><path stroke-linecap="round" stroke-linejoin="round" d="M9.17163 7.75684H9.17173"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarUfo3LineDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path d="M18.922 12.1496C20.5253 14.7734 20.9935 17.1491 19.9012 18.2415C18.2713 19.8714 13.7841 18.0269 9.8789 14.1216C5.97365 10.2164 4.12913 5.72927 5.75904 4.09936C6.8514 3.007 9.22714 3.47523 11.851 5.0785"/><path d="M11.4848 5.44459C13.3314 3.5979 16.3255 3.5979 18.1722 5.44459L18.5558 5.82818C20.4025 7.67488 20.4025 10.669 18.5558 12.5157C18.4305 12.641 18.2697 12.7251 18.0953 12.6938C17.5988 12.6046 16.3769 12.1346 14.1214 9.87903C11.8658 7.62347 11.3958 6.40162 11.3066 5.90516C11.2753 5.7307 11.3594 5.56993 11.4848 5.44459Z"/><path strokeLinecap="round" d="M3.636 20.3635L7.75732 16.2422"/><path strokeLinecap="round" d="M10 22L12.7072 19.7777" opacity=".5"/><path strokeLinecap="round" d="M2 14L4.22192 11.293" opacity=".5"/><path strokeLinecap="round" strokeLinejoin="round" d="M16.2427 14.8281H16.2428"/><path strokeLinecap="round" strokeLinejoin="round" d="M12 12H12.0001" opacity=".5"/><path strokeLinecap="round" strokeLinejoin="round" d="M9.17163 7.75684H9.17173"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M18.922 12.1496C20.5253 14.7734 20.9935 17.1491 19.9012 18.2415C18.2713 19.8714 13.7841 18.0269 9.8789 14.1216C5.97365 10.2164 4.12913 5.72927 5.75904 4.09936C6.8514 3.007 9.22714 3.47523 11.851 5.0785"/><path d="M11.4848 5.44459C13.3314 3.5979 16.3255 3.5979 18.1722 5.44459L18.5558 5.82818C20.4025 7.67488 20.4025 10.669 18.5558 12.5157C18.4305 12.641 18.2697 12.7251 18.0953 12.6938C17.5988 12.6046 16.3769 12.1346 14.1214 9.87903C11.8658 7.62347 11.3958 6.40162 11.3066 5.90516C11.2753 5.7307 11.3594 5.56993 11.4848 5.44459Z"/><path stroke-linecap="round" d="M3.636 20.3635L7.75732 16.2422"/><path stroke-linecap="round" d="M10 22L12.7072 19.7777" opacity=".5"/><path stroke-linecap="round" d="M2 14L4.22192 11.293" opacity=".5"/><path stroke-linecap="round" stroke-linejoin="round" d="M16.2427 14.8281H16.2428"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 12H12.0001" opacity=".5"/><path stroke-linecap="round" stroke-linejoin="round" d="M9.17163 7.75684H9.17173"/></g></svg> </template>
CSS
.icon-ufo-3-line-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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M18.922%2012.1496C20.5253%2014.7734%2020.9935%2017.1491%2019.9012%2018.2415C18.2713%2019.8714%2013.7841%2018.0269%209.8789%2014.1216C5.97365%2010.2164%204.12913%205.72927%205.75904%204.09936C6.8514%203.007%209.22714%203.47523%2011.851%205.0785%22%2F%3E%3Cpath%20d%3D%22M11.4848%205.44459C13.3314%203.5979%2016.3255%203.5979%2018.1722%205.44459L18.5558%205.82818C20.4025%207.67488%2020.4025%2010.669%2018.5558%2012.5157C18.4305%2012.641%2018.2697%2012.7251%2018.0953%2012.6938C17.5988%2012.6046%2016.3769%2012.1346%2014.1214%209.87903C11.8658%207.62347%2011.3958%206.40162%2011.3066%205.90516C11.2753%205.7307%2011.3594%205.56993%2011.4848%205.44459Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M3.636%2020.3635L7.75732%2016.2422%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M10%2022L12.7072%2019.7777%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M2%2014L4.22192%2011.293%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M16.2427%2014.8281H16.2428%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%2012H12.0001%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M9.17163%207.75684H9.17173%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M18.922%2012.1496C20.5253%2014.7734%2020.9935%2017.1491%2019.9012%2018.2415C18.2713%2019.8714%2013.7841%2018.0269%209.8789%2014.1216C5.97365%2010.2164%204.12913%205.72927%205.75904%204.09936C6.8514%203.007%209.22714%203.47523%2011.851%205.0785%22%2F%3E%3Cpath%20d%3D%22M11.4848%205.44459C13.3314%203.5979%2016.3255%203.5979%2018.1722%205.44459L18.5558%205.82818C20.4025%207.67488%2020.4025%2010.669%2018.5558%2012.5157C18.4305%2012.641%2018.2697%2012.7251%2018.0953%2012.6938C17.5988%2012.6046%2016.3769%2012.1346%2014.1214%209.87903C11.8658%207.62347%2011.3958%206.40162%2011.3066%205.90516C11.2753%205.7307%2011.3594%205.56993%2011.4848%205.44459Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M3.636%2020.3635L7.75732%2016.2422%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M10%2022L12.7072%2019.7777%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M2%2014L4.22192%2011.293%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M16.2427%2014.8281H16.2428%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%2012H12.0001%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M9.17163%207.75684H9.17173%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/ufo-3-line-duotone.svg?color=%231a73e8&size=48