sharp voice over off icon
sharp-voice-over-off from Google Material Icons by Material Design Authors · Baseline · Action · Apache-2.0 Free for personal and commercial use.
- Name
- sharp-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
baseline-123baseline-3d-rotationbaseline-abcbaseline-accessibilitybaseline-accessibility-newbaseline-accessiblebaseline-accessible-forwardbaseline-account-balancebaseline-account-balance-walletbaseline-account-boxbaseline-account-circlebaseline-add-cardbaseline-add-homebaseline-add-shopping-cartbaseline-add-taskbaseline-add-to-drivebaseline-addchartbaseline-admin-panel-settingsbaseline-ads-clickbaseline-alarmbaseline-alarm-addbaseline-alarm-offbaseline-alarm-onbaseline-all-inbox
Use the sharp 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="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.41z"/></svg>
React
import type { SVGProps } from "react";
export function IcSharpVoiceOverOff(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="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.41z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><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.41z"/></svg> </template>
CSS
.icon-sharp-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%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.41z%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%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.41z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/sharp-voice-over-off.svg?color=%231a73e8&size=48