vk-alt from Unicons by Iconscout · Line · Brand Logos · Apache-2.0 Free for personal and commercial use.

Name
vk-alt
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 alt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.744 13.53a5.5 5.5 0 0 0-.978-.837a7.87 7.87 0 0 0 2.859-4.471a1 1 0 1 0-1.95-.444a5.86 5.86 0 0 1-3.02 3.903V8.002a1 1 0 0 0-.044-.216a1 1 0 0 0-.035-.171a1 1 0 0 0-.167-.25c-.018-.02-.027-.048-.046-.068a1 1 0 0 0-.246-.167c-.026-.014-.045-.037-.072-.048a1 1 0 0 0-.236-.049a1 1 0 0 0-.152-.031L11.003 7H11a.995.995 0 0 0-.35 1.929v4.89a11.3 11.3 0 0 1-3.01-5.984a1 1 0 1 0-1.972.334a13.33 13.33 0 0 0 5.4 8.644a1 1 0 0 0 .128.064a1 1 0 0 0 .108.054a1 1 0 0 0 .35.071a1 1 0 0 0 .424-.102c.01-.005.021-.002.031-.007a1 1 0 0 0 .24-.176c.015-.014.024-.03.038-.045a1 1 0 0 0 .16-.237a1 1 0 0 0 .037-.087a1 1 0 0 0 .07-.346v-2.126a3.55 3.55 0 0 1 1.616 1.005l1.647 1.797a1 1 0 1 0 1.474-1.352ZM15.073 1H8.938C2.78 1 1 2.778 1 8.927v6.136C1 21.22 2.778 23 8.927 23h6.136C21.22 23 23 21.222 23 15.073V8.938C23 2.78 21.222 1 15.073 1M21 15.073c0 5.04-.888 5.927-5.937 5.927H8.927C3.887 21 3 20.112 3 15.063V8.927C3 3.887 3.888 3 8.938 3h6.135C20.113 3 21 3.888 21 8.938Z"/></svg>

React

import type { SVGProps } from "react";

