meteor from Font Awesome 6 Solid by Dave Gandy · Regular · Science Fiction · CC-BY-4.0 Attribution required.

Name
meteor
Set
Font Awesome 6 Solid
Style
Regular
Category
Science Fiction
Viewbox
512×512
License
CC BY 4.0

The same icon in other sets

More science fiction icons from Font Awesome 6 Solid

Use the meteor icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M493.7.9L299.4 75.6l2.3-29.3c1-12.8-12.8-21.5-24-15.1L101.3 133.4C38.6 169.7 0 236.6 0 309c0 112.1 90.9 203 203 203c72.4 0 139.4-38.6 175.7-101.3l102.1-176.4c6.5-11.1-2.2-25-15.1-24l-29.3 2.3l74.7-194.3c.6-1.5.9-3.2.9-4.8C512 6 506 0 498.5 0q-2.55 0-4.8.9M192 192a128 128 0 1 1 0 256a128 128 0 1 1 0-256m0 96a32 32 0 1 0-64 0a32 32 0 1 0 64 0m16 96a16 16 0 1 0 0-32a16 16 0 1 0 0 32"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidMeteor(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M493.7.9L299.4 75.6l2.3-29.3c1-12.8-12.8-21.5-24-15.1L101.3 133.4C38.6 169.7 0 236.6 0 309c0 112.1 90.9 203 203 203c72.4 0 139.4-38.6 175.7-101.3l102.1-176.4c6.5-11.1-2.2-25-15.1-24l-29.3 2.3l74.7-194.3c.6-1.5.9-3.2.9-4.8C512 6 506 0 498.5 0q-2.55 0-4.8.9M192 192a128 128 0 1 1 0 256a128 128 0 1 1 0-256m0 96a32 32 0 1 0-64 0a32 32 0 1 0 64 0m16 96a16 16 0 1 0 0-32a16 16 0 1 0 0 32"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M493.7.9L299.4 75.6l2.3-29.3c1-12.8-12.8-21.5-24-15.1L101.3 133.4C38.6 169.7 0 236.6 0 309c0 112.1 90.9 203 203 203c72.4 0 139.4-38.6 175.7-101.3l102.1-176.4c6.5-11.1-2.2-25-15.1-24l-29.3 2.3l74.7-194.3c.6-1.5.9-3.2.9-4.8C512 6 506 0 498.5 0q-2.55 0-4.8.9M192 192a128 128 0 1 1 0 256a128 128 0 1 1 0-256m0 96a32 32 0 1 0-64 0a32 32 0 1 0 64 0m16 96a16 16 0 1 0 0-32a16 16 0 1 0 0 32"/></svg>
</template>

CSS

.icon-meteor {
  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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M493.7.9L299.4%2075.6l2.3-29.3c1-12.8-12.8-21.5-24-15.1L101.3%20133.4C38.6%20169.7%200%20236.6%200%20309c0%20112.1%2090.9%20203%20203%20203c72.4%200%20139.4-38.6%20175.7-101.3l102.1-176.4c6.5-11.1-2.2-25-15.1-24l-29.3%202.3l74.7-194.3c.6-1.5.9-3.2.9-4.8C512%206%20506%200%20498.5%200q-2.55%200-4.8.9M192%20192a128%20128%200%201%201%200%20256a128%20128%200%201%201%200-256m0%2096a32%2032%200%201%200-64%200a32%2032%200%201%200%2064%200m16%2096a16%2016%200%201%200%200-32a16%2016%200%201%200%200%2032%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M493.7.9L299.4%2075.6l2.3-29.3c1-12.8-12.8-21.5-24-15.1L101.3%20133.4C38.6%20169.7%200%20236.6%200%20309c0%20112.1%2090.9%20203%20203%20203c72.4%200%20139.4-38.6%20175.7-101.3l102.1-176.4c6.5-11.1-2.2-25-15.1-24l-29.3%202.3l74.7-194.3c.6-1.5.9-3.2.9-4.8C512%206%20506%200%20498.5%200q-2.55%200-4.8.9M192%20192a128%20128%200%201%201%200%20256a128%20128%200%201%201%200-256m0%2096a32%2032%200%201%200-64%200a32%2032%200%201%200%2064%200m16%2096a16%2016%200%201%200%200-32a16%2016%200%201%200%200%2032%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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