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/309519.svg" alt="Do Redo Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/309519.svg" alt="Do Redo Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/309519.svg" alt="Do Redo Svg icon" :width="24" :height="24" />
CSS background
.icon-do----redo---svg {
background-image: url('https://proicons.com/icon/309519.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="M16.7071 5.29283C16.3166 4.90231 15.6834 4.90231 15.2929 5.29283C14.9024 5.68336 14.9024 6.31652 15.2929 6.70705L16.7071 5.29283ZM19 8.99994L19.7071 9.70705C20.0976 9.31652 20.0976 8.68336 19.7071 8.29283L19 8.99994ZM15.2929 11.2928C14.9024 11.6834 14.9024 12.3165 15.2929 12.707C15.6834 13.0976 16.3166 13.0976 16.7071 12.707L15.2929 11.2928ZM19 17.9999C19.5523 17.9999 20 17.5522 20 16.9999C20 16.4477 19.5523 15.9999 19 15.9999V17.9999ZM15.2929 6.70705L18.2929 9.70705L19.7071 8.29283L16.7071 5.29283L15.2929 6.70705ZM18.2929 8.29283L15.2929 11.2928L16.7071 12.707L19.7071 9.70705L18.2929 8.29283ZM19 7.99994H8V9.99994H19V7.99994ZM3 12.9999C3 15.7614 5.23858 17.9999 8 17.9999V15.9999C6.34315 15.9999 5 14.6568 5 12.9999H3ZM8 7.99994C5.23858 7.99994 3 10.2385 3 12.9999H5C5 11.3431 6.34315 9.99994 8 9.99994V7.99994ZM19 15.9999H8V17.9999H19V15.9999Z" fill="#292929"/> </g> <defs> <clipPath id="clip0"> <rect width="24" height="24" fill="white"/> </clipPath> </defs> </svg>
Copied!