Tag Price 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 { IconTagPrice } from "@devigner-ui/icons";
<IconTagPrice className="size-6" />
<script setup>
import { IconTagPrice } from "@devigner-ui/icons-vue";
</script>
<template>
<IconTagPrice class="size-6" />
</template>
<script>
import { IconTagPrice } from "@devigner-ui/icons-svelte";
</script>
<IconTagPrice 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="M4.73 16.14c-1.55-1.55-2.32-2.32-2.6-3.32-.3-1-.05-2.07.44-4.2l.29-1.23c.4-1.8.62-2.69 1.23-3.3s1.5-.82 3.3-1.23l1.23-.29c2.13-.49 3.2-.73 4.2-.45 1 .3 1.77 1.06 3.32 2.6l1.83 1.84c2.69 2.69 4.03 4.03 4.03 5.7s-1.34 3.02-4.03 5.7c-2.7 2.7-4.04 4.04-5.7 4.04-1.68 0-3.02-1.34-5.71-4.03z" stroke="currentColor" stroke-width="1.5"></path><path d="M15.39 15.39c.59-.59.66-1.46.18-1.95-.5-.48-1.36-.4-1.95.18s-1.45.67-1.94.18c-.5-.49-.41-1.36.17-1.95m3.54 3.54.35.35m-.35-.35c-.4.4-.94.56-1.39.47m-2.5-4.36.35.35m0 0c.34-.33.76-.5 1.15-.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><circle cx="8.60699" cy="8.87939" r="2" transform="rotate(-45 8.60699 8.87939)" stroke="currentColor" stroke-width="1.5"></circle></svg>