meteor-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
meteor-thin
Set
Phosphor
Style
Thin
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 64a28 28 0 1 1 28-28a28 28 0 0 1-28 28m122.83-62.83a4 4 0 0 1 0 5.66l-48 48a4 4 0 0 1-5.66-5.66l48-48a4 4 0 0 1 5.66 0m-32-18.34l-24 24a4 4 0 0 1-5.66-5.66l24-24a4 4 0 1 1 5.66 5.66m40-40l-16 16a4 4 0 0 1-5.66-5.66l16-16a4 4 0 1 1 5.66 5.66M125.17 93.17l72-72a4 4 0 1 1 5.66 5.66l-72 72a4 4 0 1 1-5.66-5.66m18.91 109.26a4 4 0 0 1 0 5.65a68 68 0 1 1-96.16-96.16l82.74-82.75a4 4 0 1 1 5.66 5.66l-82.75 82.74a60 60 0 0 0 84.86 84.86a4 4 0 0 1 5.65 0"/></svg>

React

import type { SVGProps } from "react";

export function PhMeteorThin(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 64a28 28 0 1 1 28-28a28 28 0 0 1-28 28m122.83-62.83a4 4 0 0 1 0 5.66l-48 48a4 4 0 0 1-5.66-5.66l48-48a4 4 0 0 1 5.66 0m-32-18.34l-24 24a4 4 0 0 1-5.66-5.66l24-24a4 4 0 1 1 5.66 5.66m40-40l-16 16a4 4 0 0 1-5.66-5.66l16-16a4 4 0 1 1 5.66 5.66M125.17 93.17l72-72a4 4 0 1 1 5.66 5.66l-72 72a4 4 0 1 1-5.66-5.66m18.91 109.26a4 4 0 0 1 0 5.65a68 68 0 1 1-96.16-96.16l82.74-82.75a4 4 0 1 1 5.66 5.66l-82.75 82.74a60 60 0 0 0 84.86 84.86a4 4 0 0 1 5.65 0"/></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 64a28 28 0 1 1 28-28a28 28 0 0 1-28 28m122.83-62.83a4 4 0 0 1 0 5.66l-48 48a4 4 0 0 1-5.66-5.66l48-48a4 4 0 0 1 5.66 0m-32-18.34l-24 24a4 4 0 0 1-5.66-5.66l24-24a4 4 0 1 1 5.66 5.66m40-40l-16 16a4 4 0 0 1-5.66-5.66l16-16a4 4 0 1 1 5.66 5.66M125.17 93.17l72-72a4 4 0 1 1 5.66 5.66l-72 72a4 4 0 1 1-5.66-5.66m18.91 109.26a4 4 0 0 1 0 5.65a68 68 0 1 1-96.16-96.16l82.74-82.75a4 4 0 1 1 5.66 5.66l-82.75 82.74a60 60 0 0 0 84.86 84.86a4 4 0 0 1 5.65 0"/></svg>
</template>

CSS

.icon-meteor-thin {
  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%2064a28%2028%200%201%201%2028-28a28%2028%200%200%201-28%2028m122.83-62.83a4%204%200%200%201%200%205.66l-48%2048a4%204%200%200%201-5.66-5.66l48-48a4%204%200%200%201%205.66%200m-32-18.34l-24%2024a4%204%200%200%201-5.66-5.66l24-24a4%204%200%201%201%205.66%205.66m40-40l-16%2016a4%204%200%200%201-5.66-5.66l16-16a4%204%200%201%201%205.66%205.66M125.17%2093.17l72-72a4%204%200%201%201%205.66%205.66l-72%2072a4%204%200%201%201-5.66-5.66m18.91%20109.26a4%204%200%200%201%200%205.65a68%2068%200%201%201-96.16-96.16l82.74-82.75a4%204%200%201%201%205.66%205.66l-82.75%2082.74a60%2060%200%200%200%2084.86%2084.86a4%204%200%200%201%205.65%200%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%2064a28%2028%200%201%201%2028-28a28%2028%200%200%201-28%2028m122.83-62.83a4%204%200%200%201%200%205.66l-48%2048a4%204%200%200%201-5.66-5.66l48-48a4%204%200%200%201%205.66%200m-32-18.34l-24%2024a4%204%200%200%201-5.66-5.66l24-24a4%204%200%201%201%205.66%205.66m40-40l-16%2016a4%204%200%200%201-5.66-5.66l16-16a4%204%200%201%201%205.66%205.66M125.17%2093.17l72-72a4%204%200%201%201%205.66%205.66l-72%2072a4%204%200%201%201-5.66-5.66m18.91%20109.26a4%204%200%200%201%200%205.65a68%2068%200%201%201-96.16-96.16l82.74-82.75a4%204%200%201%201%205.66%205.66l-82.75%2082.74a60%2060%200%200%200%2084.86%2084.86a4%204%200%200%201%205.65%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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