Move Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Move Svg 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/308930.svg" alt="Move Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308930.svg" alt="Move Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308930.svg" alt="Move Svg icon" :width="24" :height="24" />
CSS background
.icon-move---svg {
background-image: url('https://proicons.com/icon/308930.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M12.7071 2.29289C12.3166 1.90237 11.6834 1.90237 11.2929 2.29289L9.29289 4.29289C9.0069 4.57889 8.92134 5.00901 9.07612 5.38268C9.2309 5.75636 9.59554 6 10 6L11 6V11H6V10C6 9.59554 5.75636 9.2309 5.38268 9.07612C5.00901 8.92134 4.57889 9.00689 4.29289 9.29289L2.29289 11.2929C2.10536 11.4804 2 11.7348 2 12C2 12.2652 2.10536 12.5196 2.29289 12.7071L4.29289 14.7071C4.57889 14.9931 5.00901 15.0787 5.38268 14.9239C5.75636 14.7691 6 14.4045 6 14V13H11V18H10C9.59554 18 9.2309 18.2436 9.07612 18.6173C8.92134 18.991 9.0069 19.4211 9.29289 19.7071L11.2929 21.7071C11.4804 21.8946 11.7348 22 12 22C12.2652 22 12.5196 21.8946 12.7071 21.7071L14.7071 19.7071C14.9931 19.4211 15.0787 18.991 14.9239 18.6173C14.7691 18.2436 14.4045 18 14 18H13V13H18L18 14C18 14.4045 18.2436 14.7691 18.6173 14.9239C18.991 15.0787 19.4211 14.9931 19.7071 14.7071L21.7071 12.7071C22.0976 12.3166 22.0976 11.6834 21.7071 11.2929L19.7071 9.29289C19.4211 9.0069 18.991 8.92134 18.6173 9.07612C18.2436 9.2309 18 9.59554 18 10V11H13V6L14 6C14.4045 6 14.7691 5.75636 14.9239 5.38268C15.0787 5.00901 14.9931 4.57889 14.7071 4.29289L12.7071 2.29289Z" fill="#292929"/> </svg>
Copied!