star empty icon
star-empty from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.
- Name
- star-empty
- Set
- Codicons
- Style
- Regular
- Viewbox
- 16×16
- License
- CC BY 4.0
Related icons in Codicons
Use the star empty icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M11.928 15a.96.96 0 0 1-.444-.111L8 13.056l-3.484 1.832a.98.98 0 0 1-1.177-.232a.94.94 0 0 1-.208-.773l.666-3.88L.978 7.255a.94.94 0 0 1-.242-.976a.94.94 0 0 1 .77-.652l3.896-.566l1.742-3.53c.328-.666 1.383-.666 1.711 0l1.742 3.53l3.896.566a.94.94 0 0 1 .77.648a.94.94 0 0 1-.241.979l-2.819 2.748l.666 3.88a.94.94 0 0 1-.205.771a.98.98 0 0 1-.736.347M7.959 1.974L6.066 5.975l-4.416.641l3.221 3.037l-.754 4.397L8 11.925l3.892 2.047l-.763-4.319l3.195-3.115l-4.39-.563z"/></svg>
React
import type { SVGProps } from "react";
export function CodiconStarEmpty(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M11.928 15a.96.96 0 0 1-.444-.111L8 13.056l-3.484 1.832a.98.98 0 0 1-1.177-.232a.94.94 0 0 1-.208-.773l.666-3.88L.978 7.255a.94.94 0 0 1-.242-.976a.94.94 0 0 1 .77-.652l3.896-.566l1.742-3.53c.328-.666 1.383-.666 1.711 0l1.742 3.53l3.896.566a.94.94 0 0 1 .77.648a.94.94 0 0 1-.241.979l-2.819 2.748l.666 3.88a.94.94 0 0 1-.205.771a.98.98 0 0 1-.736.347M7.959 1.974L6.066 5.975l-4.416.641l3.221 3.037l-.754 4.397L8 11.925l3.892 2.047l-.763-4.319l3.195-3.115l-4.39-.563z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M11.928 15a.96.96 0 0 1-.444-.111L8 13.056l-3.484 1.832a.98.98 0 0 1-1.177-.232a.94.94 0 0 1-.208-.773l.666-3.88L.978 7.255a.94.94 0 0 1-.242-.976a.94.94 0 0 1 .77-.652l3.896-.566l1.742-3.53c.328-.666 1.383-.666 1.711 0l1.742 3.53l3.896.566a.94.94 0 0 1 .77.648a.94.94 0 0 1-.241.979l-2.819 2.748l.666 3.88a.94.94 0 0 1-.205.771a.98.98 0 0 1-.736.347M7.959 1.974L6.066 5.975l-4.416.641l3.221 3.037l-.754 4.397L8 11.925l3.892 2.047l-.763-4.319l3.195-3.115l-4.39-.563z"/></svg> </template>
CSS
.icon-star-empty {
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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.928%2015a.96.96%200%200%201-.444-.111L8%2013.056l-3.484%201.832a.98.98%200%200%201-1.177-.232a.94.94%200%200%201-.208-.773l.666-3.88L.978%207.255a.94.94%200%200%201-.242-.976a.94.94%200%200%201%20.77-.652l3.896-.566l1.742-3.53c.328-.666%201.383-.666%201.711%200l1.742%203.53l3.896.566a.94.94%200%200%201%20.77.648a.94.94%200%200%201-.241.979l-2.819%202.748l.666%203.88a.94.94%200%200%201-.205.771a.98.98%200%200%201-.736.347M7.959%201.974L6.066%205.975l-4.416.641l3.221%203.037l-.754%204.397L8%2011.925l3.892%202.047l-.763-4.319l3.195-3.115l-4.39-.563z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.928%2015a.96.96%200%200%201-.444-.111L8%2013.056l-3.484%201.832a.98.98%200%200%201-1.177-.232a.94.94%200%200%201-.208-.773l.666-3.88L.978%207.255a.94.94%200%200%201-.242-.976a.94.94%200%200%201%20.77-.652l3.896-.566l1.742-3.53c.328-.666%201.383-.666%201.711%200l1.742%203.53l3.896.566a.94.94%200%200%201%20.77.648a.94.94%200%200%201-.241.979l-2.819%202.748l.666%203.88a.94.94%200%200%201-.205.771a.98.98%200%200%201-.736.347M7.959%201.974L6.066%205.975l-4.416.641l3.221%203.037l-.754%204.397L8%2011.925l3.892%202.047l-.763-4.319l3.195-3.115l-4.39-.563z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/star-empty.svg?color=%231a73e8&size=48