move icon
move-outline from Solar by 480 Design · Outline · Arrows Action · CC-BY-4.0 Attribution required.
- Name
- move-outline
- Set
- Solar
- Style
- Outline
- Category
- Arrows Action
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
The same icon in other sets
moveBoxIcons v2moveCarbonmoveCodiconsmove-fillEva IconsmoveFramework7 IconsmoveFeather IconsmoveHuge IconsmoveIconParkmoveIconPark OutlinemoveIconPark SolidmoveIconPark TwoTonemoveIonIconsmoveJam IconsmoveLucidemoveMaterial SymbolsmoveMaterial Symbols Lightmove-fillMingCute IconmoveMyna UI IconsmoveOpenMojimovePixelarticonsmoveRadix IconsmoveTDesign IconsmoveWeb3 IconsmoveWeb3 Icons Branded
More arrows action icons from Solar
arrow-to-down-left-boldarrow-to-down-right-boldarrow-to-top-left-boldarrow-to-top-right-boldcircle-bottom-down-boldcircle-bottom-up-boldcircle-top-down-boldcircle-top-up-bolddownload-bolddownload-minimalistic-bolddownload-square-bolddownload-twice-square-boldexit-boldexport-boldforward-2-boldforward-boldimport-boldlogin-2-boldlogin-3-boldlogin-boldlogout-2-boldlogout-3-boldlogout-boldmaximize-bold
Use the move icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M8.99963 11.2498C9.41384 11.2498 9.75024 11.5862 9.75024 12.0004C9.75007 12.4144 9.41428 12.7502 9.00032 12.7503H3.81027L5.5297 14.4698C5.82259 14.7627 5.82259 15.2375 5.5297 15.5304C5.23678 15.823 4.76182 15.8232 4.46904 15.5304L1.46936 12.5308C1.17657 12.238 1.17678 11.763 1.46936 11.4701L4.46973 8.46973C4.76262 8.17689 5.23751 8.17685 5.53039 8.46973C5.82326 8.7626 5.82323 9.23749 5.53039 9.53039L3.81096 11.2498H8.99963ZM19.531 15.5304C19.2382 15.8232 18.7632 15.823 18.4703 15.5304C18.1774 15.2375 18.1774 14.7627 18.4703 14.4698L20.1897 12.7503H14.9997C14.5857 12.7502 14.2499 12.4144 14.2498 12.0004C14.2498 11.5862 14.5862 11.2498 15.0004 11.2498H20.189L18.4696 9.53039C18.1768 9.23749 18.1767 8.7626 18.4696 8.46973C18.7625 8.17685 19.2374 8.17689 19.5303 8.46973L22.5306 11.4701C22.8232 11.763 22.8234 12.238 22.5306 12.5308L19.531 15.5304Z"/><path d="M12.7507 15.0004C12.7507 14.5862 12.4143 14.2498 12.0001 14.2498C11.5861 14.2499 11.2503 14.5857 11.2501 14.9997V20.1897L9.53071 18.4703C9.23782 18.1774 8.76295 18.1774 8.47005 18.4703C8.17748 18.7632 8.17727 19.2382 8.47005 19.531L11.4697 22.5306C11.7625 22.8234 12.2375 22.8232 12.5304 22.5306L15.5308 19.5303C15.8236 19.2374 15.8236 18.7625 15.5308 18.4696C15.2379 18.1767 14.763 18.1768 14.4701 18.4696L12.7507 20.189V15.0004ZM8.47005 4.46904C8.17727 4.76182 8.17748 5.23678 8.47005 5.5297C8.76295 5.82259 9.23782 5.82259 9.53071 5.5297L11.2501 3.81027V9.00032C11.2503 9.41428 11.5861 9.75007 12.0001 9.75024C12.4143 9.75024 12.7507 9.41384 12.7507 8.99963V3.81096L14.4701 5.53039C14.763 5.82323 15.2379 5.82326 15.5308 5.53039C15.8236 5.23751 15.8236 4.76262 15.5308 4.46973L12.5304 1.46936C12.2375 1.17678 11.7625 1.17657 11.4697 1.46936L8.47005 4.46904Z"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarMoveOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M8.99963 11.2498C9.41384 11.2498 9.75024 11.5862 9.75024 12.0004C9.75007 12.4144 9.41428 12.7502 9.00032 12.7503H3.81027L5.5297 14.4698C5.82259 14.7627 5.82259 15.2375 5.5297 15.5304C5.23678 15.823 4.76182 15.8232 4.46904 15.5304L1.46936 12.5308C1.17657 12.238 1.17678 11.763 1.46936 11.4701L4.46973 8.46973C4.76262 8.17689 5.23751 8.17685 5.53039 8.46973C5.82326 8.7626 5.82323 9.23749 5.53039 9.53039L3.81096 11.2498H8.99963ZM19.531 15.5304C19.2382 15.8232 18.7632 15.823 18.4703 15.5304C18.1774 15.2375 18.1774 14.7627 18.4703 14.4698L20.1897 12.7503H14.9997C14.5857 12.7502 14.2499 12.4144 14.2498 12.0004C14.2498 11.5862 14.5862 11.2498 15.0004 11.2498H20.189L18.4696 9.53039C18.1768 9.23749 18.1767 8.7626 18.4696 8.46973C18.7625 8.17685 19.2374 8.17689 19.5303 8.46973L22.5306 11.4701C22.8232 11.763 22.8234 12.238 22.5306 12.5308L19.531 15.5304Z"/><path d="M12.7507 15.0004C12.7507 14.5862 12.4143 14.2498 12.0001 14.2498C11.5861 14.2499 11.2503 14.5857 11.2501 14.9997V20.1897L9.53071 18.4703C9.23782 18.1774 8.76295 18.1774 8.47005 18.4703C8.17748 18.7632 8.17727 19.2382 8.47005 19.531L11.4697 22.5306C11.7625 22.8234 12.2375 22.8232 12.5304 22.5306L15.5308 19.5303C15.8236 19.2374 15.8236 18.7625 15.5308 18.4696C15.2379 18.1767 14.763 18.1768 14.4701 18.4696L12.7507 20.189V15.0004ZM8.47005 4.46904C8.17727 4.76182 8.17748 5.23678 8.47005 5.5297C8.76295 5.82259 9.23782 5.82259 9.53071 5.5297L11.2501 3.81027V9.00032C11.2503 9.41428 11.5861 9.75007 12.0001 9.75024C12.4143 9.75024 12.7507 9.41384 12.7507 8.99963V3.81096L14.4701 5.53039C14.763 5.82323 15.2379 5.82326 15.5308 5.53039C15.8236 5.23751 15.8236 4.76262 15.5308 4.46973L12.5304 1.46936C12.2375 1.17678 11.7625 1.17657 11.4697 1.46936L8.47005 4.46904Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M8.99963 11.2498C9.41384 11.2498 9.75024 11.5862 9.75024 12.0004C9.75007 12.4144 9.41428 12.7502 9.00032 12.7503H3.81027L5.5297 14.4698C5.82259 14.7627 5.82259 15.2375 5.5297 15.5304C5.23678 15.823 4.76182 15.8232 4.46904 15.5304L1.46936 12.5308C1.17657 12.238 1.17678 11.763 1.46936 11.4701L4.46973 8.46973C4.76262 8.17689 5.23751 8.17685 5.53039 8.46973C5.82326 8.7626 5.82323 9.23749 5.53039 9.53039L3.81096 11.2498H8.99963ZM19.531 15.5304C19.2382 15.8232 18.7632 15.823 18.4703 15.5304C18.1774 15.2375 18.1774 14.7627 18.4703 14.4698L20.1897 12.7503H14.9997C14.5857 12.7502 14.2499 12.4144 14.2498 12.0004C14.2498 11.5862 14.5862 11.2498 15.0004 11.2498H20.189L18.4696 9.53039C18.1768 9.23749 18.1767 8.7626 18.4696 8.46973C18.7625 8.17685 19.2374 8.17689 19.5303 8.46973L22.5306 11.4701C22.8232 11.763 22.8234 12.238 22.5306 12.5308L19.531 15.5304Z"/><path d="M12.7507 15.0004C12.7507 14.5862 12.4143 14.2498 12.0001 14.2498C11.5861 14.2499 11.2503 14.5857 11.2501 14.9997V20.1897L9.53071 18.4703C9.23782 18.1774 8.76295 18.1774 8.47005 18.4703C8.17748 18.7632 8.17727 19.2382 8.47005 19.531L11.4697 22.5306C11.7625 22.8234 12.2375 22.8232 12.5304 22.5306L15.5308 19.5303C15.8236 19.2374 15.8236 18.7625 15.5308 18.4696C15.2379 18.1767 14.763 18.1768 14.4701 18.4696L12.7507 20.189V15.0004ZM8.47005 4.46904C8.17727 4.76182 8.17748 5.23678 8.47005 5.5297C8.76295 5.82259 9.23782 5.82259 9.53071 5.5297L11.2501 3.81027V9.00032C11.2503 9.41428 11.5861 9.75007 12.0001 9.75024C12.4143 9.75024 12.7507 9.41384 12.7507 8.99963V3.81096L14.4701 5.53039C14.763 5.82323 15.2379 5.82326 15.5308 5.53039C15.8236 5.23751 15.8236 4.76262 15.5308 4.46973L12.5304 1.46936C12.2375 1.17678 11.7625 1.17657 11.4697 1.46936L8.47005 4.46904Z"/></g></svg> </template>
CSS
.icon-move-outline {
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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M8.99963%2011.2498C9.41384%2011.2498%209.75024%2011.5862%209.75024%2012.0004C9.75007%2012.4144%209.41428%2012.7502%209.00032%2012.7503H3.81027L5.5297%2014.4698C5.82259%2014.7627%205.82259%2015.2375%205.5297%2015.5304C5.23678%2015.823%204.76182%2015.8232%204.46904%2015.5304L1.46936%2012.5308C1.17657%2012.238%201.17678%2011.763%201.46936%2011.4701L4.46973%208.46973C4.76262%208.17689%205.23751%208.17685%205.53039%208.46973C5.82326%208.7626%205.82323%209.23749%205.53039%209.53039L3.81096%2011.2498H8.99963ZM19.531%2015.5304C19.2382%2015.8232%2018.7632%2015.823%2018.4703%2015.5304C18.1774%2015.2375%2018.1774%2014.7627%2018.4703%2014.4698L20.1897%2012.7503H14.9997C14.5857%2012.7502%2014.2499%2012.4144%2014.2498%2012.0004C14.2498%2011.5862%2014.5862%2011.2498%2015.0004%2011.2498H20.189L18.4696%209.53039C18.1768%209.23749%2018.1767%208.7626%2018.4696%208.46973C18.7625%208.17685%2019.2374%208.17689%2019.5303%208.46973L22.5306%2011.4701C22.8232%2011.763%2022.8234%2012.238%2022.5306%2012.5308L19.531%2015.5304Z%22%2F%3E%3Cpath%20d%3D%22M12.7507%2015.0004C12.7507%2014.5862%2012.4143%2014.2498%2012.0001%2014.2498C11.5861%2014.2499%2011.2503%2014.5857%2011.2501%2014.9997V20.1897L9.53071%2018.4703C9.23782%2018.1774%208.76295%2018.1774%208.47005%2018.4703C8.17748%2018.7632%208.17727%2019.2382%208.47005%2019.531L11.4697%2022.5306C11.7625%2022.8234%2012.2375%2022.8232%2012.5304%2022.5306L15.5308%2019.5303C15.8236%2019.2374%2015.8236%2018.7625%2015.5308%2018.4696C15.2379%2018.1767%2014.763%2018.1768%2014.4701%2018.4696L12.7507%2020.189V15.0004ZM8.47005%204.46904C8.17727%204.76182%208.17748%205.23678%208.47005%205.5297C8.76295%205.82259%209.23782%205.82259%209.53071%205.5297L11.2501%203.81027V9.00032C11.2503%209.41428%2011.5861%209.75007%2012.0001%209.75024C12.4143%209.75024%2012.7507%209.41384%2012.7507%208.99963V3.81096L14.4701%205.53039C14.763%205.82323%2015.2379%205.82326%2015.5308%205.53039C15.8236%205.23751%2015.8236%204.76262%2015.5308%204.46973L12.5304%201.46936C12.2375%201.17678%2011.7625%201.17657%2011.4697%201.46936L8.47005%204.46904Z%22%2F%3E%3C%2Fg%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M8.99963%2011.2498C9.41384%2011.2498%209.75024%2011.5862%209.75024%2012.0004C9.75007%2012.4144%209.41428%2012.7502%209.00032%2012.7503H3.81027L5.5297%2014.4698C5.82259%2014.7627%205.82259%2015.2375%205.5297%2015.5304C5.23678%2015.823%204.76182%2015.8232%204.46904%2015.5304L1.46936%2012.5308C1.17657%2012.238%201.17678%2011.763%201.46936%2011.4701L4.46973%208.46973C4.76262%208.17689%205.23751%208.17685%205.53039%208.46973C5.82326%208.7626%205.82323%209.23749%205.53039%209.53039L3.81096%2011.2498H8.99963ZM19.531%2015.5304C19.2382%2015.8232%2018.7632%2015.823%2018.4703%2015.5304C18.1774%2015.2375%2018.1774%2014.7627%2018.4703%2014.4698L20.1897%2012.7503H14.9997C14.5857%2012.7502%2014.2499%2012.4144%2014.2498%2012.0004C14.2498%2011.5862%2014.5862%2011.2498%2015.0004%2011.2498H20.189L18.4696%209.53039C18.1768%209.23749%2018.1767%208.7626%2018.4696%208.46973C18.7625%208.17685%2019.2374%208.17689%2019.5303%208.46973L22.5306%2011.4701C22.8232%2011.763%2022.8234%2012.238%2022.5306%2012.5308L19.531%2015.5304Z%22%2F%3E%3Cpath%20d%3D%22M12.7507%2015.0004C12.7507%2014.5862%2012.4143%2014.2498%2012.0001%2014.2498C11.5861%2014.2499%2011.2503%2014.5857%2011.2501%2014.9997V20.1897L9.53071%2018.4703C9.23782%2018.1774%208.76295%2018.1774%208.47005%2018.4703C8.17748%2018.7632%208.17727%2019.2382%208.47005%2019.531L11.4697%2022.5306C11.7625%2022.8234%2012.2375%2022.8232%2012.5304%2022.5306L15.5308%2019.5303C15.8236%2019.2374%2015.8236%2018.7625%2015.5308%2018.4696C15.2379%2018.1767%2014.763%2018.1768%2014.4701%2018.4696L12.7507%2020.189V15.0004ZM8.47005%204.46904C8.17727%204.76182%208.17748%205.23678%208.47005%205.5297C8.76295%205.82259%209.23782%205.82259%209.53071%205.5297L11.2501%203.81027V9.00032C11.2503%209.41428%2011.5861%209.75007%2012.0001%209.75024C12.4143%209.75024%2012.7507%209.41384%2012.7507%208.99963V3.81096L14.4701%205.53039C14.763%205.82323%2015.2379%205.82326%2015.5308%205.53039C15.8236%205.23751%2015.8236%204.76262%2015.5308%204.46973L12.5304%201.46936C12.2375%201.17678%2011.7625%201.17657%2011.4697%201.46936L8.47005%204.46904Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/move-outline.svg?color=%231a73e8&size=48