mobile speaker icon
mobile-speaker-rounded from Material Symbols Light by Google · Rounded · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- mobile-speaker-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- 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
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 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.616 21q-.691 0-1.153-.462T4 19.385V4.615q0-.69.463-1.152T5.616 3h7.846q.69 0 1.153.463t.462 1.153v2.657q0 .323-.13.628t-.349.522l-3.808 3.808H8.809q-.672 0-1.144.472t-.472 1.143v4.539q0 .67.472 1.143q.473.472 1.144.472h1.983q.213 0 .356.143q.144.143.144.357t-.144.357t-.356.143zm4.472-13.912q.22-.22.22-.55q0-.329-.22-.549t-.55-.22t-.548.22t-.22.55t.22.549t.549.22t.549-.22m3.793 12.62l-2.092-2.092h-1.404q-.348 0-.578-.23t-.23-.578v-1.385q0-.348.23-.578t.578-.23h1.404l2.092-2.092q.192-.192.444-.096t.252.37v6.637q0 .274-.252.37t-.444-.096m3.665-1.604q-.167.13-.376.022t-.209-.351v-3.32q0-.236.2-.35q.199-.114.385.016q.446.343.7.858t.254 1.137q0 .62-.257 1.124q-.256.502-.697.864m-.071 3.737q-.177.061-.312-.077q-.134-.139-.17-.316t.064-.385t.407-.303q1.534-.485 2.477-1.754t.944-2.89q0-1.616-.94-2.898q-.941-1.281-2.476-1.741q-.306-.096-.419-.294q-.114-.198-.077-.375q.036-.177.18-.316t.322-.076q1.961.496 3.185 2.086t1.224 3.614q0 2.042-1.224 3.625t-3.185 2.1"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightMobileSpeakerRounded(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.616 21q-.691 0-1.153-.462T4 19.385V4.615q0-.69.463-1.152T5.616 3h7.846q.69 0 1.153.463t.462 1.153v2.657q0 .323-.13.628t-.349.522l-3.808 3.808H8.809q-.672 0-1.144.472t-.472 1.143v4.539q0 .67.472 1.143q.473.472 1.144.472h1.983q.213 0 .356.143q.144.143.144.357t-.144.357t-.356.143zm4.472-13.912q.22-.22.22-.55q0-.329-.22-.549t-.55-.22t-.548.22t-.22.55t.22.549t.549.22t.549-.22m3.793 12.62l-2.092-2.092h-1.404q-.348 0-.578-.23t-.23-.578v-1.385q0-.348.23-.578t.578-.23h1.404l2.092-2.092q.192-.192.444-.096t.252.37v6.637q0 .274-.252.37t-.444-.096m3.665-1.604q-.167.13-.376.022t-.209-.351v-3.32q0-.236.2-.35q.199-.114.385.016q.446.343.7.858t.254 1.137q0 .62-.257 1.124q-.256.502-.697.864m-.071 3.737q-.177.061-.312-.077q-.134-.139-.17-.316t.064-.385t.407-.303q1.534-.485 2.477-1.754t.944-2.89q0-1.616-.94-2.898q-.941-1.281-2.476-1.741q-.306-.096-.419-.294q-.114-.198-.077-.375q.036-.177.18-.316t.322-.076q1.961.496 3.185 2.086t1.224 3.614q0 2.042-1.224 3.625t-3.185 2.1"/></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.616 21q-.691 0-1.153-.462T4 19.385V4.615q0-.69.463-1.152T5.616 3h7.846q.69 0 1.153.463t.462 1.153v2.657q0 .323-.13.628t-.349.522l-3.808 3.808H8.809q-.672 0-1.144.472t-.472 1.143v4.539q0 .67.472 1.143q.473.472 1.144.472h1.983q.213 0 .356.143q.144.143.144.357t-.144.357t-.356.143zm4.472-13.912q.22-.22.22-.55q0-.329-.22-.549t-.55-.22t-.548.22t-.22.55t.22.549t.549.22t.549-.22m3.793 12.62l-2.092-2.092h-1.404q-.348 0-.578-.23t-.23-.578v-1.385q0-.348.23-.578t.578-.23h1.404l2.092-2.092q.192-.192.444-.096t.252.37v6.637q0 .274-.252.37t-.444-.096m3.665-1.604q-.167.13-.376.022t-.209-.351v-3.32q0-.236.2-.35q.199-.114.385.016q.446.343.7.858t.254 1.137q0 .62-.257 1.124q-.256.502-.697.864m-.071 3.737q-.177.061-.312-.077q-.134-.139-.17-.316t.064-.385t.407-.303q1.534-.485 2.477-1.754t.944-2.89q0-1.616-.94-2.898q-.941-1.281-2.476-1.741q-.306-.096-.419-.294q-.114-.198-.077-.375q.036-.177.18-.316t.322-.076q1.961.496 3.185 2.086t1.224 3.614q0 2.042-1.224 3.625t-3.185 2.1"/></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.616%2021q-.691%200-1.153-.462T4%2019.385V4.615q0-.69.463-1.152T5.616%203h7.846q.69%200%201.153.463t.462%201.153v2.657q0%20.323-.13.628t-.349.522l-3.808%203.808H8.809q-.672%200-1.144.472t-.472%201.143v4.539q0%20.67.472%201.143q.473.472%201.144.472h1.983q.213%200%20.356.143q.144.143.144.357t-.144.357t-.356.143zm4.472-13.912q.22-.22.22-.55q0-.329-.22-.549t-.55-.22t-.548.22t-.22.55t.22.549t.549.22t.549-.22m3.793%2012.62l-2.092-2.092h-1.404q-.348%200-.578-.23t-.23-.578v-1.385q0-.348.23-.578t.578-.23h1.404l2.092-2.092q.192-.192.444-.096t.252.37v6.637q0%20.274-.252.37t-.444-.096m3.665-1.604q-.167.13-.376.022t-.209-.351v-3.32q0-.236.2-.35q.199-.114.385.016q.446.343.7.858t.254%201.137q0%20.62-.257%201.124q-.256.502-.697.864m-.071%203.737q-.177.061-.312-.077q-.134-.139-.17-.316t.064-.385t.407-.303q1.534-.485%202.477-1.754t.944-2.89q0-1.616-.94-2.898q-.941-1.281-2.476-1.741q-.306-.096-.419-.294q-.114-.198-.077-.375q.036-.177.18-.316t.322-.076q1.961.496%203.185%202.086t1.224%203.614q0%202.042-1.224%203.625t-3.185%202.1%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.616%2021q-.691%200-1.153-.462T4%2019.385V4.615q0-.69.463-1.152T5.616%203h7.846q.69%200%201.153.463t.462%201.153v2.657q0%20.323-.13.628t-.349.522l-3.808%203.808H8.809q-.672%200-1.144.472t-.472%201.143v4.539q0%20.67.472%201.143q.473.472%201.144.472h1.983q.213%200%20.356.143q.144.143.144.357t-.144.357t-.356.143zm4.472-13.912q.22-.22.22-.55q0-.329-.22-.549t-.55-.22t-.548.22t-.22.55t.22.549t.549.22t.549-.22m3.793%2012.62l-2.092-2.092h-1.404q-.348%200-.578-.23t-.23-.578v-1.385q0-.348.23-.578t.578-.23h1.404l2.092-2.092q.192-.192.444-.096t.252.37v6.637q0%20.274-.252.37t-.444-.096m3.665-1.604q-.167.13-.376.022t-.209-.351v-3.32q0-.236.2-.35q.199-.114.385.016q.446.343.7.858t.254%201.137q0%20.62-.257%201.124q-.256.502-.697.864m-.071%203.737q-.177.061-.312-.077q-.134-.139-.17-.316t.064-.385t.407-.303q1.534-.485%202.477-1.754t.944-2.89q0-1.616-.94-2.898q-.941-1.281-2.476-1.741q-.306-.096-.419-.294q-.114-.198-.077-.375q.036-.177.18-.316t.322-.076q1.961.496%203.185%202.086t1.224%203.614q0%202.042-1.224%203.625t-3.185%202.1%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-rounded.svg?color=%231a73e8&size=48