shooting star icon
shooting-star-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- shooting-star-light
- Set
- Phosphor
- Style
- Light
- 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="M237.45 70.69a11.42 11.42 0 0 0-10-7.9l-38.16-3L174.59 25a11.51 11.51 0 0 0-21.18 0l-14.68 34.78l-38.15 3a11.39 11.39 0 0 0-6.53 20.06l29 24.48l-8.86 36.59a11.35 11.35 0 0 0 4.34 11.83a11.51 11.51 0 0 0 12.78.58L164 136.66l32.69 19.67a11.5 11.5 0 0 0 12.77-.58a11.33 11.33 0 0 0 4.34-11.83l-8.8-36.59l29-24.48a11.32 11.32 0 0 0 3.45-12.16m-43.08 29.87a6 6 0 0 0-2 6l9.41 38.86l-34.68-20.9a6 6 0 0 0-6.19 0l-34.72 20.89l9.41-38.86a6 6 0 0 0-2-6l-30.66-25.9l40.37-3.19a6 6 0 0 0 5.06-3.65l15.63-37l15.63 37a6 6 0 0 0 5.06 3.65l40.37 3.19ZM86.69 121.79l-58.45 58.45a6 6 0 0 1-8.48-8.48l58.45-58.45a6 6 0 0 1 8.48 8.48m10.82 52.7a6 6 0 0 1 0 8.49l-53.27 53.26a6 6 0 0 1-8.48-8.48L89 174.49a6 6 0 0 1 8.51 0m73-1a6 6 0 0 1 0 8.48l-54.29 54.28a6 6 0 0 1-8.48-8.48L162 173.48a6 6 0 0 1 8.53 0Z"/></svg>
React
import type { SVGProps } from "react";
export function PhShootingStarLight(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="M237.45 70.69a11.42 11.42 0 0 0-10-7.9l-38.16-3L174.59 25a11.51 11.51 0 0 0-21.18 0l-14.68 34.78l-38.15 3a11.39 11.39 0 0 0-6.53 20.06l29 24.48l-8.86 36.59a11.35 11.35 0 0 0 4.34 11.83a11.51 11.51 0 0 0 12.78.58L164 136.66l32.69 19.67a11.5 11.5 0 0 0 12.77-.58a11.33 11.33 0 0 0 4.34-11.83l-8.8-36.59l29-24.48a11.32 11.32 0 0 0 3.45-12.16m-43.08 29.87a6 6 0 0 0-2 6l9.41 38.86l-34.68-20.9a6 6 0 0 0-6.19 0l-34.72 20.89l9.41-38.86a6 6 0 0 0-2-6l-30.66-25.9l40.37-3.19a6 6 0 0 0 5.06-3.65l15.63-37l15.63 37a6 6 0 0 0 5.06 3.65l40.37 3.19ZM86.69 121.79l-58.45 58.45a6 6 0 0 1-8.48-8.48l58.45-58.45a6 6 0 0 1 8.48 8.48m10.82 52.7a6 6 0 0 1 0 8.49l-53.27 53.26a6 6 0 0 1-8.48-8.48L89 174.49a6 6 0 0 1 8.51 0m73-1a6 6 0 0 1 0 8.48l-54.29 54.28a6 6 0 0 1-8.48-8.48L162 173.48a6 6 0 0 1 8.53 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="M237.45 70.69a11.42 11.42 0 0 0-10-7.9l-38.16-3L174.59 25a11.51 11.51 0 0 0-21.18 0l-14.68 34.78l-38.15 3a11.39 11.39 0 0 0-6.53 20.06l29 24.48l-8.86 36.59a11.35 11.35 0 0 0 4.34 11.83a11.51 11.51 0 0 0 12.78.58L164 136.66l32.69 19.67a11.5 11.5 0 0 0 12.77-.58a11.33 11.33 0 0 0 4.34-11.83l-8.8-36.59l29-24.48a11.32 11.32 0 0 0 3.45-12.16m-43.08 29.87a6 6 0 0 0-2 6l9.41 38.86l-34.68-20.9a6 6 0 0 0-6.19 0l-34.72 20.89l9.41-38.86a6 6 0 0 0-2-6l-30.66-25.9l40.37-3.19a6 6 0 0 0 5.06-3.65l15.63-37l15.63 37a6 6 0 0 0 5.06 3.65l40.37 3.19ZM86.69 121.79l-58.45 58.45a6 6 0 0 1-8.48-8.48l58.45-58.45a6 6 0 0 1 8.48 8.48m10.82 52.7a6 6 0 0 1 0 8.49l-53.27 53.26a6 6 0 0 1-8.48-8.48L89 174.49a6 6 0 0 1 8.51 0m73-1a6 6 0 0 1 0 8.48l-54.29 54.28a6 6 0 0 1-8.48-8.48L162 173.48a6 6 0 0 1 8.53 0Z"/></svg> </template>
CSS
.icon-shooting-star-light {
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%22M237.45%2070.69a11.42%2011.42%200%200%200-10-7.9l-38.16-3L174.59%2025a11.51%2011.51%200%200%200-21.18%200l-14.68%2034.78l-38.15%203a11.39%2011.39%200%200%200-6.53%2020.06l29%2024.48l-8.86%2036.59a11.35%2011.35%200%200%200%204.34%2011.83a11.51%2011.51%200%200%200%2012.78.58L164%20136.66l32.69%2019.67a11.5%2011.5%200%200%200%2012.77-.58a11.33%2011.33%200%200%200%204.34-11.83l-8.8-36.59l29-24.48a11.32%2011.32%200%200%200%203.45-12.16m-43.08%2029.87a6%206%200%200%200-2%206l9.41%2038.86l-34.68-20.9a6%206%200%200%200-6.19%200l-34.72%2020.89l9.41-38.86a6%206%200%200%200-2-6l-30.66-25.9l40.37-3.19a6%206%200%200%200%205.06-3.65l15.63-37l15.63%2037a6%206%200%200%200%205.06%203.65l40.37%203.19ZM86.69%20121.79l-58.45%2058.45a6%206%200%200%201-8.48-8.48l58.45-58.45a6%206%200%200%201%208.48%208.48m10.82%2052.7a6%206%200%200%201%200%208.49l-53.27%2053.26a6%206%200%200%201-8.48-8.48L89%20174.49a6%206%200%200%201%208.51%200m73-1a6%206%200%200%201%200%208.48l-54.29%2054.28a6%206%200%200%201-8.48-8.48L162%20173.48a6%206%200%200%201%208.53%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%22M237.45%2070.69a11.42%2011.42%200%200%200-10-7.9l-38.16-3L174.59%2025a11.51%2011.51%200%200%200-21.18%200l-14.68%2034.78l-38.15%203a11.39%2011.39%200%200%200-6.53%2020.06l29%2024.48l-8.86%2036.59a11.35%2011.35%200%200%200%204.34%2011.83a11.51%2011.51%200%200%200%2012.78.58L164%20136.66l32.69%2019.67a11.5%2011.5%200%200%200%2012.77-.58a11.33%2011.33%200%200%200%204.34-11.83l-8.8-36.59l29-24.48a11.32%2011.32%200%200%200%203.45-12.16m-43.08%2029.87a6%206%200%200%200-2%206l9.41%2038.86l-34.68-20.9a6%206%200%200%200-6.19%200l-34.72%2020.89l9.41-38.86a6%206%200%200%200-2-6l-30.66-25.9l40.37-3.19a6%206%200%200%200%205.06-3.65l15.63-37l15.63%2037a6%206%200%200%200%205.06%203.65l40.37%203.19ZM86.69%20121.79l-58.45%2058.45a6%206%200%200%201-8.48-8.48l58.45-58.45a6%206%200%200%201%208.48%208.48m10.82%2052.7a6%206%200%200%201%200%208.49l-53.27%2053.26a6%206%200%200%201-8.48-8.48L89%20174.49a6%206%200%200%201%208.51%200m73-1a6%206%200%200%201%200%208.48l-54.29%2054.28a6%206%200%200%201-8.48-8.48L162%20173.48a6%206%200%200%201%208.53%200Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/shooting-star-light.svg?color=%231a73e8&size=48