shooting star icon

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

Name
shooting-star-fill
Set
Phosphor
Style
Fill
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the shooting star icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m235.24 84.38l-28.06 23.68l8.56 35.39a13.34 13.34 0 0 1-5.09 13.91a13.54 13.54 0 0 1-15 .69L164 139l-31.65 19.06a13.51 13.51 0 0 1-15-.69a13.32 13.32 0 0 1-5.1-13.91l8.56-35.39l-28.05-23.69a13.39 13.39 0 0 1 7.66-23.58l36.94-2.92l14.21-33.66a13.51 13.51 0 0 1 24.86 0l14.21 33.66l36.94 2.92a13.39 13.39 0 0 1 7.66 23.58M88.11 111.89a8 8 0 0 0-11.32 0l-58.45 58.45a8 8 0 0 0 11.32 11.32l58.45-58.45a8 8 0 0 0 0-11.32m-.5 61.19l-53.27 53.26a8 8 0 0 0 11.32 11.32l53.26-53.27a8 8 0 0 0-11.31-11.31m73-1l-54.29 54.28a8 8 0 0 0 11.32 11.32l54.28-54.28a8 8 0 0 0-11.31-11.32"/></svg>

React

import type { SVGProps } from "react";

export function PhShootingStarFill(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="m235.24 84.38l-28.06 23.68l8.56 35.39a13.34 13.34 0 0 1-5.09 13.91a13.54 13.54 0 0 1-15 .69L164 139l-31.65 19.06a13.51 13.51 0 0 1-15-.69a13.32 13.32 0 0 1-5.1-13.91l8.56-35.39l-28.05-23.69a13.39 13.39 0 0 1 7.66-23.58l36.94-2.92l14.21-33.66a13.51 13.51 0 0 1 24.86 0l14.21 33.66l36.94 2.92a13.39 13.39 0 0 1 7.66 23.58M88.11 111.89a8 8 0 0 0-11.32 0l-58.45 58.45a8 8 0 0 0 11.32 11.32l58.45-58.45a8 8 0 0 0 0-11.32m-.5 61.19l-53.27 53.26a8 8 0 0 0 11.32 11.32l53.26-53.27a8 8 0 0 0-11.31-11.31m73-1l-54.29 54.28a8 8 0 0 0 11.32 11.32l54.28-54.28a8 8 0 0 0-11.31-11.32"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m235.24 84.38l-28.06 23.68l8.56 35.39a13.34 13.34 0 0 1-5.09 13.91a13.54 13.54 0 0 1-15 .69L164 139l-31.65 19.06a13.51 13.51 0 0 1-15-.69a13.32 13.32 0 0 1-5.1-13.91l8.56-35.39l-28.05-23.69a13.39 13.39 0 0 1 7.66-23.58l36.94-2.92l14.21-33.66a13.51 13.51 0 0 1 24.86 0l14.21 33.66l36.94 2.92a13.39 13.39 0 0 1 7.66 23.58M88.11 111.89a8 8 0 0 0-11.32 0l-58.45 58.45a8 8 0 0 0 11.32 11.32l58.45-58.45a8 8 0 0 0 0-11.32m-.5 61.19l-53.27 53.26a8 8 0 0 0 11.32 11.32l53.26-53.27a8 8 0 0 0-11.31-11.31m73-1l-54.29 54.28a8 8 0 0 0 11.32 11.32l54.28-54.28a8 8 0 0 0-11.31-11.32"/></svg>
</template>

CSS

.icon-shooting-star-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%22m235.24%2084.38l-28.06%2023.68l8.56%2035.39a13.34%2013.34%200%200%201-5.09%2013.91a13.54%2013.54%200%200%201-15%20.69L164%20139l-31.65%2019.06a13.51%2013.51%200%200%201-15-.69a13.32%2013.32%200%200%201-5.1-13.91l8.56-35.39l-28.05-23.69a13.39%2013.39%200%200%201%207.66-23.58l36.94-2.92l14.21-33.66a13.51%2013.51%200%200%201%2024.86%200l14.21%2033.66l36.94%202.92a13.39%2013.39%200%200%201%207.66%2023.58M88.11%20111.89a8%208%200%200%200-11.32%200l-58.45%2058.45a8%208%200%200%200%2011.32%2011.32l58.45-58.45a8%208%200%200%200%200-11.32m-.5%2061.19l-53.27%2053.26a8%208%200%200%200%2011.32%2011.32l53.26-53.27a8%208%200%200%200-11.31-11.31m73-1l-54.29%2054.28a8%208%200%200%200%2011.32%2011.32l54.28-54.28a8%208%200%200%200-11.31-11.32%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%22m235.24%2084.38l-28.06%2023.68l8.56%2035.39a13.34%2013.34%200%200%201-5.09%2013.91a13.54%2013.54%200%200%201-15%20.69L164%20139l-31.65%2019.06a13.51%2013.51%200%200%201-15-.69a13.32%2013.32%200%200%201-5.1-13.91l8.56-35.39l-28.05-23.69a13.39%2013.39%200%200%201%207.66-23.58l36.94-2.92l14.21-33.66a13.51%2013.51%200%200%201%2024.86%200l14.21%2033.66l36.94%202.92a13.39%2013.39%200%200%201%207.66%2023.58M88.11%20111.89a8%208%200%200%200-11.32%200l-58.45%2058.45a8%208%200%200%200%2011.32%2011.32l58.45-58.45a8%208%200%200%200%200-11.32m-.5%2061.19l-53.27%2053.26a8%208%200%200%200%2011.32%2011.32l53.26-53.27a8%208%200%200%200-11.31-11.31m73-1l-54.29%2054.28a8%208%200%200%200%2011.32%2011.32l54.28-54.28a8%208%200%200%200-11.31-11.32%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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