Tag 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 { IconTag } from "@devigner-ui/icons";
<IconTag className="size-6" />
<script setup>
import { IconTag } from "@devigner-ui/icons-vue";
</script>
<template>
<IconTag class="size-6" />
</template>
<script>
import { IconTag } from "@devigner-ui/icons-svelte";
</script>
<IconTag class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path 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><circle opacity="1" cx="8.60699" cy="8.87939" r="2" transform="rotate(-45 8.60699 8.87939)" stroke="currentColor" stroke-width="1.5"></circle><path opacity="1" d="m11.54 18.5 6.98-6.98" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>