skype logo icon

skype-logo from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.

Name
skype-logo
Set
Phosphor
Style
Regular
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Use the skype logo icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M168 152c0 17.64-17.94 32-40 32s-40-14.36-40-32a8 8 0 0 1 16 0c0 8.67 11 16 24 16s24-7.33 24-16c0-9.48-8.61-13-26.88-18.26c-15.75-4.54-35.34-10.19-35.34-29.74c0-18.24 16.43-32 38.22-32c15.72 0 29.18 7.3 35.12 19a8 8 0 1 1-14.27 7.22C145.64 91.94 137.65 88 128 88c-12.67 0-22.22 6.88-22.22 16c0 7 9 10.1 23.77 14.36C145.78 123 168 129.45 168 152m64 24a56.06 56.06 0 0 1-56 56a55.4 55.4 0 0 1-31.17-9.47A96.09 96.09 0 0 1 33.47 111.17A55.4 55.4 0 0 1 24 80a56.06 56.06 0 0 1 56-56a55.4 55.4 0 0 1 31.17 9.47a96.09 96.09 0 0 1 111.36 111.36A55.4 55.4 0 0 1 232 176m-16 0a39.6 39.6 0 0 0-8.32-24.42a8 8 0 0 1-1.49-6.58A80.07 80.07 0 0 0 111 49.81a8 8 0 0 1-6.58-1.49A39.6 39.6 0 0 0 80 40a40 40 0 0 0-40 40a39.6 39.6 0 0 0 8.32 24.42a8 8 0 0 1 1.49 6.58A80.07 80.07 0 0 0 145 206.19a8 8 0 0 1 6.58 1.49A39.6 39.6 0 0 0 176 216a40 40 0 0 0 40-40"/></svg>

React

import type { SVGProps } from "react";

