twotone voice over off icon

twotone-voice-over-off from Google Material Icons by Material Design Authors · Baseline · Action · Apache-2.0 Free for personal and commercial use.

Name
twotone-voice-over-off
Set
Google Material Icons
Style
Baseline
Category
Action
Viewbox
24×24
License
Apache 2.0

More action icons from Google Material Icons

Use the twotone 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="M9 17c-2.69 0-5.77 1.28-6 2h12c-.2-.71-3.3-2-6-2M7 9c0 1.1.9 2 2 2c.22 0 .42-.04.62-.11L7.11 8.38c-.07.2-.11.4-.11.62" opacity=".3"/><path fill="currentColor" d="m16.76 5.36l-1.68 1.69c.8 1.13.83 2.58.09 3.74l1.7 1.7c1.9-2.02 1.87-4.98-.11-7.13M20.07 2l-1.63 1.63c2.72 2.97 2.76 7.39.14 10.56l1.64 1.64c3.74-3.89 3.71-9.84-.15-13.83M9.43 5.04l3.53 3.53a3.98 3.98 0 0 0-3.53-3.53M4.41 2.86L3 4.27l2.62 2.62C5.23 7.5 5 8.22 5 9c0 2.21 1.79 4 4 4c.78 0 1.5-.23 2.11-.62l4.4 4.4C13.74 15.6 10.78 15 9 15c-2.67 0-8 1.34-8 4v2h16v-2c0-.37-.11-.7-.29-1.02L19.73 21l1.41-1.41zM3 19c.22-.72 3.31-2 6-2c2.7 0 5.8 1.29 6 2zm6-8c-1.1 0-2-.9-2-2c0-.22.04-.42.11-.62l2.51 2.51c-.2.07-.4.11-.62.11"/></svg>

React

import type { SVGProps } from "react";

export function IcTwotoneVoiceOverOff(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="M9 17c-2.69 0-5.77 1.28-6 2h12c-.2-.71-3.3-2-6-2M7 9c0 1.1.9 2 2 2c.22 0 .42-.04.62-.11L7.11 8.38c-.07.2-.11.4-.11.62" opacity=".3"/><path fill="currentColor" d="m16.76 5.36l-1.68 1.69c.8 1.13.83 2.58.09 3.74l1.7 1.7c1.9-2.02 1.87-4.98-.11-7.13M20.07 2l-1.63 1.63c2.72 2.97 2.76 7.39.14 10.56l1.64 1.64c3.74-3.89 3.71-9.84-.15-13.83M9.43 5.04l3.53 3.53a3.98 3.98 0 0 0-3.53-3.53M4.41 2.86L3 4.27l2.62 2.62C5.23 7.5 5 8.22 5 9c0 2.21 1.79 4 4 4c.78 0 1.5-.23 2.11-.62l4.4 4.4C13.74 15.6 10.78 15 9 15c-2.67 0-8 1.34-8 4v2h16v-2c0-.37-.11-.7-.29-1.02L19.73 21l1.41-1.41zM3 19c.22-.72 3.31-2 6-2c2.7 0 5.8 1.29 6 2zm6-8c-1.1 0-2-.9-2-2c0-.22.04-.42.11-.62l2.51 2.51c-.2.07-.4.11-.62.11"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 17c-2.69 0-5.77 1.28-6 2h12c-.2-.71-3.3-2-6-2M7 9c0 1.1.9 2 2 2c.22 0 .42-.04.62-.11L7.11 8.38c-.07.2-.11.4-.11.62" opacity=".3"/><path fill="currentColor" d="m16.76 5.36l-1.68 1.69c.8 1.13.83 2.58.09 3.74l1.7 1.7c1.9-2.02 1.87-4.98-.11-7.13M20.07 2l-1.63 1.63c2.72 2.97 2.76 7.39.14 10.56l1.64 1.64c3.74-3.89 3.71-9.84-.15-13.83M9.43 5.04l3.53 3.53a3.98 3.98 0 0 0-3.53-3.53M4.41 2.86L3 4.27l2.62 2.62C5.23 7.5 5 8.22 5 9c0 2.21 1.79 4 4 4c.78 0 1.5-.23 2.11-.62l4.4 4.4C13.74 15.6 10.78 15 9 15c-2.67 0-8 1.34-8 4v2h16v-2c0-.37-.11-.7-.29-1.02L19.73 21l1.41-1.41zM3 19c.22-.72 3.31-2 6-2c2.7 0 5.8 1.29 6 2zm6-8c-1.1 0-2-.9-2-2c0-.22.04-.42.11-.62l2.51 2.51c-.2.07-.4.11-.62.11"/></svg>
</template>

CSS

.icon-twotone-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%22M9%2017c-2.69%200-5.77%201.28-6%202h12c-.2-.71-3.3-2-6-2M7%209c0%201.1.9%202%202%202c.22%200%20.42-.04.62-.11L7.11%208.38c-.07.2-.11.4-.11.62%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m16.76%205.36l-1.68%201.69c.8%201.13.83%202.58.09%203.74l1.7%201.7c1.9-2.02%201.87-4.98-.11-7.13M20.07%202l-1.63%201.63c2.72%202.97%202.76%207.39.14%2010.56l1.64%201.64c3.74-3.89%203.71-9.84-.15-13.83M9.43%205.04l3.53%203.53a3.98%203.98%200%200%200-3.53-3.53M4.41%202.86L3%204.27l2.62%202.62C5.23%207.5%205%208.22%205%209c0%202.21%201.79%204%204%204c.78%200%201.5-.23%202.11-.62l4.4%204.4C13.74%2015.6%2010.78%2015%209%2015c-2.67%200-8%201.34-8%204v2h16v-2c0-.37-.11-.7-.29-1.02L19.73%2021l1.41-1.41zM3%2019c.22-.72%203.31-2%206-2c2.7%200%205.8%201.29%206%202zm6-8c-1.1%200-2-.9-2-2c0-.22.04-.42.11-.62l2.51%202.51c-.2.07-.4.11-.62.11%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%22M9%2017c-2.69%200-5.77%201.28-6%202h12c-.2-.71-3.3-2-6-2M7%209c0%201.1.9%202%202%202c.22%200%20.42-.04.62-.11L7.11%208.38c-.07.2-.11.4-.11.62%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m16.76%205.36l-1.68%201.69c.8%201.13.83%202.58.09%203.74l1.7%201.7c1.9-2.02%201.87-4.98-.11-7.13M20.07%202l-1.63%201.63c2.72%202.97%202.76%207.39.14%2010.56l1.64%201.64c3.74-3.89%203.71-9.84-.15-13.83M9.43%205.04l3.53%203.53a3.98%203.98%200%200%200-3.53-3.53M4.41%202.86L3%204.27l2.62%202.62C5.23%207.5%205%208.22%205%209c0%202.21%201.79%204%204%204c.78%200%201.5-.23%202.11-.62l4.4%204.4C13.74%2015.6%2010.78%2015%209%2015c-2.67%200-8%201.34-8%204v2h16v-2c0-.37-.11-.7-.29-1.02L19.73%2021l1.41-1.41zM3%2019c.22-.72%203.31-2%206-2c2.7%200%205.8%201.29%206%202zm6-8c-1.1%200-2-.9-2-2c0-.22.04-.42.11-.62l2.51%202.51c-.2.07-.4.11-.62.11%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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