ticket expired icon
ticket-expired-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- ticket-expired-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the ticket expired icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.85 12.94c0 .8.65 1.46 1.45 1.46c.38 0 .7.31.7.69c0 3.84-1.16 5-5 5h-5.25V18.5c0-.39-.3-.71-.68-.74c-.02-.01-.05-.01-.07-.01c-.41 0-.75.34-.75.75v1.59H8.49c-1.88 0-2.85-1.41-3.73-3.54l-.17-.42a.7.7 0 0 1 .39-.91c.37-.14.66-.43.81-.81c.16-.37.16-.78.01-1.15c-.32-.77-1.2-1.14-1.98-.83c-.17.08-.37.08-.54 0a.73.73 0 0 1-.38-.39l-.15-.4c-1.49-3.62-.84-5.17 2.78-6.67l2.45-1.01c.36-.15.77.02.91.38l2.18 4.75c-.41 0-.82.33-.82.74v4.34c0 .41.34.75.75.75c.02 0 .05 0 .07-.01c.38-.03.68-.35.68-.74V9.83c0-.39-.3-.71-.68-.74V4.93H17c3.84 0 5 1.16 5 5v.85c0 .39-.32.7-.7.7c-.8 0-1.45.65-1.45 1.46"/></svg>
React
import type { SVGProps } from "react";
export function ReiconTicketExpiredFilled(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="M19.85 12.94c0 .8.65 1.46 1.45 1.46c.38 0 .7.31.7.69c0 3.84-1.16 5-5 5h-5.25V18.5c0-.39-.3-.71-.68-.74c-.02-.01-.05-.01-.07-.01c-.41 0-.75.34-.75.75v1.59H8.49c-1.88 0-2.85-1.41-3.73-3.54l-.17-.42a.7.7 0 0 1 .39-.91c.37-.14.66-.43.81-.81c.16-.37.16-.78.01-1.15c-.32-.77-1.2-1.14-1.98-.83c-.17.08-.37.08-.54 0a.73.73 0 0 1-.38-.39l-.15-.4c-1.49-3.62-.84-5.17 2.78-6.67l2.45-1.01c.36-.15.77.02.91.38l2.18 4.75c-.41 0-.82.33-.82.74v4.34c0 .41.34.75.75.75c.02 0 .05 0 .07-.01c.38-.03.68-.35.68-.74V9.83c0-.39-.3-.71-.68-.74V4.93H17c3.84 0 5 1.16 5 5v.85c0 .39-.32.7-.7.7c-.8 0-1.45.65-1.45 1.46"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.85 12.94c0 .8.65 1.46 1.45 1.46c.38 0 .7.31.7.69c0 3.84-1.16 5-5 5h-5.25V18.5c0-.39-.3-.71-.68-.74c-.02-.01-.05-.01-.07-.01c-.41 0-.75.34-.75.75v1.59H8.49c-1.88 0-2.85-1.41-3.73-3.54l-.17-.42a.7.7 0 0 1 .39-.91c.37-.14.66-.43.81-.81c.16-.37.16-.78.01-1.15c-.32-.77-1.2-1.14-1.98-.83c-.17.08-.37.08-.54 0a.73.73 0 0 1-.38-.39l-.15-.4c-1.49-3.62-.84-5.17 2.78-6.67l2.45-1.01c.36-.15.77.02.91.38l2.18 4.75c-.41 0-.82.33-.82.74v4.34c0 .41.34.75.75.75c.02 0 .05 0 .07-.01c.38-.03.68-.35.68-.74V9.83c0-.39-.3-.71-.68-.74V4.93H17c3.84 0 5 1.16 5 5v.85c0 .39-.32.7-.7.7c-.8 0-1.45.65-1.45 1.46"/></svg> </template>
CSS
.icon-ticket-expired-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.85%2012.94c0%20.8.65%201.46%201.45%201.46c.38%200%20.7.31.7.69c0%203.84-1.16%205-5%205h-5.25V18.5c0-.39-.3-.71-.68-.74c-.02-.01-.05-.01-.07-.01c-.41%200-.75.34-.75.75v1.59H8.49c-1.88%200-2.85-1.41-3.73-3.54l-.17-.42a.7.7%200%200%201%20.39-.91c.37-.14.66-.43.81-.81c.16-.37.16-.78.01-1.15c-.32-.77-1.2-1.14-1.98-.83c-.17.08-.37.08-.54%200a.73.73%200%200%201-.38-.39l-.15-.4c-1.49-3.62-.84-5.17%202.78-6.67l2.45-1.01c.36-.15.77.02.91.38l2.18%204.75c-.41%200-.82.33-.82.74v4.34c0%20.41.34.75.75.75c.02%200%20.05%200%20.07-.01c.38-.03.68-.35.68-.74V9.83c0-.39-.3-.71-.68-.74V4.93H17c3.84%200%205%201.16%205%205v.85c0%20.39-.32.7-.7.7c-.8%200-1.45.65-1.45%201.46%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%22M19.85%2012.94c0%20.8.65%201.46%201.45%201.46c.38%200%20.7.31.7.69c0%203.84-1.16%205-5%205h-5.25V18.5c0-.39-.3-.71-.68-.74c-.02-.01-.05-.01-.07-.01c-.41%200-.75.34-.75.75v1.59H8.49c-1.88%200-2.85-1.41-3.73-3.54l-.17-.42a.7.7%200%200%201%20.39-.91c.37-.14.66-.43.81-.81c.16-.37.16-.78.01-1.15c-.32-.77-1.2-1.14-1.98-.83c-.17.08-.37.08-.54%200a.73.73%200%200%201-.38-.39l-.15-.4c-1.49-3.62-.84-5.17%202.78-6.67l2.45-1.01c.36-.15.77.02.91.38l2.18%204.75c-.41%200-.82.33-.82.74v4.34c0%20.41.34.75.75.75c.02%200%20.05%200%20.07-.01c.38-.03.68-.35.68-.74V9.83c0-.39-.3-.71-.68-.74V4.93H17c3.84%200%205%201.16%205%205v.85c0%20.39-.32.7-.7.7c-.8%200-1.45.65-1.45%201.46%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/ticket-expired-filled.svg?color=%231a73e8&size=48