Star Moving Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Star Moving 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/310971.svg" alt="Star Moving icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310971.svg" alt="Star Moving icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310971.svg" alt="Star Moving icon" :width="24" :height="24" />
CSS background
.icon-star-moving {
background-image: url('https://proicons.com/icon/310971.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 d="M14.5242 17.6485L18.0367 19.4893C18.1851 19.5714 18.3543 19.6082 18.5234 19.5951C18.6878 19.582 18.8453 19.5234 18.9783 19.4259C19.1145 19.326 19.2207 19.1906 19.2851 19.0344C19.3444 18.8795 19.3626 18.7118 19.338 18.5477L18.6609 14.6438C18.629 14.5009 18.629 14.3528 18.6609 14.21C18.7076 14.0697 18.7874 13.9426 18.8937 13.8397L21.7291 11.0783C21.8469 10.9599 21.9306 10.812 21.9716 10.65C22.0125 10.4881 22.0092 10.3181 21.9618 10.1579C21.9096 9.99778 21.8145 9.85507 21.6867 9.74528C21.56 9.63862 21.4062 9.56906 21.2424 9.54427L17.3173 8.98353C17.173 8.96032 17.0364 8.90312 16.9187 8.81666C16.8009 8.73019 16.7054 8.61695 16.6401 8.48628L14.8839 4.91028C14.8133 4.76137 14.7027 4.63501 14.5644 4.54533C14.4262 4.45565 14.2657 4.40618 14.101 4.40245C13.932 4.39911 13.766 4.44706 13.6249 4.53998C13.4794 4.62589 13.3646 4.75545 13.2969 4.91028L11.4983 8.48628C11.4334 8.61515 11.3393 8.72716 11.2237 8.81346C11.108 8.89975 10.9738 8.95798 10.8318 8.98353L6.95955 9.54427C6.79248 9.56878 6.63523 9.63826 6.50462 9.74528C6.37473 9.85313 6.27913 9.99652 6.22954 10.1579C6.18738 10.3174 6.18738 10.4851 6.22954 10.6446C6.26952 10.8111 6.35787 10.962 6.48346 11.0783L9.31886 13.8397C9.42139 13.9456 9.50067 14.0717 9.55162 14.21C9.58354 14.3528 9.58354 14.5009 9.55162 14.6438L8.87451 18.5477C8.82748 18.7066 8.82748 18.8756 8.87451 19.0344C8.93892 19.1906 9.04507 19.326 9.18133 19.4259C9.31432 19.5234 9.47184 19.582 9.63626 19.5951C9.80534 19.6082 9.97454 19.5714 10.1229 19.4893L13.6355 17.6485C13.7657 17.579 13.911 17.5427 14.0586 17.5427C14.2063 17.5427 14.3516 17.579 14.4818 17.6485H14.5242Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M8 5.40033H2" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M5 17.4694H2" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M3.5 11.6972H2" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!