export function UilVkAlt(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.744 13.53a5.5 5.5 0 0 0-.978-.837a7.87 7.87 0 0 0 2.859-4.471a1 1 0 1 0-1.95-.444a5.86 5.86 0 0 1-3.02 3.903V8.002a1 1 0 0 0-.044-.216a1 1 0 0 0-.035-.171a1 1 0 0 0-.167-.25c-.018-.02-.027-.048-.046-.068a1 1 0 0 0-.246-.167c-.026-.014-.045-.037-.072-.048a1 1 0 0 0-.236-.049a1 1 0 0 0-.152-.031L11.003 7H11a.995.995 0 0 0-.35 1.929v4.89a11.3 11.3 0 0 1-3.01-5.984a1 1 0 1 0-1.972.334a13.33 13.33 0 0 0 5.4 8.644a1 1 0 0 0 .128.064a1 1 0 0 0 .108.054a1 1 0 0 0 .35.071a1 1 0 0 0 .424-.102c.01-.005.021-.002.031-.007a1 1 0 0 0 .24-.176c.015-.014.024-.03.038-.045a1 1 0 0 0 .16-.237a1 1 0 0 0 .037-.087a1 1 0 0 0 .07-.346v-2.126a3.55 3.55 0 0 1 1.616 1.005l1.647 1.797a1 1 0 1 0 1.474-1.352ZM15.073 1H8.938C2.78 1 1 2.778 1 8.927v6.136C1 21.22 2.778 23 8.927 23h6.136C21.22 23 23 21.222 23 15.073V8.938C23 2.78 21.222 1 15.073 1M21 15.073c0 5.04-.888 5.927-5.937 5.927H8.927C3.887 21 3 20.112 3 15.063V8.927C3 3.887 3.888 3 8.938 3h6.135C20.113 3 21 3.888 21 8.938Z"/></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.744 13.53a5.5 5.5 0 0 0-.978-.837a7.87 7.87 0 0 0 2.859-4.471a1 1 0 1 0-1.95-.444a5.86 5.86 0 0 1-3.02 3.903V8.002a1 1 0 0 0-.044-.216a1 1 0 0 0-.035-.171a1 1 0 0 0-.167-.25c-.018-.02-.027-.048-.046-.068a1 1 0 0 0-.246-.167c-.026-.014-.045-.037-.072-.048a1 1 0 0 0-.236-.049a1 1 0 0 0-.152-.031L11.003 7H11a.995.995 0 0 0-.35 1.929v4.89a11.3 11.3 0 0 1-3.01-5.984a1 1 0 1 0-1.972.334a13.33 13.33 0 0 0 5.4 8.644a1 1 0 0 0 .128.064a1 1 0 0 0 .108.054a1 1 0 0 0 .35.071a1 1 0 0 0 .424-.102c.01-.005.021-.002.031-.007a1 1 0 0 0 .24-.176c.015-.014.024-.03.038-.045a1 1 0 0 0 .16-.237a1 1 0 0 0 .037-.087a1 1 0 0 0 .07-.346v-2.126a3.55 3.55 0 0 1 1.616 1.005l1.647 1.797a1 1 0 1 0 1.474-1.352ZM15.073 1H8.938C2.78 1 1 2.778 1 8.927v6.136C1 21.22 2.778 23 8.927 23h6.136C21.22 23 23 21.222 23 15.073V8.938C23 2.78 21.222 1 15.073 1M21 15.073c0 5.04-.888 5.927-5.937 5.927H8.927C3.887 21 3 20.112 3 15.063V8.927C3 3.887 3.888 3 8.938 3h6.135C20.113 3 21 3.888 21 8.938Z"/></svg>
</template>

CSS

.icon-vk-alt {
  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.744%2013.53a5.5%205.5%200%200%200-.978-.837a7.87%207.87%200%200%200%202.859-4.471a1%201%200%201%200-1.95-.444a5.86%205.86%200%200%201-3.02%203.903V8.002a1%201%200%200%200-.044-.216a1%201%200%200%200-.035-.171a1%201%200%200%200-.167-.25c-.018-.02-.027-.048-.046-.068a1%201%200%200%200-.246-.167c-.026-.014-.045-.037-.072-.048a1%201%200%200%200-.236-.049a1%201%200%200%200-.152-.031L11.003%207H11a.995.995%200%200%200-.35%201.929v4.89a11.3%2011.3%200%200%201-3.01-5.984a1%201%200%201%200-1.972.334a13.33%2013.33%200%200%200%205.4%208.644a1%201%200%200%200%20.128.064a1%201%200%200%200%20.108.054a1%201%200%200%200%20.35.071a1%201%200%200%200%20.424-.102c.01-.005.021-.002.031-.007a1%201%200%200%200%20.24-.176c.015-.014.024-.03.038-.045a1%201%200%200%200%20.16-.237a1%201%200%200%200%20.037-.087a1%201%200%200%200%20.07-.346v-2.126a3.55%203.55%200%200%201%201.616%201.005l1.647%201.797a1%201%200%201%200%201.474-1.352ZM15.073%201H8.938C2.78%201%201%202.778%201%208.927v6.136C1%2021.22%202.778%2023%208.927%2023h6.136C21.22%2023%2023%2021.222%2023%2015.073V8.938C23%202.78%2021.222%201%2015.073%201M21%2015.073c0%205.04-.888%205.927-5.937%205.927H8.927C3.887%2021%203%2020.112%203%2015.063V8.927C3%203.887%203.888%203%208.938%203h6.135C20.113%203%2021%203.888%2021%208.938Z%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.744%2013.53a5.5%205.5%200%200%200-.978-.837a7.87%207.87%200%200%200%202.859-4.471a1%201%200%201%200-1.95-.444a5.86%205.86%200%200%201-3.02%203.903V8.002a1%201%200%200%200-.044-.216a1%201%200%200%200-.035-.171a1%201%200%200%200-.167-.25c-.018-.02-.027-.048-.046-.068a1%201%200%200%200-.246-.167c-.026-.014-.045-.037-.072-.048a1%201%200%200%200-.236-.049a1%201%200%200%200-.152-.031L11.003%207H11a.995.995%200%200%200-.35%201.929v4.89a11.3%2011.3%200%200%201-3.01-5.984a1%201%200%201%200-1.972.334a13.33%2013.33%200%200%200%205.4%208.644a1%201%200%200%200%20.128.064a1%201%200%200%200%20.108.054a1%201%200%200%200%20.35.071a1%201%200%200%200%20.424-.102c.01-.005.021-.002.031-.007a1%201%200%200%200%20.24-.176c.015-.014.024-.03.038-.045a1%201%200%200%200%20.16-.237a1%201%200%200%200%20.037-.087a1%201%200%200%200%20.07-.346v-2.126a3.55%203.55%200%200%201%201.616%201.005l1.647%201.797a1%201%200%201%200%201.474-1.352ZM15.073%201H8.938C2.78%201%201%202.778%201%208.927v6.136C1%2021.22%202.778%2023%208.927%2023h6.136C21.22%2023%2023%2021.222%2023%2015.073V8.938C23%202.78%2021.222%201%2015.073%201M21%2015.073c0%205.04-.888%205.927-5.937%205.927H8.927C3.887%2021%203%2020.112%203%2015.063V8.927C3%203.887%203.888%203%208.938%203h6.135C20.113%203%2021%203.888%2021%208.938Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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