Stars icon in outline, twotone, bold and bulk. Free in all four styles, for reactions, ratings, favourites, awards, stickers. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconStars } from "@devigner-ui/icons";
<IconStars className="size-6" />
<script setup>
import { IconStars } from "@devigner-ui/icons-vue";
</script>
<template>
<IconStars class="size-6" />
</template>
<script>
import { IconStars } from "@devigner-ui/icons-svelte";
</script>
<IconStars class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="1" d="m10 16.5-.98.47c-1.99.55-2.98.83-3.51.25s-.26-1.62.3-3.71l.14-.54c.15-.6.23-.9.2-1.19-.05-.3-.2-.55-.5-1.07l-.28-.47C4.29 8.42 3.75 7.51 4.1 6.8s1.4-.8 3.43-.91l.53-.03c.58-.04.86-.05 1.12-.19.25-.13.44-.37.81-.84l.34-.44c1.32-1.67 1.97-2.5 2.73-2.38s1.11 1.14 1.82 3.16l.18.52c.2.57.3.86.5 1.07s.46.32 1 .55l.49.2c1.89.79 2.83 1.18 2.94 1.98.1.69-.48 1.29-1.64 2.3" stroke="currentColor" stroke-width="1.5"></path><path d="M15.25 10.69C14.27 9.5 13.77 8.92 13.2 9s-.83.8-1.36 2.23l-.14.36c-.15.4-.22.61-.37.76s-.35.23-.75.39l-.37.14c-1.41.55-2.12.83-2.2 1.4s.52 1.05 1.72 2.01l.3.25c.35.27.52.41.62.6.1.18.11.4.15.83l.02.4c.11 1.52.17 2.28.69 2.54s1.15-.15 2.42-.98l.33-.21c.36-.24.55-.36.75-.4.21-.02.42.03.84.14l.39.1c1.48.39 2.23.58 2.63.17s.2-1.14-.22-2.62l-.11-.38a2 2 0 0 1-.15-.83c.03-.21.15-.4.38-.76l.2-.33c.81-1.29 1.22-1.93.95-2.44s-1.04-.55-2.57-.64l-.4-.02c-.43-.02-.64-.03-.83-.13-.2-.1-.33-.26-.61-.6z" stroke="currentColor" stroke-width="1.5"></path></svg>