speaker notes off icon
speaker-notes-off-outline from Material Symbols by Google · Outline · Communicate · Apache-2.0 Free for personal and commercial use.
- Name
- speaker-notes-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 speaker notes off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.288 13.713Q6 13.425 6 13t.288-.712T7 12t.713.288T8 13t-.288.713T7 14t-.712-.288M20.7 17.85L18.85 16H20V4H6.85l-2-2H20q.825 0 1.413.588T22 4v12q0 .65-.363 1.138t-.937.712M13.85 11l-2-2H18v2zm6.65 12.3L15.15 18H6l-4 4V4.8L.7 3.5l1.4-1.4l19.8 19.8zM6.288 10.713Q6 10.425 6 10t.288-.712T7 9t.713.288T8 10t-.288.713T7 11t-.712-.288M10.85 8L10 7.15V6h8v2zM4 6.8v10.325L5.15 16h8.05z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSpeakerNotesOffOutline(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="M6.288 13.713Q6 13.425 6 13t.288-.712T7 12t.713.288T8 13t-.288.713T7 14t-.712-.288M20.7 17.85L18.85 16H20V4H6.85l-2-2H20q.825 0 1.413.588T22 4v12q0 .65-.363 1.138t-.937.712M13.85 11l-2-2H18v2zm6.65 12.3L15.15 18H6l-4 4V4.8L.7 3.5l1.4-1.4l19.8 19.8zM6.288 10.713Q6 10.425 6 10t.288-.712T7 9t.713.288T8 10t-.288.713T7 11t-.712-.288M10.85 8L10 7.15V6h8v2zM4 6.8v10.325L5.15 16h8.05z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.288 13.713Q6 13.425 6 13t.288-.712T7 12t.713.288T8 13t-.288.713T7 14t-.712-.288M20.7 17.85L18.85 16H20V4H6.85l-2-2H20q.825 0 1.413.588T22 4v12q0 .65-.363 1.138t-.937.712M13.85 11l-2-2H18v2zm6.65 12.3L15.15 18H6l-4 4V4.8L.7 3.5l1.4-1.4l19.8 19.8zM6.288 10.713Q6 10.425 6 10t.288-.712T7 9t.713.288T8 10t-.288.713T7 11t-.712-.288M10.85 8L10 7.15V6h8v2zM4 6.8v10.325L5.15 16h8.05z"/></svg> </template>
CSS
.icon-speaker-notes-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%22M6.288%2013.713Q6%2013.425%206%2013t.288-.712T7%2012t.713.288T8%2013t-.288.713T7%2014t-.712-.288M20.7%2017.85L18.85%2016H20V4H6.85l-2-2H20q.825%200%201.413.588T22%204v12q0%20.65-.363%201.138t-.937.712M13.85%2011l-2-2H18v2zm6.65%2012.3L15.15%2018H6l-4%204V4.8L.7%203.5l1.4-1.4l19.8%2019.8zM6.288%2010.713Q6%2010.425%206%2010t.288-.712T7%209t.713.288T8%2010t-.288.713T7%2011t-.712-.288M10.85%208L10%207.15V6h8v2zM4%206.8v10.325L5.15%2016h8.05z%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%22M6.288%2013.713Q6%2013.425%206%2013t.288-.712T7%2012t.713.288T8%2013t-.288.713T7%2014t-.712-.288M20.7%2017.85L18.85%2016H20V4H6.85l-2-2H20q.825%200%201.413.588T22%204v12q0%20.65-.363%201.138t-.937.712M13.85%2011l-2-2H18v2zm6.65%2012.3L15.15%2018H6l-4%204V4.8L.7%203.5l1.4-1.4l19.8%2019.8zM6.288%2010.713Q6%2010.425%206%2010t.288-.712T7%209t.713.288T8%2010t-.288.713T7%2011t-.712-.288M10.85%208L10%207.15V6h8v2zM4%206.8v10.325L5.15%2016h8.05z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/speaker-notes-off-outline.svg?color=%231a73e8&size=48