round wifi calling icon

round-wifi-calling from Google Material Icons by Material Design Authors · Baseline · Communication · Apache-2.0 Free for personal and commercial use.

Name
round-wifi-calling
Set
Google Material Icons
Style
Baseline
Category
Communication
Viewbox
24×24
License
Apache 2.0

More communication icons from Google Material Icons

Use the round wifi calling icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 4.95C21.79 4.78 19.67 3 16.5 3c-3.18 0-5.29 1.78-5.5 1.95L16.5 12z"/><path fill="currentColor" d="m19.2 15.28l-2.54-.29a1.99 1.99 0 0 0-1.64.57l-1.84 1.84a15.05 15.05 0 0 1-6.59-6.59l1.85-1.85c.43-.43.64-1.04.57-1.64L8.72 4.8a2 2 0 0 0-1.99-1.77H5c-1.13 0-2.07.94-2 2.07c.53 8.54 7.36 15.37 15.9 15.9c1.13.07 2.07-.87 2.07-2v-1.73c0-1.02-.76-1.87-1.77-1.99"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundWifiCalling(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="M22 4.95C21.79 4.78 19.67 3 16.5 3c-3.18 0-5.29 1.78-5.5 1.95L16.5 12z"/><path fill="currentColor" d="m19.2 15.28l-2.54-.29a1.99 1.99 0 0 0-1.64.57l-1.84 1.84a15.05 15.05 0 0 1-6.59-6.59l1.85-1.85c.43-.43.64-1.04.57-1.64L8.72 4.8a2 2 0 0 0-1.99-1.77H5c-1.13 0-2.07.94-2 2.07c.53 8.54 7.36 15.37 15.9 15.9c1.13.07 2.07-.87 2.07-2v-1.73c0-1.02-.76-1.87-1.77-1.99"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 4.95C21.79 4.78 19.67 3 16.5 3c-3.18 0-5.29 1.78-5.5 1.95L16.5 12z"/><path fill="currentColor" d="m19.2 15.28l-2.54-.29a1.99 1.99 0 0 0-1.64.57l-1.84 1.84a15.05 15.05 0 0 1-6.59-6.59l1.85-1.85c.43-.43.64-1.04.57-1.64L8.72 4.8a2 2 0 0 0-1.99-1.77H5c-1.13 0-2.07.94-2 2.07c.53 8.54 7.36 15.37 15.9 15.9c1.13.07 2.07-.87 2.07-2v-1.73c0-1.02-.76-1.87-1.77-1.99"/></svg>
</template>

CSS

.icon-round-wifi-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%22M22%204.95C21.79%204.78%2019.67%203%2016.5%203c-3.18%200-5.29%201.78-5.5%201.95L16.5%2012z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m19.2%2015.28l-2.54-.29a1.99%201.99%200%200%200-1.64.57l-1.84%201.84a15.05%2015.05%200%200%201-6.59-6.59l1.85-1.85c.43-.43.64-1.04.57-1.64L8.72%204.8a2%202%200%200%200-1.99-1.77H5c-1.13%200-2.07.94-2%202.07c.53%208.54%207.36%2015.37%2015.9%2015.9c1.13.07%202.07-.87%202.07-2v-1.73c0-1.02-.76-1.87-1.77-1.99%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%22M22%204.95C21.79%204.78%2019.67%203%2016.5%203c-3.18%200-5.29%201.78-5.5%201.95L16.5%2012z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m19.2%2015.28l-2.54-.29a1.99%201.99%200%200%200-1.64.57l-1.84%201.84a15.05%2015.05%200%200%201-6.59-6.59l1.85-1.85c.43-.43.64-1.04.57-1.64L8.72%204.8a2%202%200%200%200-1.99-1.77H5c-1.13%200-2.07.94-2%202.07c.53%208.54%207.36%2015.37%2015.9%2015.9c1.13.07%202.07-.87%202.07-2v-1.73c0-1.02-.76-1.87-1.77-1.99%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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