Vk Icon
Free SVG icon from the IcoFont 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/306883.svg" alt="Vk icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306883.svg" alt="Vk icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306883.svg" alt="Vk icon" :width="24" :height="24" />
CSS background
.icon-vk {
background-image: url('https://proicons.com/icon/306883.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M491 747h52s16-1 24-10c7-8 7-23 7-23s-1-70 32-81c32-10 73 68 117 98 33 23 58 18 58 18l117-2s61-3 32-51c-3-4-17-36-87-101-73-68-64-57 25-175 53-71 75-115 68-134-6-17-46-13-46-13l-131 1s-10-1-17 3-12 14-12 14-21 56-48 103c-59 99-82 104-92 98-22-14-17-57-17-88 0-97 15-137-28-147-15-4-25-6-62-6-47-1-86 0-109 11-15 7-26 23-19 24 8 2 28 6 38 20 14 18 13 59 13 59s8 114-18 128c-17 10-42-10-94-100-27-47-47-98-47-98s-4-9-11-14c-8-7-20-9-20-9l-125 1s-19 1-26 9c-6 7 0 22 0 22s98 229 209 345c101 105 217 98 217 98"/></svg>
Copied!