My Tele2 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The My Tele2 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/329791.svg" alt="My Tele2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329791.svg" alt="My Tele2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329791.svg" alt="My Tele2 icon" :width="24" :height="24" />
CSS background
.icon-my-tele2 {
background-image: url('https://proicons.com/icon/329791.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="b" x="5.5" y="5.5001" width="37" height="37" rx="4" ry="4"/><polyline class="b" points="20.2287 19.6974 20.2287 28.1905 23.9819 28.3384"/><line class="b" x1="15.0502" y1="27.9865" x2="18.4422" y2="28.1201"/><line class="b" x1="15.0502" y1="19.9056" x2="18.4422" y2="19.7692"/><line class="b" x1="15.0502" y1="23.946" x2="17.2364" y2="23.9451"/><line class="b" x1="15.0502" y1="19.9056" x2="15.0502" y2="27.9865"/><line class="b" x1="25.9143" y1="28.4145" x2="30.086" y2="28.5789"/><line class="b" x1="25.9143" y1="19.4689" x2="30.086" y2="19.3013"/><line class="b" x1="25.9143" y1="23.9417" x2="28.5995" y2="23.9407"/><line class="b" x1="25.9143" y1="19.4689" x2="25.9143" y2="28.4145"/><line class="b" x1="9.5" y1="20.2045" x2="13.5506" y2="20.0449"/><line class="b" x1="11.4834" y1="27.9233" x2="11.4834" y2="20.1263"/><path class="b" d="M32.24,22.3447c0-1.7287,1.3463-3.1841,3.0496-3.2526,1.7524-.0704,3.2104,1.3462,3.2104,3.166,0,.9099-.3304,1.7736-.9577,2.3253-1.2989,1.1424-5.3023,4.0803-5.3023,4.0803l6.26.2467"/></svg>
Copied!