mobile speaker icon

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

Name
mobile-speaker-rounded
Set
Material Symbols
Style
Rounded
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="M5 22q-.825 0-1.412-.587T3 20V4q0-.825.588-1.412T5 2h9q.825 0 1.413.588T16 4v1.85q0 .4-.15.763t-.425.637L10.675 12H9q-.825 0-1.412.588T7 14v4q0 .825.588 1.413T9 20h1.675q.425 0 .713.288t.287.712t-.288.713t-.712.287zm5.213-15.288Q10.5 6.425 10.5 6t-.288-.712T9.5 5t-.712.288T8.5 6t.288.713T9.5 7t.713-.288M14.15 20.65L11.5 18H10q-.425 0-.712-.288T9 17v-2q0-.425.288-.712T10 14h1.5l2.65-2.65q.25-.25.55-.125t.3.475v8.6q0 .35-.3.475t-.55-.125m3.55-2.2q-.225.15-.462.013T17 18.025v-4.05q0-.275.238-.437t.462-.013q.6.4.95 1.05T19 16t-.363 1.413t-.937 1.037m.275 4.275q-.35.1-.6-.125t-.325-.575t.112-.75t.763-.65q1.4-.6 2.237-1.85T21 16q0-1.5-.825-2.762T17.95 11.4q-.575-.25-.775-.65T17.05 10t.325-.575t.6-.125q2.25.65 3.638 2.5T23 16t-1.388 4.213t-3.637 2.512"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsMobileSpeakerRounded(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 22q-.825 0-1.412-.587T3 20V4q0-.825.588-1.412T5 2h9q.825 0 1.413.588T16 4v1.85q0 .4-.15.763t-.425.637L10.675 12H9q-.825 0-1.412.588T7 14v4q0 .825.588 1.413T9 20h1.675q.425 0 .713.288t.287.712t-.288.713t-.712.287zm5.213-15.288Q10.5 6.425 10.5 6t-.288-.712T9.5 5t-.712.288T8.5 6t.288.713T9.5 7t.713-.288M14.15 20.65L11.5 18H10q-.425 0-.712-.288T9 17v-2q0-.425.288-.712T10 14h1.5l2.65-2.65q.25-.25.55-.125t.3.475v8.6q0 .35-.3.475t-.55-.125m3.55-2.2q-.225.15-.462.013T17 18.025v-4.05q0-.275.238-.437t.462-.013q.6.4.95 1.05T19 16t-.363 1.413t-.937 1.037m.275 4.275q-.35.1-.6-.125t-.325-.575t.112-.75t.763-.65q1.4-.6 2.237-1.85T21 16q0-1.5-.825-2.762T17.95 11.4q-.575-.25-.775-.65T17.05 10t.325-.575t.6-.125q2.25.65 3.638 2.5T23 16t-1.388 4.213t-3.637 2.512"/></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 22q-.825 0-1.412-.587T3 20V4q0-.825.588-1.412T5 2h9q.825 0 1.413.588T16 4v1.85q0 .4-.15.763t-.425.637L10.675 12H9q-.825 0-1.412.588T7 14v4q0 .825.588 1.413T9 20h1.675q.425 0 .713.288t.287.712t-.288.713t-.712.287zm5.213-15.288Q10.5 6.425 10.5 6t-.288-.712T9.5 5t-.712.288T8.5 6t.288.713T9.5 7t.713-.288M14.15 20.65L11.5 18H10q-.425 0-.712-.288T9 17v-2q0-.425.288-.712T10 14h1.5l2.65-2.65q.25-.25.55-.125t.3.475v8.6q0 .35-.3.475t-.55-.125m3.55-2.2q-.225.15-.462.013T17 18.025v-4.05q0-.275.238-.437t.462-.013q.6.4.95 1.05T19 16t-.363 1.413t-.937 1.037m.275 4.275q-.35.1-.6-.125t-.325-.575t.112-.75t.763-.65q1.4-.6 2.237-1.85T21 16q0-1.5-.825-2.762T17.95 11.4q-.575-.25-.775-.65T17.05 10t.325-.575t.6-.125q2.25.65 3.638 2.5T23 16t-1.388 4.213t-3.637 2.512"/></svg>
</template>

CSS

.icon-mobile-speaker-rounded {
  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%2022q-.825%200-1.412-.587T3%2020V4q0-.825.588-1.412T5%202h9q.825%200%201.413.588T16%204v1.85q0%20.4-.15.763t-.425.637L10.675%2012H9q-.825%200-1.412.588T7%2014v4q0%20.825.588%201.413T9%2020h1.675q.425%200%20.713.288t.287.712t-.288.713t-.712.287zm5.213-15.288Q10.5%206.425%2010.5%206t-.288-.712T9.5%205t-.712.288T8.5%206t.288.713T9.5%207t.713-.288M14.15%2020.65L11.5%2018H10q-.425%200-.712-.288T9%2017v-2q0-.425.288-.712T10%2014h1.5l2.65-2.65q.25-.25.55-.125t.3.475v8.6q0%20.35-.3.475t-.55-.125m3.55-2.2q-.225.15-.462.013T17%2018.025v-4.05q0-.275.238-.437t.462-.013q.6.4.95%201.05T19%2016t-.363%201.413t-.937%201.037m.275%204.275q-.35.1-.6-.125t-.325-.575t.112-.75t.763-.65q1.4-.6%202.237-1.85T21%2016q0-1.5-.825-2.762T17.95%2011.4q-.575-.25-.775-.65T17.05%2010t.325-.575t.6-.125q2.25.65%203.638%202.5T23%2016t-1.388%204.213t-3.637%202.512%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%2022q-.825%200-1.412-.587T3%2020V4q0-.825.588-1.412T5%202h9q.825%200%201.413.588T16%204v1.85q0%20.4-.15.763t-.425.637L10.675%2012H9q-.825%200-1.412.588T7%2014v4q0%20.825.588%201.413T9%2020h1.675q.425%200%20.713.288t.287.712t-.288.713t-.712.287zm5.213-15.288Q10.5%206.425%2010.5%206t-.288-.712T9.5%205t-.712.288T8.5%206t.288.713T9.5%207t.713-.288M14.15%2020.65L11.5%2018H10q-.425%200-.712-.288T9%2017v-2q0-.425.288-.712T10%2014h1.5l2.65-2.65q.25-.25.55-.125t.3.475v8.6q0%20.35-.3.475t-.55-.125m3.55-2.2q-.225.15-.462.013T17%2018.025v-4.05q0-.275.238-.437t.462-.013q.6.4.95%201.05T19%2016t-.363%201.413t-.937%201.037m.275%204.275q-.35.1-.6-.125t-.325-.575t.112-.75t.763-.65q1.4-.6%202.237-1.85T21%2016q0-1.5-.825-2.762T17.95%2011.4q-.575-.25-.775-.65T17.05%2010t.325-.575t.6-.125q2.25.65%203.638%202.5T23%2016t-1.388%204.213t-3.637%202.512%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-rounded.svg?color=%231a73e8&size=48