Remini Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Remini 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/332068.svg" alt="Remini icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332068.svg" alt="Remini icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332068.svg" alt="Remini icon" :width="24" :height="24" />
CSS background
.icon-remini {
background-image: url('https://proicons.com/icon/332068.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.d{fill:#000;stroke-width:0px;}</style></defs><path class="c" d="M38.5006,5.4992H9.4994c-2.2001,0-4.0002,1.8001-4.0002,4.0002v29.0012c0,2.2001,1.8001,4.0002,4.0002,4.0002h29.0012c2.2001,0,4.0002-1.8001,4.0002-4.0002V9.4994c0-2.2001-1.8001-4.0002-4.0002-4.0002Z"/><path class="c" d="M15.2621,20.5909v-5.1133h4.2567"/><path class="c" d="M15.3192,29.9942v1.5331l2.0716-.0284"/><path class="c" d="M19.4051,29.9942l-.1986,1.7045,11.6064,1.5624.3405-2.5566"/><path class="c" d="M20.5975,20.5909l.8513-5.8519,11.8908,1.7897-.6243,4.0623"/><path class="c" d="M8,28.5479v-8.1624h2.6501c1.5289,0,2.752,1.2243,2.752,2.7548s-1.2231,2.7548-2.752,2.7548h-2.6501"/><line class="c" x1="10.8509" y1="25.8855" x2="13.4093" y2="28.5448"/><path class="c" d="M20.8077,25.2844c0-1.1223.9173-2.0406,2.0385-2.0406s2.0385.9183,2.0385,2.0406v3.2649"/><line class="c" x1="20.8077" y1="23.2438" x2="20.8077" y2="28.5493"/><path class="c" d="M24.8847,25.2844c0-1.1223.9173-2.0406,2.0385-2.0406s2.0385.9183,2.0385,2.0406v3.2649"/><circle class="d" cx="30.8454" cy="20.693" r=".75"/><line class="c" x1="30.8454" y1="23.1417" x2="30.8454" y2="28.5493"/><path class="c" d="M18.6254,27.5266c-.3058.6122-1.0192,1.0203-1.7327,1.0203-1.1212,0-2.0385-.9183-2.0385-2.0406v-1.3264c0-1.1223.9173-2.0406,2.0385-2.0406s2.0385.9183,2.0385,2.0406v.7142h-4.077"/><path class="c" d="M37.0227,28.5493v-3.367c0-1.1223-.9173-2.0406-2.0385-2.0406s-2.0385.9183-2.0385,2.0406v3.367"/><line class="c" x1="32.9457" y1="25.1823" x2="32.9457" y2="23.1417"/><circle class="d" cx="39.1846" cy="20.693" r=".75"/><line class="c" x1="39.1846" y1="23.1417" x2="39.1846" y2="28.5493"/></svg>
Copied!