Mi Mover Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mi Mover 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/329175.svg" alt="Mi Mover icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329175.svg" alt="Mi Mover icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329175.svg" alt="Mi Mover icon" :width="24" :height="24" />
CSS background
.icon-mi-mover {
background-image: url('https://proicons.com/icon/329175.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M24.5463,18.6529l-13.1728,10.7386M36.2903,18.6382l-13.136,10.7165M27.3599,40.9403c.297,1.2649,1.4614,2.1323,2.7583,2.0549.7121-.0352,1.3811-.3518,1.8597-.8802l7.6452-8.5106c.9897-1.1013.8993-2.7964-.202-3.7861-.0026-.0024-.0052-.0047-.0079-.0071-.5892-.5303-1.3552-.5377-4.1098-.4566H11.9185c-2.3034-.1186-4.2667,1.6525-4.3853,3.9559-.1186,2.3034,1.6525,4.2667,3.9559,4.3853.1431.0074.2864.0074.4295,0h15.4413v3.2444ZM20.6795,7.0599c-.2972-1.2663-1.4637-2.1342-2.762-2.0549-.7108.0361-1.3783.3526-1.8561.8802l-7.6452,8.5069c-.9907,1.1031-.8995,2.8005.2036,3.7912.0021.0019.0042.0037.0063.0056.5892.5303,1.3552.5377,4.1098.4566h23.3848c2.3044.0968,4.2509-1.6927,4.3478-3.9971.0968-2.3044-1.6927-4.2509-3.9971-4.3478-.1168-.0049-.2338-.0049-.3507,0h-15.4413v-3.2407Z"/></svg>
Copied!