mobile speaker icon
mobile-speaker-outline-rounded from Material Symbols Light by Google · Outline Rounded · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- mobile-speaker-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline 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 12.23V20V4zM5.616 21q-.691 0-1.153-.462T4 19.385V4.615q0-.69.463-1.152T5.616 3h7.846q.69 0 1.153.463t.462 1.153v3.328q0 .214-.143.357t-.357.143t-.357-.143t-.143-.357V4.616q0-.231-.192-.424Q13.692 4 13.462 4H5.616q-.231 0-.424.192T5 4.615v14.77q0 .23.192.423t.423.192h5.176q.213 0 .356.143q.144.143.144.357t-.144.357t-.356.143zm6.173-6.384l2.092-2.093q.192-.192.444-.096t.252.37v6.637q0 .274-.252.37t-.444-.096l-2.092-2.092h-1.404q-.348 0-.578-.23t-.23-.578v-1.385q0-.348.23-.578t.578-.23zm6.711 1.5q0 .62-.257 1.124q-.256.502-.697.864q-.167.13-.376.022t-.209-.351v-3.32q0-.236.2-.35q.199-.114.385.016q.446.343.7.858t.254 1.137m2.385 0q0-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-.077q1.961.497 3.185 2.087t1.224 3.613q0 2.043-1.224 3.626q-1.223 1.584-3.185 2.1q-.177.061-.312-.077q-.134-.139-.17-.316t.064-.385t.407-.303q1.534-.485 2.477-1.754t.944-2.89M10.087 7.088q.22-.22.22-.55q0-.329-.22-.549t-.548-.22q-.33 0-.55.22t-.22.55q0 .328.22.549q.22.22.55.22q.328 0 .549-.22"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightMobileSpeakerOutlineRounded(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 12.23V20V4zM5.616 21q-.691 0-1.153-.462T4 19.385V4.615q0-.69.463-1.152T5.616 3h7.846q.69 0 1.153.463t.462 1.153v3.328q0 .214-.143.357t-.357.143t-.357-.143t-.143-.357V4.616q0-.231-.192-.424Q13.692 4 13.462 4H5.616q-.231 0-.424.192T5 4.615v14.77q0 .23.192.423t.423.192h5.176q.213 0 .356.143q.144.143.144.357t-.144.357t-.356.143zm6.173-6.384l2.092-2.093q.192-.192.444-.096t.252.37v6.637q0 .274-.252.37t-.444-.096l-2.092-2.092h-1.404q-.348 0-.578-.23t-.23-.578v-1.385q0-.348.23-.578t.578-.23zm6.711 1.5q0 .62-.257 1.124q-.256.502-.697.864q-.167.13-.376.022t-.209-.351v-3.32q0-.236.2-.35q.199-.114.385.016q.446.343.7.858t.254 1.137m2.385 0q0-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-.077q1.961.497 3.185 2.087t1.224 3.613q0 2.043-1.224 3.626q-1.223 1.584-3.185 2.1q-.177.061-.312-.077q-.134-.139-.17-.316t.064-.385t.407-.303q1.534-.485 2.477-1.754t.944-2.89M10.087 7.088q.22-.22.22-.55q0-.329-.22-.549t-.548-.22q-.33 0-.55.22t-.22.55q0 .328.22.549q.22.22.55.22q.328 0 .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 12.23V20V4zM5.616 21q-.691 0-1.153-.462T4 19.385V4.615q0-.69.463-1.152T5.616 3h7.846q.69 0 1.153.463t.462 1.153v3.328q0 .214-.143.357t-.357.143t-.357-.143t-.143-.357V4.616q0-.231-.192-.424Q13.692 4 13.462 4H5.616q-.231 0-.424.192T5 4.615v14.77q0 .23.192.423t.423.192h5.176q.213 0 .356.143q.144.143.144.357t-.144.357t-.356.143zm6.173-6.384l2.092-2.093q.192-.192.444-.096t.252.37v6.637q0 .274-.252.37t-.444-.096l-2.092-2.092h-1.404q-.348 0-.578-.23t-.23-.578v-1.385q0-.348.23-.578t.578-.23zm6.711 1.5q0 .62-.257 1.124q-.256.502-.697.864q-.167.13-.376.022t-.209-.351v-3.32q0-.236.2-.35q.199-.114.385.016q.446.343.7.858t.254 1.137m2.385 0q0-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-.077q1.961.497 3.185 2.087t1.224 3.613q0 2.043-1.224 3.626q-1.223 1.584-3.185 2.1q-.177.061-.312-.077q-.134-.139-.17-.316t.064-.385t.407-.303q1.534-.485 2.477-1.754t.944-2.89M10.087 7.088q.22-.22.22-.55q0-.329-.22-.549t-.548-.22q-.33 0-.55.22t-.22.55q0 .328.22.549q.22.22.55.22q.328 0 .549-.22"/></svg> </template>
CSS
.icon-mobile-speaker-outline-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%2012.23V20V4zM5.616%2021q-.691%200-1.153-.462T4%2019.385V4.615q0-.69.463-1.152T5.616%203h7.846q.69%200%201.153.463t.462%201.153v3.328q0%20.214-.143.357t-.357.143t-.357-.143t-.143-.357V4.616q0-.231-.192-.424Q13.692%204%2013.462%204H5.616q-.231%200-.424.192T5%204.615v14.77q0%20.23.192.423t.423.192h5.176q.213%200%20.356.143q.144.143.144.357t-.144.357t-.356.143zm6.173-6.384l2.092-2.093q.192-.192.444-.096t.252.37v6.637q0%20.274-.252.37t-.444-.096l-2.092-2.092h-1.404q-.348%200-.578-.23t-.23-.578v-1.385q0-.348.23-.578t.578-.23zm6.711%201.5q0%20.62-.257%201.124q-.256.502-.697.864q-.167.13-.376.022t-.209-.351v-3.32q0-.236.2-.35q.199-.114.385.016q.446.343.7.858t.254%201.137m2.385%200q0-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-.077q1.961.497%203.185%202.087t1.224%203.613q0%202.043-1.224%203.626q-1.223%201.584-3.185%202.1q-.177.061-.312-.077q-.134-.139-.17-.316t.064-.385t.407-.303q1.534-.485%202.477-1.754t.944-2.89M10.087%207.088q.22-.22.22-.55q0-.329-.22-.549t-.548-.22q-.33%200-.55.22t-.22.55q0%20.328.22.549q.22.22.55.22q.328%200%20.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%2012.23V20V4zM5.616%2021q-.691%200-1.153-.462T4%2019.385V4.615q0-.69.463-1.152T5.616%203h7.846q.69%200%201.153.463t.462%201.153v3.328q0%20.214-.143.357t-.357.143t-.357-.143t-.143-.357V4.616q0-.231-.192-.424Q13.692%204%2013.462%204H5.616q-.231%200-.424.192T5%204.615v14.77q0%20.23.192.423t.423.192h5.176q.213%200%20.356.143q.144.143.144.357t-.144.357t-.356.143zm6.173-6.384l2.092-2.093q.192-.192.444-.096t.252.37v6.637q0%20.274-.252.37t-.444-.096l-2.092-2.092h-1.404q-.348%200-.578-.23t-.23-.578v-1.385q0-.348.23-.578t.578-.23zm6.711%201.5q0%20.62-.257%201.124q-.256.502-.697.864q-.167.13-.376.022t-.209-.351v-3.32q0-.236.2-.35q.199-.114.385.016q.446.343.7.858t.254%201.137m2.385%200q0-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-.077q1.961.497%203.185%202.087t1.224%203.613q0%202.043-1.224%203.626q-1.223%201.584-3.185%202.1q-.177.061-.312-.077q-.134-.139-.17-.316t.064-.385t.407-.303q1.534-.485%202.477-1.754t.944-2.89M10.087%207.088q.22-.22.22-.55q0-.329-.22-.549t-.548-.22q-.33%200-.55.22t-.22.55q0%20.328.22.549q.22.22.55.22q.328%200%20.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-rounded.svg?color=%231a73e8&size=48