Revolution Idle Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Revolution Idle 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/346705.svg" alt="Revolution Idle icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346705.svg" alt="Revolution Idle icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346705.svg" alt="Revolution Idle icon" :width="24" :height="24" />
CSS background
.icon-revolution-idle {
background-image: url('https://proicons.com/icon/346705.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="cls-1" cx="24" cy="24" r="21.5"/><path class="cls-1" d="M24,7.8995c6.512.0001,12.3828,3.9228,14.875,9.9391,2.4918,6.0163,1.1143,12.9413-3.4902,17.546-4.6047,4.6045-11.5297,5.982-17.546,3.4902-6.0163-2.4922-9.939-8.363-9.9391-14.875"/><path class="cls-1" d="M24,18.625c2.174,0,4.134,1.3096,4.9659,3.3181.8319,2.0085.372,4.3204-1.1652,5.8576-1.5372,1.5372-3.8491,1.9971-5.8576,1.1652-2.0085-.8319-3.3181-2.7919-3.3181-4.9659h5.375v-5.375Z"/><circle class="cls-1" cx="24" cy="24" r="10.701"/></svg>
Copied!