ticket sale icon

ticket-sale-broken from Solar by 480 Design · Broken · Money · CC-BY-4.0 Attribution required.

Name
ticket-sale-broken
Set
Solar
Style
Broken
Category
Money
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More money icons from Solar

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="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M9 15L15 9"/><path d="M14.0037 4H9.9963C6.21809 4 4.32899 4 3.15525 5.17157C2.27661 6.04858 2.0557 7.32572 2.00016 9.49444C1.99304 9.77248 2.22121 9.99467 2.49076 10.0652C3.35074 10.2901 3.98521 11.0711 3.98521 12C3.98521 12.9289 3.35074 13.7099 2.49076 13.9348C2.22121 14.0053 1.99304 14.2275 2.00016 14.5056C2.0557 16.6743 2.27661 17.9514 3.15525 18.8284M18 4.10041C19.3086 4.22774 20.1885 4.51654 20.8448 5.17157C21.7234 6.04858 21.9443 7.32572 21.9998 9.49444C22.007 9.77248 21.7788 9.99467 21.5092 10.0652C20.6493 10.2901 20.0148 11.0711 20.0148 12C20.0148 12.9289 20.6493 13.7099 21.5092 13.9348C21.7788 14.0053 22.007 14.2275 21.9998 14.5056C21.9443 16.6743 21.7234 17.9514 20.8448 18.8284C19.671 20 17.7819 20 14.0037 20H9.9963C8.82865 20 7.84143 20 7 19.9654"/><path stroke-linejoin="round" d="M9.5 9.5H9.5001"/><path stroke-linejoin="round" d="M14.5 14.5H14.5001"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarTicketSaleBroken(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" strokeLinecap="round" strokeWidth="1.5"><path strokeLinejoin="round" d="M9 15L15 9"/><path d="M14.0037 4H9.9963C6.21809 4 4.32899 4 3.15525 5.17157C2.27661 6.04858 2.0557 7.32572 2.00016 9.49444C1.99304 9.77248 2.22121 9.99467 2.49076 10.0652C3.35074 10.2901 3.98521 11.0711 3.98521 12C3.98521 12.9289 3.35074 13.7099 2.49076 13.9348C2.22121 14.0053 1.99304 14.2275 2.00016 14.5056C2.0557 16.6743 2.27661 17.9514 3.15525 18.8284M18 4.10041C19.3086 4.22774 20.1885 4.51654 20.8448 5.17157C21.7234 6.04858 21.9443 7.32572 21.9998 9.49444C22.007 9.77248 21.7788 9.99467 21.5092 10.0652C20.6493 10.2901 20.0148 11.0711 20.0148 12C20.0148 12.9289 20.6493 13.7099 21.5092 13.9348C21.7788 14.0053 22.007 14.2275 21.9998 14.5056C21.9443 16.6743 21.7234 17.9514 20.8448 18.8284C19.671 20 17.7819 20 14.0037 20H9.9963C8.82865 20 7.84143 20 7 19.9654"/><path strokeLinejoin="round" d="M9.5 9.5H9.5001"/><path strokeLinejoin="round" d="M14.5 14.5H14.5001"/></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-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M9 15L15 9"/><path d="M14.0037 4H9.9963C6.21809 4 4.32899 4 3.15525 5.17157C2.27661 6.04858 2.0557 7.32572 2.00016 9.49444C1.99304 9.77248 2.22121 9.99467 2.49076 10.0652C3.35074 10.2901 3.98521 11.0711 3.98521 12C3.98521 12.9289 3.35074 13.7099 2.49076 13.9348C2.22121 14.0053 1.99304 14.2275 2.00016 14.5056C2.0557 16.6743 2.27661 17.9514 3.15525 18.8284M18 4.10041C19.3086 4.22774 20.1885 4.51654 20.8448 5.17157C21.7234 6.04858 21.9443 7.32572 21.9998 9.49444C22.007 9.77248 21.7788 9.99467 21.5092 10.0652C20.6493 10.2901 20.0148 11.0711 20.0148 12C20.0148 12.9289 20.6493 13.7099 21.5092 13.9348C21.7788 14.0053 22.007 14.2275 21.9998 14.5056C21.9443 16.6743 21.7234 17.9514 20.8448 18.8284C19.671 20 17.7819 20 14.0037 20H9.9963C8.82865 20 7.84143 20 7 19.9654"/><path stroke-linejoin="round" d="M9.5 9.5H9.5001"/><path stroke-linejoin="round" d="M14.5 14.5H14.5001"/></g></svg>
</template>

CSS

.icon-ticket-sale-broken {
  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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M9%2015L15%209%22%2F%3E%3Cpath%20d%3D%22M14.0037%204H9.9963C6.21809%204%204.32899%204%203.15525%205.17157C2.27661%206.04858%202.0557%207.32572%202.00016%209.49444C1.99304%209.77248%202.22121%209.99467%202.49076%2010.0652C3.35074%2010.2901%203.98521%2011.0711%203.98521%2012C3.98521%2012.9289%203.35074%2013.7099%202.49076%2013.9348C2.22121%2014.0053%201.99304%2014.2275%202.00016%2014.5056C2.0557%2016.6743%202.27661%2017.9514%203.15525%2018.8284M18%204.10041C19.3086%204.22774%2020.1885%204.51654%2020.8448%205.17157C21.7234%206.04858%2021.9443%207.32572%2021.9998%209.49444C22.007%209.77248%2021.7788%209.99467%2021.5092%2010.0652C20.6493%2010.2901%2020.0148%2011.0711%2020.0148%2012C20.0148%2012.9289%2020.6493%2013.7099%2021.5092%2013.9348C21.7788%2014.0053%2022.007%2014.2275%2021.9998%2014.5056C21.9443%2016.6743%2021.7234%2017.9514%2020.8448%2018.8284C19.671%2020%2017.7819%2020%2014.0037%2020H9.9963C8.82865%2020%207.84143%2020%207%2019.9654%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M9.5%209.5H9.5001%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M14.5%2014.5H14.5001%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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M9%2015L15%209%22%2F%3E%3Cpath%20d%3D%22M14.0037%204H9.9963C6.21809%204%204.32899%204%203.15525%205.17157C2.27661%206.04858%202.0557%207.32572%202.00016%209.49444C1.99304%209.77248%202.22121%209.99467%202.49076%2010.0652C3.35074%2010.2901%203.98521%2011.0711%203.98521%2012C3.98521%2012.9289%203.35074%2013.7099%202.49076%2013.9348C2.22121%2014.0053%201.99304%2014.2275%202.00016%2014.5056C2.0557%2016.6743%202.27661%2017.9514%203.15525%2018.8284M18%204.10041C19.3086%204.22774%2020.1885%204.51654%2020.8448%205.17157C21.7234%206.04858%2021.9443%207.32572%2021.9998%209.49444C22.007%209.77248%2021.7788%209.99467%2021.5092%2010.0652C20.6493%2010.2901%2020.0148%2011.0711%2020.0148%2012C20.0148%2012.9289%2020.6493%2013.7099%2021.5092%2013.9348C21.7788%2014.0053%2022.007%2014.2275%2021.9998%2014.5056C21.9443%2016.6743%2021.7234%2017.9514%2020.8448%2018.8284C19.671%2020%2017.7819%2020%2014.0037%2020H9.9963C8.82865%2020%207.84143%2020%207%2019.9654%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M9.5%209.5H9.5001%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M14.5%2014.5H14.5001%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/ticket-sale-broken.svg?color=%231a73e8&size=48