Ticket Star 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 { IconTicketStar } from "@devigner-ui/icons";
<IconTicketStar className="size-6" />
<script setup>
import { IconTicketStar } from "@devigner-ui/icons-vue";
</script>
<template>
<IconTicketStar class="size-6" />
</template>
<script>
import { IconTicketStar } from "@devigner-ui/icons-svelte";
</script>
<IconTicketStar class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.66 4h-10c-3.83 0-4.9.92-4.99 4.5a3.5 3.5 0 0 1 0 7c.1 3.58 1.16 4.5 5 4.5h10c4 0 5-1 5-5V9c0-4-1-5-5-5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M9.66 4v3.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M9.66 16.5V20" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="m15.7 9.33.61 1.25q.1.19.31.23l1.38.2c.34.05.48.47.23.71l-1 .97a.4.4 0 0 0-.12.37l.24 1.37c.06.34-.3.6-.6.44l-1.23-.65a.4.4 0 0 0-.39 0l-1.23.65a.41.41 0 0 1-.6-.44l.24-1.37a.4.4 0 0 0-.12-.37l-.99-.97a.42.42 0 0 1 .23-.71l1.38-.2a.4.4 0 0 0 .31-.23l.61-1.25c.14-.31.58-.31.73 0" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>