vk icon
vk from Line Awesome by Icons8 · Line · Other · Apache-2.0 Free for personal and commercial use.
- Name
- vk
- 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 vk icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9.082 5A4.1 4.1 0 0 0 5 9.082v13.836A4.1 4.1 0 0 0 9.082 27h13.836A4.1 4.1 0 0 0 27 22.918V9.082A4.1 4.1 0 0 0 22.918 5zm0 2h13.836A2.07 2.07 0 0 1 25 9.082v13.836A2.07 2.07 0 0 1 22.918 25H9.082A2.07 2.07 0 0 1 7 22.918V9.082A2.07 2.07 0 0 1 9.082 7m6.637 5.23c-.735-.007-1.36 0-1.711.172c-.235.114-.414.371-.305.383c.137.02.445.086.61.309c.21.285.203.93.203.93s.117 1.773-.286 1.996c-.277.152-.656-.157-1.476-1.567c-.418-.726-.734-1.527-.734-1.527s-.06-.149-.168-.227c-.133-.097-.317-.129-.317-.129l-1.957.012s-.293.012-.398.137c-.098.117-.008.347-.008.347s1.531 3.582 3.265 5.387C14.027 20.11 15.832 20 15.832 20h.82s.246-.027.371-.16c.118-.125.114-.36.114-.36s-.016-1.097.492-1.261c.504-.157 1.144 1.062 1.828 1.531c.52.355.914.277.914.277L22.2 20s.953-.059.5-.813c-.035-.058-.262-.554-1.355-1.57c-1.149-1.062-.996-.89.386-2.73c.84-1.121 1.176-1.805 1.07-2.102c-.1-.277-.718-.203-.718-.203l-2.059.012s-.152-.02-.265.047a.6.6 0 0 0-.18.222s-.328.867-.762 1.606c-.914 1.554-1.285 1.64-1.433 1.543c-.348-.227-.262-.907-.262-1.387c0-1.512.23-2.137-.445-2.3c-.223-.055-.387-.09-.957-.095z"/></svg>
React
import type { SVGProps } from "react";
export function LaVk(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="M9.082 5A4.1 4.1 0 0 0 5 9.082v13.836A4.1 4.1 0 0 0 9.082 27h13.836A4.1 4.1 0 0 0 27 22.918V9.082A4.1 4.1 0 0 0 22.918 5zm0 2h13.836A2.07 2.07 0 0 1 25 9.082v13.836A2.07 2.07 0 0 1 22.918 25H9.082A2.07 2.07 0 0 1 7 22.918V9.082A2.07 2.07 0 0 1 9.082 7m6.637 5.23c-.735-.007-1.36 0-1.711.172c-.235.114-.414.371-.305.383c.137.02.445.086.61.309c.21.285.203.93.203.93s.117 1.773-.286 1.996c-.277.152-.656-.157-1.476-1.567c-.418-.726-.734-1.527-.734-1.527s-.06-.149-.168-.227c-.133-.097-.317-.129-.317-.129l-1.957.012s-.293.012-.398.137c-.098.117-.008.347-.008.347s1.531 3.582 3.265 5.387C14.027 20.11 15.832 20 15.832 20h.82s.246-.027.371-.16c.118-.125.114-.36.114-.36s-.016-1.097.492-1.261c.504-.157 1.144 1.062 1.828 1.531c.52.355.914.277.914.277L22.2 20s.953-.059.5-.813c-.035-.058-.262-.554-1.355-1.57c-1.149-1.062-.996-.89.386-2.73c.84-1.121 1.176-1.805 1.07-2.102c-.1-.277-.718-.203-.718-.203l-2.059.012s-.152-.02-.265.047a.6.6 0 0 0-.18.222s-.328.867-.762 1.606c-.914 1.554-1.285 1.64-1.433 1.543c-.348-.227-.262-.907-.262-1.387c0-1.512.23-2.137-.445-2.3c-.223-.055-.387-.09-.957-.095z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9.082 5A4.1 4.1 0 0 0 5 9.082v13.836A4.1 4.1 0 0 0 9.082 27h13.836A4.1 4.1 0 0 0 27 22.918V9.082A4.1 4.1 0 0 0 22.918 5zm0 2h13.836A2.07 2.07 0 0 1 25 9.082v13.836A2.07 2.07 0 0 1 22.918 25H9.082A2.07 2.07 0 0 1 7 22.918V9.082A2.07 2.07 0 0 1 9.082 7m6.637 5.23c-.735-.007-1.36 0-1.711.172c-.235.114-.414.371-.305.383c.137.02.445.086.61.309c.21.285.203.93.203.93s.117 1.773-.286 1.996c-.277.152-.656-.157-1.476-1.567c-.418-.726-.734-1.527-.734-1.527s-.06-.149-.168-.227c-.133-.097-.317-.129-.317-.129l-1.957.012s-.293.012-.398.137c-.098.117-.008.347-.008.347s1.531 3.582 3.265 5.387C14.027 20.11 15.832 20 15.832 20h.82s.246-.027.371-.16c.118-.125.114-.36.114-.36s-.016-1.097.492-1.261c.504-.157 1.144 1.062 1.828 1.531c.52.355.914.277.914.277L22.2 20s.953-.059.5-.813c-.035-.058-.262-.554-1.355-1.57c-1.149-1.062-.996-.89.386-2.73c.84-1.121 1.176-1.805 1.07-2.102c-.1-.277-.718-.203-.718-.203l-2.059.012s-.152-.02-.265.047a.6.6 0 0 0-.18.222s-.328.867-.762 1.606c-.914 1.554-1.285 1.64-1.433 1.543c-.348-.227-.262-.907-.262-1.387c0-1.512.23-2.137-.445-2.3c-.223-.055-.387-.09-.957-.095z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.082%205A4.1%204.1%200%200%200%205%209.082v13.836A4.1%204.1%200%200%200%209.082%2027h13.836A4.1%204.1%200%200%200%2027%2022.918V9.082A4.1%204.1%200%200%200%2022.918%205zm0%202h13.836A2.07%202.07%200%200%201%2025%209.082v13.836A2.07%202.07%200%200%201%2022.918%2025H9.082A2.07%202.07%200%200%201%207%2022.918V9.082A2.07%202.07%200%200%201%209.082%207m6.637%205.23c-.735-.007-1.36%200-1.711.172c-.235.114-.414.371-.305.383c.137.02.445.086.61.309c.21.285.203.93.203.93s.117%201.773-.286%201.996c-.277.152-.656-.157-1.476-1.567c-.418-.726-.734-1.527-.734-1.527s-.06-.149-.168-.227c-.133-.097-.317-.129-.317-.129l-1.957.012s-.293.012-.398.137c-.098.117-.008.347-.008.347s1.531%203.582%203.265%205.387C14.027%2020.11%2015.832%2020%2015.832%2020h.82s.246-.027.371-.16c.118-.125.114-.36.114-.36s-.016-1.097.492-1.261c.504-.157%201.144%201.062%201.828%201.531c.52.355.914.277.914.277L22.2%2020s.953-.059.5-.813c-.035-.058-.262-.554-1.355-1.57c-1.149-1.062-.996-.89.386-2.73c.84-1.121%201.176-1.805%201.07-2.102c-.1-.277-.718-.203-.718-.203l-2.059.012s-.152-.02-.265.047a.6.6%200%200%200-.18.222s-.328.867-.762%201.606c-.914%201.554-1.285%201.64-1.433%201.543c-.348-.227-.262-.907-.262-1.387c0-1.512.23-2.137-.445-2.3c-.223-.055-.387-.09-.957-.095z%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%22M9.082%205A4.1%204.1%200%200%200%205%209.082v13.836A4.1%204.1%200%200%200%209.082%2027h13.836A4.1%204.1%200%200%200%2027%2022.918V9.082A4.1%204.1%200%200%200%2022.918%205zm0%202h13.836A2.07%202.07%200%200%201%2025%209.082v13.836A2.07%202.07%200%200%201%2022.918%2025H9.082A2.07%202.07%200%200%201%207%2022.918V9.082A2.07%202.07%200%200%201%209.082%207m6.637%205.23c-.735-.007-1.36%200-1.711.172c-.235.114-.414.371-.305.383c.137.02.445.086.61.309c.21.285.203.93.203.93s.117%201.773-.286%201.996c-.277.152-.656-.157-1.476-1.567c-.418-.726-.734-1.527-.734-1.527s-.06-.149-.168-.227c-.133-.097-.317-.129-.317-.129l-1.957.012s-.293.012-.398.137c-.098.117-.008.347-.008.347s1.531%203.582%203.265%205.387C14.027%2020.11%2015.832%2020%2015.832%2020h.82s.246-.027.371-.16c.118-.125.114-.36.114-.36s-.016-1.097.492-1.261c.504-.157%201.144%201.062%201.828%201.531c.52.355.914.277.914.277L22.2%2020s.953-.059.5-.813c-.035-.058-.262-.554-1.355-1.57c-1.149-1.062-.996-.89.386-2.73c.84-1.121%201.176-1.805%201.07-2.102c-.1-.277-.718-.203-.718-.203l-2.059.012s-.152-.02-.265.047a.6.6%200%200%200-.18.222s-.328.867-.762%201.606c-.914%201.554-1.285%201.64-1.433%201.543c-.348-.227-.262-.907-.262-1.387c0-1.512.23-2.137-.445-2.3c-.223-.055-.387-.09-.957-.095z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/vk.svg?color=%231a73e8&size=48