star half icon
star-half-fill from Prime Icons by PrimeTek · Fill · MIT Free for personal and commercial use.
- Name
- star-half-fill
- Set
- Prime Icons
- Style
- Fill
- Viewbox
- 24×24
- License
- MIT
1 other variant in Prime Icons
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-halfPhosphorstar-half-fillRemix Iconstar-halfTabler Icons
Use the star half icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.75 4a.75.75 0 0 0-1.423-.332L8.902 8.584l-5.42.784a.75.75 0 0 0-.416 1.279l3.918 3.825l-.923 5.402a.75.75 0 0 0 1.088.79l5.2-2.73a.75.75 0 0 0 .401-.664z"/></svg>
React
import type { SVGProps } from "react";
export function PrimeStarHalfFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.75 4a.75.75 0 0 0-1.423-.332L8.902 8.584l-5.42.784a.75.75 0 0 0-.416 1.279l3.918 3.825l-.923 5.402a.75.75 0 0 0 1.088.79l5.2-2.73a.75.75 0 0 0 .401-.664z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.75 4a.75.75 0 0 0-1.423-.332L8.902 8.584l-5.42.784a.75.75 0 0 0-.416 1.279l3.918 3.825l-.923 5.402a.75.75 0 0 0 1.088.79l5.2-2.73a.75.75 0 0 0 .401-.664z"/></svg> </template>
CSS
.icon-star-half-fill {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.75%204a.75.75%200%200%200-1.423-.332L8.902%208.584l-5.42.784a.75.75%200%200%200-.416%201.279l3.918%203.825l-.923%205.402a.75.75%200%200%200%201.088.79l5.2-2.73a.75.75%200%200%200%20.401-.664z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.75%204a.75.75%200%200%200-1.423-.332L8.902%208.584l-5.42.784a.75.75%200%200%200-.416%201.279l3.918%203.825l-.923%205.402a.75.75%200%200%200%201.088.79l5.2-2.73a.75.75%200%200%200%20.401-.664z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/prime/star-half-fill.svg?color=%231a73e8&size=48