Movement Of Items Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Movement Of Items 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/320398.svg" alt="Movement Of Items icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320398.svg" alt="Movement Of Items icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320398.svg" alt="Movement Of Items icon" :width="24" :height="24" />
CSS background
.icon-movement-of-items {
background-image: url('https://proicons.com/icon/320398.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="iso-8859-1"?> <!-- Generator: Adobe Illustrator 24.1.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"> <path id="movement--of--items_1_" d="M1.36,16H0.64C0.64,7.53,7.53,0.64,16,0.64c4.102,0,7.958,1.598,10.861,4.5l-0.51,0.509 C23.585,2.883,19.909,1.36,16,1.36C7.927,1.36,1.36,7.927,1.36,16z M30.64,16c0,8.072-6.567,14.64-14.64,14.64 c-3.911,0-7.587-1.522-10.352-4.288l-0.509,0.51c2.9,2.901,6.757,4.499,10.86,4.499c8.47,0,15.36-6.891,15.36-15.36L30.64,16 L30.64,16z M5.746,23.255L1.491,19l4.255-4.254l0.509,0.509L2.869,18.64h13.807c0.179-1.406,1.37-2.5,2.823-2.5 c1.577,0,2.86,1.283,2.86,2.86s-1.283,2.86-2.86,2.86c-1.454,0-2.644-1.094-2.823-2.5H2.869l3.385,3.385L5.746,23.255z M17.36,19 c0,1.18,0.96,2.14,2.14,2.14s2.14-0.96,2.14-2.14s-0.96-2.14-2.14-2.14S17.36,17.82,17.36,19z M25.745,16.746l3.386-3.386H15.36V15 c0,0.199-0.161,0.36-0.36,0.36h-4c-0.199,0-0.36-0.161-0.36-0.36v-4c0-0.199,0.161-0.36,0.36-0.36h4c0.199,0,0.36,0.161,0.36,0.36 v1.64h13.771l-3.386-3.386l0.51-0.509L30.509,13l-4.254,4.255L25.745,16.746z M14.64,11.36h-3.28v3.28h3.28V11.36z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!