odnoklassniki circle icon

odnoklassniki-circle from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.

Name
odnoklassniki-circle
Set
Jam Icons
Style
Outline
Viewbox
24×24
License
MIT

Related icons in Jam Icons

Use the odnoklassniki circle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2 24 24"><g fill="currentColor"><path d="M9.53 11.996c-.77-.081-1.463-.272-2.057-.74c-.074-.058-.15-.114-.217-.18c-.26-.25-.287-.539-.08-.835c.175-.254.47-.322.778-.177a1 1 0 0 1 .17.102c1.107.766 2.628.787 3.74.034a1 1 0 0 1 .363-.19a.57.57 0 0 1 .655.264c.163.267.16.527-.04.734a3 3 0 0 1-1.087.708c-.388.152-.814.228-1.235.279c.064.07.094.104.134.144q.858.865 1.715 1.734c.194.198.235.443.128.673c-.117.25-.379.416-.635.398a.62.62 0 0 1-.402-.207c-.431-.437-.87-.866-1.293-1.311c-.123-.13-.183-.105-.291.007q-.652.674-1.319 1.334c-.199.197-.436.233-.667.12a.68.68 0 0 1-.39-.626a.63.63 0 0 1 .21-.42l1.694-1.709c.037-.038.072-.078.126-.136"/><path d="M9.988 10a2.503 2.503 0 0 1-2.481-2.506A2.506 2.506 0 0 1 10.018 5a2.503 2.503 0 0 1 2.489 2.532C12.5 8.898 11.37 10.005 9.988 10m1.244-2.502a1.22 1.22 0 0 0-1.224-1.221a1.22 1.22 0 0 0-1.226 1.235a1.22 1.22 0 0 0 1.233 1.212a1.216 1.216 0 0 0 1.217-1.226"/><path d="M10 18a8 8 0 1 0 0-16a8 8 0 0 0 0 16m0 2C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10s-4.477 10-10 10"/></g></svg>

React

import type { SVGProps } from "react";

