asteroid icon
asteroid-filled from Reicon by REICON · Filled · Astronomy · MIT Free for personal and commercial use.
- Name
- asteroid-filled
- Set
- Reicon
- Style
- Filled
- 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 fill-rule="evenodd" d="M2 12C2 6.477 6.477 2 12 2c2.127 0 4.098.664 5.719 1.796a6.752 6.752 0 0 0 3.936 10.82C20.505 18.87 16.618 22 12 22q-.96-.002-1.868-.174a6.75 6.75 0 0 0-8.117-9.279A10 10 0 0 1 2 12m14 4a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-5.5-5a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5" clip-rule="evenodd"/><path d="M17.75 8c0-1.231.423-2.361 1.131-3.256a9.97 9.97 0 0 1 3.055 8.398A5.25 5.25 0 0 1 17.75 8M8.658 21.428a10.02 10.02 0 0 1-6.445-7.368l.111-.037a5.25 5.25 0 0 1 6.386 7.299z"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconAsteroidFilled(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="M2 12C2 6.477 6.477 2 12 2c2.127 0 4.098.664 5.719 1.796a6.752 6.752 0 0 0 3.936 10.82C20.505 18.87 16.618 22 12 22q-.96-.002-1.868-.174a6.75 6.75 0 0 0-8.117-9.279A10 10 0 0 1 2 12m14 4a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-5.5-5a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5" clipRule="evenodd"/><path d="M17.75 8c0-1.231.423-2.361 1.131-3.256a9.97 9.97 0 0 1 3.055 8.398A5.25 5.25 0 0 1 17.75 8M8.658 21.428a10.02 10.02 0 0 1-6.445-7.368l.111-.037a5.25 5.25 0 0 1 6.386 7.299z"/></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="M2 12C2 6.477 6.477 2 12 2c2.127 0 4.098.664 5.719 1.796a6.752 6.752 0 0 0 3.936 10.82C20.505 18.87 16.618 22 12 22q-.96-.002-1.868-.174a6.75 6.75 0 0 0-8.117-9.279A10 10 0 0 1 2 12m14 4a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-5.5-5a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5" clip-rule="evenodd"/><path d="M17.75 8c0-1.231.423-2.361 1.131-3.256a9.97 9.97 0 0 1 3.055 8.398A5.25 5.25 0 0 1 17.75 8M8.658 21.428a10.02 10.02 0 0 1-6.445-7.368l.111-.037a5.25 5.25 0 0 1 6.386 7.299z"/></g></svg> </template>
CSS
.icon-asteroid-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%22M2%2012C2%206.477%206.477%202%2012%202c2.127%200%204.098.664%205.719%201.796a6.752%206.752%200%200%200%203.936%2010.82C20.505%2018.87%2016.618%2022%2012%2022q-.96-.002-1.868-.174a6.75%206.75%200%200%200-8.117-9.279A10%2010%200%200%201%202%2012m14%204a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-5.5-5a2.5%202.5%200%201%200%200-5a2.5%202.5%200%200%200%200%205%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M17.75%208c0-1.231.423-2.361%201.131-3.256a9.97%209.97%200%200%201%203.055%208.398A5.25%205.25%200%200%201%2017.75%208M8.658%2021.428a10.02%2010.02%200%200%201-6.445-7.368l.111-.037a5.25%205.25%200%200%201%206.386%207.299z%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%22M2%2012C2%206.477%206.477%202%2012%202c2.127%200%204.098.664%205.719%201.796a6.752%206.752%200%200%200%203.936%2010.82C20.505%2018.87%2016.618%2022%2012%2022q-.96-.002-1.868-.174a6.75%206.75%200%200%200-8.117-9.279A10%2010%200%200%201%202%2012m14%204a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-5.5-5a2.5%202.5%200%201%200%200-5a2.5%202.5%200%200%200%200%205%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M17.75%208c0-1.231.423-2.361%201.131-3.256a9.97%209.97%200%200%201%203.055%208.398A5.25%205.25%200%200%201%2017.75%208M8.658%2021.428a10.02%2010.02%200%200%201-6.445-7.368l.111-.037a5.25%205.25%200%200%201%206.386%207.299z%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-filled.svg?color=%231a73e8&size=48