ticket-diagonal-32-light from Fluent UI System Icons by Microsoft Corporation · 32 Light · MIT Free for personal and commercial use.

Name
ticket-diagonal-32-light
Set
Fluent UI System Icons
Style
32 Light
Viewbox
32×32
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 32 32"><path fill="currentColor" d="M16.941 2.806a2.75 2.75 0 0 1 3.89 0l1.576 1.576c.27.27.282.675.092.962A3 3 0 0 0 26.655 9.5l.113-.063a.77.77 0 0 1 .742.064l.107.09l1.577 1.577a2.75 2.75 0 0 1 0 3.89L15.058 29.194a2.75 2.75 0 0 1-3.889 0l-1.577-1.577a.76.76 0 0 1-.091-.962l.111-.182a3 3 0 0 0-4.269-3.974a.764.764 0 0 1-.961-.092l-1.576-1.576a2.75 2.75 0 0 1 0-3.89zm3.183.707a1.75 1.75 0 0 0-2.476 0l-4.213 4.213l1.86 1.86a.5.5 0 0 1-.707.707l-1.86-1.86l-9.215 9.215a1.75 1.75 0 0 0 0 2.476l1.441 1.442A4 4 0 0 1 11 25a4 4 0 0 1-.566 2.044l1.442 1.442a1.75 1.75 0 0 0 2.475 0l9.215-9.215l-1.857-1.858a.5.5 0 0 1 .707-.707l1.857 1.857l4.214-4.212a1.75 1.75 0 0 0 0-2.476l-1.442-1.442A4 4 0 0 1 25 11a4 4 0 0 1-3.435-6.046zm-3.415 8.194a.5.5 0 0 1 .707 0l2.879 2.879a.5.5 0 0 1-.707.707l-2.879-2.879a.5.5 0 0 1 0-.707"/></svg>

React

import type { SVGProps } from "react";

