odnoklassniki square logo

odnoklassniki-square from Font Awesome Brands by Dave Gandy · Brand · CC-BY-4.0 Attribution required.

Name
odnoklassniki-square
Set
Font Awesome Brands
Style
Brand
Viewbox
640×640
License
CC BY 4.0

The same logo in other sets

Use the odnoklassniki square logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 201.1c-5.4-.3-10.8.6-15.9 2.4s-9.7 4.8-13.6 8.5s-7 8.2-9.2 13.2s-3.2 10.3-3.2 15.7s1.1 10.8 3.2 15.7s5.3 9.5 9.2 13.2s8.6 6.6 13.6 8.5s10.5 2.7 15.9 2.4c5.4.3 10.8-.6 15.9-2.4s9.7-4.8 13.6-8.5s7-8.2 9.2-13.2s3.2-10.3 3.2-15.7s-1.1-10.8-3.2-15.7s-5.3-9.5-9.2-13.2s-8.6-6.6-13.6-8.5s-10.5-2.7-15.9-2.4M480 96H160c-35.3 0-64 28.7-64 64v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64V160c0-35.3-28.7-64-64-64M320 322c-44.8 0-81-36.3-81-81c0-44.8 36.2-81.1 81-81.1s81.1 36.3 81.1 81.1c0 44.7-36.3 81-81.1 81m59.3 6.2c16.8-13.2 29.5-5.5 34.1 3.6c7.8 16-1.1 23.7-21.5 37c-17.1 10.9-40.7 15.2-56.2 16.8l13 12.9l47.7 47.7c17.4 17.9-11 45.8-28.6 28.6c-12-12.2-29.5-29.7-47.7-47.9l-47.7 47.9c-17.7 17.2-46-11-28.4-28.6l12.5-12.5c10.4-10.4 22.6-22.7 35.2-35.2l12.9-12.9c-15.4-1.6-39.3-5.7-56.6-16.8c-20.3-13.3-29.3-20.9-21.4-37c4.6-9.1 17.3-16.8 34.1-3.6c0 0 22.7 18 59.3 18s59.3-18 59.3-18"/></svg>

React

import type { SVGProps } from "react";

