T Mobile Life Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The T Mobile Life 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/333596.svg" alt="T Mobile Life icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333596.svg" alt="T Mobile Life icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333596.svg" alt="T Mobile Life icon" :width="24" :height="24" />
CSS background
.icon-t-mobile-life {
background-image: url('https://proicons.com/icon/333596.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m35.1092,17.0357h-5.4704v5.4704l.001.0009h5.4695l.0009-.0009v-5.4695l-.0009-.0009Zm-22.2201,0h5.4695v5.4704l-.001.0009h-5.4695v-5.4704l.0009-.0009Z"/><path class="c" d="m30.912,31.9011v-2.2108c-3.7854-.2038-4.4376-1.6051-4.4931-3.7008V6.7623c3.4708.3533,6.8938.26,6.8938,7.4881h1.7991V4.5H12.9096v9.7502h1.7991c0-7.1081,3.4232-7.1348,6.8938-7.4881v19.2274c-.0554,2.0958-.7076,3.4969-4.4931,3.7008v2.2108h13.8025Z"/><polyline class="c" points="12.9096 34.9429 12.9096 43.5 17.1881 43.5"/><line class="c" x1="20.3492" y1="34.9429" x2="20.3492" y2="43.5"/><line class="c" x1="30.8316" y1="39.2215" x2="33.6212" y2="39.2215"/><polyline class="c" points="35.1101 43.5 30.8316 43.5 30.8316 34.9429 35.1101 34.9429"/><line class="c" x1="23.4981" y1="39.2215" x2="26.2791" y2="39.2215"/><polyline class="c" points="23.4981 43.5 23.4981 34.9429 27.7766 34.9429"/></svg>
Copied!