phone in talk watchface indicator icon

phone-in-talk-watchface-indicator from Material Symbols by Google · Regular · Apache-2.0 Free for personal and commercial use.

Name
phone-in-talk-watchface-indicator
Set
Material Symbols
Style
Regular
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols

Related icons in Material Symbols

Use the phone in talk watchface indicator icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.875 22q-3.9 0-7.338-1.475t-6-4.038q-2.562-2.562-4.05-6T2 3.126q-.025-.45.3-.788T3.1 2H7q.45 0 .775.338t.325.812q0 1.1.15 2.075t.475 1.85q.125.275.05.562t-.3.538l-2.5 2.5q1.075 2.2 3.05 4.175t4.25 3.15l2.5-2.5q.225-.225.525-.3t.6.05q.925.3 1.913.463t2.037.162q.475 0 .813.35t.337.85V20.9q0 .45-.325.775t-.8.325ZM20 12q0-3.35-2.325-5.675T12 4V2q2.075 0 3.9.788t3.175 2.137q1.35 1.35 2.138 3.175T22 12h-2Zm-4 0q0-1.65-1.175-2.825T12 8V6q2.5 0 4.25 1.75T18 12h-2Z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsPhoneInTalkWatchfaceIndicator(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.875 22q-3.9 0-7.338-1.475t-6-4.038q-2.562-2.562-4.05-6T2 3.126q-.025-.45.3-.788T3.1 2H7q.45 0 .775.338t.325.812q0 1.1.15 2.075t.475 1.85q.125.275.05.562t-.3.538l-2.5 2.5q1.075 2.2 3.05 4.175t4.25 3.15l2.5-2.5q.225-.225.525-.3t.6.05q.925.3 1.913.463t2.037.162q.475 0 .813.35t.337.85V20.9q0 .45-.325.775t-.8.325ZM20 12q0-3.35-2.325-5.675T12 4V2q2.075 0 3.9.788t3.175 2.137q1.35 1.35 2.138 3.175T22 12h-2Zm-4 0q0-1.65-1.175-2.825T12 8V6q2.5 0 4.25 1.75T18 12h-2Z"/></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.875 22q-3.9 0-7.338-1.475t-6-4.038q-2.562-2.562-4.05-6T2 3.126q-.025-.45.3-.788T3.1 2H7q.45 0 .775.338t.325.812q0 1.1.15 2.075t.475 1.85q.125.275.05.562t-.3.538l-2.5 2.5q1.075 2.2 3.05 4.175t4.25 3.15l2.5-2.5q.225-.225.525-.3t.6.05q.925.3 1.913.463t2.037.162q.475 0 .813.35t.337.85V20.9q0 .45-.325.775t-.8.325ZM20 12q0-3.35-2.325-5.675T12 4V2q2.075 0 3.9.788t3.175 2.137q1.35 1.35 2.138 3.175T22 12h-2Zm-4 0q0-1.65-1.175-2.825T12 8V6q2.5 0 4.25 1.75T18 12h-2Z"/></svg>
</template>

CSS

.icon-phone-in-talk-watchface-indicator {
  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.875%2022q-3.9%200-7.338-1.475t-6-4.038q-2.562-2.562-4.05-6T2%203.126q-.025-.45.3-.788T3.1%202H7q.45%200%20.775.338t.325.812q0%201.1.15%202.075t.475%201.85q.125.275.05.562t-.3.538l-2.5%202.5q1.075%202.2%203.05%204.175t4.25%203.15l2.5-2.5q.225-.225.525-.3t.6.05q.925.3%201.913.463t2.037.162q.475%200%20.813.35t.337.85V20.9q0%20.45-.325.775t-.8.325ZM20%2012q0-3.35-2.325-5.675T12%204V2q2.075%200%203.9.788t3.175%202.137q1.35%201.35%202.138%203.175T22%2012h-2Zm-4%200q0-1.65-1.175-2.825T12%208V6q2.5%200%204.25%201.75T18%2012h-2Z%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.875%2022q-3.9%200-7.338-1.475t-6-4.038q-2.562-2.562-4.05-6T2%203.126q-.025-.45.3-.788T3.1%202H7q.45%200%20.775.338t.325.812q0%201.1.15%202.075t.475%201.85q.125.275.05.562t-.3.538l-2.5%202.5q1.075%202.2%203.05%204.175t4.25%203.15l2.5-2.5q.225-.225.525-.3t.6.05q.925.3%201.913.463t2.037.162q.475%200%20.813.35t.337.85V20.9q0%20.45-.325.775t-.8.325ZM20%2012q0-3.35-2.325-5.675T12%204V2q2.075%200%203.9.788t3.175%202.137q1.35%201.35%202.138%203.175T22%2012h-2Zm-4%200q0-1.65-1.175-2.825T12%208V6q2.5%200%204.25%201.75T18%2012h-2Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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