Tmobilitat Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tmobilitat 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/348605.svg" alt="Tmobilitat icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348605.svg" alt="Tmobilitat icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348605.svg" alt="Tmobilitat icon" :width="24" :height="24" />
CSS background
.icon-tmobilitat {
background-image: url('https://proicons.com/icon/348605.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="c" x1="15.5052" y1="17.2774" x2="19.9589" y2="17.2774"/><line class="c" x1="15.5052" y1="30.7226" x2="15.5052" y2="17.2774"/><path class="c" d="M25.0549,25.1764c0-1.8564,1.5049-3.3613,3.3613-3.3613h0c1.8564,0,3.3613,1.5049,3.3613,3.3613v5.5461"/><line class="c" x1="25.0549" y1="21.8152" x2="25.0549" y2="30.7226"/><path class="c" d="M31.7774,25.1764c0-1.8564,1.5049-3.3613,3.3613-3.3613h0c1.8564,0,3.3613,1.5049,3.3613,3.3613v5.5461"/><line class="c" x1="21.9607" y1="26.2689" x2="18.5994" y2="26.2689"/><polygon class="c" points="9.5 21.1006 9.5 17.2774 13.3231 17.2774 9.5 21.1006"/><rect class="c" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!