calling icon

calling from Unicons by Iconscout · Line · Communication · Apache-2.0 Free for personal and commercial use.

Name
calling
Set
Unicons
Style
Line
Category
Communication
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More communication icons from Unicons

Use the calling icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.47 9a1 1 0 1 0-1-1a1 1 0 0 0 1 1m-3 0a1 1 0 1 0-1-1a1 1 0 0 0 1 1m-3 0a1 1 0 1 0-1-1a1 1 0 0 0 1 1m4.44 4c-.22 0-.45-.07-.67-.12a9.4 9.4 0 0 1-1.31-.39a2 2 0 0 0-2.48 1l-.22.45a12.5 12.5 0 0 1-2.67-2a12.8 12.8 0 0 1-2-2.66L10 9a2 2 0 0 0 1-2.48a10 10 0 0 1-.39-1.31c-.05-.23-.09-.45-.12-.68a3 3 0 0 0-3-2.49h-3a3 3 0 0 0-2.24 1a3 3 0 0 0-.73 2.39A19 19 0 0 0 18 21.91a3 3 0 0 0 .39 0a3 3 0 0 0 3-3v-3A3 3 0 0 0 18.91 13m.49 6a1 1 0 0 1-1.15 1a17.12 17.12 0 0 1-9.87-4.85a17.14 17.14 0 0 1-4.84-9.93a1 1 0 0 1 .25-.82a1 1 0 0 1 .74-.34h3a1 1 0 0 1 1 .79q.06.41.15.81a11 11 0 0 0 .46 1.55l-1.4.65a1 1 0 0 0-.49 1.33a14.5 14.5 0 0 0 7 7a1 1 0 0 0 .76 0a1 1 0 0 0 .56-.52l.63-1.4a14 14 0 0 0 1.58.46c.26.06.54.11.81.15a1 1 0 0 1 .78 1Z"/></svg>

React

import type { SVGProps } from "react";

