vk icon
vk from Unicons by Iconscout · Line · Brand Logos · Apache-2.0 Free for personal and commercial use.
- Name
- vk
- Set
- Unicons
- Style
- Line
- Category
- Brand Logos
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
More brand logos icons from Unicons
Use the vk icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.073 2H8.938C3.332 2 2 3.333 2 8.927v6.136C2 20.667 3.323 22 8.927 22h6.136C20.667 22 22 20.677 22 15.073V8.938C22 3.332 20.677 2 15.073 2m3.073 14.27h-1.459c-.552 0-.718-.447-1.708-1.437c-.864-.833-1.229-.937-1.448-.937c-.302 0-.385.083-.385.5v1.312c0 .355-.115.563-1.042.563a5.7 5.7 0 0 1-4.448-2.667a11.6 11.6 0 0 1-2.302-4.833c0-.219.083-.417.5-.417h1.459c.375 0 .51.167.656.552c.708 2.084 1.916 3.896 2.406 3.896c.188 0 .27-.083.27-.552v-2.146c-.062-.979-.582-1.062-.582-1.416a.36.36 0 0 1 .374-.334h2.292c.313 0 .417.156.417.531v2.896c0 .313.135.417.229.417c.188 0 .333-.104.677-.448a12 12 0 0 0 1.792-2.98a.63.63 0 0 1 .635-.416h1.459c.437 0 .53.219.437.531a18.2 18.2 0 0 1-1.958 3.365c-.157.24-.22.365 0 .646c.145.219.656.646 1 1.052a6.5 6.5 0 0 1 1.229 1.708c.125.406-.084.615-.5.615"/></svg>
React
import type { SVGProps } from "react";
export function UilVk(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.073 2H8.938C3.332 2 2 3.333 2 8.927v6.136C2 20.667 3.323 22 8.927 22h6.136C20.667 22 22 20.677 22 15.073V8.938C22 3.332 20.677 2 15.073 2m3.073 14.27h-1.459c-.552 0-.718-.447-1.708-1.437c-.864-.833-1.229-.937-1.448-.937c-.302 0-.385.083-.385.5v1.312c0 .355-.115.563-1.042.563a5.7 5.7 0 0 1-4.448-2.667a11.6 11.6 0 0 1-2.302-4.833c0-.219.083-.417.5-.417h1.459c.375 0 .51.167.656.552c.708 2.084 1.916 3.896 2.406 3.896c.188 0 .27-.083.27-.552v-2.146c-.062-.979-.582-1.062-.582-1.416a.36.36 0 0 1 .374-.334h2.292c.313 0 .417.156.417.531v2.896c0 .313.135.417.229.417c.188 0 .333-.104.677-.448a12 12 0 0 0 1.792-2.98a.63.63 0 0 1 .635-.416h1.459c.437 0 .53.219.437.531a18.2 18.2 0 0 1-1.958 3.365c-.157.24-.22.365 0 .646c.145.219.656.646 1 1.052a6.5 6.5 0 0 1 1.229 1.708c.125.406-.084.615-.5.615"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.073 2H8.938C3.332 2 2 3.333 2 8.927v6.136C2 20.667 3.323 22 8.927 22h6.136C20.667 22 22 20.677 22 15.073V8.938C22 3.332 20.677 2 15.073 2m3.073 14.27h-1.459c-.552 0-.718-.447-1.708-1.437c-.864-.833-1.229-.937-1.448-.937c-.302 0-.385.083-.385.5v1.312c0 .355-.115.563-1.042.563a5.7 5.7 0 0 1-4.448-2.667a11.6 11.6 0 0 1-2.302-4.833c0-.219.083-.417.5-.417h1.459c.375 0 .51.167.656.552c.708 2.084 1.916 3.896 2.406 3.896c.188 0 .27-.083.27-.552v-2.146c-.062-.979-.582-1.062-.582-1.416a.36.36 0 0 1 .374-.334h2.292c.313 0 .417.156.417.531v2.896c0 .313.135.417.229.417c.188 0 .333-.104.677-.448a12 12 0 0 0 1.792-2.98a.63.63 0 0 1 .635-.416h1.459c.437 0 .53.219.437.531a18.2 18.2 0 0 1-1.958 3.365c-.157.24-.22.365 0 .646c.145.219.656.646 1 1.052a6.5 6.5 0 0 1 1.229 1.708c.125.406-.084.615-.5.615"/></svg> </template>
CSS
.icon-vk {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.073%202H8.938C3.332%202%202%203.333%202%208.927v6.136C2%2020.667%203.323%2022%208.927%2022h6.136C20.667%2022%2022%2020.677%2022%2015.073V8.938C22%203.332%2020.677%202%2015.073%202m3.073%2014.27h-1.459c-.552%200-.718-.447-1.708-1.437c-.864-.833-1.229-.937-1.448-.937c-.302%200-.385.083-.385.5v1.312c0%20.355-.115.563-1.042.563a5.7%205.7%200%200%201-4.448-2.667a11.6%2011.6%200%200%201-2.302-4.833c0-.219.083-.417.5-.417h1.459c.375%200%20.51.167.656.552c.708%202.084%201.916%203.896%202.406%203.896c.188%200%20.27-.083.27-.552v-2.146c-.062-.979-.582-1.062-.582-1.416a.36.36%200%200%201%20.374-.334h2.292c.313%200%20.417.156.417.531v2.896c0%20.313.135.417.229.417c.188%200%20.333-.104.677-.448a12%2012%200%200%200%201.792-2.98a.63.63%200%200%201%20.635-.416h1.459c.437%200%20.53.219.437.531a18.2%2018.2%200%200%201-1.958%203.365c-.157.24-.22.365%200%20.646c.145.219.656.646%201%201.052a6.5%206.5%200%200%201%201.229%201.708c.125.406-.084.615-.5.615%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.073%202H8.938C3.332%202%202%203.333%202%208.927v6.136C2%2020.667%203.323%2022%208.927%2022h6.136C20.667%2022%2022%2020.677%2022%2015.073V8.938C22%203.332%2020.677%202%2015.073%202m3.073%2014.27h-1.459c-.552%200-.718-.447-1.708-1.437c-.864-.833-1.229-.937-1.448-.937c-.302%200-.385.083-.385.5v1.312c0%20.355-.115.563-1.042.563a5.7%205.7%200%200%201-4.448-2.667a11.6%2011.6%200%200%201-2.302-4.833c0-.219.083-.417.5-.417h1.459c.375%200%20.51.167.656.552c.708%202.084%201.916%203.896%202.406%203.896c.188%200%20.27-.083.27-.552v-2.146c-.062-.979-.582-1.062-.582-1.416a.36.36%200%200%201%20.374-.334h2.292c.313%200%20.417.156.417.531v2.896c0%20.313.135.417.229.417c.188%200%20.333-.104.677-.448a12%2012%200%200%200%201.792-2.98a.63.63%200%200%201%20.635-.416h1.459c.437%200%20.53.219.437.531a18.2%2018.2%200%200%201-1.958%203.365c-.157.24-.22.365%200%20.646c.145.219.656.646%201%201.052a6.5%206.5%200%200%201%201.229%201.708c.125.406-.084.615-.5.615%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/vk.svg?color=%231a73e8&size=48