Folder Favorite icon in outline, twotone, bold and bulk. Free in all four styles, for file manager, storage, organisation, directories. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconFolderFavorite } from "@devigner-ui/icons";
<IconFolderFavorite className="size-6" />
<script setup>
import { IconFolderFavorite } from "@devigner-ui/icons-vue";
</script>
<template>
<IconFolderFavorite class="size-6" />
</template>
<script>
import { IconFolderFavorite } from "@devigner-ui/icons-svelte";
</script>
<IconFolderFavorite 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="m9.87 14.78 2.58 2.26c.12.11.31.11.43 0l2.58-2.26a1.66 1.66 0 0 0-2.09-2.58l-.7.54-.71-.53a1.65 1.65 0 0 0-2.09 2.57" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M22.67 11v6c0 4-1 5-5 5h-10c-4 0-5-1-5-5V7c0-4 1-5 5-5h1.5c1.5 0 1.83.44 2.4 1.2l1.5 2c.38.5.6.8 1.6.8h3c4 0 5 1 5 5" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10"></path></svg>