call-quality from Material Symbols by Google · Regular · Communicate · Apache-2.0 Free for personal and commercial use.

Name
call-quality
Set
Material Symbols
Style
Regular
Category
Communicate
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More communicate icons from Material Symbols

Use the call quality icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.95 22q-3.125 0-6.175-1.362t-5.55-3.863t-3.862-5.55T2 5.05q0-.45.3-.75t.75-.3H7.1q.35 0 .625.238t.325.562l.65 3.5q.05.4-.025.675T8.4 9.45L5.975 11.9q.5.925 1.187 1.788t1.513 1.662q.775.775 1.625 1.438T12.1 18l2.35-2.35q.225-.225.588-.337t.712-.063l3.45.7q.35.1.575.363T20 16.9v4.05q0 .45-.3.75t-.75.3M5.05 10L6.7 8.35L6.25 6h-2.2q.125 1.025.35 2.025T5.05 10M14 18.905q.975.42 1.98.692t2.02.353v-2.2l-2.35-.5zM5.05 10q-.425-.975-.65-1.975T4.05 6h2.2l.45 2.35zM14 18.9l1.65-1.65l2.35.5v2.2q-1.025-.075-2.025-.35T14 18.9m-.537-8.362Q12 9.074 12 7t1.463-3.537T17 2t3.538 1.463T22 7t-1.463 3.538T17 12t-3.537-1.463M16.5 10h1V6h-1zm.85-5.15q.15-.15.15-.35t-.15-.35T17 4t-.35.15t-.15.35t.15.35T17 5t.35-.15"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsCallQuality(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="M18.95 22q-3.125 0-6.175-1.362t-5.55-3.863t-3.862-5.55T2 5.05q0-.45.3-.75t.75-.3H7.1q.35 0 .625.238t.325.562l.65 3.5q.05.4-.025.675T8.4 9.45L5.975 11.9q.5.925 1.187 1.788t1.513 1.662q.775.775 1.625 1.438T12.1 18l2.35-2.35q.225-.225.588-.337t.712-.063l3.45.7q.35.1.575.363T20 16.9v4.05q0 .45-.3.75t-.75.3M5.05 10L6.7 8.35L6.25 6h-2.2q.125 1.025.35 2.025T5.05 10M14 18.905q.975.42 1.98.692t2.02.353v-2.2l-2.35-.5zM5.05 10q-.425-.975-.65-1.975T4.05 6h2.2l.45 2.35zM14 18.9l1.65-1.65l2.35.5v2.2q-1.025-.075-2.025-.35T14 18.9m-.537-8.362Q12 9.074 12 7t1.463-3.537T17 2t3.538 1.463T22 7t-1.463 3.538T17 12t-3.537-1.463M16.5 10h1V6h-1zm.85-5.15q.15-.15.15-.35t-.15-.35T17 4t-.35.15t-.15.35t.15.35T17 5t.35-.15"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.95 22q-3.125 0-6.175-1.362t-5.55-3.863t-3.862-5.55T2 5.05q0-.45.3-.75t.75-.3H7.1q.35 0 .625.238t.325.562l.65 3.5q.05.4-.025.675T8.4 9.45L5.975 11.9q.5.925 1.187 1.788t1.513 1.662q.775.775 1.625 1.438T12.1 18l2.35-2.35q.225-.225.588-.337t.712-.063l3.45.7q.35.1.575.363T20 16.9v4.05q0 .45-.3.75t-.75.3M5.05 10L6.7 8.35L6.25 6h-2.2q.125 1.025.35 2.025T5.05 10M14 18.905q.975.42 1.98.692t2.02.353v-2.2l-2.35-.5zM5.05 10q-.425-.975-.65-1.975T4.05 6h2.2l.45 2.35zM14 18.9l1.65-1.65l2.35.5v2.2q-1.025-.075-2.025-.35T14 18.9m-.537-8.362Q12 9.074 12 7t1.463-3.537T17 2t3.538 1.463T22 7t-1.463 3.538T17 12t-3.537-1.463M16.5 10h1V6h-1zm.85-5.15q.15-.15.15-.35t-.15-.35T17 4t-.35.15t-.15.35t.15.35T17 5t.35-.15"/></svg>
</template>

CSS

.icon-call-quality {
  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%22M18.95%2022q-3.125%200-6.175-1.362t-5.55-3.863t-3.862-5.55T2%205.05q0-.45.3-.75t.75-.3H7.1q.35%200%20.625.238t.325.562l.65%203.5q.05.4-.025.675T8.4%209.45L5.975%2011.9q.5.925%201.187%201.788t1.513%201.662q.775.775%201.625%201.438T12.1%2018l2.35-2.35q.225-.225.588-.337t.712-.063l3.45.7q.35.1.575.363T20%2016.9v4.05q0%20.45-.3.75t-.75.3M5.05%2010L6.7%208.35L6.25%206h-2.2q.125%201.025.35%202.025T5.05%2010M14%2018.905q.975.42%201.98.692t2.02.353v-2.2l-2.35-.5zM5.05%2010q-.425-.975-.65-1.975T4.05%206h2.2l.45%202.35zM14%2018.9l1.65-1.65l2.35.5v2.2q-1.025-.075-2.025-.35T14%2018.9m-.537-8.362Q12%209.074%2012%207t1.463-3.537T17%202t3.538%201.463T22%207t-1.463%203.538T17%2012t-3.537-1.463M16.5%2010h1V6h-1zm.85-5.15q.15-.15.15-.35t-.15-.35T17%204t-.35.15t-.15.35t.15.35T17%205t.35-.15%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%22M18.95%2022q-3.125%200-6.175-1.362t-5.55-3.863t-3.862-5.55T2%205.05q0-.45.3-.75t.75-.3H7.1q.35%200%20.625.238t.325.562l.65%203.5q.05.4-.025.675T8.4%209.45L5.975%2011.9q.5.925%201.187%201.788t1.513%201.662q.775.775%201.625%201.438T12.1%2018l2.35-2.35q.225-.225.588-.337t.712-.063l3.45.7q.35.1.575.363T20%2016.9v4.05q0%20.45-.3.75t-.75.3M5.05%2010L6.7%208.35L6.25%206h-2.2q.125%201.025.35%202.025T5.05%2010M14%2018.905q.975.42%201.98.692t2.02.353v-2.2l-2.35-.5zM5.05%2010q-.425-.975-.65-1.975T4.05%206h2.2l.45%202.35zM14%2018.9l1.65-1.65l2.35.5v2.2q-1.025-.075-2.025-.35T14%2018.9m-.537-8.362Q12%209.074%2012%207t1.463-3.537T17%202t3.538%201.463T22%207t-1.463%203.538T17%2012t-3.537-1.463M16.5%2010h1V6h-1zm.85-5.15q.15-.15.15-.35t-.15-.35T17%204t-.35.15t-.15.35t.15.35T17%205t.35-.15%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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