Star Icon
Free SVG icon from the IcoFont 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/306578.svg" alt="Star icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306578.svg" alt="Star icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306578.svg" alt="Star icon" :width="24" :height="24" />
CSS background
.icon-star {
background-image: url('https://proicons.com/icon/306578.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M935 406c-16 17-33 34-50 51-45 44-91 89-137 133-7 7-14 14-21 22-3 3-4 8-4 12 17 99 34 197 51 296v2c-1 1-5-1-10-4-18-9-35-18-52-27-69-36-138-73-207-109-6-3-10-2-15 1-86 45-172 91-259 136-1 1-3 2-4 2-3 1-4-2-3-8 4-23 7-46 11-69 13-74 26-148 38-222 1-3-1-8-4-11-45-44-90-87-134-132-25-24-48-49-70-74-4-4-3-8 3-9 12-2 26-4 40-6 60-9 121-17 181-26 20-3 41-7 61-9 8-1 11-4 15-11 42-86 84-172 127-258 1-2 2-3 3-5 1-3 4-4 6-1 1 1 2 3 2 4l129 261c3 6 7 9 14 10 89 13 177 26 266 39 7 1 13 2 20 3 6 0 7 4 3 9z"/></svg>
Star in other icon packs
Copied!