Tix Id Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tix Id 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/348593.svg" alt="Tix Id icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348593.svg" alt="Tix Id icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348593.svg" alt="Tix Id icon" :width="24" :height="24" />
CSS background
.icon-tix-id {
background-image: url('https://proicons.com/icon/348593.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m42.5,19v-7c0-1.1046-.8954-2-2-2H7.5c-1.1046,0-2,.8954-2,2v7c2.7614,0,5,2.2386,5,5s-2.2386,5-5,5v7c0,1.1046.8954,2,2,2h33c1.1046,0,2-.8954,2-2v-7c-2.7614,0-5-2.2386-5-5s2.2386-5,5-5Z"/><line class="b" x1="24.047" y1="19.5" x2="24.047" y2="28.5"/><line class="b" x1="27.3156" y1="19.5" x2="33.2781" y2="28.5"/><line class="b" x1="33.2781" y1="19.5" x2="27.3156" y2="28.5"/><line class="b" x1="14.7219" y1="19.5" x2="20.6844" y2="19.5"/><line class="b" x1="17.7031" y1="28.5" x2="17.7031" y2="19.5"/></svg>
Copied!