asteroid icon
asteroid-duotone from Reicon by REICON · Duotone · Astronomy · MIT Free for personal and commercial use.
- Name
- asteroid-duotone
- Set
- Reicon
- Style
- Duotone
- Category
- Astronomy
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
More astronomy icons from Reicon
Use the asteroid 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 2C6.477 2 2 6.477 2 12q0 .668.085 1.312a6 6 0 0 1 7.297 8.342c.835.226 1.712.346 2.618.346c4.879 0 8.941-3.494 9.823-8.116a6.002 6.002 0 0 1-3.505-9.636A9.96 9.96 0 0 0 12 2" opacity=".5"/><path d="M2.085 13.312a10.01 10.01 0 0 0 7.297 8.342a6 6 0 0 0-7.297-8.342m19.738.573q.175-.916.177-1.885a9.98 9.98 0 0 0-3.682-7.752a6.002 6.002 0 0 0 3.505 9.637M16 16a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-3-7.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconAsteroidDuotone(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 2C6.477 2 2 6.477 2 12q0 .668.085 1.312a6 6 0 0 1 7.297 8.342c.835.226 1.712.346 2.618.346c4.879 0 8.941-3.494 9.823-8.116a6.002 6.002 0 0 1-3.505-9.636A9.96 9.96 0 0 0 12 2" opacity=".5"/><path d="M2.085 13.312a10.01 10.01 0 0 0 7.297 8.342a6 6 0 0 0-7.297-8.342m19.738.573q.175-.916.177-1.885a9.98 9.98 0 0 0-3.682-7.752a6.002 6.002 0 0 0 3.505 9.637M16 16a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-3-7.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0"/></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 2C6.477 2 2 6.477 2 12q0 .668.085 1.312a6 6 0 0 1 7.297 8.342c.835.226 1.712.346 2.618.346c4.879 0 8.941-3.494 9.823-8.116a6.002 6.002 0 0 1-3.505-9.636A9.96 9.96 0 0 0 12 2" opacity=".5"/><path d="M2.085 13.312a10.01 10.01 0 0 0 7.297 8.342a6 6 0 0 0-7.297-8.342m19.738.573q.175-.916.177-1.885a9.98 9.98 0 0 0-3.682-7.752a6.002 6.002 0 0 0 3.505 9.637M16 16a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-3-7.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0"/></g></svg> </template>
CSS
.icon-asteroid-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%20d%3D%22M12%202C6.477%202%202%206.477%202%2012q0%20.668.085%201.312a6%206%200%200%201%207.297%208.342c.835.226%201.712.346%202.618.346c4.879%200%208.941-3.494%209.823-8.116a6.002%206.002%200%200%201-3.505-9.636A9.96%209.96%200%200%200%2012%202%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M2.085%2013.312a10.01%2010.01%200%200%200%207.297%208.342a6%206%200%200%200-7.297-8.342m19.738.573q.175-.916.177-1.885a9.98%209.98%200%200%200-3.682-7.752a6.002%206.002%200%200%200%203.505%209.637M16%2016a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-3-7.5a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200%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%202C6.477%202%202%206.477%202%2012q0%20.668.085%201.312a6%206%200%200%201%207.297%208.342c.835.226%201.712.346%202.618.346c4.879%200%208.941-3.494%209.823-8.116a6.002%206.002%200%200%201-3.505-9.636A9.96%209.96%200%200%200%2012%202%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M2.085%2013.312a10.01%2010.01%200%200%200%207.297%208.342a6%206%200%200%200-7.297-8.342m19.738.573q.175-.916.177-1.885a9.98%209.98%200%200%200-3.682-7.752a6.002%206.002%200%200%200%203.505%209.637M16%2016a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-3-7.5a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200%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/asteroid-duotone.svg?color=%231a73e8&size=48