Rozetka Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Rozetka 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/346806.svg" alt="Rozetka icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346806.svg" alt="Rozetka icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346806.svg" alt="Rozetka icon" :width="24" :height="24" />
CSS background
.icon-rozetka {
background-image: url('https://proicons.com/icon/346806.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m19.03,21.3c8.79-9.2,15.49-8.51,11.79-.92.46-5.29-4.62-5.29-11.79.92Z"/><path class="c" d="m23.33,12.14c4.95-6.02,10.03-5.33,10.73.88-2.55-3.45-7.4-2.99-10.73-.88Z"/><path class="c" d="m14.61,11.36c1.86.29,2.96,3.11,2.47,6.32-.49,3.2-2.4,5.57-4.25,5.28-1.86-.28-2.97-3.11-2.47-6.32.49-3.2,2.39-5.57,4.25-5.28Z"/><path class="c" d="m13.26,16.93c1.15,7.13,5.31-4.83.69-1.61.6133,1.0733.3833,1.61-.69,1.61Z"/><path class="c" d="m7.94,25.44c7.86,2.3,18.26,2.07,31.2-6.44-4.62,21.62-19.18,35.66-31.2,6.44Z"/><path class="c" d="m18.34,40.62c3.93-5.29,5.09-6.67,14.56-5.52"/><path class="c" d="m17.1965,3.599c1.0733,1.6867,1.8335,3.901,1.8335,6.201-1.3867-3.5267-4.6245-4.3843-9.2445-1.9309"/><path class="c" d="m45.5,24c0,11.8742-9.6258,21.5-21.5,21.5S2.5,35.8742,2.5,24m43,0c0-11.8742-9.6258-21.5-21.5-21.5S2.5,12.1258,2.5,24"/></svg>
Copied!