Tag2 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 { IconTag2 } from "@devigner-ui/icons";
<IconTag2 className="size-6" />
<script setup>
import { IconTag2 } from "@devigner-ui/icons-vue";
</script>
<template>
<IconTag2 class="size-6" />
</template>
<script>
import { IconTag2 } from "@devigner-ui/icons-svelte";
</script>
<IconTag2 class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m5.07 15.53 4.53 4.53a4.8 4.8 0 0 0 6.75 0l4.4-4.4a4.8 4.8 0 0 0 0-6.74L16.2 4.4A4.8 4.8 0 0 0 12.6 3l-5 .25a3.86 3.86 0 0 0-3.69 3.67l-.24 5a4.8 4.8 0 0 0 1.4 3.6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M10.4 12.23a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="m13.9 17.23 4-4" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg>