Move To Ios Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Move To Ios 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/344152.svg" alt="Move To Ios icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344152.svg" alt="Move To Ios icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344152.svg" alt="Move To Ios icon" :width="24" :height="24" />
CSS background
.icon-move-to-ios {
background-image: url('https://proicons.com/icon/344152.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>.e{fill:#fff;}.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="f" d="M9.5,5.5h29c2.2159996,0,4,1.78399992,4,4v29c0,2.2159996-1.7840004,4-4,4H9.5c-2.21600008,0-4-1.7840004-4-4V9.5c0-2.21600008,1.78399992-4,4-4ZM12.06000042,21.78199959v8.87199974"/><path class="f" d="M28.49699974,29.22900009c.83399963,1.06900024,1.87999916,1.46699905,3.33500099,1.46699905h2.01399994c1.875,0,3.39400101-1.49600029,3.39400101-3.34000015v-.01499939c0-1.84499931-1.52000046-3.3409996-3.39400101-3.3409996h-2.22100067c-1.87700081,0-3.39800072-1.49699974-3.39800072-3.34499931h0c0-1.85000038,1.52499962-3.35099983,3.40500069-3.35099983h2.00299835c1.45500183,0,2.50099945.39800072,3.33599854,1.46699905M20.39699936,17.30400085h0c2.49600029,0,4.50600052,1.97800064,4.50600052,4.43600082v4.52000046c0,2.45800018-2.01000023,4.43600082-4.50600052,4.43600082h0c-2.49699974,0-4.50600052-1.97800064-4.50600052-4.43600082v-4.52000046c0-2.45800018,2.01000023-4.43600082,4.50600052-4.43600082Z"/><circle class="e" cx="12.06000042" cy="17.68000031" r=".75"/></svg>
Copied!