Telepass Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Telepass 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/348321.svg" alt="Telepass icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348321.svg" alt="Telepass icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348321.svg" alt="Telepass icon" :width="24" :height="24" />
CSS background
.icon-telepass {
background-image: url('https://proicons.com/icon/348321.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M22.2255,22.6836l-9.5353-9.045c-1.2307-1.1674-3.2628-.5793-3.6799,1.0649l-4.4382,17.4958c-.4882,1.9244,1.602,3.4731,3.3009,2.4456l13.9735-8.4508c1.2539-.7583,1.4422-2.502.379-3.5105Z"/><line class="c" x1="16.8203" y1="17.5563" x2="16.8203" y2="29.2777"/><line class="c" x1="10.539" y1="33.0325" x2="10.539" y2="13.1282"/><line class="c" x1="26.6101" y1="15.7385" x2="43.5" y2="15.7385"/><line class="c" x1="31.0956" y1="33.6251" x2="35.055" y2="15.7385"/></svg>
Copied!