export function FluentTicketDiagonal32Light(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16.941 2.806a2.75 2.75 0 0 1 3.89 0l1.576 1.576c.27.27.282.675.092.962A3 3 0 0 0 26.655 9.5l.113-.063a.77.77 0 0 1 .742.064l.107.09l1.577 1.577a2.75 2.75 0 0 1 0 3.89L15.058 29.194a2.75 2.75 0 0 1-3.889 0l-1.577-1.577a.76.76 0 0 1-.091-.962l.111-.182a3 3 0 0 0-4.269-3.974a.764.764 0 0 1-.961-.092l-1.576-1.576a2.75 2.75 0 0 1 0-3.89zm3.183.707a1.75 1.75 0 0 0-2.476 0l-4.213 4.213l1.86 1.86a.5.5 0 0 1-.707.707l-1.86-1.86l-9.215 9.215a1.75 1.75 0 0 0 0 2.476l1.441 1.442A4 4 0 0 1 11 25a4 4 0 0 1-.566 2.044l1.442 1.442a1.75 1.75 0 0 0 2.475 0l9.215-9.215l-1.857-1.858a.5.5 0 0 1 .707-.707l1.857 1.857l4.214-4.212a1.75 1.75 0 0 0 0-2.476l-1.442-1.442A4 4 0 0 1 25 11a4 4 0 0 1-3.435-6.046zm-3.415 8.194a.5.5 0 0 1 .707 0l2.879 2.879a.5.5 0 0 1-.707.707l-2.879-2.879a.5.5 0 0 1 0-.707"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16.941 2.806a2.75 2.75 0 0 1 3.89 0l1.576 1.576c.27.27.282.675.092.962A3 3 0 0 0 26.655 9.5l.113-.063a.77.77 0 0 1 .742.064l.107.09l1.577 1.577a2.75 2.75 0 0 1 0 3.89L15.058 29.194a2.75 2.75 0 0 1-3.889 0l-1.577-1.577a.76.76 0 0 1-.091-.962l.111-.182a3 3 0 0 0-4.269-3.974a.764.764 0 0 1-.961-.092l-1.576-1.576a2.75 2.75 0 0 1 0-3.89zm3.183.707a1.75 1.75 0 0 0-2.476 0l-4.213 4.213l1.86 1.86a.5.5 0 0 1-.707.707l-1.86-1.86l-9.215 9.215a1.75 1.75 0 0 0 0 2.476l1.441 1.442A4 4 0 0 1 11 25a4 4 0 0 1-.566 2.044l1.442 1.442a1.75 1.75 0 0 0 2.475 0l9.215-9.215l-1.857-1.858a.5.5 0 0 1 .707-.707l1.857 1.857l4.214-4.212a1.75 1.75 0 0 0 0-2.476l-1.442-1.442A4 4 0 0 1 25 11a4 4 0 0 1-3.435-6.046zm-3.415 8.194a.5.5 0 0 1 .707 0l2.879 2.879a.5.5 0 0 1-.707.707l-2.879-2.879a.5.5 0 0 1 0-.707"/></svg>
</template>

CSS

.icon-ticket-diagonal-32-light {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.941%202.806a2.75%202.75%200%200%201%203.89%200l1.576%201.576c.27.27.282.675.092.962A3%203%200%200%200%2026.655%209.5l.113-.063a.77.77%200%200%201%20.742.064l.107.09l1.577%201.577a2.75%202.75%200%200%201%200%203.89L15.058%2029.194a2.75%202.75%200%200%201-3.889%200l-1.577-1.577a.76.76%200%200%201-.091-.962l.111-.182a3%203%200%200%200-4.269-3.974a.764.764%200%200%201-.961-.092l-1.576-1.576a2.75%202.75%200%200%201%200-3.89zm3.183.707a1.75%201.75%200%200%200-2.476%200l-4.213%204.213l1.86%201.86a.5.5%200%200%201-.707.707l-1.86-1.86l-9.215%209.215a1.75%201.75%200%200%200%200%202.476l1.441%201.442A4%204%200%200%201%2011%2025a4%204%200%200%201-.566%202.044l1.442%201.442a1.75%201.75%200%200%200%202.475%200l9.215-9.215l-1.857-1.858a.5.5%200%200%201%20.707-.707l1.857%201.857l4.214-4.212a1.75%201.75%200%200%200%200-2.476l-1.442-1.442A4%204%200%200%201%2025%2011a4%204%200%200%201-3.435-6.046zm-3.415%208.194a.5.5%200%200%201%20.707%200l2.879%202.879a.5.5%200%200%201-.707.707l-2.879-2.879a.5.5%200%200%201%200-.707%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.941%202.806a2.75%202.75%200%200%201%203.89%200l1.576%201.576c.27.27.282.675.092.962A3%203%200%200%200%2026.655%209.5l.113-.063a.77.77%200%200%201%20.742.064l.107.09l1.577%201.577a2.75%202.75%200%200%201%200%203.89L15.058%2029.194a2.75%202.75%200%200%201-3.889%200l-1.577-1.577a.76.76%200%200%201-.091-.962l.111-.182a3%203%200%200%200-4.269-3.974a.764.764%200%200%201-.961-.092l-1.576-1.576a2.75%202.75%200%200%201%200-3.89zm3.183.707a1.75%201.75%200%200%200-2.476%200l-4.213%204.213l1.86%201.86a.5.5%200%200%201-.707.707l-1.86-1.86l-9.215%209.215a1.75%201.75%200%200%200%200%202.476l1.441%201.442A4%204%200%200%201%2011%2025a4%204%200%200%201-.566%202.044l1.442%201.442a1.75%201.75%200%200%200%202.475%200l9.215-9.215l-1.857-1.858a.5.5%200%200%201%20.707-.707l1.857%201.857l4.214-4.212a1.75%201.75%200%200%200%200-2.476l-1.442-1.442A4%204%200%200%201%2025%2011a4%204%200%200%201-3.435-6.046zm-3.415%208.194a.5.5%200%200%201%20.707%200l2.879%202.879a.5.5%200%200%201-.707.707l-2.879-2.879a.5.5%200%200%201%200-.707%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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