export function JamOdnoklassnikiCircle(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2 24 24"><g fill="currentColor"><path d="M9.53 11.996c-.77-.081-1.463-.272-2.057-.74c-.074-.058-.15-.114-.217-.18c-.26-.25-.287-.539-.08-.835c.175-.254.47-.322.778-.177a1 1 0 0 1 .17.102c1.107.766 2.628.787 3.74.034a1 1 0 0 1 .363-.19a.57.57 0 0 1 .655.264c.163.267.16.527-.04.734a3 3 0 0 1-1.087.708c-.388.152-.814.228-1.235.279c.064.07.094.104.134.144q.858.865 1.715 1.734c.194.198.235.443.128.673c-.117.25-.379.416-.635.398a.62.62 0 0 1-.402-.207c-.431-.437-.87-.866-1.293-1.311c-.123-.13-.183-.105-.291.007q-.652.674-1.319 1.334c-.199.197-.436.233-.667.12a.68.68 0 0 1-.39-.626a.63.63 0 0 1 .21-.42l1.694-1.709c.037-.038.072-.078.126-.136"/><path d="M9.988 10a2.503 2.503 0 0 1-2.481-2.506A2.506 2.506 0 0 1 10.018 5a2.503 2.503 0 0 1 2.489 2.532C12.5 8.898 11.37 10.005 9.988 10m1.244-2.502a1.22 1.22 0 0 0-1.224-1.221a1.22 1.22 0 0 0-1.226 1.235a1.22 1.22 0 0 0 1.233 1.212a1.216 1.216 0 0 0 1.217-1.226"/><path d="M10 18a8 8 0 1 0 0-16a8 8 0 0 0 0 16m0 2C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10s-4.477 10-10 10"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2 24 24"><g fill="currentColor"><path d="M9.53 11.996c-.77-.081-1.463-.272-2.057-.74c-.074-.058-.15-.114-.217-.18c-.26-.25-.287-.539-.08-.835c.175-.254.47-.322.778-.177a1 1 0 0 1 .17.102c1.107.766 2.628.787 3.74.034a1 1 0 0 1 .363-.19a.57.57 0 0 1 .655.264c.163.267.16.527-.04.734a3 3 0 0 1-1.087.708c-.388.152-.814.228-1.235.279c.064.07.094.104.134.144q.858.865 1.715 1.734c.194.198.235.443.128.673c-.117.25-.379.416-.635.398a.62.62 0 0 1-.402-.207c-.431-.437-.87-.866-1.293-1.311c-.123-.13-.183-.105-.291.007q-.652.674-1.319 1.334c-.199.197-.436.233-.667.12a.68.68 0 0 1-.39-.626a.63.63 0 0 1 .21-.42l1.694-1.709c.037-.038.072-.078.126-.136"/><path d="M9.988 10a2.503 2.503 0 0 1-2.481-2.506A2.506 2.506 0 0 1 10.018 5a2.503 2.503 0 0 1 2.489 2.532C12.5 8.898 11.37 10.005 9.988 10m1.244-2.502a1.22 1.22 0 0 0-1.224-1.221a1.22 1.22 0 0 0-1.226 1.235a1.22 1.22 0 0 0 1.233 1.212a1.216 1.216 0 0 0 1.217-1.226"/><path d="M10 18a8 8 0 1 0 0-16a8 8 0 0 0 0 16m0 2C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10s-4.477 10-10 10"/></g></svg>
</template>

CSS

.icon-odnoklassniki-circle {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%22-2%20-2%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M9.53%2011.996c-.77-.081-1.463-.272-2.057-.74c-.074-.058-.15-.114-.217-.18c-.26-.25-.287-.539-.08-.835c.175-.254.47-.322.778-.177a1%201%200%200%201%20.17.102c1.107.766%202.628.787%203.74.034a1%201%200%200%201%20.363-.19a.57.57%200%200%201%20.655.264c.163.267.16.527-.04.734a3%203%200%200%201-1.087.708c-.388.152-.814.228-1.235.279c.064.07.094.104.134.144q.858.865%201.715%201.734c.194.198.235.443.128.673c-.117.25-.379.416-.635.398a.62.62%200%200%201-.402-.207c-.431-.437-.87-.866-1.293-1.311c-.123-.13-.183-.105-.291.007q-.652.674-1.319%201.334c-.199.197-.436.233-.667.12a.68.68%200%200%201-.39-.626a.63.63%200%200%201%20.21-.42l1.694-1.709c.037-.038.072-.078.126-.136%22%2F%3E%3Cpath%20d%3D%22M9.988%2010a2.503%202.503%200%200%201-2.481-2.506A2.506%202.506%200%200%201%2010.018%205a2.503%202.503%200%200%201%202.489%202.532C12.5%208.898%2011.37%2010.005%209.988%2010m1.244-2.502a1.22%201.22%200%200%200-1.224-1.221a1.22%201.22%200%200%200-1.226%201.235a1.22%201.22%200%200%200%201.233%201.212a1.216%201.216%200%200%200%201.217-1.226%22%2F%3E%3Cpath%20d%3D%22M10%2018a8%208%200%201%200%200-16a8%208%200%200%200%200%2016m0%202C4.477%2020%200%2015.523%200%2010S4.477%200%2010%200s10%204.477%2010%2010s-4.477%2010-10%2010%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%22-2%20-2%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M9.53%2011.996c-.77-.081-1.463-.272-2.057-.74c-.074-.058-.15-.114-.217-.18c-.26-.25-.287-.539-.08-.835c.175-.254.47-.322.778-.177a1%201%200%200%201%20.17.102c1.107.766%202.628.787%203.74.034a1%201%200%200%201%20.363-.19a.57.57%200%200%201%20.655.264c.163.267.16.527-.04.734a3%203%200%200%201-1.087.708c-.388.152-.814.228-1.235.279c.064.07.094.104.134.144q.858.865%201.715%201.734c.194.198.235.443.128.673c-.117.25-.379.416-.635.398a.62.62%200%200%201-.402-.207c-.431-.437-.87-.866-1.293-1.311c-.123-.13-.183-.105-.291.007q-.652.674-1.319%201.334c-.199.197-.436.233-.667.12a.68.68%200%200%201-.39-.626a.63.63%200%200%201%20.21-.42l1.694-1.709c.037-.038.072-.078.126-.136%22%2F%3E%3Cpath%20d%3D%22M9.988%2010a2.503%202.503%200%200%201-2.481-2.506A2.506%202.506%200%200%201%2010.018%205a2.503%202.503%200%200%201%202.489%202.532C12.5%208.898%2011.37%2010.005%209.988%2010m1.244-2.502a1.22%201.22%200%200%200-1.224-1.221a1.22%201.22%200%200%200-1.226%201.235a1.22%201.22%200%200%200%201.233%201.212a1.216%201.216%200%200%200%201.217-1.226%22%2F%3E%3Cpath%20d%3D%22M10%2018a8%208%200%201%200%200-16a8%208%200%200%200%200%2016m0%202C4.477%2020%200%2015.523%200%2010S4.477%200%2010%200s10%204.477%2010%2010s-4.477%2010-10%2010%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/jam/odnoklassniki-circle.svg?color=%231a73e8&size=48