skype from CoreUI Brands by creativeLabs Łukasz Holeczek · Brand · CC0-1.0 Free for personal and commercial use.

Name
skype
Set
CoreUI Brands
Style
Brand
Viewbox
32×32
License
CC0 1.0

The same logo in other sets

Use the skype logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16.094 25.167c-5.365 0-7.76-2.641-7.76-4.62c0-1.021.745-1.729 1.776-1.729c2.297 0 1.698 3.302 5.984 3.302c2.188 0 3.396-1.193 3.396-2.411c0-.734-.354-1.547-1.802-1.906l-4.771-1.193c-3.839-.969-4.536-3.047-4.536-5.005c0-4.063 3.818-5.583 7.401-5.583c3.292 0 7.188 1.828 7.188 4.266c0 1.042-.917 1.651-1.938 1.651c-1.958 0-1.594-2.719-5.552-2.719c-1.958 0-3.052.885-3.052 2.156s1.536 1.677 2.875 1.984l3.516.781c3.854.87 4.833 3.13 4.833 5.26c0 3.302-2.536 5.766-7.63 5.766zm14.703-6.511l-.036.182l-.057-.323c.016.063.057.099.078.161c.156-.901.24-1.818.24-2.734c0-2.042-.401-4.016-1.198-5.896a15 15 0 0 0-3.234-4.792c-1.401-1.38-2.995-2.474-4.792-3.234c-1.76-.844-3.734-1.24-5.771-1.24c-.964 0-1.927.089-2.859.271l.156.078l-.318-.042l.161-.036A8.9 8.9 0 0 0 8.974-.001a8.85 8.85 0 0 0-6.313 2.625a8.9 8.9 0 0 0-2.62 6.328c0 1.526.391 3.021 1.125 4.344l.026-.161l.057.318l-.078-.156a14.6 14.6 0 0 0-.234 2.609c0 2.042.401 4.021 1.182 5.885a14.55 14.55 0 0 0 3.234 4.813a15 15 0 0 0 4.792 3.255a14.75 14.75 0 0 0 5.875 1.198c.88 0 1.776-.078 2.635-.24l-.161-.078l.323.057l-.182.042a8.87 8.87 0 0 0 4.396 1.161a8.85 8.85 0 0 0 6.307-2.62a8.9 8.9 0 0 0 2.62-6.328a9 9 0 0 0-1.141-4.354z"/></svg>

React

import type { SVGProps } from "react";

