ticket horizontal icon

ticket-horizontal-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
ticket-horizontal-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the ticket horizontal icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.75 5A2.25 2.25 0 0 1 22 7.25v1.784c0 .532-.4.919-.848.997a2 2 0 0 0 0 3.937c.448.078.848.465.848.997v1.785A2.25 2.25 0 0 1 19.75 19H4.25A2.25 2.25 0 0 1 2 16.75v-1.785c0-.532.4-.919.848-.997l.173-.038a1.999 1.999 0 0 0-.173-3.899A1.02 1.02 0 0 1 2 9.034V7.25A2.25 2.25 0 0 1 4.25 5zM4.25 6.5a.75.75 0 0 0-.75.75v1.4a3.494 3.494 0 0 1 0 6.7v1.4c0 .414.336.75.75.75H14.5v-1.25a.75.75 0 0 1 1.5 0v1.25h3.75a.75.75 0 0 0 .75-.75v-1.401a3.494 3.494 0 0 1 0-6.7V7.25a.75.75 0 0 0-.75-.75H16v1.25a.75.75 0 0 1-1.5 0V6.5zm11 3.5a.75.75 0 0 1 .75.75v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 .75-.75"/></svg>

React

import type { SVGProps } from "react";

export function FluentTicketHorizontal24Regular(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.75 5A2.25 2.25 0 0 1 22 7.25v1.784c0 .532-.4.919-.848.997a2 2 0 0 0 0 3.937c.448.078.848.465.848.997v1.785A2.25 2.25 0 0 1 19.75 19H4.25A2.25 2.25 0 0 1 2 16.75v-1.785c0-.532.4-.919.848-.997l.173-.038a1.999 1.999 0 0 0-.173-3.899A1.02 1.02 0 0 1 2 9.034V7.25A2.25 2.25 0 0 1 4.25 5zM4.25 6.5a.75.75 0 0 0-.75.75v1.4a3.494 3.494 0 0 1 0 6.7v1.4c0 .414.336.75.75.75H14.5v-1.25a.75.75 0 0 1 1.5 0v1.25h3.75a.75.75 0 0 0 .75-.75v-1.401a3.494 3.494 0 0 1 0-6.7V7.25a.75.75 0 0 0-.75-.75H16v1.25a.75.75 0 0 1-1.5 0V6.5zm11 3.5a.75.75 0 0 1 .75.75v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 .75-.75"/></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.75 5A2.25 2.25 0 0 1 22 7.25v1.784c0 .532-.4.919-.848.997a2 2 0 0 0 0 3.937c.448.078.848.465.848.997v1.785A2.25 2.25 0 0 1 19.75 19H4.25A2.25 2.25 0 0 1 2 16.75v-1.785c0-.532.4-.919.848-.997l.173-.038a1.999 1.999 0 0 0-.173-3.899A1.02 1.02 0 0 1 2 9.034V7.25A2.25 2.25 0 0 1 4.25 5zM4.25 6.5a.75.75 0 0 0-.75.75v1.4a3.494 3.494 0 0 1 0 6.7v1.4c0 .414.336.75.75.75H14.5v-1.25a.75.75 0 0 1 1.5 0v1.25h3.75a.75.75 0 0 0 .75-.75v-1.401a3.494 3.494 0 0 1 0-6.7V7.25a.75.75 0 0 0-.75-.75H16v1.25a.75.75 0 0 1-1.5 0V6.5zm11 3.5a.75.75 0 0 1 .75.75v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 .75-.75"/></svg>
</template>

CSS

.icon-ticket-horizontal-24-regular {
  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.75%205A2.25%202.25%200%200%201%2022%207.25v1.784c0%20.532-.4.919-.848.997a2%202%200%200%200%200%203.937c.448.078.848.465.848.997v1.785A2.25%202.25%200%200%201%2019.75%2019H4.25A2.25%202.25%200%200%201%202%2016.75v-1.785c0-.532.4-.919.848-.997l.173-.038a1.999%201.999%200%200%200-.173-3.899A1.02%201.02%200%200%201%202%209.034V7.25A2.25%202.25%200%200%201%204.25%205zM4.25%206.5a.75.75%200%200%200-.75.75v1.4a3.494%203.494%200%200%201%200%206.7v1.4c0%20.414.336.75.75.75H14.5v-1.25a.75.75%200%200%201%201.5%200v1.25h3.75a.75.75%200%200%200%20.75-.75v-1.401a3.494%203.494%200%200%201%200-6.7V7.25a.75.75%200%200%200-.75-.75H16v1.25a.75.75%200%200%201-1.5%200V6.5zm11%203.5a.75.75%200%200%201%20.75.75v2.5a.75.75%200%200%201-1.5%200v-2.5a.75.75%200%200%201%20.75-.75%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.75%205A2.25%202.25%200%200%201%2022%207.25v1.784c0%20.532-.4.919-.848.997a2%202%200%200%200%200%203.937c.448.078.848.465.848.997v1.785A2.25%202.25%200%200%201%2019.75%2019H4.25A2.25%202.25%200%200%201%202%2016.75v-1.785c0-.532.4-.919.848-.997l.173-.038a1.999%201.999%200%200%200-.173-3.899A1.02%201.02%200%200%201%202%209.034V7.25A2.25%202.25%200%200%201%204.25%205zM4.25%206.5a.75.75%200%200%200-.75.75v1.4a3.494%203.494%200%200%201%200%206.7v1.4c0%20.414.336.75.75.75H14.5v-1.25a.75.75%200%200%201%201.5%200v1.25h3.75a.75.75%200%200%200%20.75-.75v-1.401a3.494%203.494%200%200%201%200-6.7V7.25a.75.75%200%200%200-.75-.75H16v1.25a.75.75%200%200%201-1.5%200V6.5zm11%203.5a.75.75%200%200%201%20.75.75v2.5a.75.75%200%200%201-1.5%200v-2.5a.75.75%200%200%201%20.75-.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/ticket-horizontal-24-regular.svg?color=%231a73e8&size=48