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

Name
ticket-diagonal-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M12.449 2.654a2.25 2.25 0 0 1 3.181 0l1.255 1.255c.449.449.336 1.105-.016 1.456A1.25 1.25 0 0 0 17.75 7.5c.344 0 .654-.141.882-.37l.07-.064c.338-.282.886-.364 1.3-.031l.087.078l1.248 1.248l.155.17a2.25 2.25 0 0 1-.155 3.011l-9.793 9.793a2.25 2.25 0 0 1-3.181 0l-1.25-1.249c-.448-.448-.336-1.104.017-1.455l.082-.09a1.23 1.23 0 0 0 .287-.792a1.25 1.25 0 0 0-2.134-.882c-.35.352-1.007.464-1.456.015l-1.254-1.255a2.25 2.25 0 0 1 0-3.181zm2.12 1.06a.75.75 0 0 0-1.06 0L11.142 6.08l.828.829a.75.75 0 0 1-1.06 1.06l-.829-.828l-6.365 6.366a.75.75 0 0 0 0 1.06l.942.943A2.75 2.75 0 0 1 9 17.75c0 .595-.193 1.142-.512 1.59l.936.936a.75.75 0 0 0 1.06 0l6.366-6.366l-.82-.82a.75.75 0 1 1 1.061-1.06l.82.819l2.367-2.366a.75.75 0 0 0 0-1.06l-.937-.937c-.448.32-.995.514-1.59.514A2.75 2.75 0 0 1 15 6.25c0-.594.19-1.144.511-1.593zM13.032 9.03a.75.75 0 0 1 1.06 0l.88.879a.75.75 0 0 1-1.061 1.06l-.88-.879a.75.75 0 0 1 0-1.06"/></svg>

React

import type { SVGProps } from "react";