export function CibSkype(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="M16.094 25.167c-5.365 0-7.76-2.641-7.76-4.62c0-1.021.745-1.729 1.776-1.729c2.297 0 1.698 3.302 5.984 3.302c2.188 0 3.396-1.193 3.396-2.411c0-.734-.354-1.547-1.802-1.906l-4.771-1.193c-3.839-.969-4.536-3.047-4.536-5.005c0-4.063 3.818-5.583 7.401-5.583c3.292 0 7.188 1.828 7.188 4.266c0 1.042-.917 1.651-1.938 1.651c-1.958 0-1.594-2.719-5.552-2.719c-1.958 0-3.052.885-3.052 2.156s1.536 1.677 2.875 1.984l3.516.781c3.854.87 4.833 3.13 4.833 5.26c0 3.302-2.536 5.766-7.63 5.766zm14.703-6.511l-.036.182l-.057-.323c.016.063.057.099.078.161c.156-.901.24-1.818.24-2.734c0-2.042-.401-4.016-1.198-5.896a15 15 0 0 0-3.234-4.792c-1.401-1.38-2.995-2.474-4.792-3.234c-1.76-.844-3.734-1.24-5.771-1.24c-.964 0-1.927.089-2.859.271l.156.078l-.318-.042l.161-.036A8.9 8.9 0 0 0 8.974-.001a8.85 8.85 0 0 0-6.313 2.625a8.9 8.9 0 0 0-2.62 6.328c0 1.526.391 3.021 1.125 4.344l.026-.161l.057.318l-.078-.156a14.6 14.6 0 0 0-.234 2.609c0 2.042.401 4.021 1.182 5.885a14.55 14.55 0 0 0 3.234 4.813a15 15 0 0 0 4.792 3.255a14.75 14.75 0 0 0 5.875 1.198c.88 0 1.776-.078 2.635-.24l-.161-.078l.323.057l-.182.042a8.87 8.87 0 0 0 4.396 1.161a8.85 8.85 0 0 0 6.307-2.62a8.9 8.9 0 0 0 2.62-6.328a9 9 0 0 0-1.141-4.354z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16.094 25.167c-5.365 0-7.76-2.641-7.76-4.62c0-1.021.745-1.729 1.776-1.729c2.297 0 1.698 3.302 5.984 3.302c2.188 0 3.396-1.193 3.396-2.411c0-.734-.354-1.547-1.802-1.906l-4.771-1.193c-3.839-.969-4.536-3.047-4.536-5.005c0-4.063 3.818-5.583 7.401-5.583c3.292 0 7.188 1.828 7.188 4.266c0 1.042-.917 1.651-1.938 1.651c-1.958 0-1.594-2.719-5.552-2.719c-1.958 0-3.052.885-3.052 2.156s1.536 1.677 2.875 1.984l3.516.781c3.854.87 4.833 3.13 4.833 5.26c0 3.302-2.536 5.766-7.63 5.766zm14.703-6.511l-.036.182l-.057-.323c.016.063.057.099.078.161c.156-.901.24-1.818.24-2.734c0-2.042-.401-4.016-1.198-5.896a15 15 0 0 0-3.234-4.792c-1.401-1.38-2.995-2.474-4.792-3.234c-1.76-.844-3.734-1.24-5.771-1.24c-.964 0-1.927.089-2.859.271l.156.078l-.318-.042l.161-.036A8.9 8.9 0 0 0 8.974-.001a8.85 8.85 0 0 0-6.313 2.625a8.9 8.9 0 0 0-2.62 6.328c0 1.526.391 3.021 1.125 4.344l.026-.161l.057.318l-.078-.156a14.6 14.6 0 0 0-.234 2.609c0 2.042.401 4.021 1.182 5.885a14.55 14.55 0 0 0 3.234 4.813a15 15 0 0 0 4.792 3.255a14.75 14.75 0 0 0 5.875 1.198c.88 0 1.776-.078 2.635-.24l-.161-.078l.323.057l-.182.042a8.87 8.87 0 0 0 4.396 1.161a8.85 8.85 0 0 0 6.307-2.62a8.9 8.9 0 0 0 2.62-6.328a9 9 0 0 0-1.141-4.354z"/></svg>
</template>

CSS

.icon-skype {
  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%22M16.094%2025.167c-5.365%200-7.76-2.641-7.76-4.62c0-1.021.745-1.729%201.776-1.729c2.297%200%201.698%203.302%205.984%203.302c2.188%200%203.396-1.193%203.396-2.411c0-.734-.354-1.547-1.802-1.906l-4.771-1.193c-3.839-.969-4.536-3.047-4.536-5.005c0-4.063%203.818-5.583%207.401-5.583c3.292%200%207.188%201.828%207.188%204.266c0%201.042-.917%201.651-1.938%201.651c-1.958%200-1.594-2.719-5.552-2.719c-1.958%200-3.052.885-3.052%202.156s1.536%201.677%202.875%201.984l3.516.781c3.854.87%204.833%203.13%204.833%205.26c0%203.302-2.536%205.766-7.63%205.766zm14.703-6.511l-.036.182l-.057-.323c.016.063.057.099.078.161c.156-.901.24-1.818.24-2.734c0-2.042-.401-4.016-1.198-5.896a15%2015%200%200%200-3.234-4.792c-1.401-1.38-2.995-2.474-4.792-3.234c-1.76-.844-3.734-1.24-5.771-1.24c-.964%200-1.927.089-2.859.271l.156.078l-.318-.042l.161-.036A8.9%208.9%200%200%200%208.974-.001a8.85%208.85%200%200%200-6.313%202.625a8.9%208.9%200%200%200-2.62%206.328c0%201.526.391%203.021%201.125%204.344l.026-.161l.057.318l-.078-.156a14.6%2014.6%200%200%200-.234%202.609c0%202.042.401%204.021%201.182%205.885a14.55%2014.55%200%200%200%203.234%204.813a15%2015%200%200%200%204.792%203.255a14.75%2014.75%200%200%200%205.875%201.198c.88%200%201.776-.078%202.635-.24l-.161-.078l.323.057l-.182.042a8.87%208.87%200%200%200%204.396%201.161a8.85%208.85%200%200%200%206.307-2.62a8.9%208.9%200%200%200%202.62-6.328a9%209%200%200%200-1.141-4.354z%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%22M16.094%2025.167c-5.365%200-7.76-2.641-7.76-4.62c0-1.021.745-1.729%201.776-1.729c2.297%200%201.698%203.302%205.984%203.302c2.188%200%203.396-1.193%203.396-2.411c0-.734-.354-1.547-1.802-1.906l-4.771-1.193c-3.839-.969-4.536-3.047-4.536-5.005c0-4.063%203.818-5.583%207.401-5.583c3.292%200%207.188%201.828%207.188%204.266c0%201.042-.917%201.651-1.938%201.651c-1.958%200-1.594-2.719-5.552-2.719c-1.958%200-3.052.885-3.052%202.156s1.536%201.677%202.875%201.984l3.516.781c3.854.87%204.833%203.13%204.833%205.26c0%203.302-2.536%205.766-7.63%205.766zm14.703-6.511l-.036.182l-.057-.323c.016.063.057.099.078.161c.156-.901.24-1.818.24-2.734c0-2.042-.401-4.016-1.198-5.896a15%2015%200%200%200-3.234-4.792c-1.401-1.38-2.995-2.474-4.792-3.234c-1.76-.844-3.734-1.24-5.771-1.24c-.964%200-1.927.089-2.859.271l.156.078l-.318-.042l.161-.036A8.9%208.9%200%200%200%208.974-.001a8.85%208.85%200%200%200-6.313%202.625a8.9%208.9%200%200%200-2.62%206.328c0%201.526.391%203.021%201.125%204.344l.026-.161l.057.318l-.078-.156a14.6%2014.6%200%200%200-.234%202.609c0%202.042.401%204.021%201.182%205.885a14.55%2014.55%200%200%200%203.234%204.813a15%2015%200%200%200%204.792%203.255a14.75%2014.75%200%200%200%205.875%201.198c.88%200%201.776-.078%202.635-.24l-.161-.078l.323.057l-.182.042a8.87%208.87%200%200%200%204.396%201.161a8.85%208.85%200%200%200%206.307-2.62a8.9%208.9%200%200%200%202.62-6.328a9%209%200%200%200-1.141-4.354z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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