Star 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 { IconStar } from "@devigner-ui/icons";
<IconStar className="size-6" />
<script setup>
import { IconStar } from "@devigner-ui/icons-vue";
</script>
<template>
<IconStar class="size-6" />
</template>
<script>
import { IconStar } from "@devigner-ui/icons-svelte";
</script>
<IconStar class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" d="m13.73 3.51 1.76 3.52c.24.49.88.96 1.42 1.05l3.19.53c2.04.34 2.52 1.82 1.05 3.28l-2.48 2.48a2.2 2.2 0 0 0-.52 1.81l.71 3.07c.56 2.43-.73 3.37-2.88 2.1l-2.99-1.77a2.2 2.2 0 0 0-1.98 0l-2.99 1.77c-2.14 1.27-3.44.32-2.88-2.1l.71-3.07c.13-.58-.1-1.39-.52-1.81l-2.48-2.48c-1.46-1.46-.99-2.94 1.05-3.28l3.19-.53A2.2 2.2 0 0 0 8.5 7.03l1.76-3.52c.96-1.91 2.52-1.91 3.47 0"></path></svg>