meteor-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.

Name
meteor-bold
Set
Phosphor
Style
Bold
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the meteor icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M96 124a36 36 0 1 0 36 36a36 36 0 0 0-36-36m0 48a12 12 0 1 1 12-12a12 12 0 0 1-12 12m128.49-52.49a12 12 0 0 1 0 17l-48 48a12 12 0 0 1-17-17l48-48a12 12 0 0 1 17 0m-36-20a12 12 0 0 1 0 17l-20 20a12 12 0 0 1-17-17l20-20a12 12 0 0 1 17 0m44-27l-16 16a12 12 0 0 1-17-17l16-16a12 12 0 0 1 17 17m-113 15l72-72a12 12 0 0 1 17 17l-72 72a12 12 0 1 1-17-17m30.23 109.26a12 12 0 0 1 0 17A76 76 0 1 1 42.26 106.26L125 23.51a12 12 0 1 1 17 17l-82.77 82.72a52 52 0 0 0 73.54 73.54a12 12 0 0 1 16.97 0Z"/></svg>

React

import type { SVGProps } from "react";

export function PhMeteorBold(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M96 124a36 36 0 1 0 36 36a36 36 0 0 0-36-36m0 48a12 12 0 1 1 12-12a12 12 0 0 1-12 12m128.49-52.49a12 12 0 0 1 0 17l-48 48a12 12 0 0 1-17-17l48-48a12 12 0 0 1 17 0m-36-20a12 12 0 0 1 0 17l-20 20a12 12 0 0 1-17-17l20-20a12 12 0 0 1 17 0m44-27l-16 16a12 12 0 0 1-17-17l16-16a12 12 0 0 1 17 17m-113 15l72-72a12 12 0 0 1 17 17l-72 72a12 12 0 1 1-17-17m30.23 109.26a12 12 0 0 1 0 17A76 76 0 1 1 42.26 106.26L125 23.51a12 12 0 1 1 17 17l-82.77 82.72a52 52 0 0 0 73.54 73.54a12 12 0 0 1 16.97 0Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M96 124a36 36 0 1 0 36 36a36 36 0 0 0-36-36m0 48a12 12 0 1 1 12-12a12 12 0 0 1-12 12m128.49-52.49a12 12 0 0 1 0 17l-48 48a12 12 0 0 1-17-17l48-48a12 12 0 0 1 17 0m-36-20a12 12 0 0 1 0 17l-20 20a12 12 0 0 1-17-17l20-20a12 12 0 0 1 17 0m44-27l-16 16a12 12 0 0 1-17-17l16-16a12 12 0 0 1 17 17m-113 15l72-72a12 12 0 0 1 17 17l-72 72a12 12 0 1 1-17-17m30.23 109.26a12 12 0 0 1 0 17A76 76 0 1 1 42.26 106.26L125 23.51a12 12 0 1 1 17 17l-82.77 82.72a52 52 0 0 0 73.54 73.54a12 12 0 0 1 16.97 0Z"/></svg>
</template>

CSS

.icon-meteor-bold {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M96%20124a36%2036%200%201%200%2036%2036a36%2036%200%200%200-36-36m0%2048a12%2012%200%201%201%2012-12a12%2012%200%200%201-12%2012m128.49-52.49a12%2012%200%200%201%200%2017l-48%2048a12%2012%200%200%201-17-17l48-48a12%2012%200%200%201%2017%200m-36-20a12%2012%200%200%201%200%2017l-20%2020a12%2012%200%200%201-17-17l20-20a12%2012%200%200%201%2017%200m44-27l-16%2016a12%2012%200%200%201-17-17l16-16a12%2012%200%200%201%2017%2017m-113%2015l72-72a12%2012%200%200%201%2017%2017l-72%2072a12%2012%200%201%201-17-17m30.23%20109.26a12%2012%200%200%201%200%2017A76%2076%200%201%201%2042.26%20106.26L125%2023.51a12%2012%200%201%201%2017%2017l-82.77%2082.72a52%2052%200%200%200%2073.54%2073.54a12%2012%200%200%201%2016.97%200Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M96%20124a36%2036%200%201%200%2036%2036a36%2036%200%200%200-36-36m0%2048a12%2012%200%201%201%2012-12a12%2012%200%200%201-12%2012m128.49-52.49a12%2012%200%200%201%200%2017l-48%2048a12%2012%200%200%201-17-17l48-48a12%2012%200%200%201%2017%200m-36-20a12%2012%200%200%201%200%2017l-20%2020a12%2012%200%200%201-17-17l20-20a12%2012%200%200%201%2017%200m44-27l-16%2016a12%2012%200%200%201-17-17l16-16a12%2012%200%200%201%2017%2017m-113%2015l72-72a12%2012%200%200%201%2017%2017l-72%2072a12%2012%200%201%201-17-17m30.23%20109.26a12%2012%200%200%201%200%2017A76%2076%200%201%201%2042.26%20106.26L125%2023.51a12%2012%200%201%201%2017%2017l-82.77%2082.72a52%2052%200%200%200%2073.54%2073.54a12%2012%200%200%201%2016.97%200Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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