Ticket Sale 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 { IconTicketSale } from "@devigner-ui/icons";
<IconTicketSale className="size-6" />
<script setup>
import { IconTicketSale } from "@devigner-ui/icons-vue";
</script>
<template>
<IconTicketSale class="size-6" />
</template>
<script>
import { IconTicketSale } from "@devigner-ui/icons-svelte";
</script>
<IconTicketSale 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="M14 4h-4C6.2 4 4.32 4 3.15 5.17c-.8.8-1.06 1.95-1.14 3.82-.01.37-.02.56.05.68s.34.28.9.58a2 2 0 0 1 0 3.5c-.56.3-.83.46-.9.58-.07.13-.06.31-.05.68.08 1.87.33 3.01 1.14 3.82C4.32 20 6.21 20 10 20h4c3.79 0 5.68 0 6.85-1.17.8-.8 1.06-1.95 1.14-3.82.02-.37.02-.55-.05-.68-.07-.12-.34-.28-.9-.58a2 2 0 0 1 0-3.5c.56-.3.83-.46.9-.58s.06-.31.05-.68c-.08-1.87-.33-3.01-1.14-3.82C19.68 4 17.79 4 14 4" stroke="currentColor" stroke-width="1.5"></path><path d="m9 15 6-6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M15.5 14.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0" fill="currentColor"></path><path d="M10.5 9.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0" fill="currentColor"></path></svg>