ticket 3 icon

ticket-3-filled from Reicon by REICON · Filled · Shopping · MIT Free for personal and commercial use.

Name
ticket-3-filled
Set
Reicon
Style
Filled
Category
Shopping
Viewbox
24×24
License
MIT

1 other variant in Reicon

More shopping icons from Reicon

Use the ticket 3 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 4h-7.667a1 1 0 0 0-1 1c0 .735-.598 1.333-1.333 1.333S7.667 5.735 7.667 5a1 1 0 0 0-1-1H5a3.67 3.67 0 0 0-3.667 3.667v8.666A3.67 3.67 0 0 0 5 20h1.667a1 1 0 0 0 1-1c0-.735.599-1.333 1.333-1.333s1.333.598 1.333 1.333a1 1 0 0 0 1 1H19a3.67 3.67 0 0 0 3.667-3.667V7.667A3.67 3.67 0 0 0 19 4M9 14.917a1 1 0 1 1 0-2a1 1 0 0 1 0 2m0-3.833a1 1 0 1 1 0-2a1 1 0 0 1 0 2"/></svg>

React

import type { SVGProps } from "react";

export function ReiconTicket3Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 4h-7.667a1 1 0 0 0-1 1c0 .735-.598 1.333-1.333 1.333S7.667 5.735 7.667 5a1 1 0 0 0-1-1H5a3.67 3.67 0 0 0-3.667 3.667v8.666A3.67 3.67 0 0 0 5 20h1.667a1 1 0 0 0 1-1c0-.735.599-1.333 1.333-1.333s1.333.598 1.333 1.333a1 1 0 0 0 1 1H19a3.67 3.67 0 0 0 3.667-3.667V7.667A3.67 3.67 0 0 0 19 4M9 14.917a1 1 0 1 1 0-2a1 1 0 0 1 0 2m0-3.833a1 1 0 1 1 0-2a1 1 0 0 1 0 2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 4h-7.667a1 1 0 0 0-1 1c0 .735-.598 1.333-1.333 1.333S7.667 5.735 7.667 5a1 1 0 0 0-1-1H5a3.67 3.67 0 0 0-3.667 3.667v8.666A3.67 3.67 0 0 0 5 20h1.667a1 1 0 0 0 1-1c0-.735.599-1.333 1.333-1.333s1.333.598 1.333 1.333a1 1 0 0 0 1 1H19a3.67 3.67 0 0 0 3.667-3.667V7.667A3.67 3.67 0 0 0 19 4M9 14.917a1 1 0 1 1 0-2a1 1 0 0 1 0 2m0-3.833a1 1 0 1 1 0-2a1 1 0 0 1 0 2"/></svg>
</template>

CSS

.icon-ticket-3-filled {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19%204h-7.667a1%201%200%200%200-1%201c0%20.735-.598%201.333-1.333%201.333S7.667%205.735%207.667%205a1%201%200%200%200-1-1H5a3.67%203.67%200%200%200-3.667%203.667v8.666A3.67%203.67%200%200%200%205%2020h1.667a1%201%200%200%200%201-1c0-.735.599-1.333%201.333-1.333s1.333.598%201.333%201.333a1%201%200%200%200%201%201H19a3.67%203.67%200%200%200%203.667-3.667V7.667A3.67%203.67%200%200%200%2019%204M9%2014.917a1%201%200%201%201%200-2a1%201%200%200%201%200%202m0-3.833a1%201%200%201%201%200-2a1%201%200%200%201%200%202%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19%204h-7.667a1%201%200%200%200-1%201c0%20.735-.598%201.333-1.333%201.333S7.667%205.735%207.667%205a1%201%200%200%200-1-1H5a3.67%203.67%200%200%200-3.667%203.667v8.666A3.67%203.67%200%200%200%205%2020h1.667a1%201%200%200%200%201-1c0-.735.599-1.333%201.333-1.333s1.333.598%201.333%201.333a1%201%200%200%200%201%201H19a3.67%203.67%200%200%200%203.667-3.667V7.667A3.67%203.67%200%200%200%2019%204M9%2014.917a1%201%200%201%201%200-2a1%201%200%200%201%200%202m0-3.833a1%201%200%201%201%200-2a1%201%200%200%201%200%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/ticket-3-filled.svg?color=%231a73e8&size=48