ticket x icon
ticket-x from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- ticket-x
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
Use the ticket x icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path stroke-linecap="round" d="m18 9l-6 6m6 0l-6-6"/><path d="M22 8.879c-.067-1.542-.254-2.546-.78-3.34a4.7 4.7 0 0 0-1.109-1.174C18.945 3.5 17.3 3.5 14.008 3.5H9.993c-3.291 0-4.937 0-6.103.865c-.432.32-.807.717-1.11 1.174c-.525.794-.712 1.798-.78 3.34c-.01.263.216.465.465.465c1.386 0 2.51 1.189 2.51 2.656s-1.124 2.656-2.51 2.656c-.249 0-.476.202-.464.466c.067 1.541.254 2.545.78 3.34a4.7 4.7 0 0 0 1.109 1.173c1.166.865 2.812.865 6.103.865h4.015c3.291 0 4.937 0 6.103-.865c.432-.32.807-.717 1.11-1.174c.525-.794.712-1.798.779-3.34z"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsTicketX(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="1.5"><path strokeLinecap="round" d="m18 9l-6 6m6 0l-6-6"/><path d="M22 8.879c-.067-1.542-.254-2.546-.78-3.34a4.7 4.7 0 0 0-1.109-1.174C18.945 3.5 17.3 3.5 14.008 3.5H9.993c-3.291 0-4.937 0-6.103.865c-.432.32-.807.717-1.11 1.174c-.525.794-.712 1.798-.78 3.34c-.01.263.216.465.465.465c1.386 0 2.51 1.189 2.51 2.656s-1.124 2.656-2.51 2.656c-.249 0-.476.202-.464.466c.067 1.541.254 2.545.78 3.34a4.7 4.7 0 0 0 1.109 1.173c1.166.865 2.812.865 6.103.865h4.015c3.291 0 4.937 0 6.103-.865c.432-.32.807-.717 1.11-1.174c.525-.794.712-1.798.779-3.34z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path stroke-linecap="round" d="m18 9l-6 6m6 0l-6-6"/><path d="M22 8.879c-.067-1.542-.254-2.546-.78-3.34a4.7 4.7 0 0 0-1.109-1.174C18.945 3.5 17.3 3.5 14.008 3.5H9.993c-3.291 0-4.937 0-6.103.865c-.432.32-.807.717-1.11 1.174c-.525.794-.712 1.798-.78 3.34c-.01.263.216.465.465.465c1.386 0 2.51 1.189 2.51 2.656s-1.124 2.656-2.51 2.656c-.249 0-.476.202-.464.466c.067 1.541.254 2.545.78 3.34a4.7 4.7 0 0 0 1.109 1.173c1.166.865 2.812.865 6.103.865h4.015c3.291 0 4.937 0 6.103-.865c.432-.32.807-.717 1.11-1.174c.525-.794.712-1.798.779-3.34z"/></g></svg> </template>
CSS
.icon-ticket-x {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m18%209l-6%206m6%200l-6-6%22%2F%3E%3Cpath%20d%3D%22M22%208.879c-.067-1.542-.254-2.546-.78-3.34a4.7%204.7%200%200%200-1.109-1.174C18.945%203.5%2017.3%203.5%2014.008%203.5H9.993c-3.291%200-4.937%200-6.103.865c-.432.32-.807.717-1.11%201.174c-.525.794-.712%201.798-.78%203.34c-.01.263.216.465.465.465c1.386%200%202.51%201.189%202.51%202.656s-1.124%202.656-2.51%202.656c-.249%200-.476.202-.464.466c.067%201.541.254%202.545.78%203.34a4.7%204.7%200%200%200%201.109%201.173c1.166.865%202.812.865%206.103.865h4.015c3.291%200%204.937%200%206.103-.865c.432-.32.807-.717%201.11-1.174c.525-.794.712-1.798.779-3.34z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m18%209l-6%206m6%200l-6-6%22%2F%3E%3Cpath%20d%3D%22M22%208.879c-.067-1.542-.254-2.546-.78-3.34a4.7%204.7%200%200%200-1.109-1.174C18.945%203.5%2017.3%203.5%2014.008%203.5H9.993c-3.291%200-4.937%200-6.103.865c-.432.32-.807.717-1.11%201.174c-.525.794-.712%201.798-.78%203.34c-.01.263.216.465.465.465c1.386%200%202.51%201.189%202.51%202.656s-1.124%202.656-2.51%202.656c-.249%200-.476.202-.464.466c.067%201.541.254%202.545.78%203.34a4.7%204.7%200%200%200%201.109%201.173c1.166.865%202.812.865%206.103.865h4.015c3.291%200%204.937%200%206.103-.865c.432-.32.807-.717%201.11-1.174c.525-.794.712-1.798.779-3.34z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/ticket-x.svg?color=%231a73e8&size=48