Restart Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Restart 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/308934.svg" alt="Restart Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308934.svg" alt="Restart Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308934.svg" alt="Restart Svg icon" :width="24" :height="24" />
CSS background
.icon-restart---svg {
background-image: url('https://proicons.com/icon/308934.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="M12 1.99988C11.4477 1.99988 11 2.44759 11 2.99988C11 3.55216 11.4477 3.99988 12 3.99988C16.4183 3.99988 20 7.5816 20 11.9999C20 16.4182 16.4183 19.9999 12 19.9999C7.58172 19.9999 4 16.4182 4 11.9999C4 10.5386 4.39138 9.16902 5.0758 7.98989L6.29289 9.20698C6.57889 9.49298 7.00901 9.57854 7.38268 9.42376C7.75636 9.26898 8 8.90434 8 8.49988V4.49988C8 3.94759 7.55228 3.49988 7 3.49988H3C2.59554 3.49988 2.2309 3.74352 2.07612 4.11719C1.92134 4.49087 2.0069 4.92099 2.29289 5.20698L3.62288 6.53698C2.59702 8.1071 2 9.98392 2 11.9999C2 17.5227 6.47715 21.9999 12 21.9999C17.5228 21.9999 22 17.5227 22 11.9999C22 6.47703 17.5228 1.99988 12 1.99988Z" fill="#292929"/> </svg>
Copied!