Rimi Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Rimi 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/332166.svg" alt="Rimi icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332166.svg" alt="Rimi icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332166.svg" alt="Rimi icon" :width="24" :height="24" />
CSS background
.icon-rimi {
background-image: url('https://proicons.com/icon/332166.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="e" d="M11.31759176,7.76950001c6.53072644-3.57635019,12.91624358-2.84956984,14.42784452,1.64149129,2.68772842,7.98540957-4.70954478,25.29233174-16.15573009,33.08900869,6.25644456-12.095199,6.25644456-19.43871268,6.25644456-24.53597512s-1.33197068-7.17072512-4.52855898-10.19452487Z"/><path class="e" d="M26.07499954,10.70995432c5.8099143-3.18161974,10.69269751-1.64222056,12.03745939,2.35315124,2.39107731,7.10404053-9.98318722,21.92059221-23.90308201,25.58836251"/></svg>
Copied!