Pyaterochka Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pyaterochka 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/331743.svg" alt="Pyaterochka icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331743.svg" alt="Pyaterochka icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331743.svg" alt="Pyaterochka icon" :width="24" :height="24" />
CSS background
.icon-pyaterochka {
background-image: url('https://proicons.com/icon/331743.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="c" cx="24" cy="24" r="21.5"/><path class="c" d="M15.6669,30.9729c1.2086,2.9804,4.1317,5.0824,7.5458,5.0824,4.4952,0,8.1393-3.6441,8.1393-8.1393s-3.6441-8.1393-8.1393-8.1393c-3.2396,0-6.0372,1.8927-7.3472,4.6326"/><path class="c" d="M36.45,6.4712l-7.7269.208c-4.4688.1203-8.362,3.0799-9.6734,7.3536l-.2624.8551,7.7454-.2047c4.5952-.1215,8.567-3.2421,9.7723-7.6781l.1451-.534Z"/><line class="c" x1="15.8654" y1="24.4094" x2="18.7872" y2="14.8879"/></svg>
Copied!