tickets from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
tickets
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the tickets icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="m19.902 7.25l-.493-1.267c-.551-1.259-1.023-2.031-1.692-2.52a4 4 0 0 0-1.25-.613c-1.197-.337-2.49.199-5.075 1.271L8.238 5.43c-.703.292-1.31.544-1.836.779"/><path d="M3 16.25a2.5 2.5 0 0 0 0-5c0-.93 0-1.394.077-1.78A4 4 0 0 1 6.22 6.327c.386-.077.85-.077 1.78-.077h5.5c3.288 0 4.931 0 6.038.908a4 4 0 0 1 .554.554C21 8.82 21 10.642 21 14.288c0 2.929 0 4.393-.908 5.5a4 4 0 0 1-.554.554c-1.107.908-2.75.908-6.038.908H8c-.93 0-1.394 0-1.78-.077a4 4 0 0 1-3.143-3.143C3 17.644 3 17.18 3 16.25"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsTickets(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="m19.902 7.25l-.493-1.267c-.551-1.259-1.023-2.031-1.692-2.52a4 4 0 0 0-1.25-.613c-1.197-.337-2.49.199-5.075 1.271L8.238 5.43c-.703.292-1.31.544-1.836.779"/><path d="M3 16.25a2.5 2.5 0 0 0 0-5c0-.93 0-1.394.077-1.78A4 4 0 0 1 6.22 6.327c.386-.077.85-.077 1.78-.077h5.5c3.288 0 4.931 0 6.038.908a4 4 0 0 1 .554.554C21 8.82 21 10.642 21 14.288c0 2.929 0 4.393-.908 5.5a4 4 0 0 1-.554.554c-1.107.908-2.75.908-6.038.908H8c-.93 0-1.394 0-1.78-.077a4 4 0 0 1-3.143-3.143C3 17.644 3 17.18 3 16.25"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="m19.902 7.25l-.493-1.267c-.551-1.259-1.023-2.031-1.692-2.52a4 4 0 0 0-1.25-.613c-1.197-.337-2.49.199-5.075 1.271L8.238 5.43c-.703.292-1.31.544-1.836.779"/><path d="M3 16.25a2.5 2.5 0 0 0 0-5c0-.93 0-1.394.077-1.78A4 4 0 0 1 6.22 6.327c.386-.077.85-.077 1.78-.077h5.5c3.288 0 4.931 0 6.038.908a4 4 0 0 1 .554.554C21 8.82 21 10.642 21 14.288c0 2.929 0 4.393-.908 5.5a4 4 0 0 1-.554.554c-1.107.908-2.75.908-6.038.908H8c-.93 0-1.394 0-1.78-.077a4 4 0 0 1-3.143-3.143C3 17.644 3 17.18 3 16.25"/></g></svg>
</template>

CSS

.icon-tickets {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22m19.902%207.25l-.493-1.267c-.551-1.259-1.023-2.031-1.692-2.52a4%204%200%200%200-1.25-.613c-1.197-.337-2.49.199-5.075%201.271L8.238%205.43c-.703.292-1.31.544-1.836.779%22%2F%3E%3Cpath%20d%3D%22M3%2016.25a2.5%202.5%200%200%200%200-5c0-.93%200-1.394.077-1.78A4%204%200%200%201%206.22%206.327c.386-.077.85-.077%201.78-.077h5.5c3.288%200%204.931%200%206.038.908a4%204%200%200%201%20.554.554C21%208.82%2021%2010.642%2021%2014.288c0%202.929%200%204.393-.908%205.5a4%204%200%200%201-.554.554c-1.107.908-2.75.908-6.038.908H8c-.93%200-1.394%200-1.78-.077a4%204%200%200%201-3.143-3.143C3%2017.644%203%2017.18%203%2016.25%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22m19.902%207.25l-.493-1.267c-.551-1.259-1.023-2.031-1.692-2.52a4%204%200%200%200-1.25-.613c-1.197-.337-2.49.199-5.075%201.271L8.238%205.43c-.703.292-1.31.544-1.836.779%22%2F%3E%3Cpath%20d%3D%22M3%2016.25a2.5%202.5%200%200%200%200-5c0-.93%200-1.394.077-1.78A4%204%200%200%201%206.22%206.327c.386-.077.85-.077%201.78-.077h5.5c3.288%200%204.931%200%206.038.908a4%204%200%200%201%20.554.554C21%208.82%2021%2010.642%2021%2014.288c0%202.929%200%204.393-.908%205.5a4%204%200%200%201-.554.554c-1.107.908-2.75.908-6.038.908H8c-.93%200-1.394%200-1.78-.077a4%204%200%200%201-3.143-3.143C3%2017.644%203%2017.18%203%2016.25%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/tickets.svg?color=%231a73e8&size=48