Odnoklassniki Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Odnoklassniki 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/306154.svg" alt="Odnoklassniki icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306154.svg" alt="Odnoklassniki icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306154.svg" alt="Odnoklassniki icon" :width="24" :height="24" />
CSS background
.icon-odnoklassniki {
background-image: url('https://proicons.com/icon/306154.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M500 514c125 0 226-101 226-226 0-124-101-226-226-226S274 164 274 288c0 125 102 226 226 226zm0-319c52 0 94 42 94 93 0 52-42 94-94 94s-93-42-93-94c0-51 42-93 93-93zm91 503c46-10 91-28 132-54 30-20 40-60 20-91-19-31-60-41-91-21-92 58-212 58-304 0-31-20-72-10-91 21-20 31-10 71 21 91 40 25 85 44 131 54L282 824c-25 26-25 68 0 94 13 13 30 20 47 20s34-7 47-20l124-124 124 124c26 26 68 26 94 0s26-68 0-93L591 698z"/></svg>
Copied!