media output off icon

media-output-off-outline-sharp from Material Symbols by Google · Outline Sharp · Hardware · Apache-2.0 Free for personal and commercial use.

Name
media-output-off-outline-sharp
Set
Material Symbols
Style
Outline 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

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 16v1H14v5zm-8-2V4h2v14h4v2zm12.575-8.275l-1.15-1.15Q14 10.3 14.65 10.15T16 10q2.5 0 4.25 1.75T22 16v3.15l-1.5-1.5V16q0-1.875-1.312-3.188T16 11.5q-.375 0-.725.05t-.7.175M8 16.975q-1.275-.2-2.137-1.162T5 13.5q0-1.45 1.025-2.475T8.5 10q.475 0 .913.113t.812.337q-.35.375-.662.788T9 12.1q-.125-.05-.25-.075T8.5 12q-.625 0-1.062.438T7 13.5q0 .5.3.9t.775.525q-.05.275-.062.538T8 16zM6.85 4l-2-2H15v6.05q-.525.05-1.025.188T13 8.575V4zM20.5 23.3L.7 3.5l1.4-1.4l19.8 19.8z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsMediaOutputOffOutlineSharp(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 16v1H14v5zm-8-2V4h2v14h4v2zm12.575-8.275l-1.15-1.15Q14 10.3 14.65 10.15T16 10q2.5 0 4.25 1.75T22 16v3.15l-1.5-1.5V16q0-1.875-1.312-3.188T16 11.5q-.375 0-.725.05t-.7.175M8 16.975q-1.275-.2-2.137-1.162T5 13.5q0-1.45 1.025-2.475T8.5 10q.475 0 .913.113t.812.337q-.35.375-.662.788T9 12.1q-.125-.05-.25-.075T8.5 12q-.625 0-1.062.438T7 13.5q0 .5.3.9t.775.525q-.05.275-.062.538T8 16zM6.85 4l-2-2H15v6.05q-.525.05-1.025.188T13 8.575V4zM20.5 23.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 16v1H14v5zm-8-2V4h2v14h4v2zm12.575-8.275l-1.15-1.15Q14 10.3 14.65 10.15T16 10q2.5 0 4.25 1.75T22 16v3.15l-1.5-1.5V16q0-1.875-1.312-3.188T16 11.5q-.375 0-.725.05t-.7.175M8 16.975q-1.275-.2-2.137-1.162T5 13.5q0-1.45 1.025-2.475T8.5 10q.475 0 .913.113t.812.337q-.35.375-.662.788T9 12.1q-.125-.05-.25-.075T8.5 12q-.625 0-1.062.438T7 13.5q0 .5.3.9t.775.525q-.05.275-.062.538T8 16zM6.85 4l-2-2H15v6.05q-.525.05-1.025.188T13 8.575V4zM20.5 23.3L.7 3.5l1.4-1.4l19.8 19.8z"/></svg>
</template>

CSS

.icon-media-output-off-outline-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%2016v1H14v5zm-8-2V4h2v14h4v2zm12.575-8.275l-1.15-1.15Q14%2010.3%2014.65%2010.15T16%2010q2.5%200%204.25%201.75T22%2016v3.15l-1.5-1.5V16q0-1.875-1.312-3.188T16%2011.5q-.375%200-.725.05t-.7.175M8%2016.975q-1.275-.2-2.137-1.162T5%2013.5q0-1.45%201.025-2.475T8.5%2010q.475%200%20.913.113t.812.337q-.35.375-.662.788T9%2012.1q-.125-.05-.25-.075T8.5%2012q-.625%200-1.062.438T7%2013.5q0%20.5.3.9t.775.525q-.05.275-.062.538T8%2016zM6.85%204l-2-2H15v6.05q-.525.05-1.025.188T13%208.575V4zM20.5%2023.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%2016v1H14v5zm-8-2V4h2v14h4v2zm12.575-8.275l-1.15-1.15Q14%2010.3%2014.65%2010.15T16%2010q2.5%200%204.25%201.75T22%2016v3.15l-1.5-1.5V16q0-1.875-1.312-3.188T16%2011.5q-.375%200-.725.05t-.7.175M8%2016.975q-1.275-.2-2.137-1.162T5%2013.5q0-1.45%201.025-2.475T8.5%2010q.475%200%20.913.113t.812.337q-.35.375-.662.788T9%2012.1q-.125-.05-.25-.075T8.5%2012q-.625%200-1.062.438T7%2013.5q0%20.5.3.9t.775.525q-.05.275-.062.538T8%2016zM6.85%204l-2-2H15v6.05q-.525.05-1.025.188T13%208.575V4zM20.5%2023.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-outline-sharp.svg?color=%231a73e8&size=48