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

Name
ticket-diagonal-28-regular
Set
Fluent UI System Icons
Style
28 Regular
Viewbox
28×28
License
MIT

12 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the ticket diagonal icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M14.543 2.805a2.75 2.75 0 0 1 3.89 0l1.433 1.434c.407.407.359 1.013.047 1.38A1.75 1.75 0 0 0 21.25 8.5c.43.001.823-.154 1.128-.414l.072-.055c.37-.261.927-.28 1.31.102l1.436 1.437a2.75 2.75 0 0 1 0 3.888L13.458 25.195a2.75 2.75 0 0 1-3.888 0l-1.437-1.437c-.407-.407-.36-1.013-.048-1.38c.26-.306.415-.698.415-1.128a1.75 1.75 0 0 0-2.88-1.337c-.367.311-.973.359-1.38-.048L2.806 18.43a2.75 2.75 0 0 1 0-3.889zm2.829 1.06a1.25 1.25 0 0 0-1.768 0l-2.839 2.838l1.206 1.207a.75.75 0 0 1-1.06 1.06l-1.207-1.206l-7.837 7.839a1.25 1.25 0 0 0 0 1.768l1.14 1.14A3.25 3.25 0 0 1 10 21.25c0 .641-.192 1.238-.513 1.74l1.142 1.143a1.25 1.25 0 0 0 1.768 0l7.838-7.839l-1.204-1.204a.75.75 0 1 1 1.06-1.06l1.204 1.204l2.84-2.838a1.25 1.25 0 0 0 0-1.768l-1.143-1.142c-.503.321-1.1.513-1.743.513A3.25 3.25 0 0 1 18 6.75c0-.642.19-1.24.511-1.745zm-2.34 6.166a.75.75 0 0 1 1.06 0l1.88 1.879a.75.75 0 0 1-1.061 1.06l-1.88-1.879a.75.75 0 0 1 0-1.06"/></svg>

React

import type { SVGProps } from "react";

export function FluentTicketDiagonal28Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M14.543 2.805a2.75 2.75 0 0 1 3.89 0l1.433 1.434c.407.407.359 1.013.047 1.38A1.75 1.75 0 0 0 21.25 8.5c.43.001.823-.154 1.128-.414l.072-.055c.37-.261.927-.28 1.31.102l1.436 1.437a2.75 2.75 0 0 1 0 3.888L13.458 25.195a2.75 2.75 0 0 1-3.888 0l-1.437-1.437c-.407-.407-.36-1.013-.048-1.38c.26-.306.415-.698.415-1.128a1.75 1.75 0 0 0-2.88-1.337c-.367.311-.973.359-1.38-.048L2.806 18.43a2.75 2.75 0 0 1 0-3.889zm2.829 1.06a1.25 1.25 0 0 0-1.768 0l-2.839 2.838l1.206 1.207a.75.75 0 0 1-1.06 1.06l-1.207-1.206l-7.837 7.839a1.25 1.25 0 0 0 0 1.768l1.14 1.14A3.25 3.25 0 0 1 10 21.25c0 .641-.192 1.238-.513 1.74l1.142 1.143a1.25 1.25 0 0 0 1.768 0l7.838-7.839l-1.204-1.204a.75.75 0 1 1 1.06-1.06l1.204 1.204l2.84-2.838a1.25 1.25 0 0 0 0-1.768l-1.143-1.142c-.503.321-1.1.513-1.743.513A3.25 3.25 0 0 1 18 6.75c0-.642.19-1.24.511-1.745zm-2.34 6.166a.75.75 0 0 1 1.06 0l1.88 1.879a.75.75 0 0 1-1.061 1.06l-1.88-1.879a.75.75 0 0 1 0-1.06"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M14.543 2.805a2.75 2.75 0 0 1 3.89 0l1.433 1.434c.407.407.359 1.013.047 1.38A1.75 1.75 0 0 0 21.25 8.5c.43.001.823-.154 1.128-.414l.072-.055c.37-.261.927-.28 1.31.102l1.436 1.437a2.75 2.75 0 0 1 0 3.888L13.458 25.195a2.75 2.75 0 0 1-3.888 0l-1.437-1.437c-.407-.407-.36-1.013-.048-1.38c.26-.306.415-.698.415-1.128a1.75 1.75 0 0 0-2.88-1.337c-.367.311-.973.359-1.38-.048L2.806 18.43a2.75 2.75 0 0 1 0-3.889zm2.829 1.06a1.25 1.25 0 0 0-1.768 0l-2.839 2.838l1.206 1.207a.75.75 0 0 1-1.06 1.06l-1.207-1.206l-7.837 7.839a1.25 1.25 0 0 0 0 1.768l1.14 1.14A3.25 3.25 0 0 1 10 21.25c0 .641-.192 1.238-.513 1.74l1.142 1.143a1.25 1.25 0 0 0 1.768 0l7.838-7.839l-1.204-1.204a.75.75 0 1 1 1.06-1.06l1.204 1.204l2.84-2.838a1.25 1.25 0 0 0 0-1.768l-1.143-1.142c-.503.321-1.1.513-1.743.513A3.25 3.25 0 0 1 18 6.75c0-.642.19-1.24.511-1.745zm-2.34 6.166a.75.75 0 0 1 1.06 0l1.88 1.879a.75.75 0 0 1-1.061 1.06l-1.88-1.879a.75.75 0 0 1 0-1.06"/></svg>
</template>

