Fastreset Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fastreset 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/340295.svg" alt="Fastreset icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340295.svg" alt="Fastreset icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340295.svg" alt="Fastreset icon" :width="24" :height="24" />
CSS background
.icon-fastreset {
background-image: url('https://proicons.com/icon/340295.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M23.72,19a12,12,0,0,0-3.52-1,8.49,8.49,0,0,0-.88.05,1.58,1.58,0,0,0-1.17.76l-.82,1.36H17a11.69,11.69,0,1,0,9.34,4.7L27,23.56a1.57,1.57,0,0,0,0-1.46A11.15,11.15,0,0,0,23.72,19m0,0,1.51-2.32,5.38,2.76,2.62-4"/><polygon class="a" points="36.72 4.5 37.35 8.05 40.7 6.73 39.12 9.97 42.62 10.87 39.43 12.56 41.73 15.34 38.16 14.84 38.38 18.44 35.79 15.93 33.85 18.98 33.23 15.43 29.87 16.76 31.45 13.51 27.96 12.62 31.15 10.92 28.84 8.14 32.42 8.64 32.19 5.04 34.79 7.55 36.72 4.5"/></svg>
Copied!