export function FluentTicketDiagonal24Regular(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="M12.449 2.654a2.25 2.25 0 0 1 3.181 0l1.255 1.255c.449.449.336 1.105-.016 1.456A1.25 1.25 0 0 0 17.75 7.5c.344 0 .654-.141.882-.37l.07-.064c.338-.282.886-.364 1.3-.031l.087.078l1.248 1.248l.155.17a2.25 2.25 0 0 1-.155 3.011l-9.793 9.793a2.25 2.25 0 0 1-3.181 0l-1.25-1.249c-.448-.448-.336-1.104.017-1.455l.082-.09a1.23 1.23 0 0 0 .287-.792a1.25 1.25 0 0 0-2.134-.882c-.35.352-1.007.464-1.456.015l-1.254-1.255a2.25 2.25 0 0 1 0-3.181zm2.12 1.06a.75.75 0 0 0-1.06 0L11.142 6.08l.828.829a.75.75 0 0 1-1.06 1.06l-.829-.828l-6.365 6.366a.75.75 0 0 0 0 1.06l.942.943A2.75 2.75 0 0 1 9 17.75c0 .595-.193 1.142-.512 1.59l.936.936a.75.75 0 0 0 1.06 0l6.366-6.366l-.82-.82a.75.75 0 1 1 1.061-1.06l.82.819l2.367-2.366a.75.75 0 0 0 0-1.06l-.937-.937c-.448.32-.995.514-1.59.514A2.75 2.75 0 0 1 15 6.25c0-.594.19-1.144.511-1.593zM13.032 9.03a.75.75 0 0 1 1.06 0l.88.879a.75.75 0 0 1-1.061 1.06l-.88-.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 24 24"><path fill="currentColor" d="M12.449 2.654a2.25 2.25 0 0 1 3.181 0l1.255 1.255c.449.449.336 1.105-.016 1.456A1.25 1.25 0 0 0 17.75 7.5c.344 0 .654-.141.882-.37l.07-.064c.338-.282.886-.364 1.3-.031l.087.078l1.248 1.248l.155.17a2.25 2.25 0 0 1-.155 3.011l-9.793 9.793a2.25 2.25 0 0 1-3.181 0l-1.25-1.249c-.448-.448-.336-1.104.017-1.455l.082-.09a1.23 1.23 0 0 0 .287-.792a1.25 1.25 0 0 0-2.134-.882c-.35.352-1.007.464-1.456.015l-1.254-1.255a2.25 2.25 0 0 1 0-3.181zm2.12 1.06a.75.75 0 0 0-1.06 0L11.142 6.08l.828.829a.75.75 0 0 1-1.06 1.06l-.829-.828l-6.365 6.366a.75.75 0 0 0 0 1.06l.942.943A2.75 2.75 0 0 1 9 17.75c0 .595-.193 1.142-.512 1.59l.936.936a.75.75 0 0 0 1.06 0l6.366-6.366l-.82-.82a.75.75 0 1 1 1.061-1.06l.82.819l2.367-2.366a.75.75 0 0 0 0-1.06l-.937-.937c-.448.32-.995.514-1.59.514A2.75 2.75 0 0 1 15 6.25c0-.594.19-1.144.511-1.593zM13.032 9.03a.75.75 0 0 1 1.06 0l.88.879a.75.75 0 0 1-1.061 1.06l-.88-.879a.75.75 0 0 1 0-1.06"/></svg>
</template>

CSS

.icon-ticket-diagonal-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%22M12.449%202.654a2.25%202.25%200%200%201%203.181%200l1.255%201.255c.449.449.336%201.105-.016%201.456A1.25%201.25%200%200%200%2017.75%207.5c.344%200%20.654-.141.882-.37l.07-.064c.338-.282.886-.364%201.3-.031l.087.078l1.248%201.248l.155.17a2.25%202.25%200%200%201-.155%203.011l-9.793%209.793a2.25%202.25%200%200%201-3.181%200l-1.25-1.249c-.448-.448-.336-1.104.017-1.455l.082-.09a1.23%201.23%200%200%200%20.287-.792a1.25%201.25%200%200%200-2.134-.882c-.35.352-1.007.464-1.456.015l-1.254-1.255a2.25%202.25%200%200%201%200-3.181zm2.12%201.06a.75.75%200%200%200-1.06%200L11.142%206.08l.828.829a.75.75%200%200%201-1.06%201.06l-.829-.828l-6.365%206.366a.75.75%200%200%200%200%201.06l.942.943A2.75%202.75%200%200%201%209%2017.75c0%20.595-.193%201.142-.512%201.59l.936.936a.75.75%200%200%200%201.06%200l6.366-6.366l-.82-.82a.75.75%200%201%201%201.061-1.06l.82.819l2.367-2.366a.75.75%200%200%200%200-1.06l-.937-.937c-.448.32-.995.514-1.59.514A2.75%202.75%200%200%201%2015%206.25c0-.594.19-1.144.511-1.593zM13.032%209.03a.75.75%200%200%201%201.06%200l.88.879a.75.75%200%200%201-1.061%201.06l-.88-.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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.449%202.654a2.25%202.25%200%200%201%203.181%200l1.255%201.255c.449.449.336%201.105-.016%201.456A1.25%201.25%200%200%200%2017.75%207.5c.344%200%20.654-.141.882-.37l.07-.064c.338-.282.886-.364%201.3-.031l.087.078l1.248%201.248l.155.17a2.25%202.25%200%200%201-.155%203.011l-9.793%209.793a2.25%202.25%200%200%201-3.181%200l-1.25-1.249c-.448-.448-.336-1.104.017-1.455l.082-.09a1.23%201.23%200%200%200%20.287-.792a1.25%201.25%200%200%200-2.134-.882c-.35.352-1.007.464-1.456.015l-1.254-1.255a2.25%202.25%200%200%201%200-3.181zm2.12%201.06a.75.75%200%200%200-1.06%200L11.142%206.08l.828.829a.75.75%200%200%201-1.06%201.06l-.829-.828l-6.365%206.366a.75.75%200%200%200%200%201.06l.942.943A2.75%202.75%200%200%201%209%2017.75c0%20.595-.193%201.142-.512%201.59l.936.936a.75.75%200%200%200%201.06%200l6.366-6.366l-.82-.82a.75.75%200%201%201%201.061-1.06l.82.819l2.367-2.366a.75.75%200%200%200%200-1.06l-.937-.937c-.448.32-.995.514-1.59.514A2.75%202.75%200%200%201%2015%206.25c0-.594.19-1.144.511-1.593zM13.032%209.03a.75.75%200%200%201%201.06%200l.88.879a.75.75%200%200%201-1.061%201.06l-.88-.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-24-regular.svg?color=%231a73e8&size=48