Improvementroll Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Improvementroll 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/341934.svg" alt="Improvementroll icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341934.svg" alt="Improvementroll icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341934.svg" alt="Improvementroll icon" :width="24" :height="24" />
CSS background
.icon-improvementroll {
background-image: url('https://proicons.com/icon/341934.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="M13.2515,31.2622A12.9731,12.9731,0,0,1,24,11.0274"/><path class="a" d="M34.756,16.7463A12.9731,12.9731,0,0,1,24,36.97"/><polygon class="a" points="24 17.906 30.703 11.203 24 4.5 24 4.5 24 9.375 24 13.031 24 17.906"/><polygon class="a" points="23.999 30.094 17.296 36.797 23.999 43.5 23.999 38.625 23.999 34.969 23.999 30.094"/></svg>
Copied!