Lift And Shift Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Lift And Shift 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/320286.svg" alt="Lift And Shift icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320286.svg" alt="Lift And Shift icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320286.svg" alt="Lift And Shift icon" :width="24" :height="24" />
CSS background
.icon-lift-and-shift {
background-image: url('https://proicons.com/icon/320286.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 26.3.1, 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="lift-and-shift_00000118378045026522332510000005557686943040620729_" d="M30.36,31h-0.72V16.312 c-0.575-0.158-1-0.686-1-1.312c0-0.612,0.407-1.131,0.965-1.301C28.962,8.715,24.588,4.86,19.5,4.86 c-3.69,0-6.927,1.982-8.701,4.937C12.132,8.465,13.971,7.64,16,7.64c4.059,0,7.36,3.302,7.36,7.36v16h-0.72V15 c0-3.661-2.979-6.64-6.64-6.64S9.36,11.339,9.36,15v6.688c0.576,0.158,1,0.687,1,1.312s-0.424,1.153-1,1.312V31H8.64v-6.688 c-0.576-0.158-1-0.687-1-1.312s0.424-1.153,1-1.312V15c0-5.988,4.872-10.86,10.86-10.86c3.146,0,6.038,1.377,8.052,3.57 C25.111,3.887,20.819,1.36,16,1.36c-7.038,0-12.955,5.392-13.614,12.336C2.949,13.863,3.36,14.384,3.36,15 c0,0.625-0.424,1.153-1,1.312V31H1.64V16.312c-0.576-0.158-1-0.686-1-1.312c0-0.634,0.436-1.168,1.024-1.318 C2.333,6.345,8.573,0.64,16,0.64s13.667,5.705,14.336,13.042c0.588,0.15,1.024,0.684,1.024,1.318c0,0.625-0.425,1.153-1,1.312V31z M9,22.36c-0.353,0-0.64,0.287-0.64,0.64S8.647,23.64,9,23.64S9.64,23.353,9.64,23S9.353,22.36,9,22.36z M30,14.36 c-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64S30.353,14.36,30,14.36z M2,14.36 c-0.353,0-0.64,0.287-0.64,0.64S1.647,15.64,2,15.64S2.64,15.353,2.64,15S2.353,14.36,2,14.36z M16.36,31h-0.72V15h0.72V31z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!