move square icon

move-square-bold-duotone from Solar by 480 Design · Bold Duotone · Arrows Action · CC-BY-4.0 Attribution required.

Name
move-square-bold-duotone
Set
Solar
Style
Bold Duotone
Category
Arrows Action
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More arrows action icons from Solar

Use the move square icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M2 12C2 7.28595 2 4.92893 3.46447 3.46447C4.92893 2 7.28595 2 12 2C16.714 2 19.0711 2 20.5355 3.46447C22 4.92893 22 7.28595 22 12C22 16.714 22 19.0711 20.5355 20.5355C19.0711 22 16.714 22 12 22C7.28595 22 4.92893 22 3.46447 20.5355C2 19.0711 2 16.714 2 12Z" opacity=".5"/><path d="M9.87846 11.2501C10.2927 11.2501 10.6284 11.5858 10.6284 12C10.6284 12.4143 10.2927 12.75 9.87846 12.75H6.73929L7.58036 13.591C7.87325 13.8839 7.87325 14.3588 7.58036 14.6517C7.28747 14.9446 6.81259 14.9446 6.5197 14.6517L4.39838 12.5304C4.10549 12.2375 4.10549 11.7626 4.39838 11.4697L6.5197 9.34839C6.81259 9.0555 7.28747 9.0555 7.58036 9.34839C7.87325 9.64129 7.87325 10.1162 7.58036 10.4091L6.73929 11.2501H9.87846ZM17.4799 14.6517C17.187 14.9446 16.7121 14.9446 16.4192 14.6517C16.1263 14.3588 16.1263 13.8839 16.4192 13.591L17.2603 12.75H14.1211C13.7069 12.75 13.3712 12.4143 13.3712 12C13.3712 11.5858 13.7069 11.2501 14.1211 11.2501H17.2603L16.4192 10.4091C16.1263 10.1162 16.1263 9.64129 16.4192 9.34839C16.7121 9.0555 17.187 9.0555 17.4799 9.34839L19.6012 11.4697C19.8941 11.7626 19.8941 12.2375 19.6012 12.5304L17.4799 14.6517Z"/><path d="M12.7499 14.1213C12.7499 13.7071 12.4142 13.3714 12 13.3714C11.5858 13.3714 11.2501 13.7071 11.2501 14.1213V17.2605L10.409 16.4194C10.1161 16.1265 9.64124 16.1265 9.34835 16.4194C9.05546 16.7123 9.05546 17.1872 9.34835 17.4801L11.4697 19.6014C11.7626 19.8943 12.2374 19.8943 12.5303 19.6014L14.6516 17.4801C14.9445 17.1872 14.9445 16.7123 14.6516 16.4194C14.3588 16.1265 13.8839 16.1265 13.591 16.4194L12.7499 17.2605V14.1213ZM9.34835 6.51995C9.05546 6.81284 9.05546 7.28771 9.34835 7.58061C9.64124 7.8735 10.1161 7.8735 10.409 7.58061L11.2501 6.73954V9.8787C11.2501 10.2929 11.5858 10.6286 12 10.6286C12.4142 10.6286 12.7499 10.2929 12.7499 9.8787V6.73954L13.591 7.58061C13.8839 7.8735 14.3588 7.8735 14.6516 7.58061C14.9445 7.28771 14.9445 6.81284 14.6516 6.51995L12.5303 4.39862C12.2374 4.10573 11.7626 4.10573 11.4697 4.39862L9.34835 6.51995Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarMoveSquareBoldDuotone(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="M2 12C2 7.28595 2 4.92893 3.46447 3.46447C4.92893 2 7.28595 2 12 2C16.714 2 19.0711 2 20.5355 3.46447C22 4.92893 22 7.28595 22 12C22 16.714 22 19.0711 20.5355 20.5355C19.0711 22 16.714 22 12 22C7.28595 22 4.92893 22 3.46447 20.5355C2 19.0711 2 16.714 2 12Z" opacity=".5"/><path d="M9.87846 11.2501C10.2927 11.2501 10.6284 11.5858 10.6284 12C10.6284 12.4143 10.2927 12.75 9.87846 12.75H6.73929L7.58036 13.591C7.87325 13.8839 7.87325 14.3588 7.58036 14.6517C7.28747 14.9446 6.81259 14.9446 6.5197 14.6517L4.39838 12.5304C4.10549 12.2375 4.10549 11.7626 4.39838 11.4697L6.5197 9.34839C6.81259 9.0555 7.28747 9.0555 7.58036 9.34839C7.87325 9.64129 7.87325 10.1162 7.58036 10.4091L6.73929 11.2501H9.87846ZM17.4799 14.6517C17.187 14.9446 16.7121 14.9446 16.4192 14.6517C16.1263 14.3588 16.1263 13.8839 16.4192 13.591L17.2603 12.75H14.1211C13.7069 12.75 13.3712 12.4143 13.3712 12C13.3712 11.5858 13.7069 11.2501 14.1211 11.2501H17.2603L16.4192 10.4091C16.1263 10.1162 16.1263 9.64129 16.4192 9.34839C16.7121 9.0555 17.187 9.0555 17.4799 9.34839L19.6012 11.4697C19.8941 11.7626 19.8941 12.2375 19.6012 12.5304L17.4799 14.6517Z"/><path d="M12.7499 14.1213C12.7499 13.7071 12.4142 13.3714 12 13.3714C11.5858 13.3714 11.2501 13.7071 11.2501 14.1213V17.2605L10.409 16.4194C10.1161 16.1265 9.64124 16.1265 9.34835 16.4194C9.05546 16.7123 9.05546 17.1872 9.34835 17.4801L11.4697 19.6014C11.7626 19.8943 12.2374 19.8943 12.5303 19.6014L14.6516 17.4801C14.9445 17.1872 14.9445 16.7123 14.6516 16.4194C14.3588 16.1265 13.8839 16.1265 13.591 16.4194L12.7499 17.2605V14.1213ZM9.34835 6.51995C9.05546 6.81284 9.05546 7.28771 9.34835 7.58061C9.64124 7.8735 10.1161 7.8735 10.409 7.58061L11.2501 6.73954V9.8787C11.2501 10.2929 11.5858 10.6286 12 10.6286C12.4142 10.6286 12.7499 10.2929 12.7499 9.8787V6.73954L13.591 7.58061C13.8839 7.8735 14.3588 7.8735 14.6516 7.58061C14.9445 7.28771 14.9445 6.81284 14.6516 6.51995L12.5303 4.39862C12.2374 4.10573 11.7626 4.10573 11.4697 4.39862L9.34835 6.51995Z"/></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="M2 12C2 7.28595 2 4.92893 3.46447 3.46447C4.92893 2 7.28595 2 12 2C16.714 2 19.0711 2 20.5355 3.46447C22 4.92893 22 7.28595 22 12C22 16.714 22 19.0711 20.5355 20.5355C19.0711 22 16.714 22 12 22C7.28595 22 4.92893 22 3.46447 20.5355C2 19.0711 2 16.714 2 12Z" opacity=".5"/><path d="M9.87846 11.2501C10.2927 11.2501 10.6284 11.5858 10.6284 12C10.6284 12.4143 10.2927 12.75 9.87846 12.75H6.73929L7.58036 13.591C7.87325 13.8839 7.87325 14.3588 7.58036 14.6517C7.28747 14.9446 6.81259 14.9446 6.5197 14.6517L4.39838 12.5304C4.10549 12.2375 4.10549 11.7626 4.39838 11.4697L6.5197 9.34839C6.81259 9.0555 7.28747 9.0555 7.58036 9.34839C7.87325 9.64129 7.87325 10.1162 7.58036 10.4091L6.73929 11.2501H9.87846ZM17.4799 14.6517C17.187 14.9446 16.7121 14.9446 16.4192 14.6517C16.1263 14.3588 16.1263 13.8839 16.4192 13.591L17.2603 12.75H14.1211C13.7069 12.75 13.3712 12.4143 13.3712 12C13.3712 11.5858 13.7069 11.2501 14.1211 11.2501H17.2603L16.4192 10.4091C16.1263 10.1162 16.1263 9.64129 16.4192 9.34839C16.7121 9.0555 17.187 9.0555 17.4799 9.34839L19.6012 11.4697C19.8941 11.7626 19.8941 12.2375 19.6012 12.5304L17.4799 14.6517Z"/><path d="M12.7499 14.1213C12.7499 13.7071 12.4142 13.3714 12 13.3714C11.5858 13.3714 11.2501 13.7071 11.2501 14.1213V17.2605L10.409 16.4194C10.1161 16.1265 9.64124 16.1265 9.34835 16.4194C9.05546 16.7123 9.05546 17.1872 9.34835 17.4801L11.4697 19.6014C11.7626 19.8943 12.2374 19.8943 12.5303 19.6014L14.6516 17.4801C14.9445 17.1872 14.9445 16.7123 14.6516 16.4194C14.3588 16.1265 13.8839 16.1265 13.591 16.4194L12.7499 17.2605V14.1213ZM9.34835 6.51995C9.05546 6.81284 9.05546 7.28771 9.34835 7.58061C9.64124 7.8735 10.1161 7.8735 10.409 7.58061L11.2501 6.73954V9.8787C11.2501 10.2929 11.5858 10.6286 12 10.6286C12.4142 10.6286 12.7499 10.2929 12.7499 9.8787V6.73954L13.591 7.58061C13.8839 7.8735 14.3588 7.8735 14.6516 7.58061C14.9445 7.28771 14.9445 6.81284 14.6516 6.51995L12.5303 4.39862C12.2374 4.10573 11.7626 4.10573 11.4697 4.39862L9.34835 6.51995Z"/></g></svg>
</template>

CSS

.icon-move-square-bold-duotone {
  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%22M2%2012C2%207.28595%202%204.92893%203.46447%203.46447C4.92893%202%207.28595%202%2012%202C16.714%202%2019.0711%202%2020.5355%203.46447C22%204.92893%2022%207.28595%2022%2012C22%2016.714%2022%2019.0711%2020.5355%2020.5355C19.0711%2022%2016.714%2022%2012%2022C7.28595%2022%204.92893%2022%203.46447%2020.5355C2%2019.0711%202%2016.714%202%2012Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M9.87846%2011.2501C10.2927%2011.2501%2010.6284%2011.5858%2010.6284%2012C10.6284%2012.4143%2010.2927%2012.75%209.87846%2012.75H6.73929L7.58036%2013.591C7.87325%2013.8839%207.87325%2014.3588%207.58036%2014.6517C7.28747%2014.9446%206.81259%2014.9446%206.5197%2014.6517L4.39838%2012.5304C4.10549%2012.2375%204.10549%2011.7626%204.39838%2011.4697L6.5197%209.34839C6.81259%209.0555%207.28747%209.0555%207.58036%209.34839C7.87325%209.64129%207.87325%2010.1162%207.58036%2010.4091L6.73929%2011.2501H9.87846ZM17.4799%2014.6517C17.187%2014.9446%2016.7121%2014.9446%2016.4192%2014.6517C16.1263%2014.3588%2016.1263%2013.8839%2016.4192%2013.591L17.2603%2012.75H14.1211C13.7069%2012.75%2013.3712%2012.4143%2013.3712%2012C13.3712%2011.5858%2013.7069%2011.2501%2014.1211%2011.2501H17.2603L16.4192%2010.4091C16.1263%2010.1162%2016.1263%209.64129%2016.4192%209.34839C16.7121%209.0555%2017.187%209.0555%2017.4799%209.34839L19.6012%2011.4697C19.8941%2011.7626%2019.8941%2012.2375%2019.6012%2012.5304L17.4799%2014.6517Z%22%2F%3E%3Cpath%20d%3D%22M12.7499%2014.1213C12.7499%2013.7071%2012.4142%2013.3714%2012%2013.3714C11.5858%2013.3714%2011.2501%2013.7071%2011.2501%2014.1213V17.2605L10.409%2016.4194C10.1161%2016.1265%209.64124%2016.1265%209.34835%2016.4194C9.05546%2016.7123%209.05546%2017.1872%209.34835%2017.4801L11.4697%2019.6014C11.7626%2019.8943%2012.2374%2019.8943%2012.5303%2019.6014L14.6516%2017.4801C14.9445%2017.1872%2014.9445%2016.7123%2014.6516%2016.4194C14.3588%2016.1265%2013.8839%2016.1265%2013.591%2016.4194L12.7499%2017.2605V14.1213ZM9.34835%206.51995C9.05546%206.81284%209.05546%207.28771%209.34835%207.58061C9.64124%207.8735%2010.1161%207.8735%2010.409%207.58061L11.2501%206.73954V9.8787C11.2501%2010.2929%2011.5858%2010.6286%2012%2010.6286C12.4142%2010.6286%2012.7499%2010.2929%2012.7499%209.8787V6.73954L13.591%207.58061C13.8839%207.8735%2014.3588%207.8735%2014.6516%207.58061C14.9445%207.28771%2014.9445%206.81284%2014.6516%206.51995L12.5303%204.39862C12.2374%204.10573%2011.7626%204.10573%2011.4697%204.39862L9.34835%206.51995Z%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%22M2%2012C2%207.28595%202%204.92893%203.46447%203.46447C4.92893%202%207.28595%202%2012%202C16.714%202%2019.0711%202%2020.5355%203.46447C22%204.92893%2022%207.28595%2022%2012C22%2016.714%2022%2019.0711%2020.5355%2020.5355C19.0711%2022%2016.714%2022%2012%2022C7.28595%2022%204.92893%2022%203.46447%2020.5355C2%2019.0711%202%2016.714%202%2012Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M9.87846%2011.2501C10.2927%2011.2501%2010.6284%2011.5858%2010.6284%2012C10.6284%2012.4143%2010.2927%2012.75%209.87846%2012.75H6.73929L7.58036%2013.591C7.87325%2013.8839%207.87325%2014.3588%207.58036%2014.6517C7.28747%2014.9446%206.81259%2014.9446%206.5197%2014.6517L4.39838%2012.5304C4.10549%2012.2375%204.10549%2011.7626%204.39838%2011.4697L6.5197%209.34839C6.81259%209.0555%207.28747%209.0555%207.58036%209.34839C7.87325%209.64129%207.87325%2010.1162%207.58036%2010.4091L6.73929%2011.2501H9.87846ZM17.4799%2014.6517C17.187%2014.9446%2016.7121%2014.9446%2016.4192%2014.6517C16.1263%2014.3588%2016.1263%2013.8839%2016.4192%2013.591L17.2603%2012.75H14.1211C13.7069%2012.75%2013.3712%2012.4143%2013.3712%2012C13.3712%2011.5858%2013.7069%2011.2501%2014.1211%2011.2501H17.2603L16.4192%2010.4091C16.1263%2010.1162%2016.1263%209.64129%2016.4192%209.34839C16.7121%209.0555%2017.187%209.0555%2017.4799%209.34839L19.6012%2011.4697C19.8941%2011.7626%2019.8941%2012.2375%2019.6012%2012.5304L17.4799%2014.6517Z%22%2F%3E%3Cpath%20d%3D%22M12.7499%2014.1213C12.7499%2013.7071%2012.4142%2013.3714%2012%2013.3714C11.5858%2013.3714%2011.2501%2013.7071%2011.2501%2014.1213V17.2605L10.409%2016.4194C10.1161%2016.1265%209.64124%2016.1265%209.34835%2016.4194C9.05546%2016.7123%209.05546%2017.1872%209.34835%2017.4801L11.4697%2019.6014C11.7626%2019.8943%2012.2374%2019.8943%2012.5303%2019.6014L14.6516%2017.4801C14.9445%2017.1872%2014.9445%2016.7123%2014.6516%2016.4194C14.3588%2016.1265%2013.8839%2016.1265%2013.591%2016.4194L12.7499%2017.2605V14.1213ZM9.34835%206.51995C9.05546%206.81284%209.05546%207.28771%209.34835%207.58061C9.64124%207.8735%2010.1161%207.8735%2010.409%207.58061L11.2501%206.73954V9.8787C11.2501%2010.2929%2011.5858%2010.6286%2012%2010.6286C12.4142%2010.6286%2012.7499%2010.2929%2012.7499%209.8787V6.73954L13.591%207.58061C13.8839%207.8735%2014.3588%207.8735%2014.6516%207.58061C14.9445%207.28771%2014.9445%206.81284%2014.6516%206.51995L12.5303%204.39862C12.2374%204.10573%2011.7626%204.10573%2011.4697%204.39862L9.34835%206.51995Z%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-square-bold-duotone.svg?color=%231a73e8&size=48