Telcel Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Telcel 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/333748.svg" alt="Telcel icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333748.svg" alt="Telcel icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333748.svg" alt="Telcel icon" :width="24" :height="24" />
CSS background
.icon-telcel {
background-image: url('https://proicons.com/icon/333748.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>.l{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="l" d="M27.7484,19.8931c-.3739.6526-1.0773,1.0921-1.8833,1.0921h0c-1.1979,0-2.1688-.9708-2.1688-2.1684v-1.4095c0-1.1976.971-2.1684,2.1688-2.1684h0c.8045,0,1.5067.4379,1.8811,1.0884"/><path id="c" class="l" d="M35.4007,12.3115v7.5895c0,.5988.4855,1.0842,1.0844,1.0842h.3253"/><path id="d" class="l" d="M21.3049,12.3115v7.5895c0,.5988.4855,1.0842,1.0844,1.0842h.3253"/><path id="e" class="l" d="M33.4285,19.8996c-.3736.6537-1.0776,1.0943-1.8845,1.0943h0c-1.1979,0-2.1688-.9708-2.1688-2.1684v-1.4095c0-1.1976.971-2.1684,2.1688-2.1684h0c1.1978,0,2.1688.9708,2.1688,2.1684v.7047h-4.3377"/><path id="f" class="l" d="M19.4633,19.8909c-.3736.6537-1.0776,1.0943-1.8845,1.0943h0c-1.1979,0-2.1688-.9708-2.1688-2.1684v-1.4095c0-1.1976.971-2.1684,2.1688-2.1684h0c1.1979,0,2.1688.9708,2.1688,2.1684v.7047h-4.3377"/><g id="g"><path id="h" class="l" d="M12.9491,13.4499v6.4511c0,.5988.4855,1.0842,1.0844,1.0842h.3253"/><line id="i" class="l" x1="11.8104" y1="15.2389" x2="14.0877" y2="15.2389"/></g><rect id="j" class="l" x="22.9469" y="39.7561" width="3.2444" height="3.2439" rx="1" ry="1"/><path id="k" class="l" d="M22.9469,39.7561h3.2444c3.2165-4.3062,6.4915-9.6389,10.2814-13.6585,2.2705-2.4081,3.6603-5.4698,3.165-9.4122-.6643-5.2881-4.5385-12.6048-15.6088-12.6848-9.5117-.0688-14.3623,5.8318-14.7702,12.1709-.2465,3.8303.6157,7.0006,2.4346,9.0606,3.1303,3.545,8.9431,10.9567,11.2535,14.524Z"/></svg>
Copied!