Discount Shape icon in outline, twotone, bold and bulk. Free in all four styles, for cart, checkout, storefront, orders. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconDiscountShape } from "@devigner-ui/icons";
<IconDiscountShape className="size-6" />
<script setup>
import { IconDiscountShape } from "@devigner-ui/icons-vue";
</script>
<template>
<IconDiscountShape class="size-6" />
</template>
<script>
import { IconDiscountShape } from "@devigner-ui/icons-svelte";
</script>
<IconDiscountShape class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke="currentColor" stroke-width="1.5" d="m3.99 14.66-1.52-1.52a1.6 1.6 0 0 1 0-2.26l1.52-1.52c.26-.26.47-.77.47-1.13V6.08c0-.88.72-1.6 1.6-1.6h2.15c.36 0 .87-.21 1.13-.47l1.52-1.52a1.6 1.6 0 0 1 2.26 0l1.52 1.52c.26.26.77.47 1.13.47h2.15c.88 0 1.6.72 1.6 1.6v2.15c0 .36.21.87.47 1.13l1.52 1.52a1.6 1.6 0 0 1 0 2.26l-1.52 1.52c-.26.26-.47.77-.47 1.13v2.15c0 .88-.72 1.6-1.6 1.6h-2.15c-.36 0-.87.21-1.13.47l-1.52 1.52a1.6 1.6 0 0 1-2.26 0l-1.52-1.52a2 2 0 0 0-1.13-.47H6.06a1.6 1.6 0 0 1-1.6-1.6v-2.15c0-.37-.21-.88-.47-1.13" opacity="1"></path><path stroke-linecap="round" stroke-linejoin="round" stroke="currentColor" stroke-width="1.5" d="m9 15 6-6"></path><path stroke-linecap="round" stroke-linejoin="round" stroke="currentColor" stroke-width="1.5" d="M9.5 9.5"></path></svg>