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

Name
mobile-speaker-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 mobile speaker icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 20V4zm-1 1V3h11.077v4.944l-1 1V4H5v16h5.79l1 1zm5.577-3.384v-3h2.212l2.788-2.789v8.577l-2.788-2.788zm7.385.838V13.77q.682.3 1.11.931q.428.63.428 1.414q0 .782-.428 1.41t-1.11.928m0 3.49v-1.038q1.73-.356 2.827-1.702q1.095-1.346 1.095-3.089t-1.096-3.088t-2.827-1.677V10.31q2.139.35 3.531 1.996t1.393 3.808t-1.393 3.819t-3.53 2.01M10.088 7.088q.22-.22.22-.55q0-.329-.22-.549t-.55-.22t-.548.22t-.22.55t.22.549t.549.22t.549-.22"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightMobileSpeakerOutlineSharp(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="M5 20V4zm-1 1V3h11.077v4.944l-1 1V4H5v16h5.79l1 1zm5.577-3.384v-3h2.212l2.788-2.789v8.577l-2.788-2.788zm7.385.838V13.77q.682.3 1.11.931q.428.63.428 1.414q0 .782-.428 1.41t-1.11.928m0 3.49v-1.038q1.73-.356 2.827-1.702q1.095-1.346 1.095-3.089t-1.096-3.088t-2.827-1.677V10.31q2.139.35 3.531 1.996t1.393 3.808t-1.393 3.819t-3.53 2.01M10.088 7.088q.22-.22.22-.55q0-.329-.22-.549t-.55-.22t-.548.22t-.22.55t.22.549t.549.22t.549-.22"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 20V4zm-1 1V3h11.077v4.944l-1 1V4H5v16h5.79l1 1zm5.577-3.384v-3h2.212l2.788-2.789v8.577l-2.788-2.788zm7.385.838V13.77q.682.3 1.11.931q.428.63.428 1.414q0 .782-.428 1.41t-1.11.928m0 3.49v-1.038q1.73-.356 2.827-1.702q1.095-1.346 1.095-3.089t-1.096-3.088t-2.827-1.677V10.31q2.139.35 3.531 1.996t1.393 3.808t-1.393 3.819t-3.53 2.01M10.088 7.088q.22-.22.22-.55q0-.329-.22-.549t-.55-.22t-.548.22t-.22.55t.22.549t.549.22t.549-.22"/></svg>
</template>

CSS

.icon-mobile-speaker-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%22M5%2020V4zm-1%201V3h11.077v4.944l-1%201V4H5v16h5.79l1%201zm5.577-3.384v-3h2.212l2.788-2.789v8.577l-2.788-2.788zm7.385.838V13.77q.682.3%201.11.931q.428.63.428%201.414q0%20.782-.428%201.41t-1.11.928m0%203.49v-1.038q1.73-.356%202.827-1.702q1.095-1.346%201.095-3.089t-1.096-3.088t-2.827-1.677V10.31q2.139.35%203.531%201.996t1.393%203.808t-1.393%203.819t-3.53%202.01M10.088%207.088q.22-.22.22-.55q0-.329-.22-.549t-.55-.22t-.548.22t-.22.55t.22.549t.549.22t.549-.22%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%22M5%2020V4zm-1%201V3h11.077v4.944l-1%201V4H5v16h5.79l1%201zm5.577-3.384v-3h2.212l2.788-2.789v8.577l-2.788-2.788zm7.385.838V13.77q.682.3%201.11.931q.428.63.428%201.414q0%20.782-.428%201.41t-1.11.928m0%203.49v-1.038q1.73-.356%202.827-1.702q1.095-1.346%201.095-3.089t-1.096-3.088t-2.827-1.677V10.31q2.139.35%203.531%201.996t1.393%203.808t-1.393%203.819t-3.53%202.01M10.088%207.088q.22-.22.22-.55q0-.329-.22-.549t-.55-.22t-.548.22t-.22.55t.22.549t.549.22t.549-.22%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/mobile-speaker-outline-sharp.svg?color=%231a73e8&size=48