skype-line from Remix Icon by Remix Design · Line · Logos · Apache-2.0 Free for personal and commercial use.

Name
skype-line
Set
Remix Icon
Style
Line
Category
Logos
Viewbox
24×24
License
Apache 2.0

1 other variant in Remix Icon

The same icon in other sets

More logos icons from Remix Icon

Use the skype icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.005 18.423a2 2 0 0 1 1.237.207a3.25 3.25 0 0 0 4.389-4.389a2 2 0 0 1-.207-1.237q.077-.495.077-1.004a6.5 6.5 0 0 0-7.504-6.423A2 2 0 0 1 9.76 5.37a3.25 3.25 0 0 0-4.389 4.39a2 2 0 0 1 .207 1.237Q5.5 11.49 5.5 12a6.5 6.5 0 0 0 7.504 6.423M12.001 20.5a8.5 8.5 0 0 1-8.4-9.81a5.25 5.25 0 0 1 7.09-7.09q.642-.1 1.31-.1a8.5 8.5 0 0 1 8.4 9.81a5.25 5.25 0 0 1-7.09 7.09q-.642.1-1.31.1m.053-3.5C9.252 17 8 15.62 8 14.586c0-.532.39-.902.928-.902c1.2 0 .887 1.725 3.125 1.725c1.143 0 1.776-.624 1.776-1.261c0-.384-.188-.808-.943-.995l-2.49-.624c-2.006-.504-2.37-1.592-2.37-2.612C8.027 7.797 10.019 7 11.89 7c1.72 0 3.755.956 3.755 2.228c0 .545-.479.863-1.011.863c-1.023 0-.835-1.418-2.9-1.418c-1.023 0-1.596.462-1.596 1.126s.803.876 1.502 1.035l1.836.409C15.49 11.695 16 12.876 16 13.989C16 15.713 14.675 17 12.015 17z"/></svg>

React

import type { SVGProps } from "react";

