Gift2 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 { IconGift2 } from "@devigner-ui/icons";
<IconGift2 className="size-6" />
<script setup>
import { IconGift2 } from "@devigner-ui/icons-vue";
</script>
<template>
<IconGift2 class="size-6" />
</template>
<script>
import { IconGift2 } from "@devigner-ui/icons-svelte";
</script>
<IconGift2 class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20.64 10h-16v8c0 3 1 4 4 4h8c3 0 4-1 4-4z" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M22.17 7v1c0 1.1-.53 2-2 2h-15c-1.53 0-2-.9-2-2V7c0-1.1.47-2 2-2h15c1.47 0 2 .9 2 2" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M12.31 5H6.79a.94.94 0 0 1 .03-1.3l1.42-1.42a.96.96 0 0 1 1.35 0z" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M18.54 5h-5.52l2.72-2.72a.96.96 0 0 1 1.35 0l1.42 1.42c.36.36.37.93.03 1.3" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M9.61 10v5.14a1 1 0 0 0 1.55.84l.94-.62a1 1 0 0 1 1.1 0l.89.6a1 1 0 0 0 1.55-.83V10z" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg>