ticket sale icon
ticket-sale-duotone from Reicon by REICON · Duotone · Money · MIT Free for personal and commercial use.
- Name
- ticket-sale-duotone
- Set
- Reicon
- Style
- Duotone
- Category
- Money
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
More money icons from Reicon
Use the ticket sale icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M14.005 4h-4.01c-3.78 0-5.67 0-6.845 1.172c-.81.806-1.061 1.951-1.14 3.817c-.015.37-.023.556.046.679c.07.123.345.278.897.586a1.999 1.999 0 0 1 0 3.492c-.552.309-.828.463-.897.586s-.061.308-.045.678c.078 1.867.33 3.012 1.139 3.818C4.324 20 6.214 20 9.995 20h4.01c3.78 0 5.67 0 6.845-1.172c.81-.806 1.061-1.951 1.14-3.817c.015-.37.023-.556-.046-.679c-.07-.123-.345-.277-.897-.586a1.999 1.999 0 0 1 0-3.492c.552-.308.828-.463.897-.586s.061-.308.045-.679c-.078-1.866-.33-3.01-1.139-3.817C19.676 4 17.786 4 14.005 4" opacity=".5"/><path d="M15.548 8.47a.75.75 0 0 1 0 1.06l-6.015 6a.753.753 0 0 1-1.064 0a.75.75 0 0 1 0-1.06l6.015-6a.753.753 0 0 1 1.063 0m-1.032 7.03a1.001 1.001 0 1 0 0-2a1.001 1.001 0 1 0 0 2m-5.013-5a1.001 1.001 0 1 0 0-2a1.001 1.001 0 1 0 0 2"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconTicketSaleDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M14.005 4h-4.01c-3.78 0-5.67 0-6.845 1.172c-.81.806-1.061 1.951-1.14 3.817c-.015.37-.023.556.046.679c.07.123.345.278.897.586a1.999 1.999 0 0 1 0 3.492c-.552.309-.828.463-.897.586s-.061.308-.045.678c.078 1.867.33 3.012 1.139 3.818C4.324 20 6.214 20 9.995 20h4.01c3.78 0 5.67 0 6.845-1.172c.81-.806 1.061-1.951 1.14-3.817c.015-.37.023-.556-.046-.679c-.07-.123-.345-.277-.897-.586a1.999 1.999 0 0 1 0-3.492c.552-.308.828-.463.897-.586s.061-.308.045-.679c-.078-1.866-.33-3.01-1.139-3.817C19.676 4 17.786 4 14.005 4" opacity=".5"/><path d="M15.548 8.47a.75.75 0 0 1 0 1.06l-6.015 6a.753.753 0 0 1-1.064 0a.75.75 0 0 1 0-1.06l6.015-6a.753.753 0 0 1 1.063 0m-1.032 7.03a1.001 1.001 0 1 0 0-2a1.001 1.001 0 1 0 0 2m-5.013-5a1.001 1.001 0 1 0 0-2a1.001 1.001 0 1 0 0 2"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M14.005 4h-4.01c-3.78 0-5.67 0-6.845 1.172c-.81.806-1.061 1.951-1.14 3.817c-.015.37-.023.556.046.679c.07.123.345.278.897.586a1.999 1.999 0 0 1 0 3.492c-.552.309-.828.463-.897.586s-.061.308-.045.678c.078 1.867.33 3.012 1.139 3.818C4.324 20 6.214 20 9.995 20h4.01c3.78 0 5.67 0 6.845-1.172c.81-.806 1.061-1.951 1.14-3.817c.015-.37.023-.556-.046-.679c-.07-.123-.345-.277-.897-.586a1.999 1.999 0 0 1 0-3.492c.552-.308.828-.463.897-.586s.061-.308.045-.679c-.078-1.866-.33-3.01-1.139-3.817C19.676 4 17.786 4 14.005 4" opacity=".5"/><path d="M15.548 8.47a.75.75 0 0 1 0 1.06l-6.015 6a.753.753 0 0 1-1.064 0a.75.75 0 0 1 0-1.06l6.015-6a.753.753 0 0 1 1.063 0m-1.032 7.03a1.001 1.001 0 1 0 0-2a1.001 1.001 0 1 0 0 2m-5.013-5a1.001 1.001 0 1 0 0-2a1.001 1.001 0 1 0 0 2"/></g></svg> </template>
CSS
.icon-ticket-sale-duotone {
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%22currentColor%22%3E%3Cpath%20d%3D%22M14.005%204h-4.01c-3.78%200-5.67%200-6.845%201.172c-.81.806-1.061%201.951-1.14%203.817c-.015.37-.023.556.046.679c.07.123.345.278.897.586a1.999%201.999%200%200%201%200%203.492c-.552.309-.828.463-.897.586s-.061.308-.045.678c.078%201.867.33%203.012%201.139%203.818C4.324%2020%206.214%2020%209.995%2020h4.01c3.78%200%205.67%200%206.845-1.172c.81-.806%201.061-1.951%201.14-3.817c.015-.37.023-.556-.046-.679c-.07-.123-.345-.277-.897-.586a1.999%201.999%200%200%201%200-3.492c.552-.308.828-.463.897-.586s.061-.308.045-.679c-.078-1.866-.33-3.01-1.139-3.817C19.676%204%2017.786%204%2014.005%204%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M15.548%208.47a.75.75%200%200%201%200%201.06l-6.015%206a.753.753%200%200%201-1.064%200a.75.75%200%200%201%200-1.06l6.015-6a.753.753%200%200%201%201.063%200m-1.032%207.03a1.001%201.001%200%201%200%200-2a1.001%201.001%200%201%200%200%202m-5.013-5a1.001%201.001%200%201%200%200-2a1.001%201.001%200%201%200%200%202%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%22currentColor%22%3E%3Cpath%20d%3D%22M14.005%204h-4.01c-3.78%200-5.67%200-6.845%201.172c-.81.806-1.061%201.951-1.14%203.817c-.015.37-.023.556.046.679c.07.123.345.278.897.586a1.999%201.999%200%200%201%200%203.492c-.552.309-.828.463-.897.586s-.061.308-.045.678c.078%201.867.33%203.012%201.139%203.818C4.324%2020%206.214%2020%209.995%2020h4.01c3.78%200%205.67%200%206.845-1.172c.81-.806%201.061-1.951%201.14-3.817c.015-.37.023-.556-.046-.679c-.07-.123-.345-.277-.897-.586a1.999%201.999%200%200%201%200-3.492c.552-.308.828-.463.897-.586s.061-.308.045-.679c-.078-1.866-.33-3.01-1.139-3.817C19.676%204%2017.786%204%2014.005%204%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M15.548%208.47a.75.75%200%200%201%200%201.06l-6.015%206a.753.753%200%200%201-1.064%200a.75.75%200%200%201%200-1.06l6.015-6a.753.753%200%200%201%201.063%200m-1.032%207.03a1.001%201.001%200%201%200%200-2a1.001%201.001%200%201%200%200%202m-5.013-5a1.001%201.001%200%201%200%200-2a1.001%201.001%200%201%200%200%202%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/ticket-sale-duotone.svg?color=%231a73e8&size=48