skype-outlined from Ant Design Icons by HeskeyBaozi · Outlined · MIT Free for personal and commercial use.

Name
skype-outlined
Set
Ant Design Icons
Style
Outlined
Viewbox
1024×1024
License
MIT
Aliases
skype, skype-outline

1 other variant in Ant Design Icons

The same icon in other sets

Use the skype icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M883.7 578.6c4.1-22.5 6.3-45.5 6.3-68.5c0-51-10-100.5-29.7-147c-19-45-46.3-85.4-81-120.1a375.8 375.8 0 0 0-120.1-80.9c-46.6-19.7-96-29.7-147-29.7c-24 0-48.1 2.3-71.5 6.8A225.1 225.1 0 0 0 335.6 113c-59.7 0-115.9 23.3-158.1 65.5A222.25 222.25 0 0 0 112 336.6c0 38 9.8 75.4 28.1 108.4c-3.7 21.4-5.7 43.3-5.7 65.1c0 51 10 100.5 29.7 147c19 45 46.2 85.4 80.9 120.1s75.1 61.9 120.1 80.9c46.6 19.7 96 29.7 147 29.7c22.2 0 44.4-2 66.2-5.9c33.5 18.9 71.3 29 110 29c59.7 0 115.9-23.2 158.1-65.5c42.3-42.2 65.5-98.4 65.5-158.1c.1-38-9.7-75.5-28.2-108.7m-88.1 216C766.9 823.4 729 839 688.4 839c-26.1 0-51.8-6.8-74.6-19.7l-22.5-12.7l-25.5 4.5c-17.8 3.2-35.8 4.8-53.6 4.8c-41.4 0-81.3-8.1-119.1-24.1c-36.3-15.3-69-37.3-97.2-65.5a304.3 304.3 0 0 1-65.5-97.1c-16-37.7-24-77.6-24-119c0-17.4 1.6-35.2 4.6-52.8l4.4-25.1L203 410a151 151 0 0 1-19.1-73.4c0-40.6 15.7-78.5 44.4-107.2C257.1 200.7 295 185 335.6 185a153 153 0 0 1 71.4 17.9l22.4 11.8l24.8-4.8c18.9-3.6 38.4-5.5 58-5.5c41.4 0 81.3 8.1 119 24c36.5 15.4 69.1 37.4 97.2 65.5c28.2 28.1 50.2 60.8 65.6 97.2c16 37.7 24 77.6 24 119c0 18.4-1.7 37-5.1 55.5l-4.7 25.5l12.6 22.6c12.6 22.5 19.2 48 19.2 73.7c0 40.7-15.7 78.5-44.4 107.2M583.4 466.2L495 446.6c-33.6-7.7-72.3-17.8-72.3-49.5s27.1-53.9 76.1-53.9c98.7 0 89.7 67.8 138.7 67.8c25.8 0 48.4-15.2 48.4-41.2c0-60.8-97.4-106.5-180-106.5c-89.7 0-185.2 38.1-185.2 139.5c0 48.8 17.4 100.8 113.6 124.9l119.4 29.8c36.1 8.9 45.2 29.2 45.2 47.6c0 30.5-30.3 60.3-85.2 60.3c-107.2 0-92.3-82.5-149.7-82.5c-25.8 0-44.5 17.8-44.5 43.1c0 49.4 60 115.4 194.2 115.4c127.7 0 191-61.5 191-144c0-53.1-24.5-109.6-121.3-131.2"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignSkypeOutlined(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M883.7 578.6c4.1-22.5 6.3-45.5 6.3-68.5c0-51-10-100.5-29.7-147c-19-45-46.3-85.4-81-120.1a375.8 375.8 0 0 0-120.1-80.9c-46.6-19.7-96-29.7-147-29.7c-24 0-48.1 2.3-71.5 6.8A225.1 225.1 0 0 0 335.6 113c-59.7 0-115.9 23.3-158.1 65.5A222.25 222.25 0 0 0 112 336.6c0 38 9.8 75.4 28.1 108.4c-3.7 21.4-5.7 43.3-5.7 65.1c0 51 10 100.5 29.7 147c19 45 46.2 85.4 80.9 120.1s75.1 61.9 120.1 80.9c46.6 19.7 96 29.7 147 29.7c22.2 0 44.4-2 66.2-5.9c33.5 18.9 71.3 29 110 29c59.7 0 115.9-23.2 158.1-65.5c42.3-42.2 65.5-98.4 65.5-158.1c.1-38-9.7-75.5-28.2-108.7m-88.1 216C766.9 823.4 729 839 688.4 839c-26.1 0-51.8-6.8-74.6-19.7l-22.5-12.7l-25.5 4.5c-17.8 3.2-35.8 4.8-53.6 4.8c-41.4 0-81.3-8.1-119.1-24.1c-36.3-15.3-69-37.3-97.2-65.5a304.3 304.3 0 0 1-65.5-97.1c-16-37.7-24-77.6-24-119c0-17.4 1.6-35.2 4.6-52.8l4.4-25.1L203 410a151 151 0 0 1-19.1-73.4c0-40.6 15.7-78.5 44.4-107.2C257.1 200.7 295 185 335.6 185a153 153 0 0 1 71.4 17.9l22.4 11.8l24.8-4.8c18.9-3.6 38.4-5.5 58-5.5c41.4 0 81.3 8.1 119 24c36.5 15.4 69.1 37.4 97.2 65.5c28.2 28.1 50.2 60.8 65.6 97.2c16 37.7 24 77.6 24 119c0 18.4-1.7 37-5.1 55.5l-4.7 25.5l12.6 22.6c12.6 22.5 19.2 48 19.2 73.7c0 40.7-15.7 78.5-44.4 107.2M583.4 466.2L495 446.6c-33.6-7.7-72.3-17.8-72.3-49.5s27.1-53.9 76.1-53.9c98.7 0 89.7 67.8 138.7 67.8c25.8 0 48.4-15.2 48.4-41.2c0-60.8-97.4-106.5-180-106.5c-89.7 0-185.2 38.1-185.2 139.5c0 48.8 17.4 100.8 113.6 124.9l119.4 29.8c36.1 8.9 45.2 29.2 45.2 47.6c0 30.5-30.3 60.3-85.2 60.3c-107.2 0-92.3-82.5-149.7-82.5c-25.8 0-44.5 17.8-44.5 43.1c0 49.4 60 115.4 194.2 115.4c127.7 0 191-61.5 191-144c0-53.1-24.5-109.6-121.3-131.2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M883.7 578.6c4.1-22.5 6.3-45.5 6.3-68.5c0-51-10-100.5-29.7-147c-19-45-46.3-85.4-81-120.1a375.8 375.8 0 0 0-120.1-80.9c-46.6-19.7-96-29.7-147-29.7c-24 0-48.1 2.3-71.5 6.8A225.1 225.1 0 0 0 335.6 113c-59.7 0-115.9 23.3-158.1 65.5A222.25 222.25 0 0 0 112 336.6c0 38 9.8 75.4 28.1 108.4c-3.7 21.4-5.7 43.3-5.7 65.1c0 51 10 100.5 29.7 147c19 45 46.2 85.4 80.9 120.1s75.1 61.9 120.1 80.9c46.6 19.7 96 29.7 147 29.7c22.2 0 44.4-2 66.2-5.9c33.5 18.9 71.3 29 110 29c59.7 0 115.9-23.2 158.1-65.5c42.3-42.2 65.5-98.4 65.5-158.1c.1-38-9.7-75.5-28.2-108.7m-88.1 216C766.9 823.4 729 839 688.4 839c-26.1 0-51.8-6.8-74.6-19.7l-22.5-12.7l-25.5 4.5c-17.8 3.2-35.8 4.8-53.6 4.8c-41.4 0-81.3-8.1-119.1-24.1c-36.3-15.3-69-37.3-97.2-65.5a304.3 304.3 0 0 1-65.5-97.1c-16-37.7-24-77.6-24-119c0-17.4 1.6-35.2 4.6-52.8l4.4-25.1L203 410a151 151 0 0 1-19.1-73.4c0-40.6 15.7-78.5 44.4-107.2C257.1 200.7 295 185 335.6 185a153 153 0 0 1 71.4 17.9l22.4 11.8l24.8-4.8c18.9-3.6 38.4-5.5 58-5.5c41.4 0 81.3 8.1 119 24c36.5 15.4 69.1 37.4 97.2 65.5c28.2 28.1 50.2 60.8 65.6 97.2c16 37.7 24 77.6 24 119c0 18.4-1.7 37-5.1 55.5l-4.7 25.5l12.6 22.6c12.6 22.5 19.2 48 19.2 73.7c0 40.7-15.7 78.5-44.4 107.2M583.4 466.2L495 446.6c-33.6-7.7-72.3-17.8-72.3-49.5s27.1-53.9 76.1-53.9c98.7 0 89.7 67.8 138.7 67.8c25.8 0 48.4-15.2 48.4-41.2c0-60.8-97.4-106.5-180-106.5c-89.7 0-185.2 38.1-185.2 139.5c0 48.8 17.4 100.8 113.6 124.9l119.4 29.8c36.1 8.9 45.2 29.2 45.2 47.6c0 30.5-30.3 60.3-85.2 60.3c-107.2 0-92.3-82.5-149.7-82.5c-25.8 0-44.5 17.8-44.5 43.1c0 49.4 60 115.4 194.2 115.4c127.7 0 191-61.5 191-144c0-53.1-24.5-109.6-121.3-131.2"/></svg>
</template>

