ticket diagonal icon
ticket-diagonal-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.
- Name
- ticket-diagonal-32-filled
- Set
- Fluent UI System Icons
- Style
- 32 Filled
- Viewbox
- 32×32
- License
- MIT
12 other variants in Fluent UI System Icons
ticket-diagonal-16-filledticket-diagonal-16-regularticket-diagonal-20-filledticket-diagonal-20-regularticket-diagonal-24-filledticket-diagonal-24-regularticket-diagonal-28-filledticket-diagonal-28-regularticket-diagonal-32-lightticket-diagonal-32-regularticket-diagonal-48-filledticket-diagonal-48-regular
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.489 2.952a3.25 3.25 0 0 1 4.596 0l1.123 1.123c.673.672.504 1.656-.01 2.191a2.5 2.5 0 0 0 3.535 3.535l.104-.092c.515-.41 1.337-.533 1.957-.035l.13.116l1.125 1.126a3.25 3.25 0 0 1 0 4.596l-3.561 3.562l-1.69-1.69a1 1 0 0 0-1.414 1.414l1.69 1.69l-8.562 8.561a3.25 3.25 0 0 1-4.597 0L9.79 27.924c-.671-.672-.504-1.656.011-2.191l.155-.177a2.5 2.5 0 0 0-3.69-3.357c-.535.514-1.52.682-2.191.01l-1.123-1.124a3.25 3.25 0 0 1 0-4.596l8.561-8.562l1.69 1.69a1 1 0 0 0 1.414-1.414l-1.69-1.69zm1.31 8.432a1 1 0 1 0-1.415 1.414l2.819 2.819a1 1 0 0 0 1.413-1.415z"/></svg>
React
import type { SVGProps } from "react";
export function FluentTicketDiagonal32Filled(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.489 2.952a3.25 3.25 0 0 1 4.596 0l1.123 1.123c.673.672.504 1.656-.01 2.191a2.5 2.5 0 0 0 3.535 3.535l.104-.092c.515-.41 1.337-.533 1.957-.035l.13.116l1.125 1.126a3.25 3.25 0 0 1 0 4.596l-3.561 3.562l-1.69-1.69a1 1 0 0 0-1.414 1.414l1.69 1.69l-8.562 8.561a3.25 3.25 0 0 1-4.597 0L9.79 27.924c-.671-.672-.504-1.656.011-2.191l.155-.177a2.5 2.5 0 0 0-3.69-3.357c-.535.514-1.52.682-2.191.01l-1.123-1.124a3.25 3.25 0 0 1 0-4.596l8.561-8.562l1.69 1.69a1 1 0 0 0 1.414-1.414l-1.69-1.69zm1.31 8.432a1 1 0 1 0-1.415 1.414l2.819 2.819a1 1 0 0 0 1.413-1.415z"/></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.489 2.952a3.25 3.25 0 0 1 4.596 0l1.123 1.123c.673.672.504 1.656-.01 2.191a2.5 2.5 0 0 0 3.535 3.535l.104-.092c.515-.41 1.337-.533 1.957-.035l.13.116l1.125 1.126a3.25 3.25 0 0 1 0 4.596l-3.561 3.562l-1.69-1.69a1 1 0 0 0-1.414 1.414l1.69 1.69l-8.562 8.561a3.25 3.25 0 0 1-4.597 0L9.79 27.924c-.671-.672-.504-1.656.011-2.191l.155-.177a2.5 2.5 0 0 0-3.69-3.357c-.535.514-1.52.682-2.191.01l-1.123-1.124a3.25 3.25 0 0 1 0-4.596l8.561-8.562l1.69 1.69a1 1 0 0 0 1.414-1.414l-1.69-1.69zm1.31 8.432a1 1 0 1 0-1.415 1.414l2.819 2.819a1 1 0 0 0 1.413-1.415z"/></svg> </template>
CSS
.icon-ticket-diagonal-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.489%202.952a3.25%203.25%200%200%201%204.596%200l1.123%201.123c.673.672.504%201.656-.01%202.191a2.5%202.5%200%200%200%203.535%203.535l.104-.092c.515-.41%201.337-.533%201.957-.035l.13.116l1.125%201.126a3.25%203.25%200%200%201%200%204.596l-3.561%203.562l-1.69-1.69a1%201%200%200%200-1.414%201.414l1.69%201.69l-8.562%208.561a3.25%203.25%200%200%201-4.597%200L9.79%2027.924c-.671-.672-.504-1.656.011-2.191l.155-.177a2.5%202.5%200%200%200-3.69-3.357c-.535.514-1.52.682-2.191.01l-1.123-1.124a3.25%203.25%200%200%201%200-4.596l8.561-8.562l1.69%201.69a1%201%200%200%200%201.414-1.414l-1.69-1.69zm1.31%208.432a1%201%200%201%200-1.415%201.414l2.819%202.819a1%201%200%200%200%201.413-1.415z%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.489%202.952a3.25%203.25%200%200%201%204.596%200l1.123%201.123c.673.672.504%201.656-.01%202.191a2.5%202.5%200%200%200%203.535%203.535l.104-.092c.515-.41%201.337-.533%201.957-.035l.13.116l1.125%201.126a3.25%203.25%200%200%201%200%204.596l-3.561%203.562l-1.69-1.69a1%201%200%200%200-1.414%201.414l1.69%201.69l-8.562%208.561a3.25%203.25%200%200%201-4.597%200L9.79%2027.924c-.671-.672-.504-1.656.011-2.191l.155-.177a2.5%202.5%200%200%200-3.69-3.357c-.535.514-1.52.682-2.191.01l-1.123-1.124a3.25%203.25%200%200%201%200-4.596l8.561-8.562l1.69%201.69a1%201%200%200%200%201.414-1.414l-1.69-1.69zm1.31%208.432a1%201%200%201%200-1.415%201.414l2.819%202.819a1%201%200%200%200%201.413-1.415z%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-filled.svg?color=%231a73e8&size=48