media output off icon
media-output-off-sharp from Material Symbols by Google · Sharp · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- media-output-off-sharp
- Set
- Material Symbols
- Style
- Sharp
- Category
- Hardware
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More hardware icons from Material Symbols
add-diamondadf-scanneraod-tabletaod-watcharrows-left-right-circlearrows-up-down-circleassistant-deviceaudio-video-receiverb-circlebalancebrowser-updatedcamera-videocastcast-connectedcast-for-educationcast-pausecast-warningchromecast-devicecircle-circlecomputercomputer-arrow-upcomputer-cancelcomputer-soundconnected-tv
Use the media output off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 22v-6q0-1.275.475-2.363t1.275-1.887l1.075 1.075q-.625.625-.975 1.425T11.5 16v1H14v5zm12-2.85l-1.5-1.5V16q0-1.875-1.312-3.188T16 11.5q-.375 0-.725.05t-.7.175l-1.15-1.15Q14 10.3 14.65 10.15T16 10q2.5 0 4.25 1.75T22 16zM8.075 14.925Q7.6 14.8 7.3 14.4t-.3-.9q0-.625.438-1.062T8.5 12q.125 0 .25.025T9 12.1q-.35.65-.587 1.35t-.338 1.475M11.95 9.1L4.85 2H15v6.05q-.825.1-1.588.375T11.95 9.1M2 20V2.925h.925l7.4 7.4l-.062.063q-.013.012-.038.062q-.375-.225-.812-.337T8.5 10q-1.45 0-2.475 1.025T5 13.5q0 1.35.863 2.313T8 16.975V20zm18.5 3.3L.7 3.5l1.4-1.4l19.8 19.8z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsMediaOutputOffSharp(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="M10 22v-6q0-1.275.475-2.363t1.275-1.887l1.075 1.075q-.625.625-.975 1.425T11.5 16v1H14v5zm12-2.85l-1.5-1.5V16q0-1.875-1.312-3.188T16 11.5q-.375 0-.725.05t-.7.175l-1.15-1.15Q14 10.3 14.65 10.15T16 10q2.5 0 4.25 1.75T22 16zM8.075 14.925Q7.6 14.8 7.3 14.4t-.3-.9q0-.625.438-1.062T8.5 12q.125 0 .25.025T9 12.1q-.35.65-.587 1.35t-.338 1.475M11.95 9.1L4.85 2H15v6.05q-.825.1-1.588.375T11.95 9.1M2 20V2.925h.925l7.4 7.4l-.062.063q-.013.012-.038.062q-.375-.225-.812-.337T8.5 10q-1.45 0-2.475 1.025T5 13.5q0 1.35.863 2.313T8 16.975V20zm18.5 3.3L.7 3.5l1.4-1.4l19.8 19.8z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 22v-6q0-1.275.475-2.363t1.275-1.887l1.075 1.075q-.625.625-.975 1.425T11.5 16v1H14v5zm12-2.85l-1.5-1.5V16q0-1.875-1.312-3.188T16 11.5q-.375 0-.725.05t-.7.175l-1.15-1.15Q14 10.3 14.65 10.15T16 10q2.5 0 4.25 1.75T22 16zM8.075 14.925Q7.6 14.8 7.3 14.4t-.3-.9q0-.625.438-1.062T8.5 12q.125 0 .25.025T9 12.1q-.35.65-.587 1.35t-.338 1.475M11.95 9.1L4.85 2H15v6.05q-.825.1-1.588.375T11.95 9.1M2 20V2.925h.925l7.4 7.4l-.062.063q-.013.012-.038.062q-.375-.225-.812-.337T8.5 10q-1.45 0-2.475 1.025T5 13.5q0 1.35.863 2.313T8 16.975V20zm18.5 3.3L.7 3.5l1.4-1.4l19.8 19.8z"/></svg> </template>
CSS
.icon-media-output-off-sharp {
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%22M10%2022v-6q0-1.275.475-2.363t1.275-1.887l1.075%201.075q-.625.625-.975%201.425T11.5%2016v1H14v5zm12-2.85l-1.5-1.5V16q0-1.875-1.312-3.188T16%2011.5q-.375%200-.725.05t-.7.175l-1.15-1.15Q14%2010.3%2014.65%2010.15T16%2010q2.5%200%204.25%201.75T22%2016zM8.075%2014.925Q7.6%2014.8%207.3%2014.4t-.3-.9q0-.625.438-1.062T8.5%2012q.125%200%20.25.025T9%2012.1q-.35.65-.587%201.35t-.338%201.475M11.95%209.1L4.85%202H15v6.05q-.825.1-1.588.375T11.95%209.1M2%2020V2.925h.925l7.4%207.4l-.062.063q-.013.012-.038.062q-.375-.225-.812-.337T8.5%2010q-1.45%200-2.475%201.025T5%2013.5q0%201.35.863%202.313T8%2016.975V20zm18.5%203.3L.7%203.5l1.4-1.4l19.8%2019.8z%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%22M10%2022v-6q0-1.275.475-2.363t1.275-1.887l1.075%201.075q-.625.625-.975%201.425T11.5%2016v1H14v5zm12-2.85l-1.5-1.5V16q0-1.875-1.312-3.188T16%2011.5q-.375%200-.725.05t-.7.175l-1.15-1.15Q14%2010.3%2014.65%2010.15T16%2010q2.5%200%204.25%201.75T22%2016zM8.075%2014.925Q7.6%2014.8%207.3%2014.4t-.3-.9q0-.625.438-1.062T8.5%2012q.125%200%20.25.025T9%2012.1q-.35.65-.587%201.35t-.338%201.475M11.95%209.1L4.85%202H15v6.05q-.825.1-1.588.375T11.95%209.1M2%2020V2.925h.925l7.4%207.4l-.062.063q-.013.012-.038.062q-.375-.225-.812-.337T8.5%2010q-1.45%200-2.475%201.025T5%2013.5q0%201.35.863%202.313T8%2016.975V20zm18.5%203.3L.7%203.5l1.4-1.4l19.8%2019.8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/media-output-off-sharp.svg?color=%231a73e8&size=48