Story icon in outline, twotone, bold and bulk. Free in all four styles, for props, objects and everything with no other sheet. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconStory } from "@devigner-ui/icons";
<IconStory className="size-6" />
<script setup>
import { IconStory } from "@devigner-ui/icons-vue";
</script>
<template>
<IconStory class="size-6" />
</template>
<script>
import { IconStory } from "@devigner-ui/icons-svelte";
</script>
<IconStory class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.09 7.95a6.25 6.25 0 1 1-8.85 8.84 6.25 6.25 0 0 1 8.85-8.84" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M8.92 21.64c-2-.8-3.75-2.25-4.91-4.26a10 10 0 0 1-1.25-6.25" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M6.52 4.48a9.94 9.94 0 0 1 12.19-.07" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M16.42 21.64c2-.8 3.75-2.25 4.91-4.26a10 10 0 0 0 1.25-6.25" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>