voice over off icon
voice-over-off-rounded from Material Symbols by Google · Rounded · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- voice-over-off-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Actions
- Viewbox
- 24×24
- License
- Apache 2.0
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 19v-.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 8L2.1 4.9q-.275-.275-.275-.7t.275-.7q.3-.3.713-.3t.687.3l16.875 17.125q.275.275.288.688T20.4 22q-.275.325-.7.313T18.975 22l-2.95-3H17q0 .825-.587 1.413T15 21H3q-.825 0-1.412-.587T1 19M23 9q0 1.725-.612 3.288t-1.663 2.837q-.3.35-.75.375t-.8-.325q-.325-.325-.3-.775t.3-.825q.75-.95 1.163-2.125T20.75 9t-.412-2.425t-1.163-2.1q-.3-.375-.312-.825t.312-.8t.788-.338t.762.363q1.05 1.275 1.663 2.838T23 9m-4.55 0q0 .8-.25 1.538t-.7 1.362q-.275.375-.737.388t-.813-.338q-.325-.325-.337-.787t.212-.888q.15-.275.238-.6T16.15 9t-.088-.675t-.237-.625q-.225-.425-.213-.875t.338-.775q.35-.35.813-.338t.737.388q.45.625.7 1.363T18.45 9"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsVoiceOverOffRounded(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 19v-.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 8L2.1 4.9q-.275-.275-.275-.7t.275-.7q.3-.3.713-.3t.687.3l16.875 17.125q.275.275.288.688T20.4 22q-.275.325-.7.313T18.975 22l-2.95-3H17q0 .825-.587 1.413T15 21H3q-.825 0-1.412-.587T1 19M23 9q0 1.725-.612 3.288t-1.663 2.837q-.3.35-.75.375t-.8-.325q-.325-.325-.3-.775t.3-.825q.75-.95 1.163-2.125T20.75 9t-.412-2.425t-1.163-2.1q-.3-.375-.312-.825t.312-.8t.788-.338t.762.363q1.05 1.275 1.663 2.838T23 9m-4.55 0q0 .8-.25 1.538t-.7 1.362q-.275.375-.737.388t-.813-.338q-.325-.325-.337-.787t.212-.888q.15-.275.238-.6T16.15 9t-.088-.675t-.237-.625q-.225-.425-.213-.875t.338-.775q.35-.35.813-.338t.737.388q.45.625.7 1.363T18.45 9"/></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 19v-.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 8L2.1 4.9q-.275-.275-.275-.7t.275-.7q.3-.3.713-.3t.687.3l16.875 17.125q.275.275.288.688T20.4 22q-.275.325-.7.313T18.975 22l-2.95-3H17q0 .825-.587 1.413T15 21H3q-.825 0-1.412-.587T1 19M23 9q0 1.725-.612 3.288t-1.663 2.837q-.3.35-.75.375t-.8-.325q-.325-.325-.3-.775t.3-.825q.75-.95 1.163-2.125T20.75 9t-.412-2.425t-1.163-2.1q-.3-.375-.312-.825t.312-.8t.788-.338t.762.363q1.05 1.275 1.663 2.838T23 9m-4.55 0q0 .8-.25 1.538t-.7 1.362q-.275.375-.737.388t-.813-.338q-.325-.325-.337-.787t.212-.888q.15-.275.238-.6T16.15 9t-.088-.675t-.237-.625q-.225-.425-.213-.875t.338-.775q.35-.35.813-.338t.737.388q.45.625.7 1.363T18.45 9"/></svg> </template>
CSS
.icon-voice-over-off-rounded {
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%2019v-.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%208L2.1%204.9q-.275-.275-.275-.7t.275-.7q.3-.3.713-.3t.687.3l16.875%2017.125q.275.275.288.688T20.4%2022q-.275.325-.7.313T18.975%2022l-2.95-3H17q0%20.825-.587%201.413T15%2021H3q-.825%200-1.412-.587T1%2019M23%209q0%201.725-.612%203.288t-1.663%202.837q-.3.35-.75.375t-.8-.325q-.325-.325-.3-.775t.3-.825q.75-.95%201.163-2.125T20.75%209t-.412-2.425t-1.163-2.1q-.3-.375-.312-.825t.312-.8t.788-.338t.762.363q1.05%201.275%201.663%202.838T23%209m-4.55%200q0%20.8-.25%201.538t-.7%201.362q-.275.375-.737.388t-.813-.338q-.325-.325-.337-.787t.212-.888q.15-.275.238-.6T16.15%209t-.088-.675t-.237-.625q-.225-.425-.213-.875t.338-.775q.35-.35.813-.338t.737.388q.45.625.7%201.363T18.45%209%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%2019v-.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%208L2.1%204.9q-.275-.275-.275-.7t.275-.7q.3-.3.713-.3t.687.3l16.875%2017.125q.275.275.288.688T20.4%2022q-.275.325-.7.313T18.975%2022l-2.95-3H17q0%20.825-.587%201.413T15%2021H3q-.825%200-1.412-.587T1%2019M23%209q0%201.725-.612%203.288t-1.663%202.837q-.3.35-.75.375t-.8-.325q-.325-.325-.3-.775t.3-.825q.75-.95%201.163-2.125T20.75%209t-.412-2.425t-1.163-2.1q-.3-.375-.312-.825t.312-.8t.788-.338t.762.363q1.05%201.275%201.663%202.838T23%209m-4.55%200q0%20.8-.25%201.538t-.7%201.362q-.275.375-.737.388t-.813-.338q-.325-.325-.337-.787t.212-.888q.15-.275.238-.6T16.15%209t-.088-.675t-.237-.625q-.225-.425-.213-.875t.338-.775q.35-.35.813-.338t.737.388q.45.625.7%201.363T18.45%209%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-rounded.svg?color=%231a73e8&size=48