export function PhSkypeLogo(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M168 152c0 17.64-17.94 32-40 32s-40-14.36-40-32a8 8 0 0 1 16 0c0 8.67 11 16 24 16s24-7.33 24-16c0-9.48-8.61-13-26.88-18.26c-15.75-4.54-35.34-10.19-35.34-29.74c0-18.24 16.43-32 38.22-32c15.72 0 29.18 7.3 35.12 19a8 8 0 1 1-14.27 7.22C145.64 91.94 137.65 88 128 88c-12.67 0-22.22 6.88-22.22 16c0 7 9 10.1 23.77 14.36C145.78 123 168 129.45 168 152m64 24a56.06 56.06 0 0 1-56 56a55.4 55.4 0 0 1-31.17-9.47A96.09 96.09 0 0 1 33.47 111.17A55.4 55.4 0 0 1 24 80a56.06 56.06 0 0 1 56-56a55.4 55.4 0 0 1 31.17 9.47a96.09 96.09 0 0 1 111.36 111.36A55.4 55.4 0 0 1 232 176m-16 0a39.6 39.6 0 0 0-8.32-24.42a8 8 0 0 1-1.49-6.58A80.07 80.07 0 0 0 111 49.81a8 8 0 0 1-6.58-1.49A39.6 39.6 0 0 0 80 40a40 40 0 0 0-40 40a39.6 39.6 0 0 0 8.32 24.42a8 8 0 0 1 1.49 6.58A80.07 80.07 0 0 0 145 206.19a8 8 0 0 1 6.58 1.49A39.6 39.6 0 0 0 176 216a40 40 0 0 0 40-40"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M168 152c0 17.64-17.94 32-40 32s-40-14.36-40-32a8 8 0 0 1 16 0c0 8.67 11 16 24 16s24-7.33 24-16c0-9.48-8.61-13-26.88-18.26c-15.75-4.54-35.34-10.19-35.34-29.74c0-18.24 16.43-32 38.22-32c15.72 0 29.18 7.3 35.12 19a8 8 0 1 1-14.27 7.22C145.64 91.94 137.65 88 128 88c-12.67 0-22.22 6.88-22.22 16c0 7 9 10.1 23.77 14.36C145.78 123 168 129.45 168 152m64 24a56.06 56.06 0 0 1-56 56a55.4 55.4 0 0 1-31.17-9.47A96.09 96.09 0 0 1 33.47 111.17A55.4 55.4 0 0 1 24 80a56.06 56.06 0 0 1 56-56a55.4 55.4 0 0 1 31.17 9.47a96.09 96.09 0 0 1 111.36 111.36A55.4 55.4 0 0 1 232 176m-16 0a39.6 39.6 0 0 0-8.32-24.42a8 8 0 0 1-1.49-6.58A80.07 80.07 0 0 0 111 49.81a8 8 0 0 1-6.58-1.49A39.6 39.6 0 0 0 80 40a40 40 0 0 0-40 40a39.6 39.6 0 0 0 8.32 24.42a8 8 0 0 1 1.49 6.58A80.07 80.07 0 0 0 145 206.19a8 8 0 0 1 6.58 1.49A39.6 39.6 0 0 0 176 216a40 40 0 0 0 40-40"/></svg>
</template>

CSS

.icon-skype-logo {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M168%20152c0%2017.64-17.94%2032-40%2032s-40-14.36-40-32a8%208%200%200%201%2016%200c0%208.67%2011%2016%2024%2016s24-7.33%2024-16c0-9.48-8.61-13-26.88-18.26c-15.75-4.54-35.34-10.19-35.34-29.74c0-18.24%2016.43-32%2038.22-32c15.72%200%2029.18%207.3%2035.12%2019a8%208%200%201%201-14.27%207.22C145.64%2091.94%20137.65%2088%20128%2088c-12.67%200-22.22%206.88-22.22%2016c0%207%209%2010.1%2023.77%2014.36C145.78%20123%20168%20129.45%20168%20152m64%2024a56.06%2056.06%200%200%201-56%2056a55.4%2055.4%200%200%201-31.17-9.47A96.09%2096.09%200%200%201%2033.47%20111.17A55.4%2055.4%200%200%201%2024%2080a56.06%2056.06%200%200%201%2056-56a55.4%2055.4%200%200%201%2031.17%209.47a96.09%2096.09%200%200%201%20111.36%20111.36A55.4%2055.4%200%200%201%20232%20176m-16%200a39.6%2039.6%200%200%200-8.32-24.42a8%208%200%200%201-1.49-6.58A80.07%2080.07%200%200%200%20111%2049.81a8%208%200%200%201-6.58-1.49A39.6%2039.6%200%200%200%2080%2040a40%2040%200%200%200-40%2040a39.6%2039.6%200%200%200%208.32%2024.42a8%208%200%200%201%201.49%206.58A80.07%2080.07%200%200%200%20145%20206.19a8%208%200%200%201%206.58%201.49A39.6%2039.6%200%200%200%20176%20216a40%2040%200%200%200%2040-40%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M168%20152c0%2017.64-17.94%2032-40%2032s-40-14.36-40-32a8%208%200%200%201%2016%200c0%208.67%2011%2016%2024%2016s24-7.33%2024-16c0-9.48-8.61-13-26.88-18.26c-15.75-4.54-35.34-10.19-35.34-29.74c0-18.24%2016.43-32%2038.22-32c15.72%200%2029.18%207.3%2035.12%2019a8%208%200%201%201-14.27%207.22C145.64%2091.94%20137.65%2088%20128%2088c-12.67%200-22.22%206.88-22.22%2016c0%207%209%2010.1%2023.77%2014.36C145.78%20123%20168%20129.45%20168%20152m64%2024a56.06%2056.06%200%200%201-56%2056a55.4%2055.4%200%200%201-31.17-9.47A96.09%2096.09%200%200%201%2033.47%20111.17A55.4%2055.4%200%200%201%2024%2080a56.06%2056.06%200%200%201%2056-56a55.4%2055.4%200%200%201%2031.17%209.47a96.09%2096.09%200%200%201%20111.36%20111.36A55.4%2055.4%200%200%201%20232%20176m-16%200a39.6%2039.6%200%200%200-8.32-24.42a8%208%200%200%201-1.49-6.58A80.07%2080.07%200%200%200%20111%2049.81a8%208%200%200%201-6.58-1.49A39.6%2039.6%200%200%200%2080%2040a40%2040%200%200%200-40%2040a39.6%2039.6%200%200%200%208.32%2024.42a8%208%200%200%201%201.49%206.58A80.07%2080.07%200%200%200%20145%20206.19a8%208%200%200%201%206.58%201.49A39.6%2039.6%200%200%200%20176%20216a40%2040%200%200%200%2040-40%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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