no ticket icon
no-ticket from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.
- Name
- no-ticket
- Set
- Carbon
- Style
- Outline
- Category
- Organization
- Viewbox
- 32×32
- License
- Apache 2.0
More organization icons from Carbon
Use the no ticket icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M28 6h-.586L30 3.414L28.586 2L2 28.586L3.414 30l4-4H28a2.003 2.003 0 0 0 2-2v-5a1 1 0 0 0-1-1a2 2 0 0 1 0-4a1 1 0 0 0 1-1V8a2 2 0 0 0-2-2m0 6.127a4 4 0 0 0 0 7.746V24h-7v-3h-2v3H9.414L19 14.414V19h2v-6.586L25.414 8H28Zm-24 0V8h15V6H4a2 2 0 0 0-2 2v5a1 1 0 0 0 1 1a2 2 0 0 1 0 4a1 1 0 0 0-1 1v5h2v-4.127a4 4 0 0 0 0-7.746"/></svg>
React
import type { SVGProps } from "react";
export function CarbonNoTicket(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="M28 6h-.586L30 3.414L28.586 2L2 28.586L3.414 30l4-4H28a2.003 2.003 0 0 0 2-2v-5a1 1 0 0 0-1-1a2 2 0 0 1 0-4a1 1 0 0 0 1-1V8a2 2 0 0 0-2-2m0 6.127a4 4 0 0 0 0 7.746V24h-7v-3h-2v3H9.414L19 14.414V19h2v-6.586L25.414 8H28Zm-24 0V8h15V6H4a2 2 0 0 0-2 2v5a1 1 0 0 0 1 1a2 2 0 0 1 0 4a1 1 0 0 0-1 1v5h2v-4.127a4 4 0 0 0 0-7.746"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M28 6h-.586L30 3.414L28.586 2L2 28.586L3.414 30l4-4H28a2.003 2.003 0 0 0 2-2v-5a1 1 0 0 0-1-1a2 2 0 0 1 0-4a1 1 0 0 0 1-1V8a2 2 0 0 0-2-2m0 6.127a4 4 0 0 0 0 7.746V24h-7v-3h-2v3H9.414L19 14.414V19h2v-6.586L25.414 8H28Zm-24 0V8h15V6H4a2 2 0 0 0-2 2v5a1 1 0 0 0 1 1a2 2 0 0 1 0 4a1 1 0 0 0-1 1v5h2v-4.127a4 4 0 0 0 0-7.746"/></svg> </template>
CSS
.icon-no-ticket {
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%22M28%206h-.586L30%203.414L28.586%202L2%2028.586L3.414%2030l4-4H28a2.003%202.003%200%200%200%202-2v-5a1%201%200%200%200-1-1a2%202%200%200%201%200-4a1%201%200%200%200%201-1V8a2%202%200%200%200-2-2m0%206.127a4%204%200%200%200%200%207.746V24h-7v-3h-2v3H9.414L19%2014.414V19h2v-6.586L25.414%208H28Zm-24%200V8h15V6H4a2%202%200%200%200-2%202v5a1%201%200%200%200%201%201a2%202%200%200%201%200%204a1%201%200%200%200-1%201v5h2v-4.127a4%204%200%200%200%200-7.746%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%22M28%206h-.586L30%203.414L28.586%202L2%2028.586L3.414%2030l4-4H28a2.003%202.003%200%200%200%202-2v-5a1%201%200%200%200-1-1a2%202%200%200%201%200-4a1%201%200%200%200%201-1V8a2%202%200%200%200-2-2m0%206.127a4%204%200%200%200%200%207.746V24h-7v-3h-2v3H9.414L19%2014.414V19h2v-6.586L25.414%208H28Zm-24%200V8h15V6H4a2%202%200%200%200-2%202v5a1%201%200%200%200%201%201a2%202%200%200%201%200%204a1%201%200%200%200-1%201v5h2v-4.127a4%204%200%200%200%200-7.746%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/no-ticket.svg?color=%231a73e8&size=48