ticket sale icon
ticket-sale from Reicon by REICON · Outline · Money · MIT Free for personal and commercial use.
- Name
- ticket-sale
- Set
- Reicon
- Style
- Outline
- 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 fill-rule="evenodd" d="M9.939 3.25h4.122c1.843 0 3.302 0 4.444.153c1.174.158 2.125.49 2.875 1.238c1.03 1.027 1.28 2.44 1.359 4.317v.024c.008.164.015.331.008.472a1.3 1.3 0 0 1-.149.58a1.1 1.1 0 0 1-.268.312a3 3 0 0 1-.254.18c-.163.103-.385.227-.644.372l-.02.01a1.249 1.249 0 0 0 0 2.184l.02.01c.26.145.48.269.644.372c.085.054.174.114.254.18c.074.061.185.164.268.312c.12.214.143.43.15.58c.006.14-.001.308-.008.472l-.001.024c-.08 1.876-.33 3.29-1.359 4.317c-.75.748-1.7 1.08-2.875 1.238c-1.142.153-2.601.153-4.444.153H9.94c-1.843 0-3.302 0-4.444-.153c-1.175-.158-2.125-.49-2.875-1.238c-1.03-1.027-1.28-2.44-1.359-4.317v-.024a6 6 0 0 1-.009-.472c.007-.15.03-.366.15-.58a1.1 1.1 0 0 1 .268-.312a3 3 0 0 1 .254-.18c.163-.103.385-.227.644-.372l.02-.01a1.249 1.249 0 0 0 0-2.184l-.02-.01c-.26-.145-.48-.269-.644-.372a2.4 2.4 0 0 1-.254-.18a1.1 1.1 0 0 1-.268-.312a1.3 1.3 0 0 1-.15-.58a6 6 0 0 1 .01-.496c.078-1.876.328-3.29 1.358-4.317c.75-.748 1.7-1.08 2.875-1.238c1.141-.153 2.6-.153 4.444-.153m11.308 11.334v.004zm.002.142v.02l-.009.233c-.078 1.856-.331 2.732-.92 3.318c-.424.424-1.006.678-2.015.813c-1.03.138-2.389.14-4.3.14h-4.01c-1.911 0-3.27-.002-4.3-.14c-1.01-.135-1.591-.389-2.016-.813c-.588-.586-.841-1.462-.92-3.318l-.008-.253c.124-.077.303-.177.568-.325a2.749 2.749 0 0 0 0-4.802a17 17 0 0 1-.568-.325v-.02l.009-.233c.078-1.856.331-2.732.92-3.318c.424-.424 1.005-.678 2.015-.813c1.03-.138 2.389-.14 4.3-.14h4.01c1.911 0 3.27.002 4.3.14c1.01.135 1.591.389 2.016.813c.587.586.841 1.462.919 3.318l.009.233v.02c-.124.077-.303.177-.568.325a2.748 2.748 0 0 0 0 4.802c.264.148.444.248.568.325m.125-5.535h-.002zm-.127.225v-.004zM2.753 9.412v.004zm0 5.172v.004zm-.125.224l-.002.001zm18.744 0l.002.001zM15.53 8.47a.75.75 0 0 1 0 1.06l-6 6a.75.75 0 0 1-1.06-1.06l6-6a.75.75 0 0 1 1.06 0" clip-rule="evenodd"/><path d="M15.5 14.5a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-5-5a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconTicketSale(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 fillRule="evenodd" d="M9.939 3.25h4.122c1.843 0 3.302 0 4.444.153c1.174.158 2.125.49 2.875 1.238c1.03 1.027 1.28 2.44 1.359 4.317v.024c.008.164.015.331.008.472a1.3 1.3 0 0 1-.149.58a1.1 1.1 0 0 1-.268.312a3 3 0 0 1-.254.18c-.163.103-.385.227-.644.372l-.02.01a1.249 1.249 0 0 0 0 2.184l.02.01c.26.145.48.269.644.372c.085.054.174.114.254.18c.074.061.185.164.268.312c.12.214.143.43.15.58c.006.14-.001.308-.008.472l-.001.024c-.08 1.876-.33 3.29-1.359 4.317c-.75.748-1.7 1.08-2.875 1.238c-1.142.153-2.601.153-4.444.153H9.94c-1.843 0-3.302 0-4.444-.153c-1.175-.158-2.125-.49-2.875-1.238c-1.03-1.027-1.28-2.44-1.359-4.317v-.024a6 6 0 0 1-.009-.472c.007-.15.03-.366.15-.58a1.1 1.1 0 0 1 .268-.312a3 3 0 0 1 .254-.18c.163-.103.385-.227.644-.372l.02-.01a1.249 1.249 0 0 0 0-2.184l-.02-.01c-.26-.145-.48-.269-.644-.372a2.4 2.4 0 0 1-.254-.18a1.1 1.1 0 0 1-.268-.312a1.3 1.3 0 0 1-.15-.58a6 6 0 0 1 .01-.496c.078-1.876.328-3.29 1.358-4.317c.75-.748 1.7-1.08 2.875-1.238c1.141-.153 2.6-.153 4.444-.153m11.308 11.334v.004zm.002.142v.02l-.009.233c-.078 1.856-.331 2.732-.92 3.318c-.424.424-1.006.678-2.015.813c-1.03.138-2.389.14-4.3.14h-4.01c-1.911 0-3.27-.002-4.3-.14c-1.01-.135-1.591-.389-2.016-.813c-.588-.586-.841-1.462-.92-3.318l-.008-.253c.124-.077.303-.177.568-.325a2.749 2.749 0 0 0 0-4.802a17 17 0 0 1-.568-.325v-.02l.009-.233c.078-1.856.331-2.732.92-3.318c.424-.424 1.005-.678 2.015-.813c1.03-.138 2.389-.14 4.3-.14h4.01c1.911 0 3.27.002 4.3.14c1.01.135 1.591.389 2.016.813c.587.586.841 1.462.919 3.318l.009.233v.02c-.124.077-.303.177-.568.325a2.748 2.748 0 0 0 0 4.802c.264.148.444.248.568.325m.125-5.535h-.002zm-.127.225v-.004zM2.753 9.412v.004zm0 5.172v.004zm-.125.224l-.002.001zm18.744 0l.002.001zM15.53 8.47a.75.75 0 0 1 0 1.06l-6 6a.75.75 0 0 1-1.06-1.06l6-6a.75.75 0 0 1 1.06 0" clipRule="evenodd"/><path d="M15.5 14.5a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-5-5a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></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 fill-rule="evenodd" d="M9.939 3.25h4.122c1.843 0 3.302 0 4.444.153c1.174.158 2.125.49 2.875 1.238c1.03 1.027 1.28 2.44 1.359 4.317v.024c.008.164.015.331.008.472a1.3 1.3 0 0 1-.149.58a1.1 1.1 0 0 1-.268.312a3 3 0 0 1-.254.18c-.163.103-.385.227-.644.372l-.02.01a1.249 1.249 0 0 0 0 2.184l.02.01c.26.145.48.269.644.372c.085.054.174.114.254.18c.074.061.185.164.268.312c.12.214.143.43.15.58c.006.14-.001.308-.008.472l-.001.024c-.08 1.876-.33 3.29-1.359 4.317c-.75.748-1.7 1.08-2.875 1.238c-1.142.153-2.601.153-4.444.153H9.94c-1.843 0-3.302 0-4.444-.153c-1.175-.158-2.125-.49-2.875-1.238c-1.03-1.027-1.28-2.44-1.359-4.317v-.024a6 6 0 0 1-.009-.472c.007-.15.03-.366.15-.58a1.1 1.1 0 0 1 .268-.312a3 3 0 0 1 .254-.18c.163-.103.385-.227.644-.372l.02-.01a1.249 1.249 0 0 0 0-2.184l-.02-.01c-.26-.145-.48-.269-.644-.372a2.4 2.4 0 0 1-.254-.18a1.1 1.1 0 0 1-.268-.312a1.3 1.3 0 0 1-.15-.58a6 6 0 0 1 .01-.496c.078-1.876.328-3.29 1.358-4.317c.75-.748 1.7-1.08 2.875-1.238c1.141-.153 2.6-.153 4.444-.153m11.308 11.334v.004zm.002.142v.02l-.009.233c-.078 1.856-.331 2.732-.92 3.318c-.424.424-1.006.678-2.015.813c-1.03.138-2.389.14-4.3.14h-4.01c-1.911 0-3.27-.002-4.3-.14c-1.01-.135-1.591-.389-2.016-.813c-.588-.586-.841-1.462-.92-3.318l-.008-.253c.124-.077.303-.177.568-.325a2.749 2.749 0 0 0 0-4.802a17 17 0 0 1-.568-.325v-.02l.009-.233c.078-1.856.331-2.732.92-3.318c.424-.424 1.005-.678 2.015-.813c1.03-.138 2.389-.14 4.3-.14h4.01c1.911 0 3.27.002 4.3.14c1.01.135 1.591.389 2.016.813c.587.586.841 1.462.919 3.318l.009.233v.02c-.124.077-.303.177-.568.325a2.748 2.748 0 0 0 0 4.802c.264.148.444.248.568.325m.125-5.535h-.002zm-.127.225v-.004zM2.753 9.412v.004zm0 5.172v.004zm-.125.224l-.002.001zm18.744 0l.002.001zM15.53 8.47a.75.75 0 0 1 0 1.06l-6 6a.75.75 0 0 1-1.06-1.06l6-6a.75.75 0 0 1 1.06 0" clip-rule="evenodd"/><path d="M15.5 14.5a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-5-5a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></g></svg> </template>
CSS
.icon-ticket-sale {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M9.939%203.25h4.122c1.843%200%203.302%200%204.444.153c1.174.158%202.125.49%202.875%201.238c1.03%201.027%201.28%202.44%201.359%204.317v.024c.008.164.015.331.008.472a1.3%201.3%200%200%201-.149.58a1.1%201.1%200%200%201-.268.312a3%203%200%200%201-.254.18c-.163.103-.385.227-.644.372l-.02.01a1.249%201.249%200%200%200%200%202.184l.02.01c.26.145.48.269.644.372c.085.054.174.114.254.18c.074.061.185.164.268.312c.12.214.143.43.15.58c.006.14-.001.308-.008.472l-.001.024c-.08%201.876-.33%203.29-1.359%204.317c-.75.748-1.7%201.08-2.875%201.238c-1.142.153-2.601.153-4.444.153H9.94c-1.843%200-3.302%200-4.444-.153c-1.175-.158-2.125-.49-2.875-1.238c-1.03-1.027-1.28-2.44-1.359-4.317v-.024a6%206%200%200%201-.009-.472c.007-.15.03-.366.15-.58a1.1%201.1%200%200%201%20.268-.312a3%203%200%200%201%20.254-.18c.163-.103.385-.227.644-.372l.02-.01a1.249%201.249%200%200%200%200-2.184l-.02-.01c-.26-.145-.48-.269-.644-.372a2.4%202.4%200%200%201-.254-.18a1.1%201.1%200%200%201-.268-.312a1.3%201.3%200%200%201-.15-.58a6%206%200%200%201%20.01-.496c.078-1.876.328-3.29%201.358-4.317c.75-.748%201.7-1.08%202.875-1.238c1.141-.153%202.6-.153%204.444-.153m11.308%2011.334v.004zm.002.142v.02l-.009.233c-.078%201.856-.331%202.732-.92%203.318c-.424.424-1.006.678-2.015.813c-1.03.138-2.389.14-4.3.14h-4.01c-1.911%200-3.27-.002-4.3-.14c-1.01-.135-1.591-.389-2.016-.813c-.588-.586-.841-1.462-.92-3.318l-.008-.253c.124-.077.303-.177.568-.325a2.749%202.749%200%200%200%200-4.802a17%2017%200%200%201-.568-.325v-.02l.009-.233c.078-1.856.331-2.732.92-3.318c.424-.424%201.005-.678%202.015-.813c1.03-.138%202.389-.14%204.3-.14h4.01c1.911%200%203.27.002%204.3.14c1.01.135%201.591.389%202.016.813c.587.586.841%201.462.919%203.318l.009.233v.02c-.124.077-.303.177-.568.325a2.748%202.748%200%200%200%200%204.802c.264.148.444.248.568.325m.125-5.535h-.002zm-.127.225v-.004zM2.753%209.412v.004zm0%205.172v.004zm-.125.224l-.002.001zm18.744%200l.002.001zM15.53%208.47a.75.75%200%200%201%200%201.06l-6%206a.75.75%200%200%201-1.06-1.06l6-6a.75.75%200%200%201%201.06%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M15.5%2014.5a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-5-5a1%201%200%201%201-2%200a1%201%200%200%201%202%200%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%20fill-rule%3D%22evenodd%22%20d%3D%22M9.939%203.25h4.122c1.843%200%203.302%200%204.444.153c1.174.158%202.125.49%202.875%201.238c1.03%201.027%201.28%202.44%201.359%204.317v.024c.008.164.015.331.008.472a1.3%201.3%200%200%201-.149.58a1.1%201.1%200%200%201-.268.312a3%203%200%200%201-.254.18c-.163.103-.385.227-.644.372l-.02.01a1.249%201.249%200%200%200%200%202.184l.02.01c.26.145.48.269.644.372c.085.054.174.114.254.18c.074.061.185.164.268.312c.12.214.143.43.15.58c.006.14-.001.308-.008.472l-.001.024c-.08%201.876-.33%203.29-1.359%204.317c-.75.748-1.7%201.08-2.875%201.238c-1.142.153-2.601.153-4.444.153H9.94c-1.843%200-3.302%200-4.444-.153c-1.175-.158-2.125-.49-2.875-1.238c-1.03-1.027-1.28-2.44-1.359-4.317v-.024a6%206%200%200%201-.009-.472c.007-.15.03-.366.15-.58a1.1%201.1%200%200%201%20.268-.312a3%203%200%200%201%20.254-.18c.163-.103.385-.227.644-.372l.02-.01a1.249%201.249%200%200%200%200-2.184l-.02-.01c-.26-.145-.48-.269-.644-.372a2.4%202.4%200%200%201-.254-.18a1.1%201.1%200%200%201-.268-.312a1.3%201.3%200%200%201-.15-.58a6%206%200%200%201%20.01-.496c.078-1.876.328-3.29%201.358-4.317c.75-.748%201.7-1.08%202.875-1.238c1.141-.153%202.6-.153%204.444-.153m11.308%2011.334v.004zm.002.142v.02l-.009.233c-.078%201.856-.331%202.732-.92%203.318c-.424.424-1.006.678-2.015.813c-1.03.138-2.389.14-4.3.14h-4.01c-1.911%200-3.27-.002-4.3-.14c-1.01-.135-1.591-.389-2.016-.813c-.588-.586-.841-1.462-.92-3.318l-.008-.253c.124-.077.303-.177.568-.325a2.749%202.749%200%200%200%200-4.802a17%2017%200%200%201-.568-.325v-.02l.009-.233c.078-1.856.331-2.732.92-3.318c.424-.424%201.005-.678%202.015-.813c1.03-.138%202.389-.14%204.3-.14h4.01c1.911%200%203.27.002%204.3.14c1.01.135%201.591.389%202.016.813c.587.586.841%201.462.919%203.318l.009.233v.02c-.124.077-.303.177-.568.325a2.748%202.748%200%200%200%200%204.802c.264.148.444.248.568.325m.125-5.535h-.002zm-.127.225v-.004zM2.753%209.412v.004zm0%205.172v.004zm-.125.224l-.002.001zm18.744%200l.002.001zM15.53%208.47a.75.75%200%200%201%200%201.06l-6%206a.75.75%200%200%201-1.06-1.06l6-6a.75.75%200%200%201%201.06%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M15.5%2014.5a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-5-5a1%201%200%201%201-2%200a1%201%200%200%201%202%200%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.svg?color=%231a73e8&size=48