Ticket Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Ticket Svg icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/309039.svg" alt="Ticket Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/309039.svg" alt="Ticket Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/309039.svg" alt="Ticket Svg icon" :width="24" :height="24" />
CSS background
.icon-ticket---svg {
background-image: url('https://proicons.com/icon/309039.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M5 4C3.34315 4 2 5.34315 2 7V10C2 10.5523 2.44772 11 3 11C3.25747 11 3.51165 11.0974 3.70711 11.2929C4.09763 11.6834 4.09763 12.3166 3.70711 12.7071C3.51165 12.9026 3.25747 13 3 13C2.44772 13 2 13.4477 2 14V17C2 18.6569 3.34315 20 5 20H10H19C20.6568 20 22 18.6569 22 17V14C22 13.4477 21.5523 13 21 13C20.7425 13 20.4884 12.9026 20.2929 12.7071C19.9024 12.3166 19.9024 11.6834 20.2929 11.2929C20.4884 11.0974 20.7425 11 21 11C21.5523 11 22 10.5523 22 10V7C22 5.34315 20.6569 4 19 4H10H5ZM4 7C4 6.44772 4.44772 6 5 6H9V18H5C4.44772 18 4 17.5523 4 17V14.8289C4.40943 14.6844 4.79409 14.4486 5.12132 14.1213L4.42864 13.4286L5.12132 14.1213C6.29289 12.9497 6.29289 11.0503 5.12132 9.87868C4.79409 9.55145 4.40943 9.31556 4 9.1711V7Z" fill="#292929"/> </svg>
Copied!