CSS

.icon-skype-outlined {
  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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M883.7%20578.6c4.1-22.5%206.3-45.5%206.3-68.5c0-51-10-100.5-29.7-147c-19-45-46.3-85.4-81-120.1a375.8%20375.8%200%200%200-120.1-80.9c-46.6-19.7-96-29.7-147-29.7c-24%200-48.1%202.3-71.5%206.8A225.1%20225.1%200%200%200%20335.6%20113c-59.7%200-115.9%2023.3-158.1%2065.5A222.25%20222.25%200%200%200%20112%20336.6c0%2038%209.8%2075.4%2028.1%20108.4c-3.7%2021.4-5.7%2043.3-5.7%2065.1c0%2051%2010%20100.5%2029.7%20147c19%2045%2046.2%2085.4%2080.9%20120.1s75.1%2061.9%20120.1%2080.9c46.6%2019.7%2096%2029.7%20147%2029.7c22.2%200%2044.4-2%2066.2-5.9c33.5%2018.9%2071.3%2029%20110%2029c59.7%200%20115.9-23.2%20158.1-65.5c42.3-42.2%2065.5-98.4%2065.5-158.1c.1-38-9.7-75.5-28.2-108.7m-88.1%20216C766.9%20823.4%20729%20839%20688.4%20839c-26.1%200-51.8-6.8-74.6-19.7l-22.5-12.7l-25.5%204.5c-17.8%203.2-35.8%204.8-53.6%204.8c-41.4%200-81.3-8.1-119.1-24.1c-36.3-15.3-69-37.3-97.2-65.5a304.3%20304.3%200%200%201-65.5-97.1c-16-37.7-24-77.6-24-119c0-17.4%201.6-35.2%204.6-52.8l4.4-25.1L203%20410a151%20151%200%200%201-19.1-73.4c0-40.6%2015.7-78.5%2044.4-107.2C257.1%20200.7%20295%20185%20335.6%20185a153%20153%200%200%201%2071.4%2017.9l22.4%2011.8l24.8-4.8c18.9-3.6%2038.4-5.5%2058-5.5c41.4%200%2081.3%208.1%20119%2024c36.5%2015.4%2069.1%2037.4%2097.2%2065.5c28.2%2028.1%2050.2%2060.8%2065.6%2097.2c16%2037.7%2024%2077.6%2024%20119c0%2018.4-1.7%2037-5.1%2055.5l-4.7%2025.5l12.6%2022.6c12.6%2022.5%2019.2%2048%2019.2%2073.7c0%2040.7-15.7%2078.5-44.4%20107.2M583.4%20466.2L495%20446.6c-33.6-7.7-72.3-17.8-72.3-49.5s27.1-53.9%2076.1-53.9c98.7%200%2089.7%2067.8%20138.7%2067.8c25.8%200%2048.4-15.2%2048.4-41.2c0-60.8-97.4-106.5-180-106.5c-89.7%200-185.2%2038.1-185.2%20139.5c0%2048.8%2017.4%20100.8%20113.6%20124.9l119.4%2029.8c36.1%208.9%2045.2%2029.2%2045.2%2047.6c0%2030.5-30.3%2060.3-85.2%2060.3c-107.2%200-92.3-82.5-149.7-82.5c-25.8%200-44.5%2017.8-44.5%2043.1c0%2049.4%2060%20115.4%20194.2%20115.4c127.7%200%20191-61.5%20191-144c0-53.1-24.5-109.6-121.3-131.2%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M883.7%20578.6c4.1-22.5%206.3-45.5%206.3-68.5c0-51-10-100.5-29.7-147c-19-45-46.3-85.4-81-120.1a375.8%20375.8%200%200%200-120.1-80.9c-46.6-19.7-96-29.7-147-29.7c-24%200-48.1%202.3-71.5%206.8A225.1%20225.1%200%200%200%20335.6%20113c-59.7%200-115.9%2023.3-158.1%2065.5A222.25%20222.25%200%200%200%20112%20336.6c0%2038%209.8%2075.4%2028.1%20108.4c-3.7%2021.4-5.7%2043.3-5.7%2065.1c0%2051%2010%20100.5%2029.7%20147c19%2045%2046.2%2085.4%2080.9%20120.1s75.1%2061.9%20120.1%2080.9c46.6%2019.7%2096%2029.7%20147%2029.7c22.2%200%2044.4-2%2066.2-5.9c33.5%2018.9%2071.3%2029%20110%2029c59.7%200%20115.9-23.2%20158.1-65.5c42.3-42.2%2065.5-98.4%2065.5-158.1c.1-38-9.7-75.5-28.2-108.7m-88.1%20216C766.9%20823.4%20729%20839%20688.4%20839c-26.1%200-51.8-6.8-74.6-19.7l-22.5-12.7l-25.5%204.5c-17.8%203.2-35.8%204.8-53.6%204.8c-41.4%200-81.3-8.1-119.1-24.1c-36.3-15.3-69-37.3-97.2-65.5a304.3%20304.3%200%200%201-65.5-97.1c-16-37.7-24-77.6-24-119c0-17.4%201.6-35.2%204.6-52.8l4.4-25.1L203%20410a151%20151%200%200%201-19.1-73.4c0-40.6%2015.7-78.5%2044.4-107.2C257.1%20200.7%20295%20185%20335.6%20185a153%20153%200%200%201%2071.4%2017.9l22.4%2011.8l24.8-4.8c18.9-3.6%2038.4-5.5%2058-5.5c41.4%200%2081.3%208.1%20119%2024c36.5%2015.4%2069.1%2037.4%2097.2%2065.5c28.2%2028.1%2050.2%2060.8%2065.6%2097.2c16%2037.7%2024%2077.6%2024%20119c0%2018.4-1.7%2037-5.1%2055.5l-4.7%2025.5l12.6%2022.6c12.6%2022.5%2019.2%2048%2019.2%2073.7c0%2040.7-15.7%2078.5-44.4%20107.2M583.4%20466.2L495%20446.6c-33.6-7.7-72.3-17.8-72.3-49.5s27.1-53.9%2076.1-53.9c98.7%200%2089.7%2067.8%20138.7%2067.8c25.8%200%2048.4-15.2%2048.4-41.2c0-60.8-97.4-106.5-180-106.5c-89.7%200-185.2%2038.1-185.2%20139.5c0%2048.8%2017.4%20100.8%20113.6%20124.9l119.4%2029.8c36.1%208.9%2045.2%2029.2%2045.2%2047.6c0%2030.5-30.3%2060.3-85.2%2060.3c-107.2%200-92.3-82.5-149.7-82.5c-25.8%200-44.5%2017.8-44.5%2043.1c0%2049.4%2060%20115.4%20194.2%20115.4c127.7%200%20191-61.5%20191-144c0-53.1-24.5-109.6-121.3-131.2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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