Leipzig Move Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Leipzig Move 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/342815.svg" alt="Leipzig Move icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342815.svg" alt="Leipzig Move icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342815.svg" alt="Leipzig Move icon" :width="24" :height="24" />
CSS background
.icon-leipzig-move {
background-image: url('https://proicons.com/icon/342815.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M10.8179,12.3638h0c2.2968,0,4.1615,1.8647,4.1615,4.1615v7.7078c0,2.2968-1.8647,4.1615-4.1615,4.1615h0c-2.2968,0-4.1615-1.8647-4.1615-4.1615v-7.7078c0-2.2968,1.8647-4.1615,4.1615-4.1615Z" transform="translate(13.2838 -2.5611) rotate(34.096)"/><rect class="b" x="12.7362" y="11.8254" width="8.323" height="22.2958" rx="4.1615" ry="4.1615" transform="translate(43.7691 32.5249) rotate(145.9041)"/><path class="b" d="M32.4708,11.5434h0c-2.3235-1.5729-5.4889-.8985-6.9695,1.4849l-8.2674,13.3087c-1.2265,1.9743-.6745,4.5649,1.2502,5.8678h0c1.9247,1.3029,4.5349.853,5.9123-1.0192l9.2849-12.6199c1.6628-2.2601,1.113-5.4495-1.2105-7.0224Z"/><path class="b" d="M33.3125,31.4934l-7.9298-12.7016c-1.515-2.4388-.8332-5.6389,1.5443-7.2484h0c2.3776-1.6095,5.6019-1.0537,7.3034,1.2589l8.1245,11.0426"/><path class="b" d="M43.5,27.3254c0,3.2539-5.8917,10.0506-5.8917,10.0506,0,0-5.8917-6.7967-5.8917-10.0506s2.6378-5.8917,5.8917-5.8917,5.8917,2.6378,5.8917,5.8917Z"/><path class="b" d="M39.6328,30.4171h-1.6883c-.9097,0-1.6471-.7374-1.6471-1.6471v-4.5295"/></svg>
Copied!