Alltrans Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Alltrans 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/321634.svg" alt="Alltrans icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321634.svg" alt="Alltrans icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321634.svg" alt="Alltrans icon" :width="24" :height="24" />
CSS background
.icon-alltrans {
background-image: url('https://proicons.com/icon/321634.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.5,43.5c2.2,0,4-1.8,4-4V8.5c0-2.2-1.8-4-4-4H12.5c-2.2,0-4,1.8-4,4v27.2c0,4.3078,3.4922,7.8,7.8,7.8h19.2Z"/><polyline class="c" points="35 33.5 30 18 24.7 33.5"/><line class="c" x1="26.5" y1="28.3" x2="33.3" y2="28.3"/><line class="c" x1="13" y1="18.7" x2="26.6" y2="18.7"/><path class="c" d="M19.8,14.5c0,7.6-.2,9.1-6.1,15.2"/><path class="c" d="M23.9,26.8c-1.5-1.5-3.8-4.9-4.1-7.8"/></svg>
Copied!