skype logo icon

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

Name
skype-logo-bold
Set
Phosphor
Style
Bold
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="M172 152c0 20.19-19.33 36-44 36c-21.26 0-39.46-12.35-43.27-29.38a12 12 0 0 1 23.42-5.24C109.3 158.49 117.21 164 128 164c9.44 0 20-5.13 20-12c0-6.37-6.29-9.32-24-14.42c-16.14-4.65-38.23-11-38.23-33.58c0-20.52 18.15-36 42.22-36c17.24 0 32.06 8.14 38.69 21.24a12 12 0 1 1-21.41 10.84C142.8 95.17 136 92 128 92c-10.22 0-18.22 5.27-18.22 12c0 1.09 0 2.21 3.28 4.17c4.18 2.48 11 4.45 17.6 6.35c8.75 2.52 17.8 5.13 25.38 9.86C169.23 132.61 172 143.94 172 152m64 24a60.07 60.07 0 0 1-60 60a59.36 59.36 0 0 1-32-9.27a101 101 0 0 1-16 1.27A100.11 100.11 0 0 1 28 128a101 101 0 0 1 1.27-16A59.36 59.36 0 0 1 20 80a60.07 60.07 0 0 1 60-60a59.36 59.36 0 0 1 32.05 9.27A101 101 0 0 1 128 28a100.11 100.11 0 0 1 100 100a101 101 0 0 1-1.27 16a59.36 59.36 0 0 1 9.27 32m-24 0a35.63 35.63 0 0 0-7.49-22a12 12 0 0 1-2.23-9.87a76.07 76.07 0 0 0-90.43-90.43a12 12 0 0 1-9.85-2.21A35.63 35.63 0 0 0 80 44a36 36 0 0 0-36 36a35.63 35.63 0 0 0 7.49 22a12 12 0 0 1 2.23 9.87a76.07 76.07 0 0 0 90.43 90.43a12 12 0 0 1 9.87 2.23A35.63 35.63 0 0 0 176 212a36 36 0 0 0 36-36"/></svg>

React

import type { SVGProps } from "react";

