Tag Right 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 { IconTagRight } from "@devigner-ui/icons";
<IconTagRight className="size-6" />
<script setup>
import { IconTagRight } from "@devigner-ui/icons-vue";
</script>
<template>
<IconTagRight class="size-6" />
</template>
<script>
import { IconTagRight } from "@devigner-ui/icons-svelte";
</script>
<IconTagRight 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.89 3.1h11.44c.68 0 1.53.47 1.89 1.05l4.18 6.68c.4.65.36 1.67-.1 2.28l-5.18 6.9c-.37.49-1.17.89-1.78.89H4.89A2.23 2.23 0 0 1 3 17.49l2.77-4.43a2.2 2.2 0 0 0 0-2.14L3 6.49A2.22 2.22 0 0 1 4.89 3.1" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg>