Star Off Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Star Off 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/308891.svg" alt="Star Off Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308891.svg" alt="Star Off Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308891.svg" alt="Star Off Svg icon" :width="24" :height="24" />
CSS background
.icon-star-off---svg {
background-image: url('https://proicons.com/icon/308891.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 1C12.3902 1 12.7447 1.22689 12.9081 1.58115L15.7771 7.80125L22.5794 8.60777C22.9668 8.6537 23.2921 8.92075 23.4127 9.2918C23.5333 9.66284 23.427 10.0701 23.1406 10.335L19.3979 13.7961C18.9924 14.1711 18.3598 14.1464 17.9848 13.7409C17.6098 13.3354 17.6345 12.7027 18.04 12.3277L20.191 10.3386L14.9858 9.72144C14.6404 9.68049 14.3411 9.46304 14.1955 9.14724L12 4.38751L11.5372 5.39093C11.3059 5.89244 10.7118 6.11146 10.2103 5.88014C9.70878 5.64882 9.48975 5.05474 9.72107 4.55324L11.092 1.58115C11.2554 1.22689 11.6099 1 12 1ZM9.11037 7.69603L9.45343 8.03909L18.3213 16.907L18.5359 17.1216L20.7072 19.2929C21.0978 19.6834 21.0978 20.3166 20.7072 20.7071C20.3167 21.0976 19.6835 21.0976 19.293 20.7071L19.2373 20.6513L19.4465 21.7043C19.5225 22.087 19.3691 22.4789 19.0534 22.7082C18.7378 22.9375 18.3176 22.9623 17.9772 22.7718L12 19.426L6.02282 22.7718C5.68239 22.9623 5.26222 22.9375 4.94659 22.7082C4.63097 22.4789 4.47752 22.087 4.55355 21.7043L5.88852 14.9857L0.859443 10.335C0.573013 10.0701 0.46678 9.66284 0.587339 9.2918C0.707897 8.92075 1.03323 8.6537 1.42065 8.60777L6.58175 7.99584L3.29302 4.70711C2.90249 4.31658 2.90249 3.68342 3.29302 3.29289C3.68354 2.90237 4.31671 2.90237 4.70723 3.29289L9.11037 7.69603Z" fill="#292929"/> </svg>
Copied!