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/308912.svg" alt="Do Undo Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308912.svg" alt="Do Undo Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308912.svg" alt="Do Undo Svg icon" :width="24" :height="24" />
CSS background
.icon-do----undo---svg {
background-image: url('https://proicons.com/icon/308912.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="M8.38268 5.07612C8.75636 5.2309 9 5.59554 9 6V8H16C18.7614 8 21 10.2386 21 13C21 15.7614 18.7614 18 16 18H5C4.44772 18 4 17.5523 4 17C4 16.4477 4.44772 16 5 16H16C17.6569 16 19 14.6569 19 13C19 11.3431 17.6569 10 16 10H9V12C9 12.4045 8.75636 12.7691 8.38268 12.9239C8.00901 13.0787 7.57889 12.9931 7.29289 12.7071L4.29289 9.70711C3.90237 9.31658 3.90237 8.68342 4.29289 8.29289L7.29289 5.29289C7.57889 5.00689 8.00901 4.92134 8.38268 5.07612Z" fill="#292929"/> </svg>
Copied!