skype icon
skype-solid from Teenyicons by smhmd · Solid · MIT Free for personal and commercial use.
- Name
- skype-solid
- Set
- Teenyicons
- Style
- Solid
- Viewbox
- 15×15
- License
- MIT
1 other variant in Teenyicons
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 15 15"><path fill="currentColor" fill-rule="evenodd" d="M0 4.457A4.456 4.456 0 0 1 6.778.652A7 7 0 0 1 7.5.61a6.89 6.89 0 0 1 6.891 6.89q-.002.373-.043.723a4.457 4.457 0 0 1-6.126 6.125a7 7 0 0 1-.722.043A6.89 6.89 0 0 1 .609 7.5c0-.248.017-.49.043-.723A4.43 4.43 0 0 1 0 4.457M6 6a1 1 0 0 1 1-1h.882c.496 0 .949.28 1.17.724l.895-.448A2.31 2.31 0 0 0 7.882 4H7a2 2 0 1 0 0 4h1a1 1 0 0 1 0 2h-.882c-.496 0-.95-.28-1.17-.724l-.895.448A2.31 2.31 0 0 0 7.118 11H8a2 2 0 1 0 0-4H7a1 1 0 0 1-1-1" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function TeenyiconsSkypeSolid(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" fillRule="evenodd" d="M0 4.457A4.456 4.456 0 0 1 6.778.652A7 7 0 0 1 7.5.61a6.89 6.89 0 0 1 6.891 6.89q-.002.373-.043.723a4.457 4.457 0 0 1-6.126 6.125a7 7 0 0 1-.722.043A6.89 6.89 0 0 1 .609 7.5c0-.248.017-.49.043-.723A4.43 4.43 0 0 1 0 4.457M6 6a1 1 0 0 1 1-1h.882c.496 0 .949.28 1.17.724l.895-.448A2.31 2.31 0 0 0 7.882 4H7a2 2 0 1 0 0 4h1a1 1 0 0 1 0 2h-.882c-.496 0-.95-.28-1.17-.724l-.895.448A2.31 2.31 0 0 0 7.118 11H8a2 2 0 1 0 0-4H7a1 1 0 0 1-1-1" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" fill-rule="evenodd" d="M0 4.457A4.456 4.456 0 0 1 6.778.652A7 7 0 0 1 7.5.61a6.89 6.89 0 0 1 6.891 6.89q-.002.373-.043.723a4.457 4.457 0 0 1-6.126 6.125a7 7 0 0 1-.722.043A6.89 6.89 0 0 1 .609 7.5c0-.248.017-.49.043-.723A4.43 4.43 0 0 1 0 4.457M6 6a1 1 0 0 1 1-1h.882c.496 0 .949.28 1.17.724l.895-.448A2.31 2.31 0 0 0 7.882 4H7a2 2 0 1 0 0 4h1a1 1 0 0 1 0 2h-.882c-.496 0-.95-.28-1.17-.724l-.895.448A2.31 2.31 0 0 0 7.118 11H8a2 2 0 1 0 0-4H7a1 1 0 0 1-1-1" clip-rule="evenodd"/></svg> </template>
CSS
.icon-skype-solid {
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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%204.457A4.456%204.456%200%200%201%206.778.652A7%207%200%200%201%207.5.61a6.89%206.89%200%200%201%206.891%206.89q-.002.373-.043.723a4.457%204.457%200%200%201-6.126%206.125a7%207%200%200%201-.722.043A6.89%206.89%200%200%201%20.609%207.5c0-.248.017-.49.043-.723A4.43%204.43%200%200%201%200%204.457M6%206a1%201%200%200%201%201-1h.882c.496%200%20.949.28%201.17.724l.895-.448A2.31%202.31%200%200%200%207.882%204H7a2%202%200%201%200%200%204h1a1%201%200%200%201%200%202h-.882c-.496%200-.95-.28-1.17-.724l-.895.448A2.31%202.31%200%200%200%207.118%2011H8a2%202%200%201%200%200-4H7a1%201%200%200%201-1-1%22%20clip-rule%3D%22evenodd%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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%204.457A4.456%204.456%200%200%201%206.778.652A7%207%200%200%201%207.5.61a6.89%206.89%200%200%201%206.891%206.89q-.002.373-.043.723a4.457%204.457%200%200%201-6.126%206.125a7%207%200%200%201-.722.043A6.89%206.89%200%200%201%20.609%207.5c0-.248.017-.49.043-.723A4.43%204.43%200%200%201%200%204.457M6%206a1%201%200%200%201%201-1h.882c.496%200%20.949.28%201.17.724l.895-.448A2.31%202.31%200%200%200%207.882%204H7a2%202%200%201%200%200%204h1a1%201%200%200%201%200%202h-.882c-.496%200-.95-.28-1.17-.724l-.895.448A2.31%202.31%200%200%200%207.118%2011H8a2%202%200%201%200%200-4H7a1%201%200%200%201-1-1%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/teenyicons/skype-solid.svg?color=%231a73e8&size=48