Star Alt 2 Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Star Alt 2 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/306576.svg" alt="Star Alt 2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306576.svg" alt="Star Alt 2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306576.svg" alt="Star Alt 2 icon" :width="24" :height="24" />
CSS background
.icon-star-alt-2 {
background-image: url('https://proicons.com/icon/306576.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="M926 475H571c-6 0-8-3-3-8l251-251c4-4 4-11 0-16l-19-19c-5-4-12-4-16 0L533 432c-5 5-8 3-8-3V74c0-7-5-12-11-12h-28c-6 0-11 5-11 12v355c0 6-3 8-8 3L216 181c-4-4-11-4-16 0l-19 19c-4 5-4 12 0 16l251 251c5 5 3 8-3 8H74c-6 0-11 5-11 11v28c0 6 4 11 11 11h355c6 0 8 3 3 8L181 784c-4 4-4 11 0 16l19 19c5 4 12 4 16 0l251-251c5-5 8-3 8 3v355c0 7 5 12 11 12h28c6 0 11-5 11-12V571c0-6 3-8 8-3l251 251c4 4 11 4 16 0l19-19c4-5 4-12 0-16L568 533c-5-5-3-8 3-8h355c7 0 12-5 12-11v-28c0-6-5-11-12-11z"/></svg>
Copied!