Rema1000 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Rema1000 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/332061.svg" alt="Rema1000 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332061.svg" alt="Rema1000 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332061.svg" alt="Rema1000 icon" :width="24" :height="24" />
CSS background
.icon-rema1000 {
background-image: url('https://proicons.com/icon/332061.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="M13.0758,39.866V8.1332H23.7941a10.88,10.88,0,0,1,11.13,10.71,10.88,10.88,0,0,1-11.13,10.71H13.0758"/><line class="a" x1="24.5775" y1="29.527" x2="34.924" y2="39.866"/><path class="a" d="M13.0758,4.5A3.6393,3.6393,0,0,0,9.4311,8.1332V39.8671A3.6388,3.6388,0,0,0,13.0758,43.5h0a3.6388,3.6388,0,0,0,3.6447-3.6329h0V33.1859h6.37l9.2542,9.2469a3.6385,3.6385,0,0,0,5.16-5.1315l-6.1534-6.15a14.266,14.266,0,0,0,7.2183-12.3068A14.606,14.606,0,0,0,23.7939,4.5Zm3.6447,7.2658h7.073a7.0882,7.0882,0,1,1,0,14.154h-7.073Z"/></svg>
Copied!