odnoklassniki square icon

odnoklassniki-square from Line Awesome by Icons8 · Line · Other · Apache-2.0 Free for personal and commercial use.

Name
odnoklassniki-square
Set
Line Awesome
Style
Line
Category
Other
Viewbox
32×32
License
Apache 2.0

The same icon in other sets

More other icons from Line Awesome

Use the odnoklassniki square icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5 5v22h22V5zm2 2h18v18H7zm9 2c-1.93 0-3.5 1.57-3.5 3.5S14.07 16 16 16s3.5-1.57 3.5-3.5S17.93 9 16 9m0 2c.827 0 1.5.673 1.5 1.5S16.827 14 16 14s-1.5-.673-1.5-1.5s.673-1.5 1.5-1.5m-3.14 5.01a1 1 0 0 0-.46 1.79a5.9 5.9 0 0 0 2.334 1.052l-2.441 2.441a.999.999 0 1 0 1.414 1.414L16 20.414l2.293 2.293a.997.997 0 0 0 1.414 0a1 1 0 0 0 0-1.414l-2.441-2.441A5.9 5.9 0 0 0 19.6 17.8c.44-.332.53-.96.199-1.4a1 1 0 0 0-1.4-.2c-1.394 1.047-3.408 1.045-4.8 0a1 1 0 0 0-.74-.191z"/></svg>

React

import type { SVGProps } from "react";

export function LaOdnoklassnikiSquare(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5 5v22h22V5zm2 2h18v18H7zm9 2c-1.93 0-3.5 1.57-3.5 3.5S14.07 16 16 16s3.5-1.57 3.5-3.5S17.93 9 16 9m0 2c.827 0 1.5.673 1.5 1.5S16.827 14 16 14s-1.5-.673-1.5-1.5s.673-1.5 1.5-1.5m-3.14 5.01a1 1 0 0 0-.46 1.79a5.9 5.9 0 0 0 2.334 1.052l-2.441 2.441a.999.999 0 1 0 1.414 1.414L16 20.414l2.293 2.293a.997.997 0 0 0 1.414 0a1 1 0 0 0 0-1.414l-2.441-2.441A5.9 5.9 0 0 0 19.6 17.8c.44-.332.53-.96.199-1.4a1 1 0 0 0-1.4-.2c-1.394 1.047-3.408 1.045-4.8 0a1 1 0 0 0-.74-.191z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5 5v22h22V5zm2 2h18v18H7zm9 2c-1.93 0-3.5 1.57-3.5 3.5S14.07 16 16 16s3.5-1.57 3.5-3.5S17.93 9 16 9m0 2c.827 0 1.5.673 1.5 1.5S16.827 14 16 14s-1.5-.673-1.5-1.5s.673-1.5 1.5-1.5m-3.14 5.01a1 1 0 0 0-.46 1.79a5.9 5.9 0 0 0 2.334 1.052l-2.441 2.441a.999.999 0 1 0 1.414 1.414L16 20.414l2.293 2.293a.997.997 0 0 0 1.414 0a1 1 0 0 0 0-1.414l-2.441-2.441A5.9 5.9 0 0 0 19.6 17.8c.44-.332.53-.96.199-1.4a1 1 0 0 0-1.4-.2c-1.394 1.047-3.408 1.045-4.8 0a1 1 0 0 0-.74-.191z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%205v22h22V5zm2%202h18v18H7zm9%202c-1.93%200-3.5%201.57-3.5%203.5S14.07%2016%2016%2016s3.5-1.57%203.5-3.5S17.93%209%2016%209m0%202c.827%200%201.5.673%201.5%201.5S16.827%2014%2016%2014s-1.5-.673-1.5-1.5s.673-1.5%201.5-1.5m-3.14%205.01a1%201%200%200%200-.46%201.79a5.9%205.9%200%200%200%202.334%201.052l-2.441%202.441a.999.999%200%201%200%201.414%201.414L16%2020.414l2.293%202.293a.997.997%200%200%200%201.414%200a1%201%200%200%200%200-1.414l-2.441-2.441A5.9%205.9%200%200%200%2019.6%2017.8c.44-.332.53-.96.199-1.4a1%201%200%200%200-1.4-.2c-1.394%201.047-3.408%201.045-4.8%200a1%201%200%200%200-.74-.191z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%205v22h22V5zm2%202h18v18H7zm9%202c-1.93%200-3.5%201.57-3.5%203.5S14.07%2016%2016%2016s3.5-1.57%203.5-3.5S17.93%209%2016%209m0%202c.827%200%201.5.673%201.5%201.5S16.827%2014%2016%2014s-1.5-.673-1.5-1.5s.673-1.5%201.5-1.5m-3.14%205.01a1%201%200%200%200-.46%201.79a5.9%205.9%200%200%200%202.334%201.052l-2.441%202.441a.999.999%200%201%200%201.414%201.414L16%2020.414l2.293%202.293a.997.997%200%200%200%201.414%200a1%201%200%200%200%200-1.414l-2.441-2.441A5.9%205.9%200%200%200%2019.6%2017.8c.44-.332.53-.96.199-1.4a1%201%200%200%200-1.4-.2c-1.394%201.047-3.408%201.045-4.8%200a1%201%200%200%200-.74-.191z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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