Vk Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Vk icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/334831.svg" alt="Vk icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334831.svg" alt="Vk icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334831.svg" alt="Vk icon" :width="24" :height="24" />
CSS background
.icon-vk {
background-image: url('https://proicons.com/icon/334831.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M27.55,35.19V28.55c4.46.68,5.87,4.19,8.71,6.64H43.5a29.36,29.36,0,0,0-7.9-10.47c2.6-3.58,5.36-6.95,6.71-12.06H35.73c-2.58,3.91-3.94,8.49-8.18,11.51V12.66H18l2.28,2.82,0,10.05c-3.7-.43-6.2-7.2-8.91-12.87H4.5C7,20.32,12.26,37.13,27.55,35.19Z"/></svg>
Copied!