export function Fa7BrandsOdnoklassnikiSquare(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 201.1c-5.4-.3-10.8.6-15.9 2.4s-9.7 4.8-13.6 8.5s-7 8.2-9.2 13.2s-3.2 10.3-3.2 15.7s1.1 10.8 3.2 15.7s5.3 9.5 9.2 13.2s8.6 6.6 13.6 8.5s10.5 2.7 15.9 2.4c5.4.3 10.8-.6 15.9-2.4s9.7-4.8 13.6-8.5s7-8.2 9.2-13.2s3.2-10.3 3.2-15.7s-1.1-10.8-3.2-15.7s-5.3-9.5-9.2-13.2s-8.6-6.6-13.6-8.5s-10.5-2.7-15.9-2.4M480 96H160c-35.3 0-64 28.7-64 64v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64V160c0-35.3-28.7-64-64-64M320 322c-44.8 0-81-36.3-81-81c0-44.8 36.2-81.1 81-81.1s81.1 36.3 81.1 81.1c0 44.7-36.3 81-81.1 81m59.3 6.2c16.8-13.2 29.5-5.5 34.1 3.6c7.8 16-1.1 23.7-21.5 37c-17.1 10.9-40.7 15.2-56.2 16.8l13 12.9l47.7 47.7c17.4 17.9-11 45.8-28.6 28.6c-12-12.2-29.5-29.7-47.7-47.9l-47.7 47.9c-17.7 17.2-46-11-28.4-28.6l12.5-12.5c10.4-10.4 22.6-22.7 35.2-35.2l12.9-12.9c-15.4-1.6-39.3-5.7-56.6-16.8c-20.3-13.3-29.3-20.9-21.4-37c4.6-9.1 17.3-16.8 34.1-3.6c0 0 22.7 18 59.3 18s59.3-18 59.3-18"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 201.1c-5.4-.3-10.8.6-15.9 2.4s-9.7 4.8-13.6 8.5s-7 8.2-9.2 13.2s-3.2 10.3-3.2 15.7s1.1 10.8 3.2 15.7s5.3 9.5 9.2 13.2s8.6 6.6 13.6 8.5s10.5 2.7 15.9 2.4c5.4.3 10.8-.6 15.9-2.4s9.7-4.8 13.6-8.5s7-8.2 9.2-13.2s3.2-10.3 3.2-15.7s-1.1-10.8-3.2-15.7s-5.3-9.5-9.2-13.2s-8.6-6.6-13.6-8.5s-10.5-2.7-15.9-2.4M480 96H160c-35.3 0-64 28.7-64 64v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64V160c0-35.3-28.7-64-64-64M320 322c-44.8 0-81-36.3-81-81c0-44.8 36.2-81.1 81-81.1s81.1 36.3 81.1 81.1c0 44.7-36.3 81-81.1 81m59.3 6.2c16.8-13.2 29.5-5.5 34.1 3.6c7.8 16-1.1 23.7-21.5 37c-17.1 10.9-40.7 15.2-56.2 16.8l13 12.9l47.7 47.7c17.4 17.9-11 45.8-28.6 28.6c-12-12.2-29.5-29.7-47.7-47.9l-47.7 47.9c-17.7 17.2-46-11-28.4-28.6l12.5-12.5c10.4-10.4 22.6-22.7 35.2-35.2l12.9-12.9c-15.4-1.6-39.3-5.7-56.6-16.8c-20.3-13.3-29.3-20.9-21.4-37c4.6-9.1 17.3-16.8 34.1-3.6c0 0 22.7 18 59.3 18s59.3-18 59.3-18"/></svg>
</template>

CSS

.icon-odnoklassniki-square {
  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%220%200%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M320%20201.1c-5.4-.3-10.8.6-15.9%202.4s-9.7%204.8-13.6%208.5s-7%208.2-9.2%2013.2s-3.2%2010.3-3.2%2015.7s1.1%2010.8%203.2%2015.7s5.3%209.5%209.2%2013.2s8.6%206.6%2013.6%208.5s10.5%202.7%2015.9%202.4c5.4.3%2010.8-.6%2015.9-2.4s9.7-4.8%2013.6-8.5s7-8.2%209.2-13.2s3.2-10.3%203.2-15.7s-1.1-10.8-3.2-15.7s-5.3-9.5-9.2-13.2s-8.6-6.6-13.6-8.5s-10.5-2.7-15.9-2.4M480%2096H160c-35.3%200-64%2028.7-64%2064v320c0%2035.3%2028.7%2064%2064%2064h320c35.3%200%2064-28.7%2064-64V160c0-35.3-28.7-64-64-64M320%20322c-44.8%200-81-36.3-81-81c0-44.8%2036.2-81.1%2081-81.1s81.1%2036.3%2081.1%2081.1c0%2044.7-36.3%2081-81.1%2081m59.3%206.2c16.8-13.2%2029.5-5.5%2034.1%203.6c7.8%2016-1.1%2023.7-21.5%2037c-17.1%2010.9-40.7%2015.2-56.2%2016.8l13%2012.9l47.7%2047.7c17.4%2017.9-11%2045.8-28.6%2028.6c-12-12.2-29.5-29.7-47.7-47.9l-47.7%2047.9c-17.7%2017.2-46-11-28.4-28.6l12.5-12.5c10.4-10.4%2022.6-22.7%2035.2-35.2l12.9-12.9c-15.4-1.6-39.3-5.7-56.6-16.8c-20.3-13.3-29.3-20.9-21.4-37c4.6-9.1%2017.3-16.8%2034.1-3.6c0%200%2022.7%2018%2059.3%2018s59.3-18%2059.3-18%22%2F%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%220%200%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M320%20201.1c-5.4-.3-10.8.6-15.9%202.4s-9.7%204.8-13.6%208.5s-7%208.2-9.2%2013.2s-3.2%2010.3-3.2%2015.7s1.1%2010.8%203.2%2015.7s5.3%209.5%209.2%2013.2s8.6%206.6%2013.6%208.5s10.5%202.7%2015.9%202.4c5.4.3%2010.8-.6%2015.9-2.4s9.7-4.8%2013.6-8.5s7-8.2%209.2-13.2s3.2-10.3%203.2-15.7s-1.1-10.8-3.2-15.7s-5.3-9.5-9.2-13.2s-8.6-6.6-13.6-8.5s-10.5-2.7-15.9-2.4M480%2096H160c-35.3%200-64%2028.7-64%2064v320c0%2035.3%2028.7%2064%2064%2064h320c35.3%200%2064-28.7%2064-64V160c0-35.3-28.7-64-64-64M320%20322c-44.8%200-81-36.3-81-81c0-44.8%2036.2-81.1%2081-81.1s81.1%2036.3%2081.1%2081.1c0%2044.7-36.3%2081-81.1%2081m59.3%206.2c16.8-13.2%2029.5-5.5%2034.1%203.6c7.8%2016-1.1%2023.7-21.5%2037c-17.1%2010.9-40.7%2015.2-56.2%2016.8l13%2012.9l47.7%2047.7c17.4%2017.9-11%2045.8-28.6%2028.6c-12-12.2-29.5-29.7-47.7-47.9l-47.7%2047.9c-17.7%2017.2-46-11-28.4-28.6l12.5-12.5c10.4-10.4%2022.6-22.7%2035.2-35.2l12.9-12.9c-15.4-1.6-39.3-5.7-56.6-16.8c-20.3-13.3-29.3-20.9-21.4-37c4.6-9.1%2017.3-16.8%2034.1-3.6c0%200%2022.7%2018%2059.3%2018s59.3-18%2059.3-18%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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