ios move icon
ios-move from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- ios-move
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
Related icons in IonIcons
ios-addios-add-circleios-airplaneios-alarmios-albumsios-alertios-american-footballios-americanfootballios-analyticsios-apertureios-appsios-appstoreios-archiveios-arrow-backios-arrow-downios-arrow-dropdownios-arrow-dropdown-circleios-arrow-dropleftios-arrow-dropleft-circleios-arrow-droprightios-arrow-dropright-circleios-arrow-dropupios-arrow-dropup-circleios-arrow-forward
Use the ios move icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M475.9 246.2l-79.4-79.4c-5.4-5.4-14.2-5.4-19.6 0l-.2.2c-5.4 5.4-5.4 14.2 0 19.6l54.9 54.9-161.8.5.5-161.8 54.9 54.9c5.4 5.4 14.2 5.4 19.6 0l.2-.2c5.4-5.4 5.4-14.2 0-19.6l-79.4-79.4c-5.4-5.4-14.2-5.4-19.6 0l-79.4 79.4c-5.4 5.4-5.4 14.2 0 19.6l.2.2c5.4 5.4 14.2 5.4 19.6 0l54.9-54.9.5 161.8-161.8-.5 54.9-54.9c5.4-5.4 5.4-14.2 0-19.6l-.2-.2c-5.4-5.4-14.2-5.4-19.6 0l-79.4 79.4c-5.4 5.4-5.4 14.2 0 19.6l79.4 79.4c5.4 5.4 14.2 5.4 19.6 0l.2-.2c5.4-5.4 5.4-14.2 0-19.6L80 270.5l161.8-.5-.5 161.8-54.9-54.9c-5.4-5.4-14.2-5.4-19.6 0l-.2.2c-5.4 5.4-5.4 14.2 0 19.6l79.4 79.4c5.4 5.4 14.2 5.4 19.6 0l79.4-79.4c5.4-5.4 5.4-14.2 0-19.6l-.2-.2c-5.4-5.4-14.2-5.4-19.6 0l-54.9 54.9-.5-161.8 161.8.5-54.9 54.9c-5.4 5.4-5.4 14.2 0 19.6l.2.2c5.4 5.4 14.2 5.4 19.6 0l79.4-79.4c5.5-5.4 5.5-14.2 0-19.6z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonIosMove(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M475.9 246.2l-79.4-79.4c-5.4-5.4-14.2-5.4-19.6 0l-.2.2c-5.4 5.4-5.4 14.2 0 19.6l54.9 54.9-161.8.5.5-161.8 54.9 54.9c5.4 5.4 14.2 5.4 19.6 0l.2-.2c5.4-5.4 5.4-14.2 0-19.6l-79.4-79.4c-5.4-5.4-14.2-5.4-19.6 0l-79.4 79.4c-5.4 5.4-5.4 14.2 0 19.6l.2.2c5.4 5.4 14.2 5.4 19.6 0l54.9-54.9.5 161.8-161.8-.5 54.9-54.9c5.4-5.4 5.4-14.2 0-19.6l-.2-.2c-5.4-5.4-14.2-5.4-19.6 0l-79.4 79.4c-5.4 5.4-5.4 14.2 0 19.6l79.4 79.4c5.4 5.4 14.2 5.4 19.6 0l.2-.2c5.4-5.4 5.4-14.2 0-19.6L80 270.5l161.8-.5-.5 161.8-54.9-54.9c-5.4-5.4-14.2-5.4-19.6 0l-.2.2c-5.4 5.4-5.4 14.2 0 19.6l79.4 79.4c5.4 5.4 14.2 5.4 19.6 0l79.4-79.4c5.4-5.4 5.4-14.2 0-19.6l-.2-.2c-5.4-5.4-14.2-5.4-19.6 0l-54.9 54.9-.5-161.8 161.8.5-54.9 54.9c-5.4 5.4-5.4 14.2 0 19.6l.2.2c5.4 5.4 14.2 5.4 19.6 0l79.4-79.4c5.5-5.4 5.5-14.2 0-19.6z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M475.9 246.2l-79.4-79.4c-5.4-5.4-14.2-5.4-19.6 0l-.2.2c-5.4 5.4-5.4 14.2 0 19.6l54.9 54.9-161.8.5.5-161.8 54.9 54.9c5.4 5.4 14.2 5.4 19.6 0l.2-.2c5.4-5.4 5.4-14.2 0-19.6l-79.4-79.4c-5.4-5.4-14.2-5.4-19.6 0l-79.4 79.4c-5.4 5.4-5.4 14.2 0 19.6l.2.2c5.4 5.4 14.2 5.4 19.6 0l54.9-54.9.5 161.8-161.8-.5 54.9-54.9c5.4-5.4 5.4-14.2 0-19.6l-.2-.2c-5.4-5.4-14.2-5.4-19.6 0l-79.4 79.4c-5.4 5.4-5.4 14.2 0 19.6l79.4 79.4c5.4 5.4 14.2 5.4 19.6 0l.2-.2c5.4-5.4 5.4-14.2 0-19.6L80 270.5l161.8-.5-.5 161.8-54.9-54.9c-5.4-5.4-14.2-5.4-19.6 0l-.2.2c-5.4 5.4-5.4 14.2 0 19.6l79.4 79.4c5.4 5.4 14.2 5.4 19.6 0l79.4-79.4c5.4-5.4 5.4-14.2 0-19.6l-.2-.2c-5.4-5.4-14.2-5.4-19.6 0l-54.9 54.9-.5-161.8 161.8.5-54.9 54.9c-5.4 5.4-5.4 14.2 0 19.6l.2.2c5.4 5.4 14.2 5.4 19.6 0l79.4-79.4c5.5-5.4 5.5-14.2 0-19.6z" fill="currentColor"/></svg> </template>
CSS
.icon-ios-move {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20d%3D%22M475.9%20246.2l-79.4-79.4c-5.4-5.4-14.2-5.4-19.6%200l-.2.2c-5.4%205.4-5.4%2014.2%200%2019.6l54.9%2054.9-161.8.5.5-161.8%2054.9%2054.9c5.4%205.4%2014.2%205.4%2019.6%200l.2-.2c5.4-5.4%205.4-14.2%200-19.6l-79.4-79.4c-5.4-5.4-14.2-5.4-19.6%200l-79.4%2079.4c-5.4%205.4-5.4%2014.2%200%2019.6l.2.2c5.4%205.4%2014.2%205.4%2019.6%200l54.9-54.9.5%20161.8-161.8-.5%2054.9-54.9c5.4-5.4%205.4-14.2%200-19.6l-.2-.2c-5.4-5.4-14.2-5.4-19.6%200l-79.4%2079.4c-5.4%205.4-5.4%2014.2%200%2019.6l79.4%2079.4c5.4%205.4%2014.2%205.4%2019.6%200l.2-.2c5.4-5.4%205.4-14.2%200-19.6L80%20270.5l161.8-.5-.5%20161.8-54.9-54.9c-5.4-5.4-14.2-5.4-19.6%200l-.2.2c-5.4%205.4-5.4%2014.2%200%2019.6l79.4%2079.4c5.4%205.4%2014.2%205.4%2019.6%200l79.4-79.4c5.4-5.4%205.4-14.2%200-19.6l-.2-.2c-5.4-5.4-14.2-5.4-19.6%200l-54.9%2054.9-.5-161.8%20161.8.5-54.9%2054.9c-5.4%205.4-5.4%2014.2%200%2019.6l.2.2c5.4%205.4%2014.2%205.4%2019.6%200l79.4-79.4c5.5-5.4%205.5-14.2%200-19.6z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20d%3D%22M475.9%20246.2l-79.4-79.4c-5.4-5.4-14.2-5.4-19.6%200l-.2.2c-5.4%205.4-5.4%2014.2%200%2019.6l54.9%2054.9-161.8.5.5-161.8%2054.9%2054.9c5.4%205.4%2014.2%205.4%2019.6%200l.2-.2c5.4-5.4%205.4-14.2%200-19.6l-79.4-79.4c-5.4-5.4-14.2-5.4-19.6%200l-79.4%2079.4c-5.4%205.4-5.4%2014.2%200%2019.6l.2.2c5.4%205.4%2014.2%205.4%2019.6%200l54.9-54.9.5%20161.8-161.8-.5%2054.9-54.9c5.4-5.4%205.4-14.2%200-19.6l-.2-.2c-5.4-5.4-14.2-5.4-19.6%200l-79.4%2079.4c-5.4%205.4-5.4%2014.2%200%2019.6l79.4%2079.4c5.4%205.4%2014.2%205.4%2019.6%200l.2-.2c5.4-5.4%205.4-14.2%200-19.6L80%20270.5l161.8-.5-.5%20161.8-54.9-54.9c-5.4-5.4-14.2-5.4-19.6%200l-.2.2c-5.4%205.4-5.4%2014.2%200%2019.6l79.4%2079.4c5.4%205.4%2014.2%205.4%2019.6%200l79.4-79.4c5.4-5.4%205.4-14.2%200-19.6l-.2-.2c-5.4-5.4-14.2-5.4-19.6%200l-54.9%2054.9-.5-161.8%20161.8.5-54.9%2054.9c-5.4%205.4-5.4%2014.2%200%2019.6l.2.2c5.4%205.4%2014.2%205.4%2019.6%200l79.4-79.4c5.5-5.4%205.5-14.2%200-19.6z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/ios-move.svg?color=%231a73e8&size=48