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

Name
skype-filled
Set
Ant Design Icons
Style
Filled
Viewbox
1024×1024
License
MIT
Aliases
skype-fill

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-370 162.9c-134.2 0-194.2-66-194.2-115.4c0-25.4 18.7-43.1 44.5-43.1c57.4 0 42.6 82.5 149.7 82.5c54.9 0 85.2-29.8 85.2-60.3c0-18.3-9-38.7-45.2-47.6l-119.4-29.8c-96.1-24.1-113.6-76.1-113.6-124.9c0-101.4 95.5-139.5 185.2-139.5c82.6 0 180 45.7 180 106.5c0 26.1-22.6 41.2-48.4 41.2c-49 0-40-67.8-138.7-67.8c-49 0-76.1 22.2-76.1 53.9s38.7 41.8 72.3 49.5l88.4 19.6c96.8 21.6 121.3 78.1 121.3 131.3c0 82.3-63.3 143.9-191 143.9"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignSkypeFilled(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-370 162.9c-134.2 0-194.2-66-194.2-115.4c0-25.4 18.7-43.1 44.5-43.1c57.4 0 42.6 82.5 149.7 82.5c54.9 0 85.2-29.8 85.2-60.3c0-18.3-9-38.7-45.2-47.6l-119.4-29.8c-96.1-24.1-113.6-76.1-113.6-124.9c0-101.4 95.5-139.5 185.2-139.5c82.6 0 180 45.7 180 106.5c0 26.1-22.6 41.2-48.4 41.2c-49 0-40-67.8-138.7-67.8c-49 0-76.1 22.2-76.1 53.9s38.7 41.8 72.3 49.5l88.4 19.6c96.8 21.6 121.3 78.1 121.3 131.3c0 82.3-63.3 143.9-191 143.9"/></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-370 162.9c-134.2 0-194.2-66-194.2-115.4c0-25.4 18.7-43.1 44.5-43.1c57.4 0 42.6 82.5 149.7 82.5c54.9 0 85.2-29.8 85.2-60.3c0-18.3-9-38.7-45.2-47.6l-119.4-29.8c-96.1-24.1-113.6-76.1-113.6-124.9c0-101.4 95.5-139.5 185.2-139.5c82.6 0 180 45.7 180 106.5c0 26.1-22.6 41.2-48.4 41.2c-49 0-40-67.8-138.7-67.8c-49 0-76.1 22.2-76.1 53.9s38.7 41.8 72.3 49.5l88.4 19.6c96.8 21.6 121.3 78.1 121.3 131.3c0 82.3-63.3 143.9-191 143.9"/></svg>
</template>

CSS

.icon-skype-filled {
  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-370%20162.9c-134.2%200-194.2-66-194.2-115.4c0-25.4%2018.7-43.1%2044.5-43.1c57.4%200%2042.6%2082.5%20149.7%2082.5c54.9%200%2085.2-29.8%2085.2-60.3c0-18.3-9-38.7-45.2-47.6l-119.4-29.8c-96.1-24.1-113.6-76.1-113.6-124.9c0-101.4%2095.5-139.5%20185.2-139.5c82.6%200%20180%2045.7%20180%20106.5c0%2026.1-22.6%2041.2-48.4%2041.2c-49%200-40-67.8-138.7-67.8c-49%200-76.1%2022.2-76.1%2053.9s38.7%2041.8%2072.3%2049.5l88.4%2019.6c96.8%2021.6%20121.3%2078.1%20121.3%20131.3c0%2082.3-63.3%20143.9-191%20143.9%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-370%20162.9c-134.2%200-194.2-66-194.2-115.4c0-25.4%2018.7-43.1%2044.5-43.1c57.4%200%2042.6%2082.5%20149.7%2082.5c54.9%200%2085.2-29.8%2085.2-60.3c0-18.3-9-38.7-45.2-47.6l-119.4-29.8c-96.1-24.1-113.6-76.1-113.6-124.9c0-101.4%2095.5-139.5%20185.2-139.5c82.6%200%20180%2045.7%20180%20106.5c0%2026.1-22.6%2041.2-48.4%2041.2c-49%200-40-67.8-138.7-67.8c-49%200-76.1%2022.2-76.1%2053.9s38.7%2041.8%2072.3%2049.5l88.4%2019.6c96.8%2021.6%20121.3%2078.1%20121.3%20131.3c0%2082.3-63.3%20143.9-191%20143.9%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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