CSS

.icon-ticket-diagonal-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.543%202.805a2.75%202.75%200%200%201%203.89%200l1.433%201.434c.407.407.359%201.013.047%201.38A1.75%201.75%200%200%200%2021.25%208.5c.43.001.823-.154%201.128-.414l.072-.055c.37-.261.927-.28%201.31.102l1.436%201.437a2.75%202.75%200%200%201%200%203.888L13.458%2025.195a2.75%202.75%200%200%201-3.888%200l-1.437-1.437c-.407-.407-.36-1.013-.048-1.38c.26-.306.415-.698.415-1.128a1.75%201.75%200%200%200-2.88-1.337c-.367.311-.973.359-1.38-.048L2.806%2018.43a2.75%202.75%200%200%201%200-3.889zm2.829%201.06a1.25%201.25%200%200%200-1.768%200l-2.839%202.838l1.206%201.207a.75.75%200%200%201-1.06%201.06l-1.207-1.206l-7.837%207.839a1.25%201.25%200%200%200%200%201.768l1.14%201.14A3.25%203.25%200%200%201%2010%2021.25c0%20.641-.192%201.238-.513%201.74l1.142%201.143a1.25%201.25%200%200%200%201.768%200l7.838-7.839l-1.204-1.204a.75.75%200%201%201%201.06-1.06l1.204%201.204l2.84-2.838a1.25%201.25%200%200%200%200-1.768l-1.143-1.142c-.503.321-1.1.513-1.743.513A3.25%203.25%200%200%201%2018%206.75c0-.642.19-1.24.511-1.745zm-2.34%206.166a.75.75%200%200%201%201.06%200l1.88%201.879a.75.75%200%200%201-1.061%201.06l-1.88-1.879a.75.75%200%200%201%200-1.06%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.543%202.805a2.75%202.75%200%200%201%203.89%200l1.433%201.434c.407.407.359%201.013.047%201.38A1.75%201.75%200%200%200%2021.25%208.5c.43.001.823-.154%201.128-.414l.072-.055c.37-.261.927-.28%201.31.102l1.436%201.437a2.75%202.75%200%200%201%200%203.888L13.458%2025.195a2.75%202.75%200%200%201-3.888%200l-1.437-1.437c-.407-.407-.36-1.013-.048-1.38c.26-.306.415-.698.415-1.128a1.75%201.75%200%200%200-2.88-1.337c-.367.311-.973.359-1.38-.048L2.806%2018.43a2.75%202.75%200%200%201%200-3.889zm2.829%201.06a1.25%201.25%200%200%200-1.768%200l-2.839%202.838l1.206%201.207a.75.75%200%200%201-1.06%201.06l-1.207-1.206l-7.837%207.839a1.25%201.25%200%200%200%200%201.768l1.14%201.14A3.25%203.25%200%200%201%2010%2021.25c0%20.641-.192%201.238-.513%201.74l1.142%201.143a1.25%201.25%200%200%200%201.768%200l7.838-7.839l-1.204-1.204a.75.75%200%201%201%201.06-1.06l1.204%201.204l2.84-2.838a1.25%201.25%200%200%200%200-1.768l-1.143-1.142c-.503.321-1.1.513-1.743.513A3.25%203.25%200%200%201%2018%206.75c0-.642.19-1.24.511-1.745zm-2.34%206.166a.75.75%200%200%201%201.06%200l1.88%201.879a.75.75%200%200%201-1.061%201.06l-1.88-1.879a.75.75%200%200%201%200-1.06%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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