export function UilCalling(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="M20.47 9a1 1 0 1 0-1-1a1 1 0 0 0 1 1m-3 0a1 1 0 1 0-1-1a1 1 0 0 0 1 1m-3 0a1 1 0 1 0-1-1a1 1 0 0 0 1 1m4.44 4c-.22 0-.45-.07-.67-.12a9.4 9.4 0 0 1-1.31-.39a2 2 0 0 0-2.48 1l-.22.45a12.5 12.5 0 0 1-2.67-2a12.8 12.8 0 0 1-2-2.66L10 9a2 2 0 0 0 1-2.48a10 10 0 0 1-.39-1.31c-.05-.23-.09-.45-.12-.68a3 3 0 0 0-3-2.49h-3a3 3 0 0 0-2.24 1a3 3 0 0 0-.73 2.39A19 19 0 0 0 18 21.91a3 3 0 0 0 .39 0a3 3 0 0 0 3-3v-3A3 3 0 0 0 18.91 13m.49 6a1 1 0 0 1-1.15 1a17.12 17.12 0 0 1-9.87-4.85a17.14 17.14 0 0 1-4.84-9.93a1 1 0 0 1 .25-.82a1 1 0 0 1 .74-.34h3a1 1 0 0 1 1 .79q.06.41.15.81a11 11 0 0 0 .46 1.55l-1.4.65a1 1 0 0 0-.49 1.33a14.5 14.5 0 0 0 7 7a1 1 0 0 0 .76 0a1 1 0 0 0 .56-.52l.63-1.4a14 14 0 0 0 1.58.46c.26.06.54.11.81.15a1 1 0 0 1 .78 1Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.47 9a1 1 0 1 0-1-1a1 1 0 0 0 1 1m-3 0a1 1 0 1 0-1-1a1 1 0 0 0 1 1m-3 0a1 1 0 1 0-1-1a1 1 0 0 0 1 1m4.44 4c-.22 0-.45-.07-.67-.12a9.4 9.4 0 0 1-1.31-.39a2 2 0 0 0-2.48 1l-.22.45a12.5 12.5 0 0 1-2.67-2a12.8 12.8 0 0 1-2-2.66L10 9a2 2 0 0 0 1-2.48a10 10 0 0 1-.39-1.31c-.05-.23-.09-.45-.12-.68a3 3 0 0 0-3-2.49h-3a3 3 0 0 0-2.24 1a3 3 0 0 0-.73 2.39A19 19 0 0 0 18 21.91a3 3 0 0 0 .39 0a3 3 0 0 0 3-3v-3A3 3 0 0 0 18.91 13m.49 6a1 1 0 0 1-1.15 1a17.12 17.12 0 0 1-9.87-4.85a17.14 17.14 0 0 1-4.84-9.93a1 1 0 0 1 .25-.82a1 1 0 0 1 .74-.34h3a1 1 0 0 1 1 .79q.06.41.15.81a11 11 0 0 0 .46 1.55l-1.4.65a1 1 0 0 0-.49 1.33a14.5 14.5 0 0 0 7 7a1 1 0 0 0 .76 0a1 1 0 0 0 .56-.52l.63-1.4a14 14 0 0 0 1.58.46c.26.06.54.11.81.15a1 1 0 0 1 .78 1Z"/></svg>
</template>

CSS

.icon-calling {
  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%22M20.47%209a1%201%200%201%200-1-1a1%201%200%200%200%201%201m-3%200a1%201%200%201%200-1-1a1%201%200%200%200%201%201m-3%200a1%201%200%201%200-1-1a1%201%200%200%200%201%201m4.44%204c-.22%200-.45-.07-.67-.12a9.4%209.4%200%200%201-1.31-.39a2%202%200%200%200-2.48%201l-.22.45a12.5%2012.5%200%200%201-2.67-2a12.8%2012.8%200%200%201-2-2.66L10%209a2%202%200%200%200%201-2.48a10%2010%200%200%201-.39-1.31c-.05-.23-.09-.45-.12-.68a3%203%200%200%200-3-2.49h-3a3%203%200%200%200-2.24%201a3%203%200%200%200-.73%202.39A19%2019%200%200%200%2018%2021.91a3%203%200%200%200%20.39%200a3%203%200%200%200%203-3v-3A3%203%200%200%200%2018.91%2013m.49%206a1%201%200%200%201-1.15%201a17.12%2017.12%200%200%201-9.87-4.85a17.14%2017.14%200%200%201-4.84-9.93a1%201%200%200%201%20.25-.82a1%201%200%200%201%20.74-.34h3a1%201%200%200%201%201%20.79q.06.41.15.81a11%2011%200%200%200%20.46%201.55l-1.4.65a1%201%200%200%200-.49%201.33a14.5%2014.5%200%200%200%207%207a1%201%200%200%200%20.76%200a1%201%200%200%200%20.56-.52l.63-1.4a14%2014%200%200%200%201.58.46c.26.06.54.11.81.15a1%201%200%200%201%20.78%201Z%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%22M20.47%209a1%201%200%201%200-1-1a1%201%200%200%200%201%201m-3%200a1%201%200%201%200-1-1a1%201%200%200%200%201%201m-3%200a1%201%200%201%200-1-1a1%201%200%200%200%201%201m4.44%204c-.22%200-.45-.07-.67-.12a9.4%209.4%200%200%201-1.31-.39a2%202%200%200%200-2.48%201l-.22.45a12.5%2012.5%200%200%201-2.67-2a12.8%2012.8%200%200%201-2-2.66L10%209a2%202%200%200%200%201-2.48a10%2010%200%200%201-.39-1.31c-.05-.23-.09-.45-.12-.68a3%203%200%200%200-3-2.49h-3a3%203%200%200%200-2.24%201a3%203%200%200%200-.73%202.39A19%2019%200%200%200%2018%2021.91a3%203%200%200%200%20.39%200a3%203%200%200%200%203-3v-3A3%203%200%200%200%2018.91%2013m.49%206a1%201%200%200%201-1.15%201a17.12%2017.12%200%200%201-9.87-4.85a17.14%2017.14%200%200%201-4.84-9.93a1%201%200%200%201%20.25-.82a1%201%200%200%201%20.74-.34h3a1%201%200%200%201%201%20.79q.06.41.15.81a11%2011%200%200%200%20.46%201.55l-1.4.65a1%201%200%200%200-.49%201.33a14.5%2014.5%200%200%200%207%207a1%201%200%200%200%20.76%200a1%201%200%200%200%20.56-.52l.63-1.4a14%2014%200%200%200%201.58.46c.26.06.54.11.81.15a1%201%200%200%201%20.78%201Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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