shooting star icon
shooting-star-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- shooting-star-thin
- Set
- Phosphor
- Style
- Thin
- 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.55 71.3a9.44 9.44 0 0 0-8.28-6.51l-39.37-3.11l-15.15-35.91a9.51 9.51 0 0 0-17.49 0L140.1 61.68l-39.36 3.11a9.39 9.39 0 0 0-5.4 16.53l30 25.28l-9.14 37.79a9.24 9.24 0 0 0 3.58 9.75a9.52 9.52 0 0 0 10.56.48l33.66-20.3l33.72 20.3a9.52 9.52 0 0 0 10.56-.48a9.24 9.24 0 0 0 3.58-9.75l-9.15-37.79l29.95-25.28a9.34 9.34 0 0 0 2.89-10.02m-8.05 3.91l-31.84 26.87a4 4 0 0 0-1.31 4l9.73 40.19a1.28 1.28 0 0 1-.53 1.42a1.5 1.5 0 0 1-1.71.07l-35.77-21.53a4 4 0 0 0-4.13 0l-35.78 21.53a1.48 1.48 0 0 1-1.7-.07a1.3 1.3 0 0 1-.54-1.42l9.73-40.19a4 4 0 0 0-1.31-4l-31.83-26.87a1.29 1.29 0 0 1-.44-1.46a1.4 1.4 0 0 1 1.3-1l41.79-3.3a4 4 0 0 0 3.37-2.45l16.1-38.15a1.51 1.51 0 0 1 2.75 0L181.48 67a4 4 0 0 0 3.37 2.43l41.79 3.3a1.39 1.39 0 0 1 1.29 1a1.27 1.27 0 0 1-.43 1.48M85.28 120.38l-58.45 58.45a4 4 0 0 1-5.66-5.66l58.45-58.45a4 4 0 0 1 5.66 5.66m10.81 55.53a4 4 0 0 1 0 5.65l-53.26 53.27a4 4 0 0 1-5.66-5.66l53.27-53.26a4 4 0 0 1 5.65 0m73-1a4 4 0 0 1 0 5.66l-54.28 54.28a4 4 0 0 1-5.66-5.66l54.29-54.28a4 4 0 0 1 5.67-.02Z"/></svg>
React
import type { SVGProps } from "react";
export function PhShootingStarThin(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.55 71.3a9.44 9.44 0 0 0-8.28-6.51l-39.37-3.11l-15.15-35.91a9.51 9.51 0 0 0-17.49 0L140.1 61.68l-39.36 3.11a9.39 9.39 0 0 0-5.4 16.53l30 25.28l-9.14 37.79a9.24 9.24 0 0 0 3.58 9.75a9.52 9.52 0 0 0 10.56.48l33.66-20.3l33.72 20.3a9.52 9.52 0 0 0 10.56-.48a9.24 9.24 0 0 0 3.58-9.75l-9.15-37.79l29.95-25.28a9.34 9.34 0 0 0 2.89-10.02m-8.05 3.91l-31.84 26.87a4 4 0 0 0-1.31 4l9.73 40.19a1.28 1.28 0 0 1-.53 1.42a1.5 1.5 0 0 1-1.71.07l-35.77-21.53a4 4 0 0 0-4.13 0l-35.78 21.53a1.48 1.48 0 0 1-1.7-.07a1.3 1.3 0 0 1-.54-1.42l9.73-40.19a4 4 0 0 0-1.31-4l-31.83-26.87a1.29 1.29 0 0 1-.44-1.46a1.4 1.4 0 0 1 1.3-1l41.79-3.3a4 4 0 0 0 3.37-2.45l16.1-38.15a1.51 1.51 0 0 1 2.75 0L181.48 67a4 4 0 0 0 3.37 2.43l41.79 3.3a1.39 1.39 0 0 1 1.29 1a1.27 1.27 0 0 1-.43 1.48M85.28 120.38l-58.45 58.45a4 4 0 0 1-5.66-5.66l58.45-58.45a4 4 0 0 1 5.66 5.66m10.81 55.53a4 4 0 0 1 0 5.65l-53.26 53.27a4 4 0 0 1-5.66-5.66l53.27-53.26a4 4 0 0 1 5.65 0m73-1a4 4 0 0 1 0 5.66l-54.28 54.28a4 4 0 0 1-5.66-5.66l54.29-54.28a4 4 0 0 1 5.67-.02Z"/></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.55 71.3a9.44 9.44 0 0 0-8.28-6.51l-39.37-3.11l-15.15-35.91a9.51 9.51 0 0 0-17.49 0L140.1 61.68l-39.36 3.11a9.39 9.39 0 0 0-5.4 16.53l30 25.28l-9.14 37.79a9.24 9.24 0 0 0 3.58 9.75a9.52 9.52 0 0 0 10.56.48l33.66-20.3l33.72 20.3a9.52 9.52 0 0 0 10.56-.48a9.24 9.24 0 0 0 3.58-9.75l-9.15-37.79l29.95-25.28a9.34 9.34 0 0 0 2.89-10.02m-8.05 3.91l-31.84 26.87a4 4 0 0 0-1.31 4l9.73 40.19a1.28 1.28 0 0 1-.53 1.42a1.5 1.5 0 0 1-1.71.07l-35.77-21.53a4 4 0 0 0-4.13 0l-35.78 21.53a1.48 1.48 0 0 1-1.7-.07a1.3 1.3 0 0 1-.54-1.42l9.73-40.19a4 4 0 0 0-1.31-4l-31.83-26.87a1.29 1.29 0 0 1-.44-1.46a1.4 1.4 0 0 1 1.3-1l41.79-3.3a4 4 0 0 0 3.37-2.45l16.1-38.15a1.51 1.51 0 0 1 2.75 0L181.48 67a4 4 0 0 0 3.37 2.43l41.79 3.3a1.39 1.39 0 0 1 1.29 1a1.27 1.27 0 0 1-.43 1.48M85.28 120.38l-58.45 58.45a4 4 0 0 1-5.66-5.66l58.45-58.45a4 4 0 0 1 5.66 5.66m10.81 55.53a4 4 0 0 1 0 5.65l-53.26 53.27a4 4 0 0 1-5.66-5.66l53.27-53.26a4 4 0 0 1 5.65 0m73-1a4 4 0 0 1 0 5.66l-54.28 54.28a4 4 0 0 1-5.66-5.66l54.29-54.28a4 4 0 0 1 5.67-.02Z"/></svg> </template>
CSS
.icon-shooting-star-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%22M235.55%2071.3a9.44%209.44%200%200%200-8.28-6.51l-39.37-3.11l-15.15-35.91a9.51%209.51%200%200%200-17.49%200L140.1%2061.68l-39.36%203.11a9.39%209.39%200%200%200-5.4%2016.53l30%2025.28l-9.14%2037.79a9.24%209.24%200%200%200%203.58%209.75a9.52%209.52%200%200%200%2010.56.48l33.66-20.3l33.72%2020.3a9.52%209.52%200%200%200%2010.56-.48a9.24%209.24%200%200%200%203.58-9.75l-9.15-37.79l29.95-25.28a9.34%209.34%200%200%200%202.89-10.02m-8.05%203.91l-31.84%2026.87a4%204%200%200%200-1.31%204l9.73%2040.19a1.28%201.28%200%200%201-.53%201.42a1.5%201.5%200%200%201-1.71.07l-35.77-21.53a4%204%200%200%200-4.13%200l-35.78%2021.53a1.48%201.48%200%200%201-1.7-.07a1.3%201.3%200%200%201-.54-1.42l9.73-40.19a4%204%200%200%200-1.31-4l-31.83-26.87a1.29%201.29%200%200%201-.44-1.46a1.4%201.4%200%200%201%201.3-1l41.79-3.3a4%204%200%200%200%203.37-2.45l16.1-38.15a1.51%201.51%200%200%201%202.75%200L181.48%2067a4%204%200%200%200%203.37%202.43l41.79%203.3a1.39%201.39%200%200%201%201.29%201a1.27%201.27%200%200%201-.43%201.48M85.28%20120.38l-58.45%2058.45a4%204%200%200%201-5.66-5.66l58.45-58.45a4%204%200%200%201%205.66%205.66m10.81%2055.53a4%204%200%200%201%200%205.65l-53.26%2053.27a4%204%200%200%201-5.66-5.66l53.27-53.26a4%204%200%200%201%205.65%200m73-1a4%204%200%200%201%200%205.66l-54.28%2054.28a4%204%200%200%201-5.66-5.66l54.29-54.28a4%204%200%200%201%205.67-.02Z%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.55%2071.3a9.44%209.44%200%200%200-8.28-6.51l-39.37-3.11l-15.15-35.91a9.51%209.51%200%200%200-17.49%200L140.1%2061.68l-39.36%203.11a9.39%209.39%200%200%200-5.4%2016.53l30%2025.28l-9.14%2037.79a9.24%209.24%200%200%200%203.58%209.75a9.52%209.52%200%200%200%2010.56.48l33.66-20.3l33.72%2020.3a9.52%209.52%200%200%200%2010.56-.48a9.24%209.24%200%200%200%203.58-9.75l-9.15-37.79l29.95-25.28a9.34%209.34%200%200%200%202.89-10.02m-8.05%203.91l-31.84%2026.87a4%204%200%200%200-1.31%204l9.73%2040.19a1.28%201.28%200%200%201-.53%201.42a1.5%201.5%200%200%201-1.71.07l-35.77-21.53a4%204%200%200%200-4.13%200l-35.78%2021.53a1.48%201.48%200%200%201-1.7-.07a1.3%201.3%200%200%201-.54-1.42l9.73-40.19a4%204%200%200%200-1.31-4l-31.83-26.87a1.29%201.29%200%200%201-.44-1.46a1.4%201.4%200%200%201%201.3-1l41.79-3.3a4%204%200%200%200%203.37-2.45l16.1-38.15a1.51%201.51%200%200%201%202.75%200L181.48%2067a4%204%200%200%200%203.37%202.43l41.79%203.3a1.39%201.39%200%200%201%201.29%201a1.27%201.27%200%200%201-.43%201.48M85.28%20120.38l-58.45%2058.45a4%204%200%200%201-5.66-5.66l58.45-58.45a4%204%200%200%201%205.66%205.66m10.81%2055.53a4%204%200%200%201%200%205.65l-53.26%2053.27a4%204%200%200%201-5.66-5.66l53.27-53.26a4%204%200%200%201%205.65%200m73-1a4%204%200%200%201%200%205.66l-54.28%2054.28a4%204%200%200%201-5.66-5.66l54.29-54.28a4%204%200%200%201%205.67-.02Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/shooting-star-thin.svg?color=%231a73e8&size=48