asteroid icon

asteroid from Reicon by REICON · Outline · Astronomy · MIT Free for personal and commercial use.

Name
asteroid
Set
Reicon
Style
Outline
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"><path fill="currentColor" fill-rule="evenodd" d="M12 2.75a9.25 9.25 0 0 0-9.243 9.614a6.75 6.75 0 0 1 7.655 8.75q.774.136 1.588.136a9.255 9.255 0 0 0 8.929-6.824a6.752 6.752 0 0 1-3.644-10.019A9.2 9.2 0 0 0 12 2.75m6.453 2.623a5.253 5.253 0 0 0 2.75 7.562q.047-.462.047-.935a9.22 9.22 0 0 0-2.797-6.627M9.187 22.378A10.76 10.76 0 0 1 1.25 12C1.25 6.063 6.063 1.25 12 1.25c2.575 0 4.94.906 6.792 2.417A10.73 10.73 0 0 1 22.75 12a11 11 0 0 1-.19 2.025c-.948 4.969-5.315 8.725-10.56 8.725c-.972 0-1.916-.13-2.813-.372m-.231-1.64a5.25 5.25 0 0 0-6.02-6.88a9.27 9.27 0 0 0 6.02 6.88M10.5 6.75a1.75 1.75 0 1 0 0 3.5a1.75 1.75 0 0 0 0-3.5M7.25 8.5a3.25 3.25 0 1 1 6.5 0a3.25 3.25 0 0 1-6.5 0M15 15.75a.25.25 0 1 0 0 .5a.25.25 0 0 0 0-.5m-1.75.25a1.75 1.75 0 1 1 3.5 0a1.75 1.75 0 0 1-3.5 0" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconAsteroid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M12 2.75a9.25 9.25 0 0 0-9.243 9.614a6.75 6.75 0 0 1 7.655 8.75q.774.136 1.588.136a9.255 9.255 0 0 0 8.929-6.824a6.752 6.752 0 0 1-3.644-10.019A9.2 9.2 0 0 0 12 2.75m6.453 2.623a5.253 5.253 0 0 0 2.75 7.562q.047-.462.047-.935a9.22 9.22 0 0 0-2.797-6.627M9.187 22.378A10.76 10.76 0 0 1 1.25 12C1.25 6.063 6.063 1.25 12 1.25c2.575 0 4.94.906 6.792 2.417A10.73 10.73 0 0 1 22.75 12a11 11 0 0 1-.19 2.025c-.948 4.969-5.315 8.725-10.56 8.725c-.972 0-1.916-.13-2.813-.372m-.231-1.64a5.25 5.25 0 0 0-6.02-6.88a9.27 9.27 0 0 0 6.02 6.88M10.5 6.75a1.75 1.75 0 1 0 0 3.5a1.75 1.75 0 0 0 0-3.5M7.25 8.5a3.25 3.25 0 1 1 6.5 0a3.25 3.25 0 0 1-6.5 0M15 15.75a.25.25 0 1 0 0 .5a.25.25 0 0 0 0-.5m-1.75.25a1.75 1.75 0 1 1 3.5 0a1.75 1.75 0 0 1-3.5 0" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 2.75a9.25 9.25 0 0 0-9.243 9.614a6.75 6.75 0 0 1 7.655 8.75q.774.136 1.588.136a9.255 9.255 0 0 0 8.929-6.824a6.752 6.752 0 0 1-3.644-10.019A9.2 9.2 0 0 0 12 2.75m6.453 2.623a5.253 5.253 0 0 0 2.75 7.562q.047-.462.047-.935a9.22 9.22 0 0 0-2.797-6.627M9.187 22.378A10.76 10.76 0 0 1 1.25 12C1.25 6.063 6.063 1.25 12 1.25c2.575 0 4.94.906 6.792 2.417A10.73 10.73 0 0 1 22.75 12a11 11 0 0 1-.19 2.025c-.948 4.969-5.315 8.725-10.56 8.725c-.972 0-1.916-.13-2.813-.372m-.231-1.64a5.25 5.25 0 0 0-6.02-6.88a9.27 9.27 0 0 0 6.02 6.88M10.5 6.75a1.75 1.75 0 1 0 0 3.5a1.75 1.75 0 0 0 0-3.5M7.25 8.5a3.25 3.25 0 1 1 6.5 0a3.25 3.25 0 0 1-6.5 0M15 15.75a.25.25 0 1 0 0 .5a.25.25 0 0 0 0-.5m-1.75.25a1.75 1.75 0 1 1 3.5 0a1.75 1.75 0 0 1-3.5 0" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-asteroid {
  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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12%202.75a9.25%209.25%200%200%200-9.243%209.614a6.75%206.75%200%200%201%207.655%208.75q.774.136%201.588.136a9.255%209.255%200%200%200%208.929-6.824a6.752%206.752%200%200%201-3.644-10.019A9.2%209.2%200%200%200%2012%202.75m6.453%202.623a5.253%205.253%200%200%200%202.75%207.562q.047-.462.047-.935a9.22%209.22%200%200%200-2.797-6.627M9.187%2022.378A10.76%2010.76%200%200%201%201.25%2012C1.25%206.063%206.063%201.25%2012%201.25c2.575%200%204.94.906%206.792%202.417A10.73%2010.73%200%200%201%2022.75%2012a11%2011%200%200%201-.19%202.025c-.948%204.969-5.315%208.725-10.56%208.725c-.972%200-1.916-.13-2.813-.372m-.231-1.64a5.25%205.25%200%200%200-6.02-6.88a9.27%209.27%200%200%200%206.02%206.88M10.5%206.75a1.75%201.75%200%201%200%200%203.5a1.75%201.75%200%200%200%200-3.5M7.25%208.5a3.25%203.25%200%201%201%206.5%200a3.25%203.25%200%200%201-6.5%200M15%2015.75a.25.25%200%201%200%200%20.5a.25.25%200%200%200%200-.5m-1.75.25a1.75%201.75%200%201%201%203.5%200a1.75%201.75%200%200%201-3.5%200%22%20clip-rule%3D%22evenodd%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12%202.75a9.25%209.25%200%200%200-9.243%209.614a6.75%206.75%200%200%201%207.655%208.75q.774.136%201.588.136a9.255%209.255%200%200%200%208.929-6.824a6.752%206.752%200%200%201-3.644-10.019A9.2%209.2%200%200%200%2012%202.75m6.453%202.623a5.253%205.253%200%200%200%202.75%207.562q.047-.462.047-.935a9.22%209.22%200%200%200-2.797-6.627M9.187%2022.378A10.76%2010.76%200%200%201%201.25%2012C1.25%206.063%206.063%201.25%2012%201.25c2.575%200%204.94.906%206.792%202.417A10.73%2010.73%200%200%201%2022.75%2012a11%2011%200%200%201-.19%202.025c-.948%204.969-5.315%208.725-10.56%208.725c-.972%200-1.916-.13-2.813-.372m-.231-1.64a5.25%205.25%200%200%200-6.02-6.88a9.27%209.27%200%200%200%206.02%206.88M10.5%206.75a1.75%201.75%200%201%200%200%203.5a1.75%201.75%200%200%200%200-3.5M7.25%208.5a3.25%203.25%200%201%201%206.5%200a3.25%203.25%200%200%201-6.5%200M15%2015.75a.25.25%200%201%200%200%20.5a.25.25%200%200%200%200-.5m-1.75.25a1.75%201.75%200%201%201%203.5%200a1.75%201.75%200%200%201-3.5%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/asteroid.svg?color=%231a73e8&size=48