Auto Auto Rotate Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Auto Auto Rotate 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/322206.svg" alt="Auto Auto Rotate icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322206.svg" alt="Auto Auto Rotate icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322206.svg" alt="Auto Auto Rotate icon" :width="24" :height="24" />
CSS background
.icon-auto-auto-rotate {
background-image: url('https://proicons.com/icon/322206.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M23.2711,2.5133A21.5,21.5,0,0,1,45.3607,21.38"/><path class="a" d="M24.3967,45.4967A21.5,21.5,0,0,1,2.6393,26.2472"/><path class="a" d="M19.0507,5.0567,42.7424,28.7882a.7225.7225,0,0,1-.029,1.0207L29.4983,43.0019a.7225.7225,0,0,1-1.0207.0272L4.7858,19.2976a.7225.7225,0,0,1,.029-1.0206L18.03,5.084A.7227.7227,0,0,1,19.0507,5.0567Z"/><path class="a" d="M23.2711,2.5133l6.19,6.4112L32.9614,4.447"/><path class="a" d="M24.3967,45.4967l-6.6711-6.1641-3.2489,3.9326"/></svg>
Copied!