logo vk icon

logo-vk from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
logo-vk
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT
Aliases
logo-vk-outline

Related icons in IonIcons

Use the logo vk icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" fill-rule="evenodd" d="M484.7 132c3.56-11.28 0-19.48-15.75-19.48h-52.37c-13.21 0-19.31 7.18-22.87 14.86c0 0-26.94 65.6-64.56 108.13c-12.2 12.3-17.79 16.4-24.4 16.4c-3.56 0-8.14-4.1-8.14-15.37V131.47c0-13.32-4.06-19.47-15.25-19.47H199c-8.14 0-13.22 6.15-13.22 12.3c0 12.81 18.81 15.89 20.84 51.76V254c0 16.91-3 20-9.66 20c-17.79 0-61-66.11-86.92-141.44C105 117.64 99.88 112 86.66 112H33.79C18.54 112 16 119.17 16 126.86c0 13.84 17.79 83.53 82.86 175.77c43.21 63 104.72 96.86 160.13 96.86c33.56 0 37.62-7.69 37.62-20.5v-47.66c0-15.37 3.05-17.93 13.73-17.93c7.62 0 21.35 4.09 52.36 34.33C398.28 383.6 404.38 400 424.21 400h52.36c15.25 0 22.37-7.69 18.3-22.55c-4.57-14.86-21.86-36.38-44.23-62c-12.2-14.34-30.5-30.23-36.09-37.92c-7.62-10.25-5.59-14.35 0-23.57c-.51 0 63.55-91.22 70.15-122"/></svg>

React

import type { SVGProps } from "react";

export function IonLogoVk(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" fillRule="evenodd" d="M484.7 132c3.56-11.28 0-19.48-15.75-19.48h-52.37c-13.21 0-19.31 7.18-22.87 14.86c0 0-26.94 65.6-64.56 108.13c-12.2 12.3-17.79 16.4-24.4 16.4c-3.56 0-8.14-4.1-8.14-15.37V131.47c0-13.32-4.06-19.47-15.25-19.47H199c-8.14 0-13.22 6.15-13.22 12.3c0 12.81 18.81 15.89 20.84 51.76V254c0 16.91-3 20-9.66 20c-17.79 0-61-66.11-86.92-141.44C105 117.64 99.88 112 86.66 112H33.79C18.54 112 16 119.17 16 126.86c0 13.84 17.79 83.53 82.86 175.77c43.21 63 104.72 96.86 160.13 96.86c33.56 0 37.62-7.69 37.62-20.5v-47.66c0-15.37 3.05-17.93 13.73-17.93c7.62 0 21.35 4.09 52.36 34.33C398.28 383.6 404.38 400 424.21 400h52.36c15.25 0 22.37-7.69 18.3-22.55c-4.57-14.86-21.86-36.38-44.23-62c-12.2-14.34-30.5-30.23-36.09-37.92c-7.62-10.25-5.59-14.35 0-23.57c-.51 0 63.55-91.22 70.15-122"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" fill-rule="evenodd" d="M484.7 132c3.56-11.28 0-19.48-15.75-19.48h-52.37c-13.21 0-19.31 7.18-22.87 14.86c0 0-26.94 65.6-64.56 108.13c-12.2 12.3-17.79 16.4-24.4 16.4c-3.56 0-8.14-4.1-8.14-15.37V131.47c0-13.32-4.06-19.47-15.25-19.47H199c-8.14 0-13.22 6.15-13.22 12.3c0 12.81 18.81 15.89 20.84 51.76V254c0 16.91-3 20-9.66 20c-17.79 0-61-66.11-86.92-141.44C105 117.64 99.88 112 86.66 112H33.79C18.54 112 16 119.17 16 126.86c0 13.84 17.79 83.53 82.86 175.77c43.21 63 104.72 96.86 160.13 96.86c33.56 0 37.62-7.69 37.62-20.5v-47.66c0-15.37 3.05-17.93 13.73-17.93c7.62 0 21.35 4.09 52.36 34.33C398.28 383.6 404.38 400 424.21 400h52.36c15.25 0 22.37-7.69 18.3-22.55c-4.57-14.86-21.86-36.38-44.23-62c-12.2-14.34-30.5-30.23-36.09-37.92c-7.62-10.25-5.59-14.35 0-23.57c-.51 0 63.55-91.22 70.15-122"/></svg>
</template>

CSS

.icon-logo-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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M484.7%20132c3.56-11.28%200-19.48-15.75-19.48h-52.37c-13.21%200-19.31%207.18-22.87%2014.86c0%200-26.94%2065.6-64.56%20108.13c-12.2%2012.3-17.79%2016.4-24.4%2016.4c-3.56%200-8.14-4.1-8.14-15.37V131.47c0-13.32-4.06-19.47-15.25-19.47H199c-8.14%200-13.22%206.15-13.22%2012.3c0%2012.81%2018.81%2015.89%2020.84%2051.76V254c0%2016.91-3%2020-9.66%2020c-17.79%200-61-66.11-86.92-141.44C105%20117.64%2099.88%20112%2086.66%20112H33.79C18.54%20112%2016%20119.17%2016%20126.86c0%2013.84%2017.79%2083.53%2082.86%20175.77c43.21%2063%20104.72%2096.86%20160.13%2096.86c33.56%200%2037.62-7.69%2037.62-20.5v-47.66c0-15.37%203.05-17.93%2013.73-17.93c7.62%200%2021.35%204.09%2052.36%2034.33C398.28%20383.6%20404.38%20400%20424.21%20400h52.36c15.25%200%2022.37-7.69%2018.3-22.55c-4.57-14.86-21.86-36.38-44.23-62c-12.2-14.34-30.5-30.23-36.09-37.92c-7.62-10.25-5.59-14.35%200-23.57c-.51%200%2063.55-91.22%2070.15-122%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M484.7%20132c3.56-11.28%200-19.48-15.75-19.48h-52.37c-13.21%200-19.31%207.18-22.87%2014.86c0%200-26.94%2065.6-64.56%20108.13c-12.2%2012.3-17.79%2016.4-24.4%2016.4c-3.56%200-8.14-4.1-8.14-15.37V131.47c0-13.32-4.06-19.47-15.25-19.47H199c-8.14%200-13.22%206.15-13.22%2012.3c0%2012.81%2018.81%2015.89%2020.84%2051.76V254c0%2016.91-3%2020-9.66%2020c-17.79%200-61-66.11-86.92-141.44C105%20117.64%2099.88%20112%2086.66%20112H33.79C18.54%20112%2016%20119.17%2016%20126.86c0%2013.84%2017.79%2083.53%2082.86%20175.77c43.21%2063%20104.72%2096.86%20160.13%2096.86c33.56%200%2037.62-7.69%2037.62-20.5v-47.66c0-15.37%203.05-17.93%2013.73-17.93c7.62%200%2021.35%204.09%2052.36%2034.33C398.28%20383.6%20404.38%20400%20424.21%20400h52.36c15.25%200%2022.37-7.69%2018.3-22.55c-4.57-14.86-21.86-36.38-44.23-62c-12.2-14.34-30.5-30.23-36.09-37.92c-7.62-10.25-5.59-14.35%200-23.57c-.51%200%2063.55-91.22%2070.15-122%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Logo Vk icon — IonIcons · IconsDB