media output icon
media-output-outline-sharp from Material Symbols by Google · Outline Sharp · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- media-output-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
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 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 20V2h13v6.05q-.525.05-1.025.188T13 8.575V4H4v14h4v2zm6-3.025V16q0-.275.013-.537t.062-.538Q7.6 14.8 7.3 14.4t-.3-.9q0-.625.438-1.062T8.5 12q.125 0 .25.025T9 12.1q.25-.45.563-.862t.662-.788q-.375-.225-.812-.337T8.5 10q-1.45 0-2.475 1.025T5 13.5q0 1.35.863 2.313T8 16.975m1.563-8.912Q10 7.625 10 7t-.437-1.062T8.5 5.5t-1.062.438T7 7t.438 1.063T8.5 8.5t1.063-.437M14 22h-4v-6q0-2.5 1.75-4.25T16 10t4.25 1.75T22 16v6h-4v-5h2.5v-1q0-1.875-1.312-3.187T16 11.5t-3.187 1.313T11.5 16v1H14z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsMediaOutputOutlineSharp(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="M2 20V2h13v6.05q-.525.05-1.025.188T13 8.575V4H4v14h4v2zm6-3.025V16q0-.275.013-.537t.062-.538Q7.6 14.8 7.3 14.4t-.3-.9q0-.625.438-1.062T8.5 12q.125 0 .25.025T9 12.1q.25-.45.563-.862t.662-.788q-.375-.225-.812-.337T8.5 10q-1.45 0-2.475 1.025T5 13.5q0 1.35.863 2.313T8 16.975m1.563-8.912Q10 7.625 10 7t-.437-1.062T8.5 5.5t-1.062.438T7 7t.438 1.063T8.5 8.5t1.063-.437M14 22h-4v-6q0-2.5 1.75-4.25T16 10t4.25 1.75T22 16v6h-4v-5h2.5v-1q0-1.875-1.312-3.187T16 11.5t-3.187 1.313T11.5 16v1H14z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 20V2h13v6.05q-.525.05-1.025.188T13 8.575V4H4v14h4v2zm6-3.025V16q0-.275.013-.537t.062-.538Q7.6 14.8 7.3 14.4t-.3-.9q0-.625.438-1.062T8.5 12q.125 0 .25.025T9 12.1q.25-.45.563-.862t.662-.788q-.375-.225-.812-.337T8.5 10q-1.45 0-2.475 1.025T5 13.5q0 1.35.863 2.313T8 16.975m1.563-8.912Q10 7.625 10 7t-.437-1.062T8.5 5.5t-1.062.438T7 7t.438 1.063T8.5 8.5t1.063-.437M14 22h-4v-6q0-2.5 1.75-4.25T16 10t4.25 1.75T22 16v6h-4v-5h2.5v-1q0-1.875-1.312-3.187T16 11.5t-3.187 1.313T11.5 16v1H14z"/></svg> </template>
CSS
.icon-media-output-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%22M2%2020V2h13v6.05q-.525.05-1.025.188T13%208.575V4H4v14h4v2zm6-3.025V16q0-.275.013-.537t.062-.538Q7.6%2014.8%207.3%2014.4t-.3-.9q0-.625.438-1.062T8.5%2012q.125%200%20.25.025T9%2012.1q.25-.45.563-.862t.662-.788q-.375-.225-.812-.337T8.5%2010q-1.45%200-2.475%201.025T5%2013.5q0%201.35.863%202.313T8%2016.975m1.563-8.912Q10%207.625%2010%207t-.437-1.062T8.5%205.5t-1.062.438T7%207t.438%201.063T8.5%208.5t1.063-.437M14%2022h-4v-6q0-2.5%201.75-4.25T16%2010t4.25%201.75T22%2016v6h-4v-5h2.5v-1q0-1.875-1.312-3.187T16%2011.5t-3.187%201.313T11.5%2016v1H14z%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%22M2%2020V2h13v6.05q-.525.05-1.025.188T13%208.575V4H4v14h4v2zm6-3.025V16q0-.275.013-.537t.062-.538Q7.6%2014.8%207.3%2014.4t-.3-.9q0-.625.438-1.062T8.5%2012q.125%200%20.25.025T9%2012.1q.25-.45.563-.862t.662-.788q-.375-.225-.812-.337T8.5%2010q-1.45%200-2.475%201.025T5%2013.5q0%201.35.863%202.313T8%2016.975m1.563-8.912Q10%207.625%2010%207t-.437-1.062T8.5%205.5t-1.062.438T7%207t.438%201.063T8.5%208.5t1.063-.437M14%2022h-4v-6q0-2.5%201.75-4.25T16%2010t4.25%201.75T22%2016v6h-4v-5h2.5v-1q0-1.875-1.312-3.187T16%2011.5t-3.187%201.313T11.5%2016v1H14z%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-outline-sharp.svg?color=%231a73e8&size=48