Rekado Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Rekado 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/332055.svg" alt="Rekado icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332055.svg" alt="Rekado icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332055.svg" alt="Rekado icon" :width="24" :height="24" />
CSS background
.icon-rekado {
background-image: url('https://proicons.com/icon/332055.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><circle class="a" cx="28.2579" cy="18.2054" r="1.4029"/><circle class="a" cx="32.8173" cy="18.2054" r="1.4029"/><circle class="a" cx="32.8173" cy="22.7648" r="1.4029"/><path class="a" d="M33.4954,5.5,5.8793,33.3668l6.4153,6.6158c2.9673,3.4251,8.4837,3.2873,12.2043,0l15.462-15.888c2.1713-2.0493,3.36-8.0554.3509-11.4274Z"/><circle class="a" cx="20.7148" cy="29.9837" r="2.7519"/><circle class="a" cx="28.2579" cy="22.7648" r="1.4029"/></svg>
Copied!