Ticket2 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 { IconTicket2 } from "@devigner-ui/icons";
<IconTicket2 className="size-6" />
<script setup>
import { IconTicket2 } from "@devigner-ui/icons-vue";
</script>
<template>
<IconTicket2 class="size-6" />
</template>
<script>
import { IconTicket2 } from "@devigner-ui/icons-svelte";
</script>
<IconTicket2 class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.58 14.7a2.35 2.35 0 0 0 2.35 2.33c0 3.75-.94 4.7-4.69 4.7H7.86c-3.75 0-4.69-.95-4.69-4.7v-.46a2.36 2.36 0 0 0 2.35-2.35 2.36 2.36 0 0 0-2.35-2.35v-.46c.01-3.75.94-4.69 4.69-4.69h9.37c3.75 0 4.69.94 4.69 4.7v.93a2.34 2.34 0 0 0-2.34 2.34" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M16.88 6.72H7.8l2.93-2.93c2.4-2.39 3.6-2.39 5.98 0l.6.6a2.1 2.1 0 0 0-.42 2.33" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M10.55 6.72v15" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="5 5"></path></svg>