round wifi calling 3 icon

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

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

More device icons from Google Material Icons

Use the round wifi calling 3 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.54 4.8A7.9 7.9 0 0 0 16.49 3c-1.92 0-3.67.67-5.05 1.8c-.34.28-.36.79-.05 1.1l.01.01c.27.27.7.29 1 .05c1.12-.91 2.54-1.45 4.09-1.45s2.97.55 4.09 1.45c.3.24.73.23 1-.05l.01-.01c.31-.31.29-.83-.05-1.1"/><path fill="currentColor" d="M19.45 8.04c.33-.33.28-.88-.11-1.15c-.8-.56-1.79-.89-2.85-.89s-2.04.33-2.85.89c-.38.27-.44.82-.11 1.15c.25.25.65.31.94.1c.57-.4 1.27-.64 2.02-.64s1.45.24 2.02.64c.29.21.69.15.94-.1m-2.96.86c-.32 0-.62.08-.89.21c-.3.15-.34.56-.11.79l.65.65c.2.2.51.2.71 0l.65-.65c.23-.23.19-.64-.11-.79c-.27-.14-.58-.21-.9-.21"/><path fill="currentColor" d="m15.63 14.4l-2.52 2.5c-2.5-1.43-4.57-3.5-6-6l2.5-2.52c.23-.24.33-.57.27-.9L9.13 3.8c-.09-.46-.5-.8-.98-.8H4c-.56 0-1.03.47-1 1.03c.17 2.89 1.05 5.6 2.43 7.97c1.58 2.73 3.85 4.99 6.57 6.57c2.37 1.37 5.08 2.26 7.97 2.43c.56.03 1.03-.44 1.03-1v-4.15c0-.48-.34-.89-.8-.98l-3.67-.73a.99.99 0 0 0-.9.26"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundWifiCalling3(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="M21.54 4.8A7.9 7.9 0 0 0 16.49 3c-1.92 0-3.67.67-5.05 1.8c-.34.28-.36.79-.05 1.1l.01.01c.27.27.7.29 1 .05c1.12-.91 2.54-1.45 4.09-1.45s2.97.55 4.09 1.45c.3.24.73.23 1-.05l.01-.01c.31-.31.29-.83-.05-1.1"/><path fill="currentColor" d="M19.45 8.04c.33-.33.28-.88-.11-1.15c-.8-.56-1.79-.89-2.85-.89s-2.04.33-2.85.89c-.38.27-.44.82-.11 1.15c.25.25.65.31.94.1c.57-.4 1.27-.64 2.02-.64s1.45.24 2.02.64c.29.21.69.15.94-.1m-2.96.86c-.32 0-.62.08-.89.21c-.3.15-.34.56-.11.79l.65.65c.2.2.51.2.71 0l.65-.65c.23-.23.19-.64-.11-.79c-.27-.14-.58-.21-.9-.21"/><path fill="currentColor" d="m15.63 14.4l-2.52 2.5c-2.5-1.43-4.57-3.5-6-6l2.5-2.52c.23-.24.33-.57.27-.9L9.13 3.8c-.09-.46-.5-.8-.98-.8H4c-.56 0-1.03.47-1 1.03c.17 2.89 1.05 5.6 2.43 7.97c1.58 2.73 3.85 4.99 6.57 6.57c2.37 1.37 5.08 2.26 7.97 2.43c.56.03 1.03-.44 1.03-1v-4.15c0-.48-.34-.89-.8-.98l-3.67-.73a.99.99 0 0 0-.9.26"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.54 4.8A7.9 7.9 0 0 0 16.49 3c-1.92 0-3.67.67-5.05 1.8c-.34.28-.36.79-.05 1.1l.01.01c.27.27.7.29 1 .05c1.12-.91 2.54-1.45 4.09-1.45s2.97.55 4.09 1.45c.3.24.73.23 1-.05l.01-.01c.31-.31.29-.83-.05-1.1"/><path fill="currentColor" d="M19.45 8.04c.33-.33.28-.88-.11-1.15c-.8-.56-1.79-.89-2.85-.89s-2.04.33-2.85.89c-.38.27-.44.82-.11 1.15c.25.25.65.31.94.1c.57-.4 1.27-.64 2.02-.64s1.45.24 2.02.64c.29.21.69.15.94-.1m-2.96.86c-.32 0-.62.08-.89.21c-.3.15-.34.56-.11.79l.65.65c.2.2.51.2.71 0l.65-.65c.23-.23.19-.64-.11-.79c-.27-.14-.58-.21-.9-.21"/><path fill="currentColor" d="m15.63 14.4l-2.52 2.5c-2.5-1.43-4.57-3.5-6-6l2.5-2.52c.23-.24.33-.57.27-.9L9.13 3.8c-.09-.46-.5-.8-.98-.8H4c-.56 0-1.03.47-1 1.03c.17 2.89 1.05 5.6 2.43 7.97c1.58 2.73 3.85 4.99 6.57 6.57c2.37 1.37 5.08 2.26 7.97 2.43c.56.03 1.03-.44 1.03-1v-4.15c0-.48-.34-.89-.8-.98l-3.67-.73a.99.99 0 0 0-.9.26"/></svg>
</template>

