Transloc Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Transloc 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/348784.svg" alt="Transloc icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348784.svg" alt="Transloc icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348784.svg" alt="Transloc icon" :width="24" :height="24" />
CSS background
.icon-transloc {
background-image: url('https://proicons.com/icon/348784.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="d" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="e" cx="38.4604" cy="35.8389" r="1.3757"/><circle class="e" cx="30.1999" cy="35.8389" r="1.3757"/><rect class="e" x="28.6397" y="26.5278" width="11.3187" height="5.0836"/><path class="e" d="M30.1693,39.8907v1.1739c0,.4515-.4374.8159-.7733.8159h-1.4983c-.5353,0-.8079-.3317-.8079-.6778v-2.0438c-.5301-.5428-.9896-1.042-.9896-1.9305v-11.0864c.0086.0145-.7393-3.5898,6.882-3.5898h3.9381c5.5082.0751,5.5798,3.5898,5.5798,3.5898v11.0864c0,.988-.8443,1.6155-1.1393,1.9305v2.0438c-.0208.5546-.3911.6778-.6996.6778h-1.3992c-.6359,0-.8795-.3885-.8795-.8159v-1.1739h-8.2132Z"/><rect class="e" x="5.5" y="30.1668" width="16.36" height="12.298" rx="1.8749" ry="1.8749"/><rect class="e" x="26.0095" y="5.5351" width="16.3997" height="13.3344" rx="1.9334" ry="1.9334"/><rect class="e" x="5.5497" y="5.5695" width="16.3783" height="20.479" rx="2.1041" ry="2.1041"/></svg>
Copied!