Star Slash 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 { IconStarSlash } from "@devigner-ui/icons";
<IconStarSlash className="size-6" />
<script setup>
import { IconStarSlash } from "@devigner-ui/icons-vue";
</script>
<template>
<IconStarSlash class="size-6" />
</template>
<script>
import { IconStarSlash } from "@devigner-ui/icons-svelte";
</script>
<IconStarSlash class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m5.95 18.65.57-2.47c.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 1.41-1.05l1.76-3.52c.95-1.91 2.51-1.91 3.47 0l1.76 3.52q.18.35.55.64" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M20.77 8.61c2.04.34 2.52 1.82 1.05 3.28l-2.48 2.48a2.2 2.2 0 0 0-.52 1.81l.7 3.07c.57 2.43-.72 3.37-2.87 2.1l-2.99-1.77a2.2 2.2 0 0 0-1.98 0l-3 1.77" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="m22.67 2-20 20" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>