Stars Minimalistic 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 { IconStarsMinimalistic } from "@devigner-ui/icons";
<IconStarsMinimalistic className="size-6" />
<script setup>
import { IconStarsMinimalistic } from "@devigner-ui/icons-vue";
</script>
<template>
<IconStarsMinimalistic class="size-6" />
</template>
<script>
import { IconStarsMinimalistic } from "@devigner-ui/icons-svelte";
</script>
<IconStarsMinimalistic class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.08 7.9C11.16 5.97 11.7 5 12.5 5s1.34.97 2.42 2.9l.28.5c.3.55.46.82.7 1s.53.25 1.13.38l.54.13c2.09.47 3.13.7 3.38 1.5s-.46 1.64-1.89 3.3l-.37.44c-.4.47-.6.7-.7 1s-.06.6 0 1.24l.06.58c.22 2.22.32 3.33-.33 3.83s-1.63.04-3.58-.86l-.51-.23c-.56-.26-.84-.39-1.13-.39-.3 0-.57.13-1.13.39l-.5.23c-1.96.9-2.94 1.35-3.6.86-.64-.5-.54-1.61-.32-3.83l.05-.58c.07-.63.1-.95 0-1.24-.09-.3-.29-.53-.7-1l-.36-.43c-1.43-1.67-2.14-2.5-1.9-3.3.26-.8 1.3-1.04 3.4-1.51l.53-.13c.6-.13.9-.2 1.13-.38.24-.18.4-.45.7-1z" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M4.99 2a5 5 0 0 0 .92 2.08C6.54 4.71 8 5 8 5s-1.46.29-2.08.92S5 8 5 8s-.29-1.46-.92-2.08S2 5 2 5s1.46-.29 2.08-.92S5 2 5 2z" stroke="currentColor" stroke-width="1.5" stroke-linejoin="round"></path><path opacity="1" d="M18 5h2m-1 1V4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>