Mtickets Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mtickets 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/344198.svg" alt="Mtickets icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344198.svg" alt="Mtickets icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344198.svg" alt="Mtickets icon" :width="24" :height="24" />
CSS background
.icon-mtickets {
background-image: url('https://proicons.com/icon/344198.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M37.9623,14.9245a3.4555,3.4555,0,0,1-4.8868-4.8868L28.5377,5.5,5.5,28.5377l4.5377,4.5378a3.4555,3.4555,0,0,1,4.8868,4.8868L19.4623,42.5,42.5,19.4623Z"/><line class="a" x1="21.9057" y1="12.1321" x2="24" y2="14.2264"/><line class="a" x1="25.8616" y1="16.0881" x2="27.956" y2="18.1824"/><line class="a" x1="29.8176" y1="20.044" x2="31.9119" y2="22.1384"/><line class="a" x1="33.7736" y1="24" x2="35.8679" y2="26.0943"/></svg>
Copied!