Taigamobile Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Taigamobile 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/333624.svg" alt="Taigamobile icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333624.svg" alt="Taigamobile icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333624.svg" alt="Taigamobile icon" :width="24" :height="24" />
CSS background
.icon-taigamobile {
background-image: url('https://proicons.com/icon/333624.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><polyline class="a" points="24 28.378 33.048 28.378 27.122 18.115"/><polyline class="a" points="24 18.115 29.872 18.115 24 7.944 24 39.424 37.525 39.424 31.147 28.378"/><polyline class="a" points="24 24.934 14.952 24.934 20.878 14.67"/><polyline class="a" points="24 14.67 18.128 14.67 24 4.5 24 35.98 10.475 35.98 16.853 24.934"/><polyline class="a" points="20.988 35.98 20.988 43.5 27.012 43.5 27.012 39.424"/></svg>
Copied!