Star Filled Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Star Filled 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/318922.svg" alt="Star Filled icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/318922.svg" alt="Star Filled icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/318922.svg" alt="Star Filled icon" :width="24" :height="24" />
CSS background
.icon-star-filled {
background-image: url('https://proicons.com/icon/318922.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><style>.cls-1{fill:none;}</style></defs><title>star--filled</title><path d="M16,2l-4.55,9.22L1.28,12.69l7.36,7.18L6.9,30,16,25.22,25.1,30,23.36,19.87l7.36-7.17L20.55,11.22Z"/><rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/></svg>
Star Filled in other icon packs
Copied!