ticket icon
ticket-sharp from IonIcons by Ben Sperry · Sharp · MIT Free for personal and commercial use.
- Name
- ticket-sharp
- Set
- IonIcons
- Style
- Sharp
- Viewbox
- 512×512
- License
- MIT
2 other variants in IonIcons
The same icon in other sets
ticketAkar IconsticketBootstrap IconsticketCarbonticketEmoji One (Colored)ticketElement PlusticketFramework7 IconsticketFont Awesome 6 SolidticketFont Awesome Solidticket-outlineFlowbite Iconsticket-20-filledFluent UI System IconsticketFluent EmojiticketFluent Emoji FlatticketFluent Emoji High ContrastticketFirefox OS EmojiticketHeroIconsticketIconParkticketIconPark OutlineticketIconPark SolidticketIconPark TwoToneticketJam IconsticketLucideticketMajesticonsticketMaterial Design Iconsticket-fillMingCute Icon
Use the ticket icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="m426.24 127.72l-10.94 10.94a29.67 29.67 0 0 1-42-42l10.94-10.94L314.52 16l-88 88l-4 12.09l-12.09 4L16 314.52l69.76 69.76l10.94-10.94a29.67 29.67 0 0 1 42 42l-10.94 10.94L197.48 496l194.4-194.4l4-12.09l12.09-4l88-88Zm-208.56 5.43l21.87-21.87l33 33l-21.88 21.87Zm43 43l21.88-21.88l32.52 32.52l-21.88 21.88Zm42.56 42.56l21.88-21.88l32.52 32.52l-21.84 21.93Zm75.57 75.56l-33-33l21.87-21.88l33 33Z"/></svg>
React
import type { SVGProps } from "react";
export function IonTicketSharp(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="m426.24 127.72l-10.94 10.94a29.67 29.67 0 0 1-42-42l10.94-10.94L314.52 16l-88 88l-4 12.09l-12.09 4L16 314.52l69.76 69.76l10.94-10.94a29.67 29.67 0 0 1 42 42l-10.94 10.94L197.48 496l194.4-194.4l4-12.09l12.09-4l88-88Zm-208.56 5.43l21.87-21.87l33 33l-21.88 21.87Zm43 43l21.88-21.88l32.52 32.52l-21.88 21.88Zm42.56 42.56l21.88-21.88l32.52 32.52l-21.84 21.93Zm75.57 75.56l-33-33l21.87-21.88l33 33Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="m426.24 127.72l-10.94 10.94a29.67 29.67 0 0 1-42-42l10.94-10.94L314.52 16l-88 88l-4 12.09l-12.09 4L16 314.52l69.76 69.76l10.94-10.94a29.67 29.67 0 0 1 42 42l-10.94 10.94L197.48 496l194.4-194.4l4-12.09l12.09-4l88-88Zm-208.56 5.43l21.87-21.87l33 33l-21.88 21.87Zm43 43l21.88-21.88l32.52 32.52l-21.88 21.88Zm42.56 42.56l21.88-21.88l32.52 32.52l-21.84 21.93Zm75.57 75.56l-33-33l21.87-21.88l33 33Z"/></svg> </template>
CSS
.icon-ticket-sharp {
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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m426.24%20127.72l-10.94%2010.94a29.67%2029.67%200%200%201-42-42l10.94-10.94L314.52%2016l-88%2088l-4%2012.09l-12.09%204L16%20314.52l69.76%2069.76l10.94-10.94a29.67%2029.67%200%200%201%2042%2042l-10.94%2010.94L197.48%20496l194.4-194.4l4-12.09l12.09-4l88-88Zm-208.56%205.43l21.87-21.87l33%2033l-21.88%2021.87Zm43%2043l21.88-21.88l32.52%2032.52l-21.88%2021.88Zm42.56%2042.56l21.88-21.88l32.52%2032.52l-21.84%2021.93Zm75.57%2075.56l-33-33l21.87-21.88l33%2033Z%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m426.24%20127.72l-10.94%2010.94a29.67%2029.67%200%200%201-42-42l10.94-10.94L314.52%2016l-88%2088l-4%2012.09l-12.09%204L16%20314.52l69.76%2069.76l10.94-10.94a29.67%2029.67%200%200%201%2042%2042l-10.94%2010.94L197.48%20496l194.4-194.4l4-12.09l12.09-4l88-88Zm-208.56%205.43l21.87-21.87l33%2033l-21.88%2021.87Zm43%2043l21.88-21.88l32.52%2032.52l-21.88%2021.88Zm42.56%2042.56l21.88-21.88l32.52%2032.52l-21.84%2021.93Zm75.57%2075.56l-33-33l21.87-21.88l33%2033Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/ticket-sharp.svg?color=%231a73e8&size=48