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/308000.svg" alt="Do Undo Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308000.svg" alt="Do Undo Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308000.svg" alt="Do Undo Svg icon" :width="24" :height="24" />
CSS background
.icon-do----undo---svg {
background-image: url('https://proicons.com/icon/308000.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 d="M5 8C4.44772 8 4 8.44772 4 9C4 9.55228 4.44772 10 5 10V8ZM5 16C4.44772 16 4 16.4477 4 17C4 17.5523 4.44772 18 5 18V16ZM5 10H16V8H5V10ZM19 13C19 14.6569 17.6569 16 16 16V18C18.7614 18 21 15.7614 21 13H19ZM16 10C17.6569 10 19 11.3431 19 13H21C21 10.2386 18.7614 8 16 8V10ZM5 18H16V16H5V18Z" fill="#292929"/> <path d="M8.70711 6.70711C9.09763 6.31658 9.09763 5.68342 8.70711 5.29289C8.31658 4.90237 7.68342 4.90237 7.29289 5.29289L8.70711 6.70711ZM5 9L4.29289 8.29289C3.90237 8.68342 3.90237 9.31658 4.29289 9.70711L5 9ZM7.29289 12.7071C7.68342 13.0976 8.31658 13.0976 8.70711 12.7071C9.09763 12.3166 9.09763 11.6834 8.70711 11.2929L7.29289 12.7071ZM7.29289 5.29289L4.29289 8.29289L5.70711 9.70711L8.70711 6.70711L7.29289 5.29289ZM4.29289 9.70711L7.29289 12.7071L8.70711 11.2929L5.70711 8.29289L4.29289 9.70711Z" fill="#4400FF"/> </svg>
Copied!