Star Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Star Svg 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/308890.svg" alt="Star Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308890.svg" alt="Star Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308890.svg" alt="Star Svg icon" :width="24" :height="24" />
CSS background
.icon-star---svg {
background-image: url('https://proicons.com/icon/308890.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M12.908 1.58115C12.7446 1.22689 12.3901 1 12 1C11.6098 1 11.2553 1.22689 11.0919 1.58115L8.22287 7.80125L1.42062 8.60777C1.0332 8.6537 0.707866 8.92075 0.587308 9.2918C0.46675 9.66284 0.572982 10.0701 0.859413 10.335L5.88849 14.9857L4.55352 21.7043C4.47749 22.087 4.63094 22.4789 4.94656 22.7082C5.26219 22.9375 5.68236 22.9623 6.02279 22.7718L12 19.426L17.9772 22.7718C18.3176 22.9623 18.7378 22.9375 19.0534 22.7082C19.369 22.4789 19.5225 22.087 19.4464 21.7043L18.1115 14.9857L23.1406 10.335C23.427 10.0701 23.5332 9.66284 23.4127 9.2918C23.2921 8.92075 22.9668 8.6537 22.5793 8.60777L15.7771 7.80125L12.908 1.58115Z" fill="#292929"/> </svg>
Copied!