logo skype icon
logo-skype from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- logo-skype
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
- Aliases
- logo-skype-outline, social-skype
The same icon in other sets
Related icons in IonIcons
logo-alipaylogo-amazonlogo-amplifylogo-androidlogo-angularlogo-appflowlogo-applelogo-apple-appstorelogo-apple-arlogo-behancelogo-bitbucketlogo-bitcoinlogo-bufferlogo-capacitorlogo-chromelogo-closed-captioninglogo-codepenlogo-css3logo-designernewslogo-deviantartlogo-discordlogo-dockerlogo-dribbblelogo-dropbox
Use the logo skype icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M467.16 303.6a205.7 205.7 0 0 0 4.9-45.15c0-116.32-95.69-210.7-213.79-210.7a222 222 0 0 0-36.52 3A123.6 123.6 0 0 0 155.93 32C87.55 32 32 86.72 32 154.15A119.56 119.56 0 0 0 49 216a211 211 0 0 0-4.32 42.35c0 116.44 95.69 210.7 213.67 210.7a214 214 0 0 0 39.09-3.5A125.45 125.45 0 0 0 356.07 480C424.57 480 480 425.28 480 357.85a118 118 0 0 0-12.84-54.25M368 359c-9.92 13.76-24.51 24.73-43.41 32.43S283.36 403 257.69 403c-30.69 0-56.36-5.37-76.55-15.87a101 101 0 0 1-35.24-30.8c-9.11-12.83-13.66-25.66-13.66-38c0-7.7 3-14.35 8.87-19.95c5.84-5.37 13.42-8.17 22.29-8.17c7.35 0 13.65 2.1 18.79 6.42c4.9 4.08 9.1 10.15 12.48 18.08A108 108 0 0 0 207 336.15q6.32 8.22 17.86 13.65c7.82 3.62 18.2 5.48 31 5.48c17.62 0 32.09-3.73 42.94-11.08c10.74-7.12 15.88-15.75 15.88-26.25c0-8.28-2.69-14.82-8.29-19.95c-5.83-5.37-13.42-9.57-22.87-12.37c-9.69-3-22.87-6.18-39.21-9.56c-22.17-4.67-41-10.27-56-16.57c-15.28-6.42-27.65-15.4-36.76-26.48c-9.22-11.32-13.77-25.55-13.77-42.24a67.86 67.86 0 0 1 14.47-42.58c9.57-12.25 23.46-21.82 41.55-28.35c17.74-6.53 38.86-9.8 62.66-9.8c19.14 0 35.83 2.22 49.83 6.42s25.91 10.15 35.36 17.38s16.34 14.93 20.77 23s6.66 16.22 6.66 24c0 7.46-2.92 14.35-8.76 20.3a29.65 29.65 0 0 1-21.94 9.1c-7.93 0-14.12-1.87-18.43-5.6c-4-3.5-8.17-8.87-12.72-16.69c-5.37-9.91-11.79-17.85-19.14-23.45c-7.24-5.36-19.14-8.16-35.71-8.16c-15.29 0-27.77 3-37 9c-8.87 5.72-13.19 12.37-13.19 20.18a18.26 18.26 0 0 0 4.32 12.25a38.1 38.1 0 0 0 12.72 9.57a90 90 0 0 0 17.15 6.53c6 1.64 15.87 4.09 29.53 7.12c17.38 3.62 33.25 7.82 47.26 12.13c14.24 4.55 26.49 10 36.52 16.45a72.9 72.9 0 0 1 24.16 25.09c5.72 10 8.64 22.63 8.64 37.1A75.1 75.1 0 0 1 368 359"/></svg>
React
import type { SVGProps } from "react";
export function IonLogoSkype(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M467.16 303.6a205.7 205.7 0 0 0 4.9-45.15c0-116.32-95.69-210.7-213.79-210.7a222 222 0 0 0-36.52 3A123.6 123.6 0 0 0 155.93 32C87.55 32 32 86.72 32 154.15A119.56 119.56 0 0 0 49 216a211 211 0 0 0-4.32 42.35c0 116.44 95.69 210.7 213.67 210.7a214 214 0 0 0 39.09-3.5A125.45 125.45 0 0 0 356.07 480C424.57 480 480 425.28 480 357.85a118 118 0 0 0-12.84-54.25M368 359c-9.92 13.76-24.51 24.73-43.41 32.43S283.36 403 257.69 403c-30.69 0-56.36-5.37-76.55-15.87a101 101 0 0 1-35.24-30.8c-9.11-12.83-13.66-25.66-13.66-38c0-7.7 3-14.35 8.87-19.95c5.84-5.37 13.42-8.17 22.29-8.17c7.35 0 13.65 2.1 18.79 6.42c4.9 4.08 9.1 10.15 12.48 18.08A108 108 0 0 0 207 336.15q6.32 8.22 17.86 13.65c7.82 3.62 18.2 5.48 31 5.48c17.62 0 32.09-3.73 42.94-11.08c10.74-7.12 15.88-15.75 15.88-26.25c0-8.28-2.69-14.82-8.29-19.95c-5.83-5.37-13.42-9.57-22.87-12.37c-9.69-3-22.87-6.18-39.21-9.56c-22.17-4.67-41-10.27-56-16.57c-15.28-6.42-27.65-15.4-36.76-26.48c-9.22-11.32-13.77-25.55-13.77-42.24a67.86 67.86 0 0 1 14.47-42.58c9.57-12.25 23.46-21.82 41.55-28.35c17.74-6.53 38.86-9.8 62.66-9.8c19.14 0 35.83 2.22 49.83 6.42s25.91 10.15 35.36 17.38s16.34 14.93 20.77 23s6.66 16.22 6.66 24c0 7.46-2.92 14.35-8.76 20.3a29.65 29.65 0 0 1-21.94 9.1c-7.93 0-14.12-1.87-18.43-5.6c-4-3.5-8.17-8.87-12.72-16.69c-5.37-9.91-11.79-17.85-19.14-23.45c-7.24-5.36-19.14-8.16-35.71-8.16c-15.29 0-27.77 3-37 9c-8.87 5.72-13.19 12.37-13.19 20.18a18.26 18.26 0 0 0 4.32 12.25a38.1 38.1 0 0 0 12.72 9.57a90 90 0 0 0 17.15 6.53c6 1.64 15.87 4.09 29.53 7.12c17.38 3.62 33.25 7.82 47.26 12.13c14.24 4.55 26.49 10 36.52 16.45a72.9 72.9 0 0 1 24.16 25.09c5.72 10 8.64 22.63 8.64 37.1A75.1 75.1 0 0 1 368 359"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M467.16 303.6a205.7 205.7 0 0 0 4.9-45.15c0-116.32-95.69-210.7-213.79-210.7a222 222 0 0 0-36.52 3A123.6 123.6 0 0 0 155.93 32C87.55 32 32 86.72 32 154.15A119.56 119.56 0 0 0 49 216a211 211 0 0 0-4.32 42.35c0 116.44 95.69 210.7 213.67 210.7a214 214 0 0 0 39.09-3.5A125.45 125.45 0 0 0 356.07 480C424.57 480 480 425.28 480 357.85a118 118 0 0 0-12.84-54.25M368 359c-9.92 13.76-24.51 24.73-43.41 32.43S283.36 403 257.69 403c-30.69 0-56.36-5.37-76.55-15.87a101 101 0 0 1-35.24-30.8c-9.11-12.83-13.66-25.66-13.66-38c0-7.7 3-14.35 8.87-19.95c5.84-5.37 13.42-8.17 22.29-8.17c7.35 0 13.65 2.1 18.79 6.42c4.9 4.08 9.1 10.15 12.48 18.08A108 108 0 0 0 207 336.15q6.32 8.22 17.86 13.65c7.82 3.62 18.2 5.48 31 5.48c17.62 0 32.09-3.73 42.94-11.08c10.74-7.12 15.88-15.75 15.88-26.25c0-8.28-2.69-14.82-8.29-19.95c-5.83-5.37-13.42-9.57-22.87-12.37c-9.69-3-22.87-6.18-39.21-9.56c-22.17-4.67-41-10.27-56-16.57c-15.28-6.42-27.65-15.4-36.76-26.48c-9.22-11.32-13.77-25.55-13.77-42.24a67.86 67.86 0 0 1 14.47-42.58c9.57-12.25 23.46-21.82 41.55-28.35c17.74-6.53 38.86-9.8 62.66-9.8c19.14 0 35.83 2.22 49.83 6.42s25.91 10.15 35.36 17.38s16.34 14.93 20.77 23s6.66 16.22 6.66 24c0 7.46-2.92 14.35-8.76 20.3a29.65 29.65 0 0 1-21.94 9.1c-7.93 0-14.12-1.87-18.43-5.6c-4-3.5-8.17-8.87-12.72-16.69c-5.37-9.91-11.79-17.85-19.14-23.45c-7.24-5.36-19.14-8.16-35.71-8.16c-15.29 0-27.77 3-37 9c-8.87 5.72-13.19 12.37-13.19 20.18a18.26 18.26 0 0 0 4.32 12.25a38.1 38.1 0 0 0 12.72 9.57a90 90 0 0 0 17.15 6.53c6 1.64 15.87 4.09 29.53 7.12c17.38 3.62 33.25 7.82 47.26 12.13c14.24 4.55 26.49 10 36.52 16.45a72.9 72.9 0 0 1 24.16 25.09c5.72 10 8.64 22.63 8.64 37.1A75.1 75.1 0 0 1 368 359"/></svg> </template>
CSS
.icon-logo-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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M467.16%20303.6a205.7%20205.7%200%200%200%204.9-45.15c0-116.32-95.69-210.7-213.79-210.7a222%20222%200%200%200-36.52%203A123.6%20123.6%200%200%200%20155.93%2032C87.55%2032%2032%2086.72%2032%20154.15A119.56%20119.56%200%200%200%2049%20216a211%20211%200%200%200-4.32%2042.35c0%20116.44%2095.69%20210.7%20213.67%20210.7a214%20214%200%200%200%2039.09-3.5A125.45%20125.45%200%200%200%20356.07%20480C424.57%20480%20480%20425.28%20480%20357.85a118%20118%200%200%200-12.84-54.25M368%20359c-9.92%2013.76-24.51%2024.73-43.41%2032.43S283.36%20403%20257.69%20403c-30.69%200-56.36-5.37-76.55-15.87a101%20101%200%200%201-35.24-30.8c-9.11-12.83-13.66-25.66-13.66-38c0-7.7%203-14.35%208.87-19.95c5.84-5.37%2013.42-8.17%2022.29-8.17c7.35%200%2013.65%202.1%2018.79%206.42c4.9%204.08%209.1%2010.15%2012.48%2018.08A108%20108%200%200%200%20207%20336.15q6.32%208.22%2017.86%2013.65c7.82%203.62%2018.2%205.48%2031%205.48c17.62%200%2032.09-3.73%2042.94-11.08c10.74-7.12%2015.88-15.75%2015.88-26.25c0-8.28-2.69-14.82-8.29-19.95c-5.83-5.37-13.42-9.57-22.87-12.37c-9.69-3-22.87-6.18-39.21-9.56c-22.17-4.67-41-10.27-56-16.57c-15.28-6.42-27.65-15.4-36.76-26.48c-9.22-11.32-13.77-25.55-13.77-42.24a67.86%2067.86%200%200%201%2014.47-42.58c9.57-12.25%2023.46-21.82%2041.55-28.35c17.74-6.53%2038.86-9.8%2062.66-9.8c19.14%200%2035.83%202.22%2049.83%206.42s25.91%2010.15%2035.36%2017.38s16.34%2014.93%2020.77%2023s6.66%2016.22%206.66%2024c0%207.46-2.92%2014.35-8.76%2020.3a29.65%2029.65%200%200%201-21.94%209.1c-7.93%200-14.12-1.87-18.43-5.6c-4-3.5-8.17-8.87-12.72-16.69c-5.37-9.91-11.79-17.85-19.14-23.45c-7.24-5.36-19.14-8.16-35.71-8.16c-15.29%200-27.77%203-37%209c-8.87%205.72-13.19%2012.37-13.19%2020.18a18.26%2018.26%200%200%200%204.32%2012.25a38.1%2038.1%200%200%200%2012.72%209.57a90%2090%200%200%200%2017.15%206.53c6%201.64%2015.87%204.09%2029.53%207.12c17.38%203.62%2033.25%207.82%2047.26%2012.13c14.24%204.55%2026.49%2010%2036.52%2016.45a72.9%2072.9%200%200%201%2024.16%2025.09c5.72%2010%208.64%2022.63%208.64%2037.1A75.1%2075.1%200%200%201%20368%20359%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M467.16%20303.6a205.7%20205.7%200%200%200%204.9-45.15c0-116.32-95.69-210.7-213.79-210.7a222%20222%200%200%200-36.52%203A123.6%20123.6%200%200%200%20155.93%2032C87.55%2032%2032%2086.72%2032%20154.15A119.56%20119.56%200%200%200%2049%20216a211%20211%200%200%200-4.32%2042.35c0%20116.44%2095.69%20210.7%20213.67%20210.7a214%20214%200%200%200%2039.09-3.5A125.45%20125.45%200%200%200%20356.07%20480C424.57%20480%20480%20425.28%20480%20357.85a118%20118%200%200%200-12.84-54.25M368%20359c-9.92%2013.76-24.51%2024.73-43.41%2032.43S283.36%20403%20257.69%20403c-30.69%200-56.36-5.37-76.55-15.87a101%20101%200%200%201-35.24-30.8c-9.11-12.83-13.66-25.66-13.66-38c0-7.7%203-14.35%208.87-19.95c5.84-5.37%2013.42-8.17%2022.29-8.17c7.35%200%2013.65%202.1%2018.79%206.42c4.9%204.08%209.1%2010.15%2012.48%2018.08A108%20108%200%200%200%20207%20336.15q6.32%208.22%2017.86%2013.65c7.82%203.62%2018.2%205.48%2031%205.48c17.62%200%2032.09-3.73%2042.94-11.08c10.74-7.12%2015.88-15.75%2015.88-26.25c0-8.28-2.69-14.82-8.29-19.95c-5.83-5.37-13.42-9.57-22.87-12.37c-9.69-3-22.87-6.18-39.21-9.56c-22.17-4.67-41-10.27-56-16.57c-15.28-6.42-27.65-15.4-36.76-26.48c-9.22-11.32-13.77-25.55-13.77-42.24a67.86%2067.86%200%200%201%2014.47-42.58c9.57-12.25%2023.46-21.82%2041.55-28.35c17.74-6.53%2038.86-9.8%2062.66-9.8c19.14%200%2035.83%202.22%2049.83%206.42s25.91%2010.15%2035.36%2017.38s16.34%2014.93%2020.77%2023s6.66%2016.22%206.66%2024c0%207.46-2.92%2014.35-8.76%2020.3a29.65%2029.65%200%200%201-21.94%209.1c-7.93%200-14.12-1.87-18.43-5.6c-4-3.5-8.17-8.87-12.72-16.69c-5.37-9.91-11.79-17.85-19.14-23.45c-7.24-5.36-19.14-8.16-35.71-8.16c-15.29%200-27.77%203-37%209c-8.87%205.72-13.19%2012.37-13.19%2020.18a18.26%2018.26%200%200%200%204.32%2012.25a38.1%2038.1%200%200%200%2012.72%209.57a90%2090%200%200%200%2017.15%206.53c6%201.64%2015.87%204.09%2029.53%207.12c17.38%203.62%2033.25%207.82%2047.26%2012.13c14.24%204.55%2026.49%2010%2036.52%2016.45a72.9%2072.9%200%200%201%2024.16%2025.09c5.72%2010%208.64%2022.63%208.64%2037.1A75.1%2075.1%200%200%201%20368%20359%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/logo-skype.svg?color=%231a73e8&size=48