ticket sale icon
ticket-sale-filled from Reicon by REICON · Filled · Money · MIT Free for personal and commercial use.
- Name
- ticket-sale-filled
- Set
- Reicon
- Style
- Filled
- 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"><path fill="currentColor" fill-rule="evenodd" d="M9.995 4h4.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.278-.897.586a1.999 1.999 0 0 0 0 3.492c.552.309.828.463.897.586s.061.308.045.678c-.078 1.867-.33 3.012-1.139 3.818C19.676 20 17.786 20 14.005 20h-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-.277.897-.586a1.999 1.999 0 0 0 0-3.492c-.552-.308-.828-.463-.897-.586s-.061-.308-.045-.679c.078-1.866.33-3.01 1.139-3.817C4.324 4 6.214 4 9.995 4m5.553 4.47a.75.75 0 0 1 0 1.06l-6.015 6a.753.753 0 0 1-1.063 0a.75.75 0 0 1 0-1.06l6.015-6a.753.753 0 0 1 1.063 0m-1.033 7.03a1.001 1.001 0 1 0 0-2c-.554 0-1.003.448-1.003 1s.45 1 1.003 1m-5.013-5c.554 0 1.003-.448 1.003-1s-.449-1-1.003-1a1.001 1.001 0 1 0 0 2" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconTicketSaleFilled(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" fillRule="evenodd" d="M9.995 4h4.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.278-.897.586a1.999 1.999 0 0 0 0 3.492c.552.309.828.463.897.586s.061.308.045.678c-.078 1.867-.33 3.012-1.139 3.818C19.676 20 17.786 20 14.005 20h-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-.277.897-.586a1.999 1.999 0 0 0 0-3.492c-.552-.308-.828-.463-.897-.586s-.061-.308-.045-.679c.078-1.866.33-3.01 1.139-3.817C4.324 4 6.214 4 9.995 4m5.553 4.47a.75.75 0 0 1 0 1.06l-6.015 6a.753.753 0 0 1-1.063 0a.75.75 0 0 1 0-1.06l6.015-6a.753.753 0 0 1 1.063 0m-1.033 7.03a1.001 1.001 0 1 0 0-2c-.554 0-1.003.448-1.003 1s.45 1 1.003 1m-5.013-5c.554 0 1.003-.448 1.003-1s-.449-1-1.003-1a1.001 1.001 0 1 0 0 2" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M9.995 4h4.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.278-.897.586a1.999 1.999 0 0 0 0 3.492c.552.309.828.463.897.586s.061.308.045.678c-.078 1.867-.33 3.012-1.139 3.818C19.676 20 17.786 20 14.005 20h-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-.277.897-.586a1.999 1.999 0 0 0 0-3.492c-.552-.308-.828-.463-.897-.586s-.061-.308-.045-.679c.078-1.866.33-3.01 1.139-3.817C4.324 4 6.214 4 9.995 4m5.553 4.47a.75.75 0 0 1 0 1.06l-6.015 6a.753.753 0 0 1-1.063 0a.75.75 0 0 1 0-1.06l6.015-6a.753.753 0 0 1 1.063 0m-1.033 7.03a1.001 1.001 0 1 0 0-2c-.554 0-1.003.448-1.003 1s.45 1 1.003 1m-5.013-5c.554 0 1.003-.448 1.003-1s-.449-1-1.003-1a1.001 1.001 0 1 0 0 2" clip-rule="evenodd"/></svg> </template>
CSS
.icon-ticket-sale-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%20fill-rule%3D%22evenodd%22%20d%3D%22M9.995%204h4.01c3.78%200%205.67%200%206.845%201.172c.81.806%201.061%201.951%201.14%203.817c.015.37.023.556-.046.679c-.07.123-.345.278-.897.586a1.999%201.999%200%200%200%200%203.492c.552.309.828.463.897.586s.061.308.045.678c-.078%201.867-.33%203.012-1.139%203.818C19.676%2020%2017.786%2020%2014.005%2020h-4.01c-3.78%200-5.67%200-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%201.999%200%200%200%200-3.492c-.552-.308-.828-.463-.897-.586s-.061-.308-.045-.679c.078-1.866.33-3.01%201.139-3.817C4.324%204%206.214%204%209.995%204m5.553%204.47a.75.75%200%200%201%200%201.06l-6.015%206a.753.753%200%200%201-1.063%200a.75.75%200%200%201%200-1.06l6.015-6a.753.753%200%200%201%201.063%200m-1.033%207.03a1.001%201.001%200%201%200%200-2c-.554%200-1.003.448-1.003%201s.45%201%201.003%201m-5.013-5c.554%200%201.003-.448%201.003-1s-.449-1-1.003-1a1.001%201.001%200%201%200%200%202%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M9.995%204h4.01c3.78%200%205.67%200%206.845%201.172c.81.806%201.061%201.951%201.14%203.817c.015.37.023.556-.046.679c-.07.123-.345.278-.897.586a1.999%201.999%200%200%200%200%203.492c.552.309.828.463.897.586s.061.308.045.678c-.078%201.867-.33%203.012-1.139%203.818C19.676%2020%2017.786%2020%2014.005%2020h-4.01c-3.78%200-5.67%200-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%201.999%200%200%200%200-3.492c-.552-.308-.828-.463-.897-.586s-.061-.308-.045-.679c.078-1.866.33-3.01%201.139-3.817C4.324%204%206.214%204%209.995%204m5.553%204.47a.75.75%200%200%201%200%201.06l-6.015%206a.753.753%200%200%201-1.063%200a.75.75%200%200%201%200-1.06l6.015-6a.753.753%200%200%201%201.063%200m-1.033%207.03a1.001%201.001%200%201%200%200-2c-.554%200-1.003.448-1.003%201s.45%201%201.003%201m-5.013-5c.554%200%201.003-.448%201.003-1s-.449-1-1.003-1a1.001%201.001%200%201%200%200%202%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/ticket-sale-filled.svg?color=%231a73e8&size=48