Do Undo Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Do Undo 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/309520.svg" alt="Do Undo Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/309520.svg" alt="Do Undo Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/309520.svg" alt="Do Undo Svg icon" :width="24" :height="24" />
CSS background
.icon-do----undo---svg {
background-image: url('https://proicons.com/icon/309520.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"> <g clip-path="url(#clip0)"> <path d="M8.70711 6.70705C9.09763 6.31652 9.09763 5.68336 8.70711 5.29283C8.31658 4.90231 7.68342 4.90231 7.29289 5.29283L8.70711 6.70705ZM5 8.99994L4.29289 8.29283C3.90237 8.68336 3.90237 9.31652 4.29289 9.70705L5 8.99994ZM7.29289 12.707C7.68342 13.0976 8.31658 13.0976 8.70711 12.707C9.09763 12.3165 9.09763 11.6834 8.70711 11.2928L7.29289 12.707ZM5 15.9999C4.44772 15.9999 4 16.4477 4 16.9999C4 17.5522 4.44772 17.9999 5 17.9999V15.9999ZM7.29289 5.29283L4.29289 8.29283L5.70711 9.70705L8.70711 6.70705L7.29289 5.29283ZM4.29289 9.70705L7.29289 12.707L8.70711 11.2928L5.70711 8.29283L4.29289 9.70705ZM5 9.99994H16V7.99994H5V9.99994ZM19 12.9999C19 14.6568 17.6569 15.9999 16 15.9999V17.9999C18.7614 17.9999 21 15.7614 21 12.9999H19ZM16 9.99994C17.6569 9.99994 19 11.3431 19 12.9999H21C21 10.2385 18.7614 7.99994 16 7.99994V9.99994ZM5 17.9999H16V15.9999H5V17.9999Z" fill="#292929"/> </g> <defs> <clipPath id="clip0"> <rect width="24" height="24" fill="white"/> </clipPath> </defs> </svg>
Copied!