Star Icon
Free SVG icon from the Govicons collection. Download or copy for use in any project.
The Star icon is commonly used in rating systems, favorites and review sections. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/304847.svg" alt="Star icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/304847.svg" alt="Star icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/304847.svg" alt="Star icon" :width="24" :height="24" />
CSS background
.icon-star {
background-image: url('https://proicons.com/icon/304847.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 49.31 47.12"><polygon points="17.07 15.33 24.92 0 32.31 15.55 49.31 18.27 36.81 30.11 39.47 47.12 24.35 38.89 9 46.68 12.15 29.75 0 17.56 17.07 15.33"/></svg>
Star in other icon packs
Copied!