call calling icon

call-calling-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
call-calling-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the call calling icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.62 10.752a.77.77 0 0 1-.77-.77c0-.37-.37-1.14-.99-1.81c-.61-.65-1.28-1.03-1.84-1.03a.77.77 0 0 1-.77-.77c0-.42.35-.77.77-.77c1 0 2.05.54 2.97 1.51c.86.91 1.41 2.04 1.41 2.86c0 .43-.35.78-.78.78m3.61-.002a.77.77 0 0 1-.77-.77c0-3.55-2.89-6.43-6.43-6.43a.77.77 0 0 1-.77-.77c0-.42.34-.78.76-.78C18.42 2 22 5.58 22 9.98c0 .42-.35.77-.77.77m-10.18 4.2L9.2 16.8c-.39.39-1.01.39-1.41.01c-.11-.11-.22-.21-.33-.32a28.4 28.4 0 0 1-2.79-3.27c-.82-1.14-1.48-2.28-1.96-3.41C2.24 8.67 2 7.58 2 6.54c0-.68.12-1.33.36-1.93c.24-.61.62-1.17 1.15-1.67C4.15 2.31 4.85 2 5.59 2c.28 0 .56.06.81.18c.26.12.49.3.67.56l2.32 3.27c.18.25.31.48.4.7c.09.21.14.42.14.61c0 .24-.07.48-.21.71c-.13.23-.32.47-.56.71l-.76.79c-.11.11-.16.24-.16.4c0 .08.01.15.03.23c.03.08.06.14.08.2c.18.33.49.76.93 1.28c.45.52.93 1.05 1.45 1.58c.1.1.21.2.31.3c.4.39.41 1.03.01 1.43m10.92 3.38a2.54 2.54 0 0 1-.25 1.09c-.17.36-.39.7-.68 1.02c-.49.54-1.03.93-1.64 1.18c-.01 0-.02.01-.03.01c-.59.24-1.23.37-1.92.37c-1.02 0-2.11-.24-3.26-.73s-2.3-1.15-3.44-1.98c-.39-.29-.78-.58-1.15-.89l3.27-3.27c.28.21.53.37.74.48c.05.02.11.05.18.08c.08.03.16.04.25.04c.17 0 .3-.06.41-.17l.76-.75c.25-.25.49-.44.72-.56c.23-.14.46-.21.71-.21c.19 0 .39.04.61.13s.45.22.7.39l3.31 2.35c.26.18.44.39.55.64c.1.25.16.5.16.78"/></svg>

React

import type { SVGProps } from "react";

