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

Name
ticket-diagonal-32-regular
Set
Fluent UI System Icons
Style
32 Regular
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.49 2.951a3.25 3.25 0 0 1 4.596 0l1.474 1.474c.686.687.488 1.676-.01 2.201A2 2 0 0 0 24.002 10c.531 0 1.012-.207 1.371-.549l.104-.09c.544-.43 1.455-.564 2.099.08l1.474 1.474a3.25 3.25 0 0 1 0 4.597L15.513 29.049a3.25 3.25 0 0 1-4.597 0l-1.474-1.474c-.687-.687-.489-1.677.01-2.203l.122-.14c.269-.34.428-.767.428-1.232a2 2 0 0 0-3.375-1.452c-.525.498-1.515.697-2.202.01l-1.473-1.473a3.25 3.25 0 0 1 0-4.596zm3.182 1.414a1.25 1.25 0 0 0-1.768 0L14.34 7.927l.952.952a1 1 0 0 1-1.414 1.414l-.952-.952l-8.56 8.562a1.25 1.25 0 0 0 0 1.768l1.175 1.176A4 4 0 0 1 12.002 24c0 .928-.319 1.782-.848 2.458l1.176 1.177c.489.488 1.28.488 1.769 0l8.56-8.561l-.952-.953a1 1 0 0 1 1.414-1.414l.953.953l3.562-3.562a1.25 1.25 0 0 0 0-1.769l-1.178-1.177a3.98 3.98 0 0 1-2.456.848a4 4 0 0 1-3.154-6.459zm-2.965 7.342a1 1 0 0 1 1.414 0l2.172 2.172a1 1 0 0 1-1.414 1.414l-2.172-2.172a1 1 0 0 1 0-1.414"/></svg>

React

import type { SVGProps } from "react";

