Telmex Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Telmex 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/333770.svg" alt="Telmex icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333770.svg" alt="Telmex icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333770.svg" alt="Telmex icon" :width="24" :height="24" />
CSS background
.icon-telmex {
background-image: url('https://proicons.com/icon/333770.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><polyline class="b" points="12.5303 18.7698 4.5 34.1756 11.5242 34.1756 14.9793 27.6735 24 34.3559"/><polygon class="b" points="27.9455 27.0849 27.9455 18.7698 35.4697 18.7698 36.2415 20.2506 43.0064 20.2506 43.0064 18.7698 43.0064 18.6749 43.0064 13.6441 24 13.6441 4.9936 13.6441 4.9936 18.6749 4.9936 18.7698 4.9936 20.2506 11.7585 20.2506 12.5303 18.7698 20.0545 18.7698 20.0545 27.0849 27.9455 27.0849"/><polyline class="b" points="35.4697 18.7698 43.5 34.1756 36.4758 34.1756 33.0207 27.6735 24 34.3559"/></svg>
Copied!