export function ReiconCallCallingFilled(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="M17.62 10.752a.77.77 0 0 1-.77-.77c0-.37-.37-1.14-.99-1.81c-.61-.65-1.28-1.03-1.84-1.03a.77.77 0 0 1-.77-.77c0-.42.35-.77.77-.77c1 0 2.05.54 2.97 1.51c.86.91 1.41 2.04 1.41 2.86c0 .43-.35.78-.78.78m3.61-.002a.77.77 0 0 1-.77-.77c0-3.55-2.89-6.43-6.43-6.43a.77.77 0 0 1-.77-.77c0-.42.34-.78.76-.78C18.42 2 22 5.58 22 9.98c0 .42-.35.77-.77.77m-10.18 4.2L9.2 16.8c-.39.39-1.01.39-1.41.01c-.11-.11-.22-.21-.33-.32a28.4 28.4 0 0 1-2.79-3.27c-.82-1.14-1.48-2.28-1.96-3.41C2.24 8.67 2 7.58 2 6.54c0-.68.12-1.33.36-1.93c.24-.61.62-1.17 1.15-1.67C4.15 2.31 4.85 2 5.59 2c.28 0 .56.06.81.18c.26.12.49.3.67.56l2.32 3.27c.18.25.31.48.4.7c.09.21.14.42.14.61c0 .24-.07.48-.21.71c-.13.23-.32.47-.56.71l-.76.79c-.11.11-.16.24-.16.4c0 .08.01.15.03.23c.03.08.06.14.08.2c.18.33.49.76.93 1.28c.45.52.93 1.05 1.45 1.58c.1.1.21.2.31.3c.4.39.41 1.03.01 1.43m10.92 3.38a2.54 2.54 0 0 1-.25 1.09c-.17.36-.39.7-.68 1.02c-.49.54-1.03.93-1.64 1.18c-.01 0-.02.01-.03.01c-.59.24-1.23.37-1.92.37c-1.02 0-2.11-.24-3.26-.73s-2.3-1.15-3.44-1.98c-.39-.29-.78-.58-1.15-.89l3.27-3.27c.28.21.53.37.74.48c.05.02.11.05.18.08c.08.03.16.04.25.04c.17 0 .3-.06.41-.17l.76-.75c.25-.25.49-.44.72-.56c.23-.14.46-.21.71-.21c.19 0 .39.04.61.13s.45.22.7.39l3.31 2.35c.26.18.44.39.55.64c.1.25.16.5.16.78"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.62 10.752a.77.77 0 0 1-.77-.77c0-.37-.37-1.14-.99-1.81c-.61-.65-1.28-1.03-1.84-1.03a.77.77 0 0 1-.77-.77c0-.42.35-.77.77-.77c1 0 2.05.54 2.97 1.51c.86.91 1.41 2.04 1.41 2.86c0 .43-.35.78-.78.78m3.61-.002a.77.77 0 0 1-.77-.77c0-3.55-2.89-6.43-6.43-6.43a.77.77 0 0 1-.77-.77c0-.42.34-.78.76-.78C18.42 2 22 5.58 22 9.98c0 .42-.35.77-.77.77m-10.18 4.2L9.2 16.8c-.39.39-1.01.39-1.41.01c-.11-.11-.22-.21-.33-.32a28.4 28.4 0 0 1-2.79-3.27c-.82-1.14-1.48-2.28-1.96-3.41C2.24 8.67 2 7.58 2 6.54c0-.68.12-1.33.36-1.93c.24-.61.62-1.17 1.15-1.67C4.15 2.31 4.85 2 5.59 2c.28 0 .56.06.81.18c.26.12.49.3.67.56l2.32 3.27c.18.25.31.48.4.7c.09.21.14.42.14.61c0 .24-.07.48-.21.71c-.13.23-.32.47-.56.71l-.76.79c-.11.11-.16.24-.16.4c0 .08.01.15.03.23c.03.08.06.14.08.2c.18.33.49.76.93 1.28c.45.52.93 1.05 1.45 1.58c.1.1.21.2.31.3c.4.39.41 1.03.01 1.43m10.92 3.38a2.54 2.54 0 0 1-.25 1.09c-.17.36-.39.7-.68 1.02c-.49.54-1.03.93-1.64 1.18c-.01 0-.02.01-.03.01c-.59.24-1.23.37-1.92.37c-1.02 0-2.11-.24-3.26-.73s-2.3-1.15-3.44-1.98c-.39-.29-.78-.58-1.15-.89l3.27-3.27c.28.21.53.37.74.48c.05.02.11.05.18.08c.08.03.16.04.25.04c.17 0 .3-.06.41-.17l.76-.75c.25-.25.49-.44.72-.56c.23-.14.46-.21.71-.21c.19 0 .39.04.61.13s.45.22.7.39l3.31 2.35c.26.18.44.39.55.64c.1.25.16.5.16.78"/></svg>
</template>

CSS

.icon-call-calling-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.62%2010.752a.77.77%200%200%201-.77-.77c0-.37-.37-1.14-.99-1.81c-.61-.65-1.28-1.03-1.84-1.03a.77.77%200%200%201-.77-.77c0-.42.35-.77.77-.77c1%200%202.05.54%202.97%201.51c.86.91%201.41%202.04%201.41%202.86c0%20.43-.35.78-.78.78m3.61-.002a.77.77%200%200%201-.77-.77c0-3.55-2.89-6.43-6.43-6.43a.77.77%200%200%201-.77-.77c0-.42.34-.78.76-.78C18.42%202%2022%205.58%2022%209.98c0%20.42-.35.77-.77.77m-10.18%204.2L9.2%2016.8c-.39.39-1.01.39-1.41.01c-.11-.11-.22-.21-.33-.32a28.4%2028.4%200%200%201-2.79-3.27c-.82-1.14-1.48-2.28-1.96-3.41C2.24%208.67%202%207.58%202%206.54c0-.68.12-1.33.36-1.93c.24-.61.62-1.17%201.15-1.67C4.15%202.31%204.85%202%205.59%202c.28%200%20.56.06.81.18c.26.12.49.3.67.56l2.32%203.27c.18.25.31.48.4.7c.09.21.14.42.14.61c0%20.24-.07.48-.21.71c-.13.23-.32.47-.56.71l-.76.79c-.11.11-.16.24-.16.4c0%20.08.01.15.03.23c.03.08.06.14.08.2c.18.33.49.76.93%201.28c.45.52.93%201.05%201.45%201.58c.1.1.21.2.31.3c.4.39.41%201.03.01%201.43m10.92%203.38a2.54%202.54%200%200%201-.25%201.09c-.17.36-.39.7-.68%201.02c-.49.54-1.03.93-1.64%201.18c-.01%200-.02.01-.03.01c-.59.24-1.23.37-1.92.37c-1.02%200-2.11-.24-3.26-.73s-2.3-1.15-3.44-1.98c-.39-.29-.78-.58-1.15-.89l3.27-3.27c.28.21.53.37.74.48c.05.02.11.05.18.08c.08.03.16.04.25.04c.17%200%20.3-.06.41-.17l.76-.75c.25-.25.49-.44.72-.56c.23-.14.46-.21.71-.21c.19%200%20.39.04.61.13s.45.22.7.39l3.31%202.35c.26.18.44.39.55.64c.1.25.16.5.16.78%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%22M17.62%2010.752a.77.77%200%200%201-.77-.77c0-.37-.37-1.14-.99-1.81c-.61-.65-1.28-1.03-1.84-1.03a.77.77%200%200%201-.77-.77c0-.42.35-.77.77-.77c1%200%202.05.54%202.97%201.51c.86.91%201.41%202.04%201.41%202.86c0%20.43-.35.78-.78.78m3.61-.002a.77.77%200%200%201-.77-.77c0-3.55-2.89-6.43-6.43-6.43a.77.77%200%200%201-.77-.77c0-.42.34-.78.76-.78C18.42%202%2022%205.58%2022%209.98c0%20.42-.35.77-.77.77m-10.18%204.2L9.2%2016.8c-.39.39-1.01.39-1.41.01c-.11-.11-.22-.21-.33-.32a28.4%2028.4%200%200%201-2.79-3.27c-.82-1.14-1.48-2.28-1.96-3.41C2.24%208.67%202%207.58%202%206.54c0-.68.12-1.33.36-1.93c.24-.61.62-1.17%201.15-1.67C4.15%202.31%204.85%202%205.59%202c.28%200%20.56.06.81.18c.26.12.49.3.67.56l2.32%203.27c.18.25.31.48.4.7c.09.21.14.42.14.61c0%20.24-.07.48-.21.71c-.13.23-.32.47-.56.71l-.76.79c-.11.11-.16.24-.16.4c0%20.08.01.15.03.23c.03.08.06.14.08.2c.18.33.49.76.93%201.28c.45.52.93%201.05%201.45%201.58c.1.1.21.2.31.3c.4.39.41%201.03.01%201.43m10.92%203.38a2.54%202.54%200%200%201-.25%201.09c-.17.36-.39.7-.68%201.02c-.49.54-1.03.93-1.64%201.18c-.01%200-.02.01-.03.01c-.59.24-1.23.37-1.92.37c-1.02%200-2.11-.24-3.26-.73s-2.3-1.15-3.44-1.98c-.39-.29-.78-.58-1.15-.89l3.27-3.27c.28.21.53.37.74.48c.05.02.11.05.18.08c.08.03.16.04.25.04c.17%200%20.3-.06.41-.17l.76-.75c.25-.25.49-.44.72-.56c.23-.14.46-.21.71-.21c.19%200%20.39.04.61.13s.45.22.7.39l3.31%202.35c.26.18.44.39.55.64c.1.25.16.5.16.78%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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