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

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

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="M3 19V3h11.23v4.82q-.255.05-.507.109t-.492.146V4H4v14h3.846v1zm4.846-2.486v-.783q0-.064.003-.124t.014-.124q-.629-.24-1.034-.795q-.406-.554-.406-1.265q0-.913.64-1.553q.639-.64 1.553-.64q.125 0 .22.016q.097.015.222.046q.154-.219.306-.44t.322-.421q-.24-.09-.509-.145q-.27-.055-.561-.055q-1.323 0-2.258.935q-.935.934-.935 2.257q0 1.139.69 1.986q.689.847 1.733 1.105m1.697-8.396q.38-.382.38-.928t-.382-.926t-.928-.38t-.926.383t-.38.927q0 .546.383.926t.928.38t.925-.382M13 21h-2.77v-5.538q0-2.244 1.573-3.814q1.571-1.571 3.817-1.571t3.813 1.57T21 15.463V21h-2.77v-4.384h1.886v-1.154q0-1.875-1.313-3.188t-3.187-1.312t-3.188 1.312t-1.312 3.188v1.154H13z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightMediaOutputOutlineSharp(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="M3 19V3h11.23v4.82q-.255.05-.507.109t-.492.146V4H4v14h3.846v1zm4.846-2.486v-.783q0-.064.003-.124t.014-.124q-.629-.24-1.034-.795q-.406-.554-.406-1.265q0-.913.64-1.553q.639-.64 1.553-.64q.125 0 .22.016q.097.015.222.046q.154-.219.306-.44t.322-.421q-.24-.09-.509-.145q-.27-.055-.561-.055q-1.323 0-2.258.935q-.935.934-.935 2.257q0 1.139.69 1.986q.689.847 1.733 1.105m1.697-8.396q.38-.382.38-.928t-.382-.926t-.928-.38t-.926.383t-.38.927q0 .546.383.926t.928.38t.925-.382M13 21h-2.77v-5.538q0-2.244 1.573-3.814q1.571-1.571 3.817-1.571t3.813 1.57T21 15.463V21h-2.77v-4.384h1.886v-1.154q0-1.875-1.313-3.188t-3.187-1.312t-3.188 1.312t-1.312 3.188v1.154H13z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 19V3h11.23v4.82q-.255.05-.507.109t-.492.146V4H4v14h3.846v1zm4.846-2.486v-.783q0-.064.003-.124t.014-.124q-.629-.24-1.034-.795q-.406-.554-.406-1.265q0-.913.64-1.553q.639-.64 1.553-.64q.125 0 .22.016q.097.015.222.046q.154-.219.306-.44t.322-.421q-.24-.09-.509-.145q-.27-.055-.561-.055q-1.323 0-2.258.935q-.935.934-.935 2.257q0 1.139.69 1.986q.689.847 1.733 1.105m1.697-8.396q.38-.382.38-.928t-.382-.926t-.928-.38t-.926.383t-.38.927q0 .546.383.926t.928.38t.925-.382M13 21h-2.77v-5.538q0-2.244 1.573-3.814q1.571-1.571 3.817-1.571t3.813 1.57T21 15.463V21h-2.77v-4.384h1.886v-1.154q0-1.875-1.313-3.188t-3.187-1.312t-3.188 1.312t-1.312 3.188v1.154H13z"/></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%22M3%2019V3h11.23v4.82q-.255.05-.507.109t-.492.146V4H4v14h3.846v1zm4.846-2.486v-.783q0-.064.003-.124t.014-.124q-.629-.24-1.034-.795q-.406-.554-.406-1.265q0-.913.64-1.553q.639-.64%201.553-.64q.125%200%20.22.016q.097.015.222.046q.154-.219.306-.44t.322-.421q-.24-.09-.509-.145q-.27-.055-.561-.055q-1.323%200-2.258.935q-.935.934-.935%202.257q0%201.139.69%201.986q.689.847%201.733%201.105m1.697-8.396q.38-.382.38-.928t-.382-.926t-.928-.38t-.926.383t-.38.927q0%20.546.383.926t.928.38t.925-.382M13%2021h-2.77v-5.538q0-2.244%201.573-3.814q1.571-1.571%203.817-1.571t3.813%201.57T21%2015.463V21h-2.77v-4.384h1.886v-1.154q0-1.875-1.313-3.188t-3.187-1.312t-3.188%201.312t-1.312%203.188v1.154H13z%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%22M3%2019V3h11.23v4.82q-.255.05-.507.109t-.492.146V4H4v14h3.846v1zm4.846-2.486v-.783q0-.064.003-.124t.014-.124q-.629-.24-1.034-.795q-.406-.554-.406-1.265q0-.913.64-1.553q.639-.64%201.553-.64q.125%200%20.22.016q.097.015.222.046q.154-.219.306-.44t.322-.421q-.24-.09-.509-.145q-.27-.055-.561-.055q-1.323%200-2.258.935q-.935.934-.935%202.257q0%201.139.69%201.986q.689.847%201.733%201.105m1.697-8.396q.38-.382.38-.928t-.382-.926t-.928-.38t-.926.383t-.38.927q0%20.546.383.926t.928.38t.925-.382M13%2021h-2.77v-5.538q0-2.244%201.573-3.814q1.571-1.571%203.817-1.571t3.813%201.57T21%2015.463V21h-2.77v-4.384h1.886v-1.154q0-1.875-1.313-3.188t-3.187-1.312t-3.188%201.312t-1.312%203.188v1.154H13z%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-outline-sharp.svg?color=%231a73e8&size=48