Ticketswap Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ticketswap 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/333957.svg" alt="Ticketswap icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333957.svg" alt="Ticketswap icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333957.svg" alt="Ticketswap icon" :width="24" :height="24" />
CSS background
.icon-ticketswap {
background-image: url('https://proicons.com/icon/333957.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M33.12,33.11a12.88,12.88,0,0,1-18.21,0l0,0L4.47,22.71,9,18.14a2.77,2.77,0,0,1,3.9,0L21.4,26.6A3.67,3.67,0,0,0,27.6,25l6.78,6.77A13.86,13.86,0,0,1,33.12,33.11ZM39,29.86a2.77,2.77,0,0,1-3.9,0L26.61,21.4a3.67,3.67,0,0,0-6.2,1.65l-6.78-6.76a14.53,14.53,0,0,1,1.2-1.4,12.88,12.88,0,0,1,18.21,0l0,0,10.41,10.4Z"/></svg>
Copied!