star half icon
star-half-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- star-half-light
- Set
- Phosphor
- Style
- Light
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
star-halfBootstrap Iconsstar-halfBoxIcons v2 Solidstar-halfCarbonstar-halfCodiconsstar-halfFont Awesome 6 Regularstar-halfFont Awesome 6 Solidstar-halfFont Awesome Regularstar-halfFont Awesome Solidstar-half-outlineFlowbite Iconsstar-half-12-filledFluent UI System Iconsstar-halfHuge Iconsstar-halfIonIconsstar-halfJam Iconsstar-halfLine Awesomestar-halfMaterial Line Iconsstar-halfLucidestar-halfMaterial Symbolsstar-halfMaterial Symbols Lightstar-halfMaterial Design Iconsstar-half-fillMingCute Iconstar-halfPrime Iconsstar-half-fillRemix Iconstar-halfTabler Icons
Related icons in Phosphor
Use the star half icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m233 113.32l-5.06 4.36a6 6 0 1 1-7.83-9.08l5.06-4.36a2.38 2.38 0 0 0 .72-2.65a2.28 2.28 0 0 0-2.07-1.65l-8.28-.67a6 6 0 1 1 1-12l8.27.67a14.17 14.17 0 0 1 12.52 9.89a14.43 14.43 0 0 1-4.33 15.49m-58.45 38.83l4.08 17.22a6 6 0 0 0 5.83 4.62a5.5 5.5 0 0 0 1.39-.17a6 6 0 0 0 4.46-7.22l-3.24-13.67l8.87-7.65a6 6 0 1 0-7.84-9.09l-11.63 10a6 6 0 0 0-1.94 5.96Zm25.23 54.45a6 6 0 1 0-11.67 2.77l1.32 5.57a2.35 2.35 0 0 1-.95 2.57a2.24 2.24 0 0 1-2.6.1l-6.71-4.13a6 6 0 1 0-6.29 10.22l6.72 4.13a14.39 14.39 0 0 0 21.5-15.65ZM175.52 96l-15.64-1.26a6 6 0 0 1-5.06-3.69L134 40.7v145l8.39 5.15a6 6 0 0 1-6.29 10.23l-8.1-5l-51.58 31.75a14.39 14.39 0 0 1-21.5-15.65l14-59.25L23 113.32a14.43 14.43 0 0 1-4.3-15.45A14.17 14.17 0 0 1 31.24 88l60.25-4.87l23.22-56.2a14.37 14.37 0 0 1 26.58 0l23.22 56.2l12 1a6 6 0 0 1-1 12ZM122 185.72V40.7l-20.82 50.39a6 6 0 0 1-5.06 3.69L32.2 99.94a2.28 2.28 0 0 0-2.07 1.65a2.38 2.38 0 0 0 .72 2.65l48.7 42a6 6 0 0 1 1.92 5.92l-14.88 62.78a2.35 2.35 0 0 0 1 2.57a2.24 2.24 0 0 0 2.6.1Z"/></svg>
React
import type { SVGProps } from "react";
export function PhStarHalfLight(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="m233 113.32l-5.06 4.36a6 6 0 1 1-7.83-9.08l5.06-4.36a2.38 2.38 0 0 0 .72-2.65a2.28 2.28 0 0 0-2.07-1.65l-8.28-.67a6 6 0 1 1 1-12l8.27.67a14.17 14.17 0 0 1 12.52 9.89a14.43 14.43 0 0 1-4.33 15.49m-58.45 38.83l4.08 17.22a6 6 0 0 0 5.83 4.62a5.5 5.5 0 0 0 1.39-.17a6 6 0 0 0 4.46-7.22l-3.24-13.67l8.87-7.65a6 6 0 1 0-7.84-9.09l-11.63 10a6 6 0 0 0-1.94 5.96Zm25.23 54.45a6 6 0 1 0-11.67 2.77l1.32 5.57a2.35 2.35 0 0 1-.95 2.57a2.24 2.24 0 0 1-2.6.1l-6.71-4.13a6 6 0 1 0-6.29 10.22l6.72 4.13a14.39 14.39 0 0 0 21.5-15.65ZM175.52 96l-15.64-1.26a6 6 0 0 1-5.06-3.69L134 40.7v145l8.39 5.15a6 6 0 0 1-6.29 10.23l-8.1-5l-51.58 31.75a14.39 14.39 0 0 1-21.5-15.65l14-59.25L23 113.32a14.43 14.43 0 0 1-4.3-15.45A14.17 14.17 0 0 1 31.24 88l60.25-4.87l23.22-56.2a14.37 14.37 0 0 1 26.58 0l23.22 56.2l12 1a6 6 0 0 1-1 12ZM122 185.72V40.7l-20.82 50.39a6 6 0 0 1-5.06 3.69L32.2 99.94a2.28 2.28 0 0 0-2.07 1.65a2.38 2.38 0 0 0 .72 2.65l48.7 42a6 6 0 0 1 1.92 5.92l-14.88 62.78a2.35 2.35 0 0 0 1 2.57a2.24 2.24 0 0 0 2.6.1Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m233 113.32l-5.06 4.36a6 6 0 1 1-7.83-9.08l5.06-4.36a2.38 2.38 0 0 0 .72-2.65a2.28 2.28 0 0 0-2.07-1.65l-8.28-.67a6 6 0 1 1 1-12l8.27.67a14.17 14.17 0 0 1 12.52 9.89a14.43 14.43 0 0 1-4.33 15.49m-58.45 38.83l4.08 17.22a6 6 0 0 0 5.83 4.62a5.5 5.5 0 0 0 1.39-.17a6 6 0 0 0 4.46-7.22l-3.24-13.67l8.87-7.65a6 6 0 1 0-7.84-9.09l-11.63 10a6 6 0 0 0-1.94 5.96Zm25.23 54.45a6 6 0 1 0-11.67 2.77l1.32 5.57a2.35 2.35 0 0 1-.95 2.57a2.24 2.24 0 0 1-2.6.1l-6.71-4.13a6 6 0 1 0-6.29 10.22l6.72 4.13a14.39 14.39 0 0 0 21.5-15.65ZM175.52 96l-15.64-1.26a6 6 0 0 1-5.06-3.69L134 40.7v145l8.39 5.15a6 6 0 0 1-6.29 10.23l-8.1-5l-51.58 31.75a14.39 14.39 0 0 1-21.5-15.65l14-59.25L23 113.32a14.43 14.43 0 0 1-4.3-15.45A14.17 14.17 0 0 1 31.24 88l60.25-4.87l23.22-56.2a14.37 14.37 0 0 1 26.58 0l23.22 56.2l12 1a6 6 0 0 1-1 12ZM122 185.72V40.7l-20.82 50.39a6 6 0 0 1-5.06 3.69L32.2 99.94a2.28 2.28 0 0 0-2.07 1.65a2.38 2.38 0 0 0 .72 2.65l48.7 42a6 6 0 0 1 1.92 5.92l-14.88 62.78a2.35 2.35 0 0 0 1 2.57a2.24 2.24 0 0 0 2.6.1Z"/></svg> </template>
CSS
.icon-star-half-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%22m233%20113.32l-5.06%204.36a6%206%200%201%201-7.83-9.08l5.06-4.36a2.38%202.38%200%200%200%20.72-2.65a2.28%202.28%200%200%200-2.07-1.65l-8.28-.67a6%206%200%201%201%201-12l8.27.67a14.17%2014.17%200%200%201%2012.52%209.89a14.43%2014.43%200%200%201-4.33%2015.49m-58.45%2038.83l4.08%2017.22a6%206%200%200%200%205.83%204.62a5.5%205.5%200%200%200%201.39-.17a6%206%200%200%200%204.46-7.22l-3.24-13.67l8.87-7.65a6%206%200%201%200-7.84-9.09l-11.63%2010a6%206%200%200%200-1.94%205.96Zm25.23%2054.45a6%206%200%201%200-11.67%202.77l1.32%205.57a2.35%202.35%200%200%201-.95%202.57a2.24%202.24%200%200%201-2.6.1l-6.71-4.13a6%206%200%201%200-6.29%2010.22l6.72%204.13a14.39%2014.39%200%200%200%2021.5-15.65ZM175.52%2096l-15.64-1.26a6%206%200%200%201-5.06-3.69L134%2040.7v145l8.39%205.15a6%206%200%200%201-6.29%2010.23l-8.1-5l-51.58%2031.75a14.39%2014.39%200%200%201-21.5-15.65l14-59.25L23%20113.32a14.43%2014.43%200%200%201-4.3-15.45A14.17%2014.17%200%200%201%2031.24%2088l60.25-4.87l23.22-56.2a14.37%2014.37%200%200%201%2026.58%200l23.22%2056.2l12%201a6%206%200%200%201-1%2012ZM122%20185.72V40.7l-20.82%2050.39a6%206%200%200%201-5.06%203.69L32.2%2099.94a2.28%202.28%200%200%200-2.07%201.65a2.38%202.38%200%200%200%20.72%202.65l48.7%2042a6%206%200%200%201%201.92%205.92l-14.88%2062.78a2.35%202.35%200%200%200%201%202.57a2.24%202.24%200%200%200%202.6.1Z%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%22m233%20113.32l-5.06%204.36a6%206%200%201%201-7.83-9.08l5.06-4.36a2.38%202.38%200%200%200%20.72-2.65a2.28%202.28%200%200%200-2.07-1.65l-8.28-.67a6%206%200%201%201%201-12l8.27.67a14.17%2014.17%200%200%201%2012.52%209.89a14.43%2014.43%200%200%201-4.33%2015.49m-58.45%2038.83l4.08%2017.22a6%206%200%200%200%205.83%204.62a5.5%205.5%200%200%200%201.39-.17a6%206%200%200%200%204.46-7.22l-3.24-13.67l8.87-7.65a6%206%200%201%200-7.84-9.09l-11.63%2010a6%206%200%200%200-1.94%205.96Zm25.23%2054.45a6%206%200%201%200-11.67%202.77l1.32%205.57a2.35%202.35%200%200%201-.95%202.57a2.24%202.24%200%200%201-2.6.1l-6.71-4.13a6%206%200%201%200-6.29%2010.22l6.72%204.13a14.39%2014.39%200%200%200%2021.5-15.65ZM175.52%2096l-15.64-1.26a6%206%200%200%201-5.06-3.69L134%2040.7v145l8.39%205.15a6%206%200%200%201-6.29%2010.23l-8.1-5l-51.58%2031.75a14.39%2014.39%200%200%201-21.5-15.65l14-59.25L23%20113.32a14.43%2014.43%200%200%201-4.3-15.45A14.17%2014.17%200%200%201%2031.24%2088l60.25-4.87l23.22-56.2a14.37%2014.37%200%200%201%2026.58%200l23.22%2056.2l12%201a6%206%200%200%201-1%2012ZM122%20185.72V40.7l-20.82%2050.39a6%206%200%200%201-5.06%203.69L32.2%2099.94a2.28%202.28%200%200%200-2.07%201.65a2.38%202.38%200%200%200%20.72%202.65l48.7%2042a6%206%200%200%201%201.92%205.92l-14.88%2062.78a2.35%202.35%200%200%200%201%202.57a2.24%202.24%200%200%200%202.6.1Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/star-half-light.svg?color=%231a73e8&size=48