export function RiSkypeLine(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.005 18.423a2 2 0 0 1 1.237.207a3.25 3.25 0 0 0 4.389-4.389a2 2 0 0 1-.207-1.237q.077-.495.077-1.004a6.5 6.5 0 0 0-7.504-6.423A2 2 0 0 1 9.76 5.37a3.25 3.25 0 0 0-4.389 4.39a2 2 0 0 1 .207 1.237Q5.5 11.49 5.5 12a6.5 6.5 0 0 0 7.504 6.423M12.001 20.5a8.5 8.5 0 0 1-8.4-9.81a5.25 5.25 0 0 1 7.09-7.09q.642-.1 1.31-.1a8.5 8.5 0 0 1 8.4 9.81a5.25 5.25 0 0 1-7.09 7.09q-.642.1-1.31.1m.053-3.5C9.252 17 8 15.62 8 14.586c0-.532.39-.902.928-.902c1.2 0 .887 1.725 3.125 1.725c1.143 0 1.776-.624 1.776-1.261c0-.384-.188-.808-.943-.995l-2.49-.624c-2.006-.504-2.37-1.592-2.37-2.612C8.027 7.797 10.019 7 11.89 7c1.72 0 3.755.956 3.755 2.228c0 .545-.479.863-1.011.863c-1.023 0-.835-1.418-2.9-1.418c-1.023 0-1.596.462-1.596 1.126s.803.876 1.502 1.035l1.836.409C15.49 11.695 16 12.876 16 13.989C16 15.713 14.675 17 12.015 17z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.005 18.423a2 2 0 0 1 1.237.207a3.25 3.25 0 0 0 4.389-4.389a2 2 0 0 1-.207-1.237q.077-.495.077-1.004a6.5 6.5 0 0 0-7.504-6.423A2 2 0 0 1 9.76 5.37a3.25 3.25 0 0 0-4.389 4.39a2 2 0 0 1 .207 1.237Q5.5 11.49 5.5 12a6.5 6.5 0 0 0 7.504 6.423M12.001 20.5a8.5 8.5 0 0 1-8.4-9.81a5.25 5.25 0 0 1 7.09-7.09q.642-.1 1.31-.1a8.5 8.5 0 0 1 8.4 9.81a5.25 5.25 0 0 1-7.09 7.09q-.642.1-1.31.1m.053-3.5C9.252 17 8 15.62 8 14.586c0-.532.39-.902.928-.902c1.2 0 .887 1.725 3.125 1.725c1.143 0 1.776-.624 1.776-1.261c0-.384-.188-.808-.943-.995l-2.49-.624c-2.006-.504-2.37-1.592-2.37-2.612C8.027 7.797 10.019 7 11.89 7c1.72 0 3.755.956 3.755 2.228c0 .545-.479.863-1.011.863c-1.023 0-.835-1.418-2.9-1.418c-1.023 0-1.596.462-1.596 1.126s.803.876 1.502 1.035l1.836.409C15.49 11.695 16 12.876 16 13.989C16 15.713 14.675 17 12.015 17z"/></svg>
</template>

CSS

.icon-skype-line {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.005%2018.423a2%202%200%200%201%201.237.207a3.25%203.25%200%200%200%204.389-4.389a2%202%200%200%201-.207-1.237q.077-.495.077-1.004a6.5%206.5%200%200%200-7.504-6.423A2%202%200%200%201%209.76%205.37a3.25%203.25%200%200%200-4.389%204.39a2%202%200%200%201%20.207%201.237Q5.5%2011.49%205.5%2012a6.5%206.5%200%200%200%207.504%206.423M12.001%2020.5a8.5%208.5%200%200%201-8.4-9.81a5.25%205.25%200%200%201%207.09-7.09q.642-.1%201.31-.1a8.5%208.5%200%200%201%208.4%209.81a5.25%205.25%200%200%201-7.09%207.09q-.642.1-1.31.1m.053-3.5C9.252%2017%208%2015.62%208%2014.586c0-.532.39-.902.928-.902c1.2%200%20.887%201.725%203.125%201.725c1.143%200%201.776-.624%201.776-1.261c0-.384-.188-.808-.943-.995l-2.49-.624c-2.006-.504-2.37-1.592-2.37-2.612C8.027%207.797%2010.019%207%2011.89%207c1.72%200%203.755.956%203.755%202.228c0%20.545-.479.863-1.011.863c-1.023%200-.835-1.418-2.9-1.418c-1.023%200-1.596.462-1.596%201.126s.803.876%201.502%201.035l1.836.409C15.49%2011.695%2016%2012.876%2016%2013.989C16%2015.713%2014.675%2017%2012.015%2017z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.005%2018.423a2%202%200%200%201%201.237.207a3.25%203.25%200%200%200%204.389-4.389a2%202%200%200%201-.207-1.237q.077-.495.077-1.004a6.5%206.5%200%200%200-7.504-6.423A2%202%200%200%201%209.76%205.37a3.25%203.25%200%200%200-4.389%204.39a2%202%200%200%201%20.207%201.237Q5.5%2011.49%205.5%2012a6.5%206.5%200%200%200%207.504%206.423M12.001%2020.5a8.5%208.5%200%200%201-8.4-9.81a5.25%205.25%200%200%201%207.09-7.09q.642-.1%201.31-.1a8.5%208.5%200%200%201%208.4%209.81a5.25%205.25%200%200%201-7.09%207.09q-.642.1-1.31.1m.053-3.5C9.252%2017%208%2015.62%208%2014.586c0-.532.39-.902.928-.902c1.2%200%20.887%201.725%203.125%201.725c1.143%200%201.776-.624%201.776-1.261c0-.384-.188-.808-.943-.995l-2.49-.624c-2.006-.504-2.37-1.592-2.37-2.612C8.027%207.797%2010.019%207%2011.89%207c1.72%200%203.755.956%203.755%202.228c0%20.545-.479.863-1.011.863c-1.023%200-.835-1.418-2.9-1.418c-1.023%200-1.596.462-1.596%201.126s.803.876%201.502%201.035l1.836.409C15.49%2011.695%2016%2012.876%2016%2013.989C16%2015.713%2014.675%2017%2012.015%2017z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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