star icon
star-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- star-light
- Set
- Phosphor
- Style
- Light
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
starAkar Iconsstar-filledAnt Design IconsstarBootstrap IconsstarBoxIcons v2starBoxIcons v2 SolidstarCarbonstarEmoji One (Colored)starElement Plusstar-fillEva IconsstarFramework7 IconsstarFont Awesome 6 RegularstarFont Awesome 6 SolidstarFont Awesome RegularstarFont Awesome SolidstarFeather Iconsstar-outlineFlowbite Iconsstar-12-filledFluent UI System Iconsstar-16Fluent UI System Color IconsstarFluent EmojistarFluent Emoji FlatstarFluent Emoji High ContraststarFirefox OS EmojistarHeroIconsstarHuge Icons
Related icons in Phosphor
Use the 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.28 97.87A14.18 14.18 0 0 0 224.76 88l-60.25-4.87l-23.22-56.2a14.37 14.37 0 0 0-26.58 0L91.49 83.11L31.24 88a14.18 14.18 0 0 0-12.52 9.89A14.43 14.43 0 0 0 23 113.32l46 39.61l-14 59.25a14.4 14.4 0 0 0 5.59 15a14.1 14.1 0 0 0 15.91.6l51.5-31.66l51.58 31.71a14.1 14.1 0 0 0 15.91-.6a14.4 14.4 0 0 0 5.59-15l-14-59.25L233 113.32a14.43 14.43 0 0 0 4.28-15.45m-12.14 6.37l-48.69 42a6 6 0 0 0-1.92 5.92l14.88 62.79a2.35 2.35 0 0 1-.95 2.57a2.24 2.24 0 0 1-2.6.1L131.14 184a6 6 0 0 0-6.28 0l-54.72 33.61a2.24 2.24 0 0 1-2.6-.1a2.35 2.35 0 0 1-1-2.57l14.88-62.79a6 6 0 0 0-1.92-5.92l-48.69-42a2.37 2.37 0 0 1-.73-2.65a2.28 2.28 0 0 1 2.07-1.65l63.92-5.16a6 6 0 0 0 5.06-3.69l24.63-59.6a2.35 2.35 0 0 1 4.38 0l24.63 59.6a6 6 0 0 0 5.06 3.69l63.92 5.16a2.28 2.28 0 0 1 2.07 1.65a2.37 2.37 0 0 1-.68 2.66"/></svg>
React
import type { SVGProps } from "react";
export function PhStarLight(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.28 97.87A14.18 14.18 0 0 0 224.76 88l-60.25-4.87l-23.22-56.2a14.37 14.37 0 0 0-26.58 0L91.49 83.11L31.24 88a14.18 14.18 0 0 0-12.52 9.89A14.43 14.43 0 0 0 23 113.32l46 39.61l-14 59.25a14.4 14.4 0 0 0 5.59 15a14.1 14.1 0 0 0 15.91.6l51.5-31.66l51.58 31.71a14.1 14.1 0 0 0 15.91-.6a14.4 14.4 0 0 0 5.59-15l-14-59.25L233 113.32a14.43 14.43 0 0 0 4.28-15.45m-12.14 6.37l-48.69 42a6 6 0 0 0-1.92 5.92l14.88 62.79a2.35 2.35 0 0 1-.95 2.57a2.24 2.24 0 0 1-2.6.1L131.14 184a6 6 0 0 0-6.28 0l-54.72 33.61a2.24 2.24 0 0 1-2.6-.1a2.35 2.35 0 0 1-1-2.57l14.88-62.79a6 6 0 0 0-1.92-5.92l-48.69-42a2.37 2.37 0 0 1-.73-2.65a2.28 2.28 0 0 1 2.07-1.65l63.92-5.16a6 6 0 0 0 5.06-3.69l24.63-59.6a2.35 2.35 0 0 1 4.38 0l24.63 59.6a6 6 0 0 0 5.06 3.69l63.92 5.16a2.28 2.28 0 0 1 2.07 1.65a2.37 2.37 0 0 1-.68 2.66"/></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.28 97.87A14.18 14.18 0 0 0 224.76 88l-60.25-4.87l-23.22-56.2a14.37 14.37 0 0 0-26.58 0L91.49 83.11L31.24 88a14.18 14.18 0 0 0-12.52 9.89A14.43 14.43 0 0 0 23 113.32l46 39.61l-14 59.25a14.4 14.4 0 0 0 5.59 15a14.1 14.1 0 0 0 15.91.6l51.5-31.66l51.58 31.71a14.1 14.1 0 0 0 15.91-.6a14.4 14.4 0 0 0 5.59-15l-14-59.25L233 113.32a14.43 14.43 0 0 0 4.28-15.45m-12.14 6.37l-48.69 42a6 6 0 0 0-1.92 5.92l14.88 62.79a2.35 2.35 0 0 1-.95 2.57a2.24 2.24 0 0 1-2.6.1L131.14 184a6 6 0 0 0-6.28 0l-54.72 33.61a2.24 2.24 0 0 1-2.6-.1a2.35 2.35 0 0 1-1-2.57l14.88-62.79a6 6 0 0 0-1.92-5.92l-48.69-42a2.37 2.37 0 0 1-.73-2.65a2.28 2.28 0 0 1 2.07-1.65l63.92-5.16a6 6 0 0 0 5.06-3.69l24.63-59.6a2.35 2.35 0 0 1 4.38 0l24.63 59.6a6 6 0 0 0 5.06 3.69l63.92 5.16a2.28 2.28 0 0 1 2.07 1.65a2.37 2.37 0 0 1-.68 2.66"/></svg> </template>
CSS
.icon-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.28%2097.87A14.18%2014.18%200%200%200%20224.76%2088l-60.25-4.87l-23.22-56.2a14.37%2014.37%200%200%200-26.58%200L91.49%2083.11L31.24%2088a14.18%2014.18%200%200%200-12.52%209.89A14.43%2014.43%200%200%200%2023%20113.32l46%2039.61l-14%2059.25a14.4%2014.4%200%200%200%205.59%2015a14.1%2014.1%200%200%200%2015.91.6l51.5-31.66l51.58%2031.71a14.1%2014.1%200%200%200%2015.91-.6a14.4%2014.4%200%200%200%205.59-15l-14-59.25L233%20113.32a14.43%2014.43%200%200%200%204.28-15.45m-12.14%206.37l-48.69%2042a6%206%200%200%200-1.92%205.92l14.88%2062.79a2.35%202.35%200%200%201-.95%202.57a2.24%202.24%200%200%201-2.6.1L131.14%20184a6%206%200%200%200-6.28%200l-54.72%2033.61a2.24%202.24%200%200%201-2.6-.1a2.35%202.35%200%200%201-1-2.57l14.88-62.79a6%206%200%200%200-1.92-5.92l-48.69-42a2.37%202.37%200%200%201-.73-2.65a2.28%202.28%200%200%201%202.07-1.65l63.92-5.16a6%206%200%200%200%205.06-3.69l24.63-59.6a2.35%202.35%200%200%201%204.38%200l24.63%2059.6a6%206%200%200%200%205.06%203.69l63.92%205.16a2.28%202.28%200%200%201%202.07%201.65a2.37%202.37%200%200%201-.68%202.66%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.28%2097.87A14.18%2014.18%200%200%200%20224.76%2088l-60.25-4.87l-23.22-56.2a14.37%2014.37%200%200%200-26.58%200L91.49%2083.11L31.24%2088a14.18%2014.18%200%200%200-12.52%209.89A14.43%2014.43%200%200%200%2023%20113.32l46%2039.61l-14%2059.25a14.4%2014.4%200%200%200%205.59%2015a14.1%2014.1%200%200%200%2015.91.6l51.5-31.66l51.58%2031.71a14.1%2014.1%200%200%200%2015.91-.6a14.4%2014.4%200%200%200%205.59-15l-14-59.25L233%20113.32a14.43%2014.43%200%200%200%204.28-15.45m-12.14%206.37l-48.69%2042a6%206%200%200%200-1.92%205.92l14.88%2062.79a2.35%202.35%200%200%201-.95%202.57a2.24%202.24%200%200%201-2.6.1L131.14%20184a6%206%200%200%200-6.28%200l-54.72%2033.61a2.24%202.24%200%200%201-2.6-.1a2.35%202.35%200%200%201-1-2.57l14.88-62.79a6%206%200%200%200-1.92-5.92l-48.69-42a2.37%202.37%200%200%201-.73-2.65a2.28%202.28%200%200%201%202.07-1.65l63.92-5.16a6%206%200%200%200%205.06-3.69l24.63-59.6a2.35%202.35%200%200%201%204.38%200l24.63%2059.6a6%206%200%200%200%205.06%203.69l63.92%205.16a2.28%202.28%200%200%201%202.07%201.65a2.37%202.37%200%200%201-.68%202.66%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/star-light.svg?color=%231a73e8&size=48