voice over off icon

voice-over-off from Material Symbols by Google · Regular · Actions · Apache-2.0 Free for personal and commercial use.

Name
voice-over-off
Set
Material Symbols
Style
Regular
Category
Actions
Viewbox
24×24
License
Apache 2.0
Aliases
voice-over-off-sharp

3 other variants in Material Symbols

The same icon in other sets

More actions icons from Material Symbols

Use the voice over off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.85 10.1L8 5.2q.225-.075.475-.137T9 5q1.65 0 2.825 1.175T13 9q0 .275-.038.55t-.112.55M1 21v-2.8q0-.825.425-1.55t1.175-1.1q1.275-.65 2.875-1.1T9 14q.65 0 1.238.063t1.162.137L10 12.85q-.225.075-.475.113T9 13q-1.65 0-2.825-1.175T5 9q0-.275.038-.525T5.15 8L1.4 4.2l1.4-1.4l18.25 18.5l-1.35 1.45L17 20v1zm18.95-5.05L18.4 14.4q1.1-1.025 1.725-2.425T20.75 9t-.625-2.95t-1.725-2.4l1.55-1.6q1.4 1.325 2.225 3.125T23 9t-.825 3.825t-2.225 3.125m-3.2-3.2l-1.6-1.6q.45-.425.725-.962T16.15 9t-.275-1.187t-.725-.963l1.6-1.6q.8.725 1.25 1.688T18.45 9T18 11.063t-1.25 1.687"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsVoiceOverOff(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="M12.85 10.1L8 5.2q.225-.075.475-.137T9 5q1.65 0 2.825 1.175T13 9q0 .275-.038.55t-.112.55M1 21v-2.8q0-.825.425-1.55t1.175-1.1q1.275-.65 2.875-1.1T9 14q.65 0 1.238.063t1.162.137L10 12.85q-.225.075-.475.113T9 13q-1.65 0-2.825-1.175T5 9q0-.275.038-.525T5.15 8L1.4 4.2l1.4-1.4l18.25 18.5l-1.35 1.45L17 20v1zm18.95-5.05L18.4 14.4q1.1-1.025 1.725-2.425T20.75 9t-.625-2.95t-1.725-2.4l1.55-1.6q1.4 1.325 2.225 3.125T23 9t-.825 3.825t-2.225 3.125m-3.2-3.2l-1.6-1.6q.45-.425.725-.962T16.15 9t-.275-1.187t-.725-.963l1.6-1.6q.8.725 1.25 1.688T18.45 9T18 11.063t-1.25 1.687"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.85 10.1L8 5.2q.225-.075.475-.137T9 5q1.65 0 2.825 1.175T13 9q0 .275-.038.55t-.112.55M1 21v-2.8q0-.825.425-1.55t1.175-1.1q1.275-.65 2.875-1.1T9 14q.65 0 1.238.063t1.162.137L10 12.85q-.225.075-.475.113T9 13q-1.65 0-2.825-1.175T5 9q0-.275.038-.525T5.15 8L1.4 4.2l1.4-1.4l18.25 18.5l-1.35 1.45L17 20v1zm18.95-5.05L18.4 14.4q1.1-1.025 1.725-2.425T20.75 9t-.625-2.95t-1.725-2.4l1.55-1.6q1.4 1.325 2.225 3.125T23 9t-.825 3.825t-2.225 3.125m-3.2-3.2l-1.6-1.6q.45-.425.725-.962T16.15 9t-.275-1.187t-.725-.963l1.6-1.6q.8.725 1.25 1.688T18.45 9T18 11.063t-1.25 1.687"/></svg>
</template>

CSS

.icon-voice-over-off {
  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%22M12.85%2010.1L8%205.2q.225-.075.475-.137T9%205q1.65%200%202.825%201.175T13%209q0%20.275-.038.55t-.112.55M1%2021v-2.8q0-.825.425-1.55t1.175-1.1q1.275-.65%202.875-1.1T9%2014q.65%200%201.238.063t1.162.137L10%2012.85q-.225.075-.475.113T9%2013q-1.65%200-2.825-1.175T5%209q0-.275.038-.525T5.15%208L1.4%204.2l1.4-1.4l18.25%2018.5l-1.35%201.45L17%2020v1zm18.95-5.05L18.4%2014.4q1.1-1.025%201.725-2.425T20.75%209t-.625-2.95t-1.725-2.4l1.55-1.6q1.4%201.325%202.225%203.125T23%209t-.825%203.825t-2.225%203.125m-3.2-3.2l-1.6-1.6q.45-.425.725-.962T16.15%209t-.275-1.187t-.725-.963l1.6-1.6q.8.725%201.25%201.688T18.45%209T18%2011.063t-1.25%201.687%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%22M12.85%2010.1L8%205.2q.225-.075.475-.137T9%205q1.65%200%202.825%201.175T13%209q0%20.275-.038.55t-.112.55M1%2021v-2.8q0-.825.425-1.55t1.175-1.1q1.275-.65%202.875-1.1T9%2014q.65%200%201.238.063t1.162.137L10%2012.85q-.225.075-.475.113T9%2013q-1.65%200-2.825-1.175T5%209q0-.275.038-.525T5.15%208L1.4%204.2l1.4-1.4l18.25%2018.5l-1.35%201.45L17%2020v1zm18.95-5.05L18.4%2014.4q1.1-1.025%201.725-2.425T20.75%209t-.625-2.95t-1.725-2.4l1.55-1.6q1.4%201.325%202.225%203.125T23%209t-.825%203.825t-2.225%203.125m-3.2-3.2l-1.6-1.6q.45-.425.725-.962T16.15%209t-.275-1.187t-.725-.963l1.6-1.6q.8.725%201.25%201.688T18.45%209T18%2011.063t-1.25%201.687%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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