move square icon
move-square-bold from Solar by 480 Design · Bold · Arrows Action · CC-BY-4.0 Attribution required.
- Name
- move-square-bold
- Set
- Solar
- Style
- Bold
- Category
- Arrows Action
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
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 square icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 2C16.714 2 19.0707 2.00038 20.5352 3.46484C21.9996 4.92931 22 7.28595 22 12C22 16.714 21.9996 19.0707 20.5352 20.5352C19.0707 21.9996 16.714 22 12 22C7.28595 22 4.92931 21.9996 3.46484 20.5352C2.00038 19.0707 2 16.714 2 12C2 7.28595 2.00038 4.92931 3.46484 3.46484C4.92931 2.00038 7.28595 2 12 2ZM12 13.3711C11.5859 13.3711 11.2501 13.707 11.25 14.1211V17.2598L10.4092 16.4189C10.1164 16.1263 9.6415 16.1265 9.34863 16.4189C9.05579 16.7118 9.0559 17.1866 9.34863 17.4795L11.4697 19.6016C11.6104 19.7421 11.8012 19.8213 12 19.8213C12.1988 19.8213 12.3896 19.7421 12.5303 19.6016L14.6514 17.4795C14.9441 17.1866 14.9442 16.7118 14.6514 16.4189C14.3585 16.1265 13.8836 16.1263 13.5908 16.4189L12.75 17.2598V14.1211C12.7499 13.707 12.4141 13.3711 12 13.3711ZM7.58008 9.34863C7.28722 9.0559 6.81239 9.0559 6.51953 9.34863L4.39844 11.4697C4.2579 11.6103 4.17878 11.8012 4.17871 12C4.17876 12.1988 4.25791 12.3897 4.39844 12.5303L6.51953 14.6514C6.81239 14.9442 7.28718 14.9442 7.58008 14.6514C7.87285 14.3585 7.87293 13.8837 7.58008 13.5908L6.73926 12.75H9.87891C10.2928 12.7498 10.6288 12.414 10.6289 12C10.6288 11.586 10.2928 11.2502 9.87891 11.25H6.73926L7.58008 10.4092C7.87282 10.1163 7.87283 9.64149 7.58008 9.34863ZM17.4795 9.34863C17.1866 9.0559 16.7118 9.0559 16.4189 9.34863C16.1265 9.64151 16.1263 10.1164 16.4189 10.4092L17.2598 11.25H14.1211C13.707 11.25 13.3712 11.5859 13.3711 12C13.3712 12.4141 13.7069 12.75 14.1211 12.75H17.2598L16.4189 13.5908C16.1263 13.8836 16.1264 14.3585 16.4189 14.6514C16.7118 14.9442 17.1866 14.9441 17.4795 14.6514L19.6016 12.5303C19.742 12.3897 19.8212 12.1987 19.8213 12C19.8212 11.8013 19.742 11.6103 19.6016 11.4697L17.4795 9.34863ZM12.5303 4.39844C12.2557 4.12399 11.8209 4.10651 11.5264 4.34668L11.4697 4.39844L9.34863 6.51953C9.05578 6.81238 9.05586 7.28717 9.34863 7.58008C9.64153 7.87297 10.1163 7.87297 10.4092 7.58008L11.25 6.73926V9.87891C11.2502 10.2929 11.5859 10.6289 12 10.6289C12.4141 10.6289 12.7498 10.2929 12.75 9.87891V6.73926L13.5908 7.58008C13.8837 7.87297 14.3585 7.87297 14.6514 7.58008C14.9441 7.28718 14.9442 6.81238 14.6514 6.51953L12.5303 4.39844Z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function SolarMoveSquareBold(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M12 2C16.714 2 19.0707 2.00038 20.5352 3.46484C21.9996 4.92931 22 7.28595 22 12C22 16.714 21.9996 19.0707 20.5352 20.5352C19.0707 21.9996 16.714 22 12 22C7.28595 22 4.92931 21.9996 3.46484 20.5352C2.00038 19.0707 2 16.714 2 12C2 7.28595 2.00038 4.92931 3.46484 3.46484C4.92931 2.00038 7.28595 2 12 2ZM12 13.3711C11.5859 13.3711 11.2501 13.707 11.25 14.1211V17.2598L10.4092 16.4189C10.1164 16.1263 9.6415 16.1265 9.34863 16.4189C9.05579 16.7118 9.0559 17.1866 9.34863 17.4795L11.4697 19.6016C11.6104 19.7421 11.8012 19.8213 12 19.8213C12.1988 19.8213 12.3896 19.7421 12.5303 19.6016L14.6514 17.4795C14.9441 17.1866 14.9442 16.7118 14.6514 16.4189C14.3585 16.1265 13.8836 16.1263 13.5908 16.4189L12.75 17.2598V14.1211C12.7499 13.707 12.4141 13.3711 12 13.3711ZM7.58008 9.34863C7.28722 9.0559 6.81239 9.0559 6.51953 9.34863L4.39844 11.4697C4.2579 11.6103 4.17878 11.8012 4.17871 12C4.17876 12.1988 4.25791 12.3897 4.39844 12.5303L6.51953 14.6514C6.81239 14.9442 7.28718 14.9442 7.58008 14.6514C7.87285 14.3585 7.87293 13.8837 7.58008 13.5908L6.73926 12.75H9.87891C10.2928 12.7498 10.6288 12.414 10.6289 12C10.6288 11.586 10.2928 11.2502 9.87891 11.25H6.73926L7.58008 10.4092C7.87282 10.1163 7.87283 9.64149 7.58008 9.34863ZM17.4795 9.34863C17.1866 9.0559 16.7118 9.0559 16.4189 9.34863C16.1265 9.64151 16.1263 10.1164 16.4189 10.4092L17.2598 11.25H14.1211C13.707 11.25 13.3712 11.5859 13.3711 12C13.3712 12.4141 13.7069 12.75 14.1211 12.75H17.2598L16.4189 13.5908C16.1263 13.8836 16.1264 14.3585 16.4189 14.6514C16.7118 14.9442 17.1866 14.9441 17.4795 14.6514L19.6016 12.5303C19.742 12.3897 19.8212 12.1987 19.8213 12C19.8212 11.8013 19.742 11.6103 19.6016 11.4697L17.4795 9.34863ZM12.5303 4.39844C12.2557 4.12399 11.8209 4.10651 11.5264 4.34668L11.4697 4.39844L9.34863 6.51953C9.05578 6.81238 9.05586 7.28717 9.34863 7.58008C9.64153 7.87297 10.1163 7.87297 10.4092 7.58008L11.25 6.73926V9.87891C11.2502 10.2929 11.5859 10.6289 12 10.6289C12.4141 10.6289 12.7498 10.2929 12.75 9.87891V6.73926L13.5908 7.58008C13.8837 7.87297 14.3585 7.87297 14.6514 7.58008C14.9441 7.28718 14.9442 6.81238 14.6514 6.51953L12.5303 4.39844Z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 2C16.714 2 19.0707 2.00038 20.5352 3.46484C21.9996 4.92931 22 7.28595 22 12C22 16.714 21.9996 19.0707 20.5352 20.5352C19.0707 21.9996 16.714 22 12 22C7.28595 22 4.92931 21.9996 3.46484 20.5352C2.00038 19.0707 2 16.714 2 12C2 7.28595 2.00038 4.92931 3.46484 3.46484C4.92931 2.00038 7.28595 2 12 2ZM12 13.3711C11.5859 13.3711 11.2501 13.707 11.25 14.1211V17.2598L10.4092 16.4189C10.1164 16.1263 9.6415 16.1265 9.34863 16.4189C9.05579 16.7118 9.0559 17.1866 9.34863 17.4795L11.4697 19.6016C11.6104 19.7421 11.8012 19.8213 12 19.8213C12.1988 19.8213 12.3896 19.7421 12.5303 19.6016L14.6514 17.4795C14.9441 17.1866 14.9442 16.7118 14.6514 16.4189C14.3585 16.1265 13.8836 16.1263 13.5908 16.4189L12.75 17.2598V14.1211C12.7499 13.707 12.4141 13.3711 12 13.3711ZM7.58008 9.34863C7.28722 9.0559 6.81239 9.0559 6.51953 9.34863L4.39844 11.4697C4.2579 11.6103 4.17878 11.8012 4.17871 12C4.17876 12.1988 4.25791 12.3897 4.39844 12.5303L6.51953 14.6514C6.81239 14.9442 7.28718 14.9442 7.58008 14.6514C7.87285 14.3585 7.87293 13.8837 7.58008 13.5908L6.73926 12.75H9.87891C10.2928 12.7498 10.6288 12.414 10.6289 12C10.6288 11.586 10.2928 11.2502 9.87891 11.25H6.73926L7.58008 10.4092C7.87282 10.1163 7.87283 9.64149 7.58008 9.34863ZM17.4795 9.34863C17.1866 9.0559 16.7118 9.0559 16.4189 9.34863C16.1265 9.64151 16.1263 10.1164 16.4189 10.4092L17.2598 11.25H14.1211C13.707 11.25 13.3712 11.5859 13.3711 12C13.3712 12.4141 13.7069 12.75 14.1211 12.75H17.2598L16.4189 13.5908C16.1263 13.8836 16.1264 14.3585 16.4189 14.6514C16.7118 14.9442 17.1866 14.9441 17.4795 14.6514L19.6016 12.5303C19.742 12.3897 19.8212 12.1987 19.8213 12C19.8212 11.8013 19.742 11.6103 19.6016 11.4697L17.4795 9.34863ZM12.5303 4.39844C12.2557 4.12399 11.8209 4.10651 11.5264 4.34668L11.4697 4.39844L9.34863 6.51953C9.05578 6.81238 9.05586 7.28717 9.34863 7.58008C9.64153 7.87297 10.1163 7.87297 10.4092 7.58008L11.25 6.73926V9.87891C11.2502 10.2929 11.5859 10.6289 12 10.6289C12.4141 10.6289 12.7498 10.2929 12.75 9.87891V6.73926L13.5908 7.58008C13.8837 7.87297 14.3585 7.87297 14.6514 7.58008C14.9441 7.28718 14.9442 6.81238 14.6514 6.51953L12.5303 4.39844Z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-move-square-bold {
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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12%202C16.714%202%2019.0707%202.00038%2020.5352%203.46484C21.9996%204.92931%2022%207.28595%2022%2012C22%2016.714%2021.9996%2019.0707%2020.5352%2020.5352C19.0707%2021.9996%2016.714%2022%2012%2022C7.28595%2022%204.92931%2021.9996%203.46484%2020.5352C2.00038%2019.0707%202%2016.714%202%2012C2%207.28595%202.00038%204.92931%203.46484%203.46484C4.92931%202.00038%207.28595%202%2012%202ZM12%2013.3711C11.5859%2013.3711%2011.2501%2013.707%2011.25%2014.1211V17.2598L10.4092%2016.4189C10.1164%2016.1263%209.6415%2016.1265%209.34863%2016.4189C9.05579%2016.7118%209.0559%2017.1866%209.34863%2017.4795L11.4697%2019.6016C11.6104%2019.7421%2011.8012%2019.8213%2012%2019.8213C12.1988%2019.8213%2012.3896%2019.7421%2012.5303%2019.6016L14.6514%2017.4795C14.9441%2017.1866%2014.9442%2016.7118%2014.6514%2016.4189C14.3585%2016.1265%2013.8836%2016.1263%2013.5908%2016.4189L12.75%2017.2598V14.1211C12.7499%2013.707%2012.4141%2013.3711%2012%2013.3711ZM7.58008%209.34863C7.28722%209.0559%206.81239%209.0559%206.51953%209.34863L4.39844%2011.4697C4.2579%2011.6103%204.17878%2011.8012%204.17871%2012C4.17876%2012.1988%204.25791%2012.3897%204.39844%2012.5303L6.51953%2014.6514C6.81239%2014.9442%207.28718%2014.9442%207.58008%2014.6514C7.87285%2014.3585%207.87293%2013.8837%207.58008%2013.5908L6.73926%2012.75H9.87891C10.2928%2012.7498%2010.6288%2012.414%2010.6289%2012C10.6288%2011.586%2010.2928%2011.2502%209.87891%2011.25H6.73926L7.58008%2010.4092C7.87282%2010.1163%207.87283%209.64149%207.58008%209.34863ZM17.4795%209.34863C17.1866%209.0559%2016.7118%209.0559%2016.4189%209.34863C16.1265%209.64151%2016.1263%2010.1164%2016.4189%2010.4092L17.2598%2011.25H14.1211C13.707%2011.25%2013.3712%2011.5859%2013.3711%2012C13.3712%2012.4141%2013.7069%2012.75%2014.1211%2012.75H17.2598L16.4189%2013.5908C16.1263%2013.8836%2016.1264%2014.3585%2016.4189%2014.6514C16.7118%2014.9442%2017.1866%2014.9441%2017.4795%2014.6514L19.6016%2012.5303C19.742%2012.3897%2019.8212%2012.1987%2019.8213%2012C19.8212%2011.8013%2019.742%2011.6103%2019.6016%2011.4697L17.4795%209.34863ZM12.5303%204.39844C12.2557%204.12399%2011.8209%204.10651%2011.5264%204.34668L11.4697%204.39844L9.34863%206.51953C9.05578%206.81238%209.05586%207.28717%209.34863%207.58008C9.64153%207.87297%2010.1163%207.87297%2010.4092%207.58008L11.25%206.73926V9.87891C11.2502%2010.2929%2011.5859%2010.6289%2012%2010.6289C12.4141%2010.6289%2012.7498%2010.2929%2012.75%209.87891V6.73926L13.5908%207.58008C13.8837%207.87297%2014.3585%207.87297%2014.6514%207.58008C14.9441%207.28718%2014.9442%206.81238%2014.6514%206.51953L12.5303%204.39844Z%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12%202C16.714%202%2019.0707%202.00038%2020.5352%203.46484C21.9996%204.92931%2022%207.28595%2022%2012C22%2016.714%2021.9996%2019.0707%2020.5352%2020.5352C19.0707%2021.9996%2016.714%2022%2012%2022C7.28595%2022%204.92931%2021.9996%203.46484%2020.5352C2.00038%2019.0707%202%2016.714%202%2012C2%207.28595%202.00038%204.92931%203.46484%203.46484C4.92931%202.00038%207.28595%202%2012%202ZM12%2013.3711C11.5859%2013.3711%2011.2501%2013.707%2011.25%2014.1211V17.2598L10.4092%2016.4189C10.1164%2016.1263%209.6415%2016.1265%209.34863%2016.4189C9.05579%2016.7118%209.0559%2017.1866%209.34863%2017.4795L11.4697%2019.6016C11.6104%2019.7421%2011.8012%2019.8213%2012%2019.8213C12.1988%2019.8213%2012.3896%2019.7421%2012.5303%2019.6016L14.6514%2017.4795C14.9441%2017.1866%2014.9442%2016.7118%2014.6514%2016.4189C14.3585%2016.1265%2013.8836%2016.1263%2013.5908%2016.4189L12.75%2017.2598V14.1211C12.7499%2013.707%2012.4141%2013.3711%2012%2013.3711ZM7.58008%209.34863C7.28722%209.0559%206.81239%209.0559%206.51953%209.34863L4.39844%2011.4697C4.2579%2011.6103%204.17878%2011.8012%204.17871%2012C4.17876%2012.1988%204.25791%2012.3897%204.39844%2012.5303L6.51953%2014.6514C6.81239%2014.9442%207.28718%2014.9442%207.58008%2014.6514C7.87285%2014.3585%207.87293%2013.8837%207.58008%2013.5908L6.73926%2012.75H9.87891C10.2928%2012.7498%2010.6288%2012.414%2010.6289%2012C10.6288%2011.586%2010.2928%2011.2502%209.87891%2011.25H6.73926L7.58008%2010.4092C7.87282%2010.1163%207.87283%209.64149%207.58008%209.34863ZM17.4795%209.34863C17.1866%209.0559%2016.7118%209.0559%2016.4189%209.34863C16.1265%209.64151%2016.1263%2010.1164%2016.4189%2010.4092L17.2598%2011.25H14.1211C13.707%2011.25%2013.3712%2011.5859%2013.3711%2012C13.3712%2012.4141%2013.7069%2012.75%2014.1211%2012.75H17.2598L16.4189%2013.5908C16.1263%2013.8836%2016.1264%2014.3585%2016.4189%2014.6514C16.7118%2014.9442%2017.1866%2014.9441%2017.4795%2014.6514L19.6016%2012.5303C19.742%2012.3897%2019.8212%2012.1987%2019.8213%2012C19.8212%2011.8013%2019.742%2011.6103%2019.6016%2011.4697L17.4795%209.34863ZM12.5303%204.39844C12.2557%204.12399%2011.8209%204.10651%2011.5264%204.34668L11.4697%204.39844L9.34863%206.51953C9.05578%206.81238%209.05586%207.28717%209.34863%207.58008C9.64153%207.87297%2010.1163%207.87297%2010.4092%207.58008L11.25%206.73926V9.87891C11.2502%2010.2929%2011.5859%2010.6289%2012%2010.6289C12.4141%2010.6289%2012.7498%2010.2929%2012.75%209.87891V6.73926L13.5908%207.58008C13.8837%207.87297%2014.3585%207.87297%2014.6514%207.58008C14.9441%207.28718%2014.9442%206.81238%2014.6514%206.51953L12.5303%204.39844Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/move-square-bold.svg?color=%231a73e8&size=48