Rappi Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Rappi 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/346495.svg" alt="Rappi icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346495.svg" alt="Rappi icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346495.svg" alt="Rappi icon" :width="24" :height="24" />
CSS background
.icon-rappi {
background-image: url('https://proicons.com/icon/346495.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="M18.54,18.25a4.83,4.83,0,0,0-2.12.41C11.6,20.84,10.62,26,4.55,21.78,7.19,30.87,15,29.72,17.17,29.65a9.75,9.75,0,0,0,6.88-3.4,9.75,9.75,0,0,0,6.88,3.4c2.21.07,10,1.22,12.62-7.87-6.1,4.26-7.07-.94-11.87-3.12-2.62-1.18-6,.36-7.59,2.47a7.57,7.57,0,0,0-5.48-2.88Z"/></svg>
Copied!