shooting star icon
shooting-star from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.
- Name
- shooting-star
- Set
- Phosphor
- Style
- Regular
- 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="M239.35 70.08a13.41 13.41 0 0 0-11.77-9.28l-36.94-2.92l-14.21-33.66a13.51 13.51 0 0 0-24.86 0l-14.21 33.66l-36.94 2.92a13.39 13.39 0 0 0-7.66 23.58l28.06 23.68l-8.56 35.39a13.32 13.32 0 0 0 5.1 13.91a13.51 13.51 0 0 0 15 .69L164 139l31.65 19.06a13.54 13.54 0 0 0 15-.69a13.34 13.34 0 0 0 5.09-13.91l-8.56-35.39l28.06-23.68a13.32 13.32 0 0 0 4.11-14.31M193.08 99a8 8 0 0 0-2.61 8l8.28 34.21l-30.62-18.41a8 8 0 0 0-8.25 0l-30.62 18.43l8.28-34.23a8 8 0 0 0-2.62-8L108 76.26l35.52-2.81a8 8 0 0 0 6.74-4.87L164 35.91l13.79 32.67a8 8 0 0 0 6.74 4.87l35.53 2.81Zm-105 24.18l-58.42 58.48a8 8 0 0 1-11.32-11.32l58.45-58.45a8 8 0 0 1 11.32 11.32Zm10.81 49.87a8 8 0 0 1 0 11.31l-53.23 53.3a8 8 0 0 1-11.32-11.32l53.27-53.26a8 8 0 0 1 11.31 0Zm73-1a8 8 0 0 1 0 11.32l-54.28 54.28a8 8 0 0 1-11.32-11.32l54.29-54.28a8 8 0 0 1 11.36.01Z"/></svg>
React
import type { SVGProps } from "react";
export function PhShootingStar(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="M239.35 70.08a13.41 13.41 0 0 0-11.77-9.28l-36.94-2.92l-14.21-33.66a13.51 13.51 0 0 0-24.86 0l-14.21 33.66l-36.94 2.92a13.39 13.39 0 0 0-7.66 23.58l28.06 23.68l-8.56 35.39a13.32 13.32 0 0 0 5.1 13.91a13.51 13.51 0 0 0 15 .69L164 139l31.65 19.06a13.54 13.54 0 0 0 15-.69a13.34 13.34 0 0 0 5.09-13.91l-8.56-35.39l28.06-23.68a13.32 13.32 0 0 0 4.11-14.31M193.08 99a8 8 0 0 0-2.61 8l8.28 34.21l-30.62-18.41a8 8 0 0 0-8.25 0l-30.62 18.43l8.28-34.23a8 8 0 0 0-2.62-8L108 76.26l35.52-2.81a8 8 0 0 0 6.74-4.87L164 35.91l13.79 32.67a8 8 0 0 0 6.74 4.87l35.53 2.81Zm-105 24.18l-58.42 58.48a8 8 0 0 1-11.32-11.32l58.45-58.45a8 8 0 0 1 11.32 11.32Zm10.81 49.87a8 8 0 0 1 0 11.31l-53.23 53.3a8 8 0 0 1-11.32-11.32l53.27-53.26a8 8 0 0 1 11.31 0Zm73-1a8 8 0 0 1 0 11.32l-54.28 54.28a8 8 0 0 1-11.32-11.32l54.29-54.28a8 8 0 0 1 11.36.01Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M239.35 70.08a13.41 13.41 0 0 0-11.77-9.28l-36.94-2.92l-14.21-33.66a13.51 13.51 0 0 0-24.86 0l-14.21 33.66l-36.94 2.92a13.39 13.39 0 0 0-7.66 23.58l28.06 23.68l-8.56 35.39a13.32 13.32 0 0 0 5.1 13.91a13.51 13.51 0 0 0 15 .69L164 139l31.65 19.06a13.54 13.54 0 0 0 15-.69a13.34 13.34 0 0 0 5.09-13.91l-8.56-35.39l28.06-23.68a13.32 13.32 0 0 0 4.11-14.31M193.08 99a8 8 0 0 0-2.61 8l8.28 34.21l-30.62-18.41a8 8 0 0 0-8.25 0l-30.62 18.43l8.28-34.23a8 8 0 0 0-2.62-8L108 76.26l35.52-2.81a8 8 0 0 0 6.74-4.87L164 35.91l13.79 32.67a8 8 0 0 0 6.74 4.87l35.53 2.81Zm-105 24.18l-58.42 58.48a8 8 0 0 1-11.32-11.32l58.45-58.45a8 8 0 0 1 11.32 11.32Zm10.81 49.87a8 8 0 0 1 0 11.31l-53.23 53.3a8 8 0 0 1-11.32-11.32l53.27-53.26a8 8 0 0 1 11.31 0Zm73-1a8 8 0 0 1 0 11.32l-54.28 54.28a8 8 0 0 1-11.32-11.32l54.29-54.28a8 8 0 0 1 11.36.01Z"/></svg> </template>
CSS
.icon-shooting-star {
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%22M239.35%2070.08a13.41%2013.41%200%200%200-11.77-9.28l-36.94-2.92l-14.21-33.66a13.51%2013.51%200%200%200-24.86%200l-14.21%2033.66l-36.94%202.92a13.39%2013.39%200%200%200-7.66%2023.58l28.06%2023.68l-8.56%2035.39a13.32%2013.32%200%200%200%205.1%2013.91a13.51%2013.51%200%200%200%2015%20.69L164%20139l31.65%2019.06a13.54%2013.54%200%200%200%2015-.69a13.34%2013.34%200%200%200%205.09-13.91l-8.56-35.39l28.06-23.68a13.32%2013.32%200%200%200%204.11-14.31M193.08%2099a8%208%200%200%200-2.61%208l8.28%2034.21l-30.62-18.41a8%208%200%200%200-8.25%200l-30.62%2018.43l8.28-34.23a8%208%200%200%200-2.62-8L108%2076.26l35.52-2.81a8%208%200%200%200%206.74-4.87L164%2035.91l13.79%2032.67a8%208%200%200%200%206.74%204.87l35.53%202.81Zm-105%2024.18l-58.42%2058.48a8%208%200%200%201-11.32-11.32l58.45-58.45a8%208%200%200%201%2011.32%2011.32Zm10.81%2049.87a8%208%200%200%201%200%2011.31l-53.23%2053.3a8%208%200%200%201-11.32-11.32l53.27-53.26a8%208%200%200%201%2011.31%200Zm73-1a8%208%200%200%201%200%2011.32l-54.28%2054.28a8%208%200%200%201-11.32-11.32l54.29-54.28a8%208%200%200%201%2011.36.01Z%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%22M239.35%2070.08a13.41%2013.41%200%200%200-11.77-9.28l-36.94-2.92l-14.21-33.66a13.51%2013.51%200%200%200-24.86%200l-14.21%2033.66l-36.94%202.92a13.39%2013.39%200%200%200-7.66%2023.58l28.06%2023.68l-8.56%2035.39a13.32%2013.32%200%200%200%205.1%2013.91a13.51%2013.51%200%200%200%2015%20.69L164%20139l31.65%2019.06a13.54%2013.54%200%200%200%2015-.69a13.34%2013.34%200%200%200%205.09-13.91l-8.56-35.39l28.06-23.68a13.32%2013.32%200%200%200%204.11-14.31M193.08%2099a8%208%200%200%200-2.61%208l8.28%2034.21l-30.62-18.41a8%208%200%200%200-8.25%200l-30.62%2018.43l8.28-34.23a8%208%200%200%200-2.62-8L108%2076.26l35.52-2.81a8%208%200%200%200%206.74-4.87L164%2035.91l13.79%2032.67a8%208%200%200%200%206.74%204.87l35.53%202.81Zm-105%2024.18l-58.42%2058.48a8%208%200%200%201-11.32-11.32l58.45-58.45a8%208%200%200%201%2011.32%2011.32Zm10.81%2049.87a8%208%200%200%201%200%2011.31l-53.23%2053.3a8%208%200%200%201-11.32-11.32l53.27-53.26a8%208%200%200%201%2011.31%200Zm73-1a8%208%200%200%201%200%2011.32l-54.28%2054.28a8%208%200%200%201-11.32-11.32l54.29-54.28a8%208%200%200%201%2011.36.01Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/shooting-star.svg?color=%231a73e8&size=48