Move It Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Move It 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/344151.svg" alt="Move It icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344151.svg" alt="Move It icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344151.svg" alt="Move It icon" :width="24" :height="24" />
CSS background
.icon-move-it {
background-image: url('https://proicons.com/icon/344151.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>.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="e" x1="33.20898422" y1="21.04448043" x2="33.20898422" y2="26.95551957"/><polyline class="e" points="9.5 26.94901648 9.5 21.04448043 12.45551957 26.95551957 15.41103915 21.05346829 15.41103915 26.95551957"/><line class="e" x1="34.58393657" y1="21.04448043" x2="38.5" y2="21.04448043"/><line class="e" x1="36.54196828" y1="26.95551957" x2="36.54196828" y2="21.04448043"/><polyline class="e" points="25.89489107 21.04448043 23.93686211 26.95551957 21.97882764 21.04448043"/><line class="e" x1="27.26046804" y1="24" x2="29.18743662" y2="24"/><polyline class="e" points="30.21598762 26.95551957 27.26046804 26.95551957 27.26046804 21.04448043 30.21598762 21.04448043"/><rect class="e" x="17.04839743" y="21.04448486" width="3.91606514" height="5.91103033" rx="1.95803062" ry="1.95803062"/><rect class="e" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!