CSS

.icon-round-wifi-calling-3 {
  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%22M21.54%204.8A7.9%207.9%200%200%200%2016.49%203c-1.92%200-3.67.67-5.05%201.8c-.34.28-.36.79-.05%201.1l.01.01c.27.27.7.29%201%20.05c1.12-.91%202.54-1.45%204.09-1.45s2.97.55%204.09%201.45c.3.24.73.23%201-.05l.01-.01c.31-.31.29-.83-.05-1.1%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.45%208.04c.33-.33.28-.88-.11-1.15c-.8-.56-1.79-.89-2.85-.89s-2.04.33-2.85.89c-.38.27-.44.82-.11%201.15c.25.25.65.31.94.1c.57-.4%201.27-.64%202.02-.64s1.45.24%202.02.64c.29.21.69.15.94-.1m-2.96.86c-.32%200-.62.08-.89.21c-.3.15-.34.56-.11.79l.65.65c.2.2.51.2.71%200l.65-.65c.23-.23.19-.64-.11-.79c-.27-.14-.58-.21-.9-.21%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m15.63%2014.4l-2.52%202.5c-2.5-1.43-4.57-3.5-6-6l2.5-2.52c.23-.24.33-.57.27-.9L9.13%203.8c-.09-.46-.5-.8-.98-.8H4c-.56%200-1.03.47-1%201.03c.17%202.89%201.05%205.6%202.43%207.97c1.58%202.73%203.85%204.99%206.57%206.57c2.37%201.37%205.08%202.26%207.97%202.43c.56.03%201.03-.44%201.03-1v-4.15c0-.48-.34-.89-.8-.98l-3.67-.73a.99.99%200%200%200-.9.26%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%22M21.54%204.8A7.9%207.9%200%200%200%2016.49%203c-1.92%200-3.67.67-5.05%201.8c-.34.28-.36.79-.05%201.1l.01.01c.27.27.7.29%201%20.05c1.12-.91%202.54-1.45%204.09-1.45s2.97.55%204.09%201.45c.3.24.73.23%201-.05l.01-.01c.31-.31.29-.83-.05-1.1%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.45%208.04c.33-.33.28-.88-.11-1.15c-.8-.56-1.79-.89-2.85-.89s-2.04.33-2.85.89c-.38.27-.44.82-.11%201.15c.25.25.65.31.94.1c.57-.4%201.27-.64%202.02-.64s1.45.24%202.02.64c.29.21.69.15.94-.1m-2.96.86c-.32%200-.62.08-.89.21c-.3.15-.34.56-.11.79l.65.65c.2.2.51.2.71%200l.65-.65c.23-.23.19-.64-.11-.79c-.27-.14-.58-.21-.9-.21%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m15.63%2014.4l-2.52%202.5c-2.5-1.43-4.57-3.5-6-6l2.5-2.52c.23-.24.33-.57.27-.9L9.13%203.8c-.09-.46-.5-.8-.98-.8H4c-.56%200-1.03.47-1%201.03c.17%202.89%201.05%205.6%202.43%207.97c1.58%202.73%203.85%204.99%206.57%206.57c2.37%201.37%205.08%202.26%207.97%202.43c.56.03%201.03-.44%201.03-1v-4.15c0-.48-.34-.89-.8-.98l-3.67-.73a.99.99%200%200%200-.9.26%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-3.svg?color=%231a73e8&size=48