meteor-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.

Name
meteor-fill
Set
Phosphor
Style
Fill
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="M136 160a40 40 0 1 1-40-40a40 40 0 0 1 40 40m74.34-37.66l-48 48a8 8 0 0 0 11.32 11.32l48-48a8 8 0 0 0-11.32-11.32m-20.68-12.68a8 8 0 0 0-11.32-11.32l-24 24a8 8 0 0 0 11.32 11.32Zm40-51.32a8 8 0 0 0-11.32 0l-16 16a8 8 0 0 0 11.32 11.32l16-16a8 8 0 0 0 0-11.32m-107.32 43.32a8 8 0 0 0 11.32 0l72-72a8 8 0 1 0-11.32-11.32l-72 72a8 8 0 0 0 0 11.32m13.26 97.94a56 56 0 0 1-79.2-79.2l82.75-82.74a8 8 0 1 0-11.32-11.32l-82.74 82.75a72 72 0 1 0 101.82 101.82a8 8 0 0 0-11.31-11.31"/></svg>

React

import type { SVGProps } from "react";

export function PhMeteorFill(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="M136 160a40 40 0 1 1-40-40a40 40 0 0 1 40 40m74.34-37.66l-48 48a8 8 0 0 0 11.32 11.32l48-48a8 8 0 0 0-11.32-11.32m-20.68-12.68a8 8 0 0 0-11.32-11.32l-24 24a8 8 0 0 0 11.32 11.32Zm40-51.32a8 8 0 0 0-11.32 0l-16 16a8 8 0 0 0 11.32 11.32l16-16a8 8 0 0 0 0-11.32m-107.32 43.32a8 8 0 0 0 11.32 0l72-72a8 8 0 1 0-11.32-11.32l-72 72a8 8 0 0 0 0 11.32m13.26 97.94a56 56 0 0 1-79.2-79.2l82.75-82.74a8 8 0 1 0-11.32-11.32l-82.74 82.75a72 72 0 1 0 101.82 101.82a8 8 0 0 0-11.31-11.31"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M136 160a40 40 0 1 1-40-40a40 40 0 0 1 40 40m74.34-37.66l-48 48a8 8 0 0 0 11.32 11.32l48-48a8 8 0 0 0-11.32-11.32m-20.68-12.68a8 8 0 0 0-11.32-11.32l-24 24a8 8 0 0 0 11.32 11.32Zm40-51.32a8 8 0 0 0-11.32 0l-16 16a8 8 0 0 0 11.32 11.32l16-16a8 8 0 0 0 0-11.32m-107.32 43.32a8 8 0 0 0 11.32 0l72-72a8 8 0 1 0-11.32-11.32l-72 72a8 8 0 0 0 0 11.32m13.26 97.94a56 56 0 0 1-79.2-79.2l82.75-82.74a8 8 0 1 0-11.32-11.32l-82.74 82.75a72 72 0 1 0 101.82 101.82a8 8 0 0 0-11.31-11.31"/></svg>
</template>

CSS

.icon-meteor-fill {
  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%22M136%20160a40%2040%200%201%201-40-40a40%2040%200%200%201%2040%2040m74.34-37.66l-48%2048a8%208%200%200%200%2011.32%2011.32l48-48a8%208%200%200%200-11.32-11.32m-20.68-12.68a8%208%200%200%200-11.32-11.32l-24%2024a8%208%200%200%200%2011.32%2011.32Zm40-51.32a8%208%200%200%200-11.32%200l-16%2016a8%208%200%200%200%2011.32%2011.32l16-16a8%208%200%200%200%200-11.32m-107.32%2043.32a8%208%200%200%200%2011.32%200l72-72a8%208%200%201%200-11.32-11.32l-72%2072a8%208%200%200%200%200%2011.32m13.26%2097.94a56%2056%200%200%201-79.2-79.2l82.75-82.74a8%208%200%201%200-11.32-11.32l-82.74%2082.75a72%2072%200%201%200%20101.82%20101.82a8%208%200%200%200-11.31-11.31%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%22M136%20160a40%2040%200%201%201-40-40a40%2040%200%200%201%2040%2040m74.34-37.66l-48%2048a8%208%200%200%200%2011.32%2011.32l48-48a8%208%200%200%200-11.32-11.32m-20.68-12.68a8%208%200%200%200-11.32-11.32l-24%2024a8%208%200%200%200%2011.32%2011.32Zm40-51.32a8%208%200%200%200-11.32%200l-16%2016a8%208%200%200%200%2011.32%2011.32l16-16a8%208%200%200%200%200-11.32m-107.32%2043.32a8%208%200%200%200%2011.32%200l72-72a8%208%200%201%200-11.32-11.32l-72%2072a8%208%200%200%200%200%2011.32m13.26%2097.94a56%2056%200%200%201-79.2-79.2l82.75-82.74a8%208%200%201%200-11.32-11.32l-82.74%2082.75a72%2072%200%201%200%20101.82%20101.82a8%208%200%200%200-11.31-11.31%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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