mobile speaker icon

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

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

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="M3 22V2h13v4.675L10.675 12H7v8h3.675l2 2zm7.213-15.288Q10.5 6.425 10.5 6t-.288-.712T9.5 5t-.712.288T8.5 6t.288.713T9.5 7t.713-.288M15 21.5L11.5 18H9v-4h2.5l3.5-3.5zm2 1.425v-2q1.75-.375 2.875-1.75T21 16t-1.125-3.175T17 11.1v-2q2.6.35 4.3 2.313T23 16t-1.7 4.588t-4.3 2.337m0-4.125v-5.625q.875.3 1.438 1.075T19 16t-.562 1.738T17 18.8"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsMobileSpeakerSharp(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 22V2h13v4.675L10.675 12H7v8h3.675l2 2zm7.213-15.288Q10.5 6.425 10.5 6t-.288-.712T9.5 5t-.712.288T8.5 6t.288.713T9.5 7t.713-.288M15 21.5L11.5 18H9v-4h2.5l3.5-3.5zm2 1.425v-2q1.75-.375 2.875-1.75T21 16t-1.125-3.175T17 11.1v-2q2.6.35 4.3 2.313T23 16t-1.7 4.588t-4.3 2.337m0-4.125v-5.625q.875.3 1.438 1.075T19 16t-.562 1.738T17 18.8"/></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 22V2h13v4.675L10.675 12H7v8h3.675l2 2zm7.213-15.288Q10.5 6.425 10.5 6t-.288-.712T9.5 5t-.712.288T8.5 6t.288.713T9.5 7t.713-.288M15 21.5L11.5 18H9v-4h2.5l3.5-3.5zm2 1.425v-2q1.75-.375 2.875-1.75T21 16t-1.125-3.175T17 11.1v-2q2.6.35 4.3 2.313T23 16t-1.7 4.588t-4.3 2.337m0-4.125v-5.625q.875.3 1.438 1.075T19 16t-.562 1.738T17 18.8"/></svg>
</template>

CSS

.icon-mobile-speaker-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%2022V2h13v4.675L10.675%2012H7v8h3.675l2%202zm7.213-15.288Q10.5%206.425%2010.5%206t-.288-.712T9.5%205t-.712.288T8.5%206t.288.713T9.5%207t.713-.288M15%2021.5L11.5%2018H9v-4h2.5l3.5-3.5zm2%201.425v-2q1.75-.375%202.875-1.75T21%2016t-1.125-3.175T17%2011.1v-2q2.6.35%204.3%202.313T23%2016t-1.7%204.588t-4.3%202.337m0-4.125v-5.625q.875.3%201.438%201.075T19%2016t-.562%201.738T17%2018.8%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%2022V2h13v4.675L10.675%2012H7v8h3.675l2%202zm7.213-15.288Q10.5%206.425%2010.5%206t-.288-.712T9.5%205t-.712.288T8.5%206t.288.713T9.5%207t.713-.288M15%2021.5L11.5%2018H9v-4h2.5l3.5-3.5zm2%201.425v-2q1.75-.375%202.875-1.75T21%2016t-1.125-3.175T17%2011.1v-2q2.6.35%204.3%202.313T23%2016t-1.7%204.588t-4.3%202.337m0-4.125v-5.625q.875.3%201.438%201.075T19%2016t-.562%201.738T17%2018.8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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