media output off icon
media-output-off from Material Symbols Light by Google · Regular · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- media-output-off
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Hardware
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More hardware icons from Material Symbols Light
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="M11.846 21q-.671 0-1.143-.472t-.472-1.144v-3.922q0-1.083.379-2.017t1.063-1.656l.633.632q-.567.606-.879 1.377t-.312 1.664v1.154H13V21zM21 18.304l-.885-.885v-1.957q0-1.875-1.312-3.188t-3.187-1.312q-.433 0-.841.079q-.408.078-.796.242l-.688-.689q.517-.255 1.109-.386t1.216-.131q2.25 0 3.817 1.567T21 15.462zM7.864 15.483q-.63-.24-1.035-.795q-.406-.554-.406-1.265q0-.913.64-1.553q.639-.64 1.553-.64q.125 0 .22.016q.097.015.222.046q-.542.862-.857 1.84q-.314.98-.337 2.082zm3.682-6.633L5.696 3h6.92q.67 0 1.143.472q.472.472.472 1.143V7.82q-.729.12-1.405.394t-1.28.637M4.616 19q-.672 0-1.144-.472T3 17.385V4.04h.925l6.054 6.053q-.088.089-.159.169t-.133.168q-.24-.09-.515-.145q-.274-.055-.556-.055q-1.316 0-2.254.938t-.939 2.254q0 1.139.69 1.986q.689.847 1.733 1.105V19zm15.538 2.685L2.046 3.577l.708-.708l18.108 18.108z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightMediaOutputOff(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="M11.846 21q-.671 0-1.143-.472t-.472-1.144v-3.922q0-1.083.379-2.017t1.063-1.656l.633.632q-.567.606-.879 1.377t-.312 1.664v1.154H13V21zM21 18.304l-.885-.885v-1.957q0-1.875-1.312-3.188t-3.187-1.312q-.433 0-.841.079q-.408.078-.796.242l-.688-.689q.517-.255 1.109-.386t1.216-.131q2.25 0 3.817 1.567T21 15.462zM7.864 15.483q-.63-.24-1.035-.795q-.406-.554-.406-1.265q0-.913.64-1.553q.639-.64 1.553-.64q.125 0 .22.016q.097.015.222.046q-.542.862-.857 1.84q-.314.98-.337 2.082zm3.682-6.633L5.696 3h6.92q.67 0 1.143.472q.472.472.472 1.143V7.82q-.729.12-1.405.394t-1.28.637M4.616 19q-.672 0-1.144-.472T3 17.385V4.04h.925l6.054 6.053q-.088.089-.159.169t-.133.168q-.24-.09-.515-.145q-.274-.055-.556-.055q-1.316 0-2.254.938t-.939 2.254q0 1.139.69 1.986q.689.847 1.733 1.105V19zm15.538 2.685L2.046 3.577l.708-.708l18.108 18.108z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.846 21q-.671 0-1.143-.472t-.472-1.144v-3.922q0-1.083.379-2.017t1.063-1.656l.633.632q-.567.606-.879 1.377t-.312 1.664v1.154H13V21zM21 18.304l-.885-.885v-1.957q0-1.875-1.312-3.188t-3.187-1.312q-.433 0-.841.079q-.408.078-.796.242l-.688-.689q.517-.255 1.109-.386t1.216-.131q2.25 0 3.817 1.567T21 15.462zM7.864 15.483q-.63-.24-1.035-.795q-.406-.554-.406-1.265q0-.913.64-1.553q.639-.64 1.553-.64q.125 0 .22.016q.097.015.222.046q-.542.862-.857 1.84q-.314.98-.337 2.082zm3.682-6.633L5.696 3h6.92q.67 0 1.143.472q.472.472.472 1.143V7.82q-.729.12-1.405.394t-1.28.637M4.616 19q-.672 0-1.144-.472T3 17.385V4.04h.925l6.054 6.053q-.088.089-.159.169t-.133.168q-.24-.09-.515-.145q-.274-.055-.556-.055q-1.316 0-2.254.938t-.939 2.254q0 1.139.69 1.986q.689.847 1.733 1.105V19zm15.538 2.685L2.046 3.577l.708-.708l18.108 18.108z"/></svg> </template>
CSS
.icon-media-output-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%22M11.846%2021q-.671%200-1.143-.472t-.472-1.144v-3.922q0-1.083.379-2.017t1.063-1.656l.633.632q-.567.606-.879%201.377t-.312%201.664v1.154H13V21zM21%2018.304l-.885-.885v-1.957q0-1.875-1.312-3.188t-3.187-1.312q-.433%200-.841.079q-.408.078-.796.242l-.688-.689q.517-.255%201.109-.386t1.216-.131q2.25%200%203.817%201.567T21%2015.462zM7.864%2015.483q-.63-.24-1.035-.795q-.406-.554-.406-1.265q0-.913.64-1.553q.639-.64%201.553-.64q.125%200%20.22.016q.097.015.222.046q-.542.862-.857%201.84q-.314.98-.337%202.082zm3.682-6.633L5.696%203h6.92q.67%200%201.143.472q.472.472.472%201.143V7.82q-.729.12-1.405.394t-1.28.637M4.616%2019q-.672%200-1.144-.472T3%2017.385V4.04h.925l6.054%206.053q-.088.089-.159.169t-.133.168q-.24-.09-.515-.145q-.274-.055-.556-.055q-1.316%200-2.254.938t-.939%202.254q0%201.139.69%201.986q.689.847%201.733%201.105V19zm15.538%202.685L2.046%203.577l.708-.708l18.108%2018.108z%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%22M11.846%2021q-.671%200-1.143-.472t-.472-1.144v-3.922q0-1.083.379-2.017t1.063-1.656l.633.632q-.567.606-.879%201.377t-.312%201.664v1.154H13V21zM21%2018.304l-.885-.885v-1.957q0-1.875-1.312-3.188t-3.187-1.312q-.433%200-.841.079q-.408.078-.796.242l-.688-.689q.517-.255%201.109-.386t1.216-.131q2.25%200%203.817%201.567T21%2015.462zM7.864%2015.483q-.63-.24-1.035-.795q-.406-.554-.406-1.265q0-.913.64-1.553q.639-.64%201.553-.64q.125%200%20.22.016q.097.015.222.046q-.542.862-.857%201.84q-.314.98-.337%202.082zm3.682-6.633L5.696%203h6.92q.67%200%201.143.472q.472.472.472%201.143V7.82q-.729.12-1.405.394t-1.28.637M4.616%2019q-.672%200-1.144-.472T3%2017.385V4.04h.925l6.054%206.053q-.088.089-.159.169t-.133.168q-.24-.09-.515-.145q-.274-.055-.556-.055q-1.316%200-2.254.938t-.939%202.254q0%201.139.69%201.986q.689.847%201.733%201.105V19zm15.538%202.685L2.046%203.577l.708-.708l18.108%2018.108z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/media-output-off.svg?color=%231a73e8&size=48