Migrate Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Migrate 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/320368.svg" alt="Migrate icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320368.svg" alt="Migrate icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320368.svg" alt="Migrate icon" :width="24" :height="24" />
CSS background
.icon-migrate {
background-image: url('https://proicons.com/icon/320368.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 29.1.0, SVG Export Plug-In . SVG Version: 9.03 Build 55587) --> <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="migrate_00000023970641011633107800000015342071083653501585_" d="M30.509,28l-3.254,3.255l-0.51-0.51l2.386-2.385H16 c-0.199,0-0.36-0.161-0.36-0.36V1.36H1V0.64h15c0.199,0,0.36,0.161,0.36,0.36v26.64h12.771l-2.386-2.385l0.51-0.51L30.509,28z M4,14.5c-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5S4.276,14.5,4,14.5z M1.5,15c0,0.276-0.224,0.5-0.5,0.5 S0.5,15.276,0.5,15s0.224-0.5,0.5-0.5S1.5,14.724,1.5,15z M1.5,12c0,0.276-0.224,0.5-0.5,0.5S0.5,12.276,0.5,12s0.224-0.5,0.5-0.5 S1.5,11.724,1.5,12z M1.5,9c0,0.276-0.224,0.5-0.5,0.5S0.5,9.276,0.5,9S0.724,8.5,1,8.5S1.5,8.724,1.5,9z M1.5,6 c0,0.276-0.224,0.5-0.5,0.5S0.5,6.276,0.5,6S0.724,5.5,1,5.5S1.5,5.724,1.5,6z M1.5,3c0,0.276-0.224,0.5-0.5,0.5S0.5,3.276,0.5,3 S0.724,2.5,1,2.5S1.5,2.724,1.5,3z M7.5,15c0,0.276-0.224,0.5-0.5,0.5S6.5,15.276,6.5,15s0.224-0.5,0.5-0.5S7.5,14.724,7.5,15z M10.5,15c0,0.276-0.224,0.5-0.5,0.5S9.5,15.276,9.5,15s0.224-0.5,0.5-0.5S10.5,14.724,10.5,15z M13.5,15c0,0.276-0.224,0.5-0.5,0.5 s-0.5-0.224-0.5-0.5s0.224-0.5,0.5-0.5S13.5,14.724,13.5,15z M27.5,15c0-0.276,0.224-0.5,0.5-0.5s0.5,0.224,0.5,0.5 s-0.224,0.5-0.5,0.5S27.5,15.276,27.5,15z M30.5,15c0-0.276,0.224-0.5,0.5-0.5s0.5,0.224,0.5,0.5s-0.224,0.5-0.5,0.5 S30.5,15.276,30.5,15z M30.5,18c0-0.276,0.224-0.5,0.5-0.5s0.5,0.224,0.5,0.5s-0.224,0.5-0.5,0.5S30.5,18.276,30.5,18z M30.5,21 c0-0.276,0.224-0.5,0.5-0.5s0.5,0.224,0.5,0.5s-0.224,0.5-0.5,0.5S30.5,21.276,30.5,21z M30.5,24c0-0.276,0.224-0.5,0.5-0.5 s0.5,0.224,0.5,0.5s-0.224,0.5-0.5,0.5S30.5,24.276,30.5,24z M24.5,15c0-0.276,0.224-0.5,0.5-0.5s0.5,0.224,0.5,0.5 s-0.224,0.5-0.5,0.5S24.5,15.276,24.5,15z M21.5,15c0-0.276,0.224-0.5,0.5-0.5s0.5,0.224,0.5,0.5s-0.224,0.5-0.5,0.5 S21.5,15.276,21.5,15z M18.5,15c0-0.276,0.224-0.5,0.5-0.5s0.5,0.224,0.5,0.5s-0.224,0.5-0.5,0.5S18.5,15.276,18.5,15z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!