skype icon
skype from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.
- Name
- skype
- Set
- Bootstrap Icons
- Style
- Outline
- Viewbox
- 16×16
- License
- MIT
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 16 16"><path fill="currentColor" d="M4.671 0c.88 0 1.733.247 2.468.702a7.42 7.42 0 0 1 6.02 2.118a7.37 7.37 0 0 1 2.167 5.215q0 .517-.072 1.026a4.66 4.66 0 0 1 .6 2.281a4.64 4.64 0 0 1-1.37 3.294A4.67 4.67 0 0 1 11.18 16c-.84 0-1.658-.226-2.37-.644a7.42 7.42 0 0 1-6.114-2.107A7.37 7.37 0 0 1 .529 8.035q0-.545.08-1.081a4.644 4.644 0 0 1 .76-5.59A4.68 4.68 0 0 1 4.67 0zm.447 7.01c.18.309.43.572.729.769a7 7 0 0 0 1.257.653q.737.308 1.145.523c.229.112.437.264.615.448c.135.142.21.331.21.528a.87.87 0 0 1-.335.723c-.291.196-.64.289-.99.264a2.6 2.6 0 0 1-1.048-.206a11 11 0 0 1-.532-.253a1.3 1.3 0 0 0-.587-.15a.72.72 0 0 0-.501.176a.63.63 0 0 0-.195.491a.8.8 0 0 0 .148.482a1.2 1.2 0 0 0 .456.354a5.1 5.1 0 0 0 2.212.419a4.6 4.6 0 0 0 1.624-.265a2.3 2.3 0 0 0 1.08-.801c.267-.39.402-.855.386-1.327a2.1 2.1 0 0 0-.279-1.101a2.5 2.5 0 0 0-.772-.792A7 7 0 0 0 8.486 7.3a1 1 0 0 0-.145-.058a18 18 0 0 1-1.013-.447a1.8 1.8 0 0 1-.54-.387a.73.73 0 0 1-.2-.508a.8.8 0 0 1 .385-.723a1.76 1.76 0 0 1 .968-.247c.26-.003.52.03.772.096q.412.119.802.293c.105.049.22.075.336.076a.6.6 0 0 0 .453-.19a.7.7 0 0 0 .18-.496a.72.72 0 0 0-.17-.476a1.4 1.4 0 0 0-.556-.354a3.7 3.7 0 0 0-.708-.183a6 6 0 0 0-1.022-.078a4.5 4.5 0 0 0-1.536.258a2.7 2.7 0 0 0-1.174.784a1.9 1.9 0 0 0-.45 1.287c-.01.37.076.736.25 1.063"/></svg>
React
import type { SVGProps } from "react";
export function BiSkype(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4.671 0c.88 0 1.733.247 2.468.702a7.42 7.42 0 0 1 6.02 2.118a7.37 7.37 0 0 1 2.167 5.215q0 .517-.072 1.026a4.66 4.66 0 0 1 .6 2.281a4.64 4.64 0 0 1-1.37 3.294A4.67 4.67 0 0 1 11.18 16c-.84 0-1.658-.226-2.37-.644a7.42 7.42 0 0 1-6.114-2.107A7.37 7.37 0 0 1 .529 8.035q0-.545.08-1.081a4.644 4.644 0 0 1 .76-5.59A4.68 4.68 0 0 1 4.67 0zm.447 7.01c.18.309.43.572.729.769a7 7 0 0 0 1.257.653q.737.308 1.145.523c.229.112.437.264.615.448c.135.142.21.331.21.528a.87.87 0 0 1-.335.723c-.291.196-.64.289-.99.264a2.6 2.6 0 0 1-1.048-.206a11 11 0 0 1-.532-.253a1.3 1.3 0 0 0-.587-.15a.72.72 0 0 0-.501.176a.63.63 0 0 0-.195.491a.8.8 0 0 0 .148.482a1.2 1.2 0 0 0 .456.354a5.1 5.1 0 0 0 2.212.419a4.6 4.6 0 0 0 1.624-.265a2.3 2.3 0 0 0 1.08-.801c.267-.39.402-.855.386-1.327a2.1 2.1 0 0 0-.279-1.101a2.5 2.5 0 0 0-.772-.792A7 7 0 0 0 8.486 7.3a1 1 0 0 0-.145-.058a18 18 0 0 1-1.013-.447a1.8 1.8 0 0 1-.54-.387a.73.73 0 0 1-.2-.508a.8.8 0 0 1 .385-.723a1.76 1.76 0 0 1 .968-.247c.26-.003.52.03.772.096q.412.119.802.293c.105.049.22.075.336.076a.6.6 0 0 0 .453-.19a.7.7 0 0 0 .18-.496a.72.72 0 0 0-.17-.476a1.4 1.4 0 0 0-.556-.354a3.7 3.7 0 0 0-.708-.183a6 6 0 0 0-1.022-.078a4.5 4.5 0 0 0-1.536.258a2.7 2.7 0 0 0-1.174.784a1.9 1.9 0 0 0-.45 1.287c-.01.37.076.736.25 1.063"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4.671 0c.88 0 1.733.247 2.468.702a7.42 7.42 0 0 1 6.02 2.118a7.37 7.37 0 0 1 2.167 5.215q0 .517-.072 1.026a4.66 4.66 0 0 1 .6 2.281a4.64 4.64 0 0 1-1.37 3.294A4.67 4.67 0 0 1 11.18 16c-.84 0-1.658-.226-2.37-.644a7.42 7.42 0 0 1-6.114-2.107A7.37 7.37 0 0 1 .529 8.035q0-.545.08-1.081a4.644 4.644 0 0 1 .76-5.59A4.68 4.68 0 0 1 4.67 0zm.447 7.01c.18.309.43.572.729.769a7 7 0 0 0 1.257.653q.737.308 1.145.523c.229.112.437.264.615.448c.135.142.21.331.21.528a.87.87 0 0 1-.335.723c-.291.196-.64.289-.99.264a2.6 2.6 0 0 1-1.048-.206a11 11 0 0 1-.532-.253a1.3 1.3 0 0 0-.587-.15a.72.72 0 0 0-.501.176a.63.63 0 0 0-.195.491a.8.8 0 0 0 .148.482a1.2 1.2 0 0 0 .456.354a5.1 5.1 0 0 0 2.212.419a4.6 4.6 0 0 0 1.624-.265a2.3 2.3 0 0 0 1.08-.801c.267-.39.402-.855.386-1.327a2.1 2.1 0 0 0-.279-1.101a2.5 2.5 0 0 0-.772-.792A7 7 0 0 0 8.486 7.3a1 1 0 0 0-.145-.058a18 18 0 0 1-1.013-.447a1.8 1.8 0 0 1-.54-.387a.73.73 0 0 1-.2-.508a.8.8 0 0 1 .385-.723a1.76 1.76 0 0 1 .968-.247c.26-.003.52.03.772.096q.412.119.802.293c.105.049.22.075.336.076a.6.6 0 0 0 .453-.19a.7.7 0 0 0 .18-.496a.72.72 0 0 0-.17-.476a1.4 1.4 0 0 0-.556-.354a3.7 3.7 0 0 0-.708-.183a6 6 0 0 0-1.022-.078a4.5 4.5 0 0 0-1.536.258a2.7 2.7 0 0 0-1.174.784a1.9 1.9 0 0 0-.45 1.287c-.01.37.076.736.25 1.063"/></svg> </template>
CSS
.icon-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.671%200c.88%200%201.733.247%202.468.702a7.42%207.42%200%200%201%206.02%202.118a7.37%207.37%200%200%201%202.167%205.215q0%20.517-.072%201.026a4.66%204.66%200%200%201%20.6%202.281a4.64%204.64%200%200%201-1.37%203.294A4.67%204.67%200%200%201%2011.18%2016c-.84%200-1.658-.226-2.37-.644a7.42%207.42%200%200%201-6.114-2.107A7.37%207.37%200%200%201%20.529%208.035q0-.545.08-1.081a4.644%204.644%200%200%201%20.76-5.59A4.68%204.68%200%200%201%204.67%200zm.447%207.01c.18.309.43.572.729.769a7%207%200%200%200%201.257.653q.737.308%201.145.523c.229.112.437.264.615.448c.135.142.21.331.21.528a.87.87%200%200%201-.335.723c-.291.196-.64.289-.99.264a2.6%202.6%200%200%201-1.048-.206a11%2011%200%200%201-.532-.253a1.3%201.3%200%200%200-.587-.15a.72.72%200%200%200-.501.176a.63.63%200%200%200-.195.491a.8.8%200%200%200%20.148.482a1.2%201.2%200%200%200%20.456.354a5.1%205.1%200%200%200%202.212.419a4.6%204.6%200%200%200%201.624-.265a2.3%202.3%200%200%200%201.08-.801c.267-.39.402-.855.386-1.327a2.1%202.1%200%200%200-.279-1.101a2.5%202.5%200%200%200-.772-.792A7%207%200%200%200%208.486%207.3a1%201%200%200%200-.145-.058a18%2018%200%200%201-1.013-.447a1.8%201.8%200%200%201-.54-.387a.73.73%200%200%201-.2-.508a.8.8%200%200%201%20.385-.723a1.76%201.76%200%200%201%20.968-.247c.26-.003.52.03.772.096q.412.119.802.293c.105.049.22.075.336.076a.6.6%200%200%200%20.453-.19a.7.7%200%200%200%20.18-.496a.72.72%200%200%200-.17-.476a1.4%201.4%200%200%200-.556-.354a3.7%203.7%200%200%200-.708-.183a6%206%200%200%200-1.022-.078a4.5%204.5%200%200%200-1.536.258a2.7%202.7%200%200%200-1.174.784a1.9%201.9%200%200%200-.45%201.287c-.01.37.076.736.25%201.063%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.671%200c.88%200%201.733.247%202.468.702a7.42%207.42%200%200%201%206.02%202.118a7.37%207.37%200%200%201%202.167%205.215q0%20.517-.072%201.026a4.66%204.66%200%200%201%20.6%202.281a4.64%204.64%200%200%201-1.37%203.294A4.67%204.67%200%200%201%2011.18%2016c-.84%200-1.658-.226-2.37-.644a7.42%207.42%200%200%201-6.114-2.107A7.37%207.37%200%200%201%20.529%208.035q0-.545.08-1.081a4.644%204.644%200%200%201%20.76-5.59A4.68%204.68%200%200%201%204.67%200zm.447%207.01c.18.309.43.572.729.769a7%207%200%200%200%201.257.653q.737.308%201.145.523c.229.112.437.264.615.448c.135.142.21.331.21.528a.87.87%200%200%201-.335.723c-.291.196-.64.289-.99.264a2.6%202.6%200%200%201-1.048-.206a11%2011%200%200%201-.532-.253a1.3%201.3%200%200%200-.587-.15a.72.72%200%200%200-.501.176a.63.63%200%200%200-.195.491a.8.8%200%200%200%20.148.482a1.2%201.2%200%200%200%20.456.354a5.1%205.1%200%200%200%202.212.419a4.6%204.6%200%200%200%201.624-.265a2.3%202.3%200%200%200%201.08-.801c.267-.39.402-.855.386-1.327a2.1%202.1%200%200%200-.279-1.101a2.5%202.5%200%200%200-.772-.792A7%207%200%200%200%208.486%207.3a1%201%200%200%200-.145-.058a18%2018%200%200%201-1.013-.447a1.8%201.8%200%200%201-.54-.387a.73.73%200%200%201-.2-.508a.8.8%200%200%201%20.385-.723a1.76%201.76%200%200%201%20.968-.247c.26-.003.52.03.772.096q.412.119.802.293c.105.049.22.075.336.076a.6.6%200%200%200%20.453-.19a.7.7%200%200%200%20.18-.496a.72.72%200%200%200-.17-.476a1.4%201.4%200%200%200-.556-.354a3.7%203.7%200%200%200-.708-.183a6%206%200%200%200-1.022-.078a4.5%204.5%200%200%200-1.536.258a2.7%202.7%200%200%200-1.174.784a1.9%201.9%200%200%200-.45%201.287c-.01.37.076.736.25%201.063%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bi/skype.svg?color=%231a73e8&size=48