Systemappmover Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Systemappmover 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/333587.svg" alt="Systemappmover icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333587.svg" alt="Systemappmover icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333587.svg" alt="Systemappmover icon" :width="24" :height="24" />
CSS background
.icon-systemappmover {
background-image: url('https://proicons.com/icon/333587.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M38.79,4.5a3,3,0,0,0-2.07.87L34.26,7.82a17.53,17.53,0,0,0-20.52,0L11.29,5.37A3.07,3.07,0,0,0,9.21,4.5a2.84,2.84,0,0,0-2,.83v0a2.86,2.86,0,0,0,0,4.06L9.7,11.85a17.69,17.69,0,0,0-3.34,10.3V41.64A1.85,1.85,0,0,0,8.21,43.5H39.78a1.86,1.86,0,0,0,1.86-1.86V22.15a17.55,17.55,0,0,0-3.34-10.3l2.47-2.44a2.86,2.86,0,0,0,0-4.06v0a2.84,2.84,0,0,0-2-.83ZM24,20.18,32.38,25V34.7L24,39.54,15.62,34.7V25Z"/></svg>
Copied!