Emoji Star And Crescent Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Star And Crescent 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/325401.svg" alt="Emoji Star And Crescent icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325401.svg" alt="Emoji Star And Crescent icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325401.svg" alt="Emoji Star And Crescent icon" :width="24" :height="24" />
CSS background
.icon-emoji-star-and-crescent {
background-image: url('https://proicons.com/icon/325401.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="d" d="M31.6493,39.54c1.4617,0,2.8865-.2035,4.2279-.592-3.053,2.2384-6.8184,3.552-10.889,3.552-10.2228,0-18.503-8.2788-18.503-18.5S14.7653,5.5,24.9882,5.5c4.0707,0,7.836,1.3135,10.889,3.552-1.3414-.3885-2.7662-.592-4.2279-.592-8.5854,0-15.5426,6.956-15.5426,15.54s6.9572,15.54,15.5426,15.54"/><path id="c" class="d" d="M35.8323,18.0029l1.756,3.5575,3.9266.5705-2.8413,2.7692.6708,3.91-3.512-1.8461-3.512,1.8461.6708-3.91-2.8413-2.7692,3.9266-.5705,1.756-3.5575"/></svg>
Copied!