Replika Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Replika 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/346654.svg" alt="Replika icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346654.svg" alt="Replika icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346654.svg" alt="Replika icon" :width="24" :height="24" />
CSS background
.icon-replika {
background-image: url('https://proicons.com/icon/346654.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="M21.438,14.0944,25.84,15.85l3.7341-2.32,4.2,2.3716L36.83,12.6675"/><path class="a" d="M24,4.5c8.7836,0,17.319,11.4016,17.319,21.75A17.2639,17.2639,0,0,1,24,43.5"/><path class="a" d="M24,4.5C15.2164,4.5,6.681,15.9016,6.681,26.25A17.2639,17.2639,0,0,0,24,43.5"/></svg>
Copied!