Revolution Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Revolution 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/346704.svg" alt="Revolution icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346704.svg" alt="Revolution icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346704.svg" alt="Revolution icon" :width="24" :height="24" />
CSS background
.icon-revolution {
background-image: url('https://proicons.com/icon/346704.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="M16.1,6.33a2.56,2.56,0,0,0-2.57,2.56v7.66h-9L8.8,24v15.1a2.56,2.56,0,0,0,2.56,2.58H31.45A2.58,2.58,0,0,0,34,39.11V31.45h2.6a2.55,2.55,0,0,0,2.57-2.56h0V13.77l4.3-7.44H16.1ZM34,31.45V19.12a2.57,2.57,0,0,0-2.56-2.57H13.53"/><line class="a" x1="18.92" y1="21.57" x2="18.92" y2="36.65"/><line class="a" x1="23.94" y1="21.57" x2="23.94" y2="36.65"/><line class="a" x1="28.97" y1="26.6" x2="13.89" y2="26.6"/><line class="a" x1="28.97" y1="31.62" x2="13.89" y2="31.62"/></svg>
Copied!