T Mobile Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The T Mobile 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/333595.svg" alt="T Mobile icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333595.svg" alt="T Mobile icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333595.svg" alt="T Mobile icon" :width="24" :height="24" />
CSS background
.icon-t-mobile {
background-image: url('https://proicons.com/icon/333595.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M39.8118,22.3421H32.0257v7.7861l.0014.0013h7.7847l.0013-.0013V22.3434Zm-31.6259,0h7.7848v7.7861l-.0014.0013H8.1846V22.3434Z"/><path class="a" d="M33.8378,43.5V40.3534c-5.3878-.29-6.3161-2.2845-6.395-5.2674V7.72c4.94.5029,9.8119.37,9.8119,10.6579h2.5607V4.5H8.215V18.3775h2.5606c0-10.117,4.8723-10.155,9.812-10.6579V35.086c-.0789,2.9829-1.0072,4.9772-6.395,5.2674V43.5Z"/></svg>
Copied!