export function PhSkypeLogoBold(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="M172 152c0 20.19-19.33 36-44 36c-21.26 0-39.46-12.35-43.27-29.38a12 12 0 0 1 23.42-5.24C109.3 158.49 117.21 164 128 164c9.44 0 20-5.13 20-12c0-6.37-6.29-9.32-24-14.42c-16.14-4.65-38.23-11-38.23-33.58c0-20.52 18.15-36 42.22-36c17.24 0 32.06 8.14 38.69 21.24a12 12 0 1 1-21.41 10.84C142.8 95.17 136 92 128 92c-10.22 0-18.22 5.27-18.22 12c0 1.09 0 2.21 3.28 4.17c4.18 2.48 11 4.45 17.6 6.35c8.75 2.52 17.8 5.13 25.38 9.86C169.23 132.61 172 143.94 172 152m64 24a60.07 60.07 0 0 1-60 60a59.36 59.36 0 0 1-32-9.27a101 101 0 0 1-16 1.27A100.11 100.11 0 0 1 28 128a101 101 0 0 1 1.27-16A59.36 59.36 0 0 1 20 80a60.07 60.07 0 0 1 60-60a59.36 59.36 0 0 1 32.05 9.27A101 101 0 0 1 128 28a100.11 100.11 0 0 1 100 100a101 101 0 0 1-1.27 16a59.36 59.36 0 0 1 9.27 32m-24 0a35.63 35.63 0 0 0-7.49-22a12 12 0 0 1-2.23-9.87a76.07 76.07 0 0 0-90.43-90.43a12 12 0 0 1-9.85-2.21A35.63 35.63 0 0 0 80 44a36 36 0 0 0-36 36a35.63 35.63 0 0 0 7.49 22a12 12 0 0 1 2.23 9.87a76.07 76.07 0 0 0 90.43 90.43a12 12 0 0 1 9.87 2.23A35.63 35.63 0 0 0 176 212a36 36 0 0 0 36-36"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M172 152c0 20.19-19.33 36-44 36c-21.26 0-39.46-12.35-43.27-29.38a12 12 0 0 1 23.42-5.24C109.3 158.49 117.21 164 128 164c9.44 0 20-5.13 20-12c0-6.37-6.29-9.32-24-14.42c-16.14-4.65-38.23-11-38.23-33.58c0-20.52 18.15-36 42.22-36c17.24 0 32.06 8.14 38.69 21.24a12 12 0 1 1-21.41 10.84C142.8 95.17 136 92 128 92c-10.22 0-18.22 5.27-18.22 12c0 1.09 0 2.21 3.28 4.17c4.18 2.48 11 4.45 17.6 6.35c8.75 2.52 17.8 5.13 25.38 9.86C169.23 132.61 172 143.94 172 152m64 24a60.07 60.07 0 0 1-60 60a59.36 59.36 0 0 1-32-9.27a101 101 0 0 1-16 1.27A100.11 100.11 0 0 1 28 128a101 101 0 0 1 1.27-16A59.36 59.36 0 0 1 20 80a60.07 60.07 0 0 1 60-60a59.36 59.36 0 0 1 32.05 9.27A101 101 0 0 1 128 28a100.11 100.11 0 0 1 100 100a101 101 0 0 1-1.27 16a59.36 59.36 0 0 1 9.27 32m-24 0a35.63 35.63 0 0 0-7.49-22a12 12 0 0 1-2.23-9.87a76.07 76.07 0 0 0-90.43-90.43a12 12 0 0 1-9.85-2.21A35.63 35.63 0 0 0 80 44a36 36 0 0 0-36 36a35.63 35.63 0 0 0 7.49 22a12 12 0 0 1 2.23 9.87a76.07 76.07 0 0 0 90.43 90.43a12 12 0 0 1 9.87 2.23A35.63 35.63 0 0 0 176 212a36 36 0 0 0 36-36"/></svg>
</template>

CSS

.icon-skype-logo-bold {
  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%22M172%20152c0%2020.19-19.33%2036-44%2036c-21.26%200-39.46-12.35-43.27-29.38a12%2012%200%200%201%2023.42-5.24C109.3%20158.49%20117.21%20164%20128%20164c9.44%200%2020-5.13%2020-12c0-6.37-6.29-9.32-24-14.42c-16.14-4.65-38.23-11-38.23-33.58c0-20.52%2018.15-36%2042.22-36c17.24%200%2032.06%208.14%2038.69%2021.24a12%2012%200%201%201-21.41%2010.84C142.8%2095.17%20136%2092%20128%2092c-10.22%200-18.22%205.27-18.22%2012c0%201.09%200%202.21%203.28%204.17c4.18%202.48%2011%204.45%2017.6%206.35c8.75%202.52%2017.8%205.13%2025.38%209.86C169.23%20132.61%20172%20143.94%20172%20152m64%2024a60.07%2060.07%200%200%201-60%2060a59.36%2059.36%200%200%201-32-9.27a101%20101%200%200%201-16%201.27A100.11%20100.11%200%200%201%2028%20128a101%20101%200%200%201%201.27-16A59.36%2059.36%200%200%201%2020%2080a60.07%2060.07%200%200%201%2060-60a59.36%2059.36%200%200%201%2032.05%209.27A101%20101%200%200%201%20128%2028a100.11%20100.11%200%200%201%20100%20100a101%20101%200%200%201-1.27%2016a59.36%2059.36%200%200%201%209.27%2032m-24%200a35.63%2035.63%200%200%200-7.49-22a12%2012%200%200%201-2.23-9.87a76.07%2076.07%200%200%200-90.43-90.43a12%2012%200%200%201-9.85-2.21A35.63%2035.63%200%200%200%2080%2044a36%2036%200%200%200-36%2036a35.63%2035.63%200%200%200%207.49%2022a12%2012%200%200%201%202.23%209.87a76.07%2076.07%200%200%200%2090.43%2090.43a12%2012%200%200%201%209.87%202.23A35.63%2035.63%200%200%200%20176%20212a36%2036%200%200%200%2036-36%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%22M172%20152c0%2020.19-19.33%2036-44%2036c-21.26%200-39.46-12.35-43.27-29.38a12%2012%200%200%201%2023.42-5.24C109.3%20158.49%20117.21%20164%20128%20164c9.44%200%2020-5.13%2020-12c0-6.37-6.29-9.32-24-14.42c-16.14-4.65-38.23-11-38.23-33.58c0-20.52%2018.15-36%2042.22-36c17.24%200%2032.06%208.14%2038.69%2021.24a12%2012%200%201%201-21.41%2010.84C142.8%2095.17%20136%2092%20128%2092c-10.22%200-18.22%205.27-18.22%2012c0%201.09%200%202.21%203.28%204.17c4.18%202.48%2011%204.45%2017.6%206.35c8.75%202.52%2017.8%205.13%2025.38%209.86C169.23%20132.61%20172%20143.94%20172%20152m64%2024a60.07%2060.07%200%200%201-60%2060a59.36%2059.36%200%200%201-32-9.27a101%20101%200%200%201-16%201.27A100.11%20100.11%200%200%201%2028%20128a101%20101%200%200%201%201.27-16A59.36%2059.36%200%200%201%2020%2080a60.07%2060.07%200%200%201%2060-60a59.36%2059.36%200%200%201%2032.05%209.27A101%20101%200%200%201%20128%2028a100.11%20100.11%200%200%201%20100%20100a101%20101%200%200%201-1.27%2016a59.36%2059.36%200%200%201%209.27%2032m-24%200a35.63%2035.63%200%200%200-7.49-22a12%2012%200%200%201-2.23-9.87a76.07%2076.07%200%200%200-90.43-90.43a12%2012%200%200%201-9.85-2.21A35.63%2035.63%200%200%200%2080%2044a36%2036%200%200%200-36%2036a35.63%2035.63%200%200%200%207.49%2022a12%2012%200%200%201%202.23%209.87a76.07%2076.07%200%200%200%2090.43%2090.43a12%2012%200%200%201%209.87%202.23A35.63%2035.63%200%200%200%20176%20212a36%2036%200%200%200%2036-36%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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