voice chat off icon

voice-chat-off-outline from Material Symbols by Google · Outline · Communicate · Apache-2.0 Free for personal and commercial use.

Name
voice-chat-off-outline
Set
Material Symbols
Style
Outline
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 voice chat off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.7 17.85L18.85 16H20V4H6.85l-2-2H20q.825 0 1.413.588T22 4v12q0 .65-.363 1.138t-.937.712m-.2 5.45L15.15 18H6l-4 4V4.8L.7 3.5l1.4-1.4l19.8 19.8zM4 6.8v10.325L5.15 16h8.05zM6 11V9h1.5v2zm2.5 2V8.5L10 10v3zm2.75 2v-3.75l1.5 1.5V15zm1.5-5.1l-1.5-1.5V5h1.5zm2.75 2.75l-1.5-1.5V7h1.5zm1-1.65V9H18v2z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsVoiceChatOffOutline(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.7 17.85L18.85 16H20V4H6.85l-2-2H20q.825 0 1.413.588T22 4v12q0 .65-.363 1.138t-.937.712m-.2 5.45L15.15 18H6l-4 4V4.8L.7 3.5l1.4-1.4l19.8 19.8zM4 6.8v10.325L5.15 16h8.05zM6 11V9h1.5v2zm2.5 2V8.5L10 10v3zm2.75 2v-3.75l1.5 1.5V15zm1.5-5.1l-1.5-1.5V5h1.5zm2.75 2.75l-1.5-1.5V7h1.5zm1-1.65V9H18v2z"/></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.7 17.85L18.85 16H20V4H6.85l-2-2H20q.825 0 1.413.588T22 4v12q0 .65-.363 1.138t-.937.712m-.2 5.45L15.15 18H6l-4 4V4.8L.7 3.5l1.4-1.4l19.8 19.8zM4 6.8v10.325L5.15 16h8.05zM6 11V9h1.5v2zm2.5 2V8.5L10 10v3zm2.75 2v-3.75l1.5 1.5V15zm1.5-5.1l-1.5-1.5V5h1.5zm2.75 2.75l-1.5-1.5V7h1.5zm1-1.65V9H18v2z"/></svg>
</template>

CSS

.icon-voice-chat-off-outline {
  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.7%2017.85L18.85%2016H20V4H6.85l-2-2H20q.825%200%201.413.588T22%204v12q0%20.65-.363%201.138t-.937.712m-.2%205.45L15.15%2018H6l-4%204V4.8L.7%203.5l1.4-1.4l19.8%2019.8zM4%206.8v10.325L5.15%2016h8.05zM6%2011V9h1.5v2zm2.5%202V8.5L10%2010v3zm2.75%202v-3.75l1.5%201.5V15zm1.5-5.1l-1.5-1.5V5h1.5zm2.75%202.75l-1.5-1.5V7h1.5zm1-1.65V9H18v2z%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.7%2017.85L18.85%2016H20V4H6.85l-2-2H20q.825%200%201.413.588T22%204v12q0%20.65-.363%201.138t-.937.712m-.2%205.45L15.15%2018H6l-4%204V4.8L.7%203.5l1.4-1.4l19.8%2019.8zM4%206.8v10.325L5.15%2016h8.05zM6%2011V9h1.5v2zm2.5%202V8.5L10%2010v3zm2.75%202v-3.75l1.5%201.5V15zm1.5-5.1l-1.5-1.5V5h1.5zm2.75%202.75l-1.5-1.5V7h1.5zm1-1.65V9H18v2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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