Do Redo Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Do Redo 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/307999.svg" alt="Do Redo Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307999.svg" alt="Do Redo Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307999.svg" alt="Do Redo Svg icon" :width="24" :height="24" />
CSS background
.icon-do----redo---svg {
background-image: url('https://proicons.com/icon/307999.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="M19 10C19.5523 10 20 9.55228 20 9C20 8.44772 19.5523 8 19 8V10ZM19 18C19.5523 18 20 17.5523 20 17C20 16.4477 19.5523 16 19 16V18ZM19 8H8V10H19V8ZM3 13C3 15.7614 5.23858 18 8 18V16C6.34315 16 5 14.6569 5 13H3ZM8 8C5.23858 8 3 10.2386 3 13H5C5 11.3431 6.34315 10 8 10V8ZM19 16H8V18H19V16Z" fill="#292929"/> <path d="M16 6L19 9L16 12" stroke="#4400FF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!