Ozon Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ozon 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/330880.svg" alt="Ozon icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330880.svg" alt="Ozon icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330880.svg" alt="Ozon icon" :width="24" :height="24" />
CSS background
.icon-ozon {
background-image: url('https://proicons.com/icon/330880.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><polygon class="c" points="31.1722 8.2984 36.2761 13.4991 43.4531 12.2393 40.0841 18.7005 43.5 25.1369 36.314 23.9294 31.2481 29.1671 30.1759 21.9597 23.6292 18.7603 30.1525 15.5134 31.1722 8.2984"/><path class="c" d="m30.4637,13.9208c-7.027.4314-18.0817,3.578-25.0036,15.7702,6.1708-3.9768,10.3406-3.7124,10.3406-3.7124-7.5423,4.114-9.518,7.0721-11.3007,12.7631,2.8798-3.4283,8.7079-6.987,14.3303-8.4988-4.7996,3.2878-3.8397,9.4588-3.8397,9.4588,3.9083-5.0053,7.2387-10.8062,15.4731-14.536"/></svg>
Copied!