Rekola Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Rekola 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/346615.svg" alt="Rekola icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346615.svg" alt="Rekola icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346615.svg" alt="Rekola icon" :width="24" :height="24" />
CSS background
.icon-rekola {
background-image: url('https://proicons.com/icon/346615.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,.b{fill:none;stroke:#fff;}.a{stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M28.504,16.2506,25.3028,28.1974H36.2612"/><path class="a" d="M25.3025,28.1964,14.5954,17.5294l-2.798,10.4437,4.0557-15.1343s-3.4824-.6781-4.16-.0961c-.9471.8128-.7654,2.6462,1.4826,2.4043"/><path class="a" d="M29.3622,26.62c1.6182-6.0312,7.7115-6.3282,10.8563-4.4878a7.4213,7.4213,0,0,1,2.7659,8.89,7.2961,7.2961,0,0,1-13.7063-.7"/><path class="b" d="M15.6018,21.7454a7.2972,7.2972,0,1,1-3.8047-1.07"/><path class="b" d="M16.2688,19.0355l11.5212-.072"/><path class="a" d="M26.7906,15.7159l4.1616-.0576h0"/></svg>
Copied!