export function FluentTicketDiagonal32Regular(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.49 2.951a3.25 3.25 0 0 1 4.596 0l1.474 1.474c.686.687.488 1.676-.01 2.201A2 2 0 0 0 24.002 10c.531 0 1.012-.207 1.371-.549l.104-.09c.544-.43 1.455-.564 2.099.08l1.474 1.474a3.25 3.25 0 0 1 0 4.597L15.513 29.049a3.25 3.25 0 0 1-4.597 0l-1.474-1.474c-.687-.687-.489-1.677.01-2.203l.122-.14c.269-.34.428-.767.428-1.232a2 2 0 0 0-3.375-1.452c-.525.498-1.515.697-2.202.01l-1.473-1.473a3.25 3.25 0 0 1 0-4.596zm3.182 1.414a1.25 1.25 0 0 0-1.768 0L14.34 7.927l.952.952a1 1 0 0 1-1.414 1.414l-.952-.952l-8.56 8.562a1.25 1.25 0 0 0 0 1.768l1.175 1.176A4 4 0 0 1 12.002 24c0 .928-.319 1.782-.848 2.458l1.176 1.177c.489.488 1.28.488 1.769 0l8.56-8.561l-.952-.953a1 1 0 0 1 1.414-1.414l.953.953l3.562-3.562a1.25 1.25 0 0 0 0-1.769l-1.178-1.177a3.98 3.98 0 0 1-2.456.848a4 4 0 0 1-3.154-6.459zm-2.965 7.342a1 1 0 0 1 1.414 0l2.172 2.172a1 1 0 0 1-1.414 1.414l-2.172-2.172a1 1 0 0 1 0-1.414"/></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.49 2.951a3.25 3.25 0 0 1 4.596 0l1.474 1.474c.686.687.488 1.676-.01 2.201A2 2 0 0 0 24.002 10c.531 0 1.012-.207 1.371-.549l.104-.09c.544-.43 1.455-.564 2.099.08l1.474 1.474a3.25 3.25 0 0 1 0 4.597L15.513 29.049a3.25 3.25 0 0 1-4.597 0l-1.474-1.474c-.687-.687-.489-1.677.01-2.203l.122-.14c.269-.34.428-.767.428-1.232a2 2 0 0 0-3.375-1.452c-.525.498-1.515.697-2.202.01l-1.473-1.473a3.25 3.25 0 0 1 0-4.596zm3.182 1.414a1.25 1.25 0 0 0-1.768 0L14.34 7.927l.952.952a1 1 0 0 1-1.414 1.414l-.952-.952l-8.56 8.562a1.25 1.25 0 0 0 0 1.768l1.175 1.176A4 4 0 0 1 12.002 24c0 .928-.319 1.782-.848 2.458l1.176 1.177c.489.488 1.28.488 1.769 0l8.56-8.561l-.952-.953a1 1 0 0 1 1.414-1.414l.953.953l3.562-3.562a1.25 1.25 0 0 0 0-1.769l-1.178-1.177a3.98 3.98 0 0 1-2.456.848a4 4 0 0 1-3.154-6.459zm-2.965 7.342a1 1 0 0 1 1.414 0l2.172 2.172a1 1 0 0 1-1.414 1.414l-2.172-2.172a1 1 0 0 1 0-1.414"/></svg>
</template>

CSS

.icon-ticket-diagonal-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.49%202.951a3.25%203.25%200%200%201%204.596%200l1.474%201.474c.686.687.488%201.676-.01%202.201A2%202%200%200%200%2024.002%2010c.531%200%201.012-.207%201.371-.549l.104-.09c.544-.43%201.455-.564%202.099.08l1.474%201.474a3.25%203.25%200%200%201%200%204.597L15.513%2029.049a3.25%203.25%200%200%201-4.597%200l-1.474-1.474c-.687-.687-.489-1.677.01-2.203l.122-.14c.269-.34.428-.767.428-1.232a2%202%200%200%200-3.375-1.452c-.525.498-1.515.697-2.202.01l-1.473-1.473a3.25%203.25%200%200%201%200-4.596zm3.182%201.414a1.25%201.25%200%200%200-1.768%200L14.34%207.927l.952.952a1%201%200%200%201-1.414%201.414l-.952-.952l-8.56%208.562a1.25%201.25%200%200%200%200%201.768l1.175%201.176A4%204%200%200%201%2012.002%2024c0%20.928-.319%201.782-.848%202.458l1.176%201.177c.489.488%201.28.488%201.769%200l8.56-8.561l-.952-.953a1%201%200%200%201%201.414-1.414l.953.953l3.562-3.562a1.25%201.25%200%200%200%200-1.769l-1.178-1.177a3.98%203.98%200%200%201-2.456.848a4%204%200%200%201-3.154-6.459zm-2.965%207.342a1%201%200%200%201%201.414%200l2.172%202.172a1%201%200%200%201-1.414%201.414l-2.172-2.172a1%201%200%200%201%200-1.414%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.49%202.951a3.25%203.25%200%200%201%204.596%200l1.474%201.474c.686.687.488%201.676-.01%202.201A2%202%200%200%200%2024.002%2010c.531%200%201.012-.207%201.371-.549l.104-.09c.544-.43%201.455-.564%202.099.08l1.474%201.474a3.25%203.25%200%200%201%200%204.597L15.513%2029.049a3.25%203.25%200%200%201-4.597%200l-1.474-1.474c-.687-.687-.489-1.677.01-2.203l.122-.14c.269-.34.428-.767.428-1.232a2%202%200%200%200-3.375-1.452c-.525.498-1.515.697-2.202.01l-1.473-1.473a3.25%203.25%200%200%201%200-4.596zm3.182%201.414a1.25%201.25%200%200%200-1.768%200L14.34%207.927l.952.952a1%201%200%200%201-1.414%201.414l-.952-.952l-8.56%208.562a1.25%201.25%200%200%200%200%201.768l1.175%201.176A4%204%200%200%201%2012.002%2024c0%20.928-.319%201.782-.848%202.458l1.176%201.177c.489.488%201.28.488%201.769%200l8.56-8.561l-.952-.953a1%201%200%200%201%201.414-1.414l.953.953l3.562-3.562a1.25%201.25%200%200%200%200-1.769l-1.178-1.177a3.98%203.98%200%200%201-2.456.848a4%204%200%200%201-3.154-6.459zm-2.965%207.342a1%201%200%200%201%201.414%200l2.172%202.172a1%201%200%200%201-1.414%201.414l-2.172-2.172a1%201%200%200%201%200-1.414%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-regular.svg?color=%231a73e8&size=48