media output icon
media-output-sharp from Material Symbols by Google · Sharp · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- media-output-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 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-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 16v1H14v5zM9.563 8.063Q10 7.625 10 7t-.437-1.062T8.5 5.5t-1.062.438T7 7t.438 1.063T8.5 8.5t1.063-.437M8 20H2V2h13v6.05q-1.425.175-2.637.8t-2.138 1.6q-.375-.225-.812-.337T8.5 10q-1.45 0-2.475 1.025T5 13.5q0 1.35.863 2.313T8 16.975zm.5-8q.125 0 .25.025T9 12.1q-.35.65-.587 1.35t-.338 1.475Q7.6 14.8 7.3 14.4t-.3-.9q0-.625.438-1.062T8.5 12"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsMediaOutputSharp(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-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 16v1H14v5zM9.563 8.063Q10 7.625 10 7t-.437-1.062T8.5 5.5t-1.062.438T7 7t.438 1.063T8.5 8.5t1.063-.437M8 20H2V2h13v6.05q-1.425.175-2.637.8t-2.138 1.6q-.375-.225-.812-.337T8.5 10q-1.45 0-2.475 1.025T5 13.5q0 1.35.863 2.313T8 16.975zm.5-8q.125 0 .25.025T9 12.1q-.35.65-.587 1.35t-.338 1.475Q7.6 14.8 7.3 14.4t-.3-.9q0-.625.438-1.062T8.5 12"/></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-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 16v1H14v5zM9.563 8.063Q10 7.625 10 7t-.437-1.062T8.5 5.5t-1.062.438T7 7t.438 1.063T8.5 8.5t1.063-.437M8 20H2V2h13v6.05q-1.425.175-2.637.8t-2.138 1.6q-.375-.225-.812-.337T8.5 10q-1.45 0-2.475 1.025T5 13.5q0 1.35.863 2.313T8 16.975zm.5-8q.125 0 .25.025T9 12.1q-.35.65-.587 1.35t-.338 1.475Q7.6 14.8 7.3 14.4t-.3-.9q0-.625.438-1.062T8.5 12"/></svg> </template>
CSS
.icon-media-output-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-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%2016v1H14v5zM9.563%208.063Q10%207.625%2010%207t-.437-1.062T8.5%205.5t-1.062.438T7%207t.438%201.063T8.5%208.5t1.063-.437M8%2020H2V2h13v6.05q-1.425.175-2.637.8t-2.138%201.6q-.375-.225-.812-.337T8.5%2010q-1.45%200-2.475%201.025T5%2013.5q0%201.35.863%202.313T8%2016.975zm.5-8q.125%200%20.25.025T9%2012.1q-.35.65-.587%201.35t-.338%201.475Q7.6%2014.8%207.3%2014.4t-.3-.9q0-.625.438-1.062T8.5%2012%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-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%2016v1H14v5zM9.563%208.063Q10%207.625%2010%207t-.437-1.062T8.5%205.5t-1.062.438T7%207t.438%201.063T8.5%208.5t1.063-.437M8%2020H2V2h13v6.05q-1.425.175-2.637.8t-2.138%201.6q-.375-.225-.812-.337T8.5%2010q-1.45%200-2.475%201.025T5%2013.5q0%201.35.863%202.313T8%2016.975zm.5-8q.125%200%20.25.025T9%2012.1q-.35.65-.587%201.35t-.338%201.475Q7.6%2014.8%207.3%2014.4t-.3-.9q0-.625.438-1.062T8.5%2012%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-sharp.svg?color=%231a73e8&size=48