mobile sound 2 icon
mobile-sound-2-outline from Material Symbols Light by Google · Outline · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- mobile-sound-2-outline
- Set
- Material Symbols Light
- Style
- Outline
- 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 sound 2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 8.962q.287 0 .48-.197q.193-.196.193-.477q0-.286-.193-.48T12 7.617q-.28 0-.477.193t-.196.48q0 .28.196.477t.477.196m-6.911 5.432q-.28-.554-.425-1.15q-.145-.598-.145-1.263q0-.646.136-1.243q.135-.597.414-1.132l.812.635q-.181.413-.271.842t-.09.898q0 .488.09.936t.29.862zm-2.097 1.612q-.513-.889-.8-1.892T1.903 12t.287-2.114t.801-1.892l.825.635q-.429.748-.67 1.602q-.243.854-.243 1.769t.242 1.772t.671 1.605zM9.29 19q-.691 0-1.153-.462t-.463-1.153V6.615q0-.69.463-1.152T9.289 5h5.403q.69 0 1.153.463t.463 1.153v10.769q0 .69-.463 1.153T14.692 19zm0-1h5.403q.27 0 .443-.173t.173-.442V6.615q0-.269-.173-.442T14.692 6H9.29q-.27 0-.443.173t-.173.443v10.769q0 .269.173.442T9.29 18m9.617-3.606l-.812-.615q.2-.414.294-.862t.093-.936q0-.47-.093-.898q-.094-.43-.274-.843l.811-.634q.279.535.417 1.132t.139 1.243q0 .665-.148 1.262t-.427 1.151M21.008 16l-.825-.629q.429-.748.67-1.602q.243-.854.243-1.769t-.242-1.772t-.671-1.605l.825-.629q.513.883.8 1.886t.288 2.114t-.287 2.115T21.008 16M8.673 18V6z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightMobileSound2Outline(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="M12 8.962q.287 0 .48-.197q.193-.196.193-.477q0-.286-.193-.48T12 7.617q-.28 0-.477.193t-.196.48q0 .28.196.477t.477.196m-6.911 5.432q-.28-.554-.425-1.15q-.145-.598-.145-1.263q0-.646.136-1.243q.135-.597.414-1.132l.812.635q-.181.413-.271.842t-.09.898q0 .488.09.936t.29.862zm-2.097 1.612q-.513-.889-.8-1.892T1.903 12t.287-2.114t.801-1.892l.825.635q-.429.748-.67 1.602q-.243.854-.243 1.769t.242 1.772t.671 1.605zM9.29 19q-.691 0-1.153-.462t-.463-1.153V6.615q0-.69.463-1.152T9.289 5h5.403q.69 0 1.153.463t.463 1.153v10.769q0 .69-.463 1.153T14.692 19zm0-1h5.403q.27 0 .443-.173t.173-.442V6.615q0-.269-.173-.442T14.692 6H9.29q-.27 0-.443.173t-.173.443v10.769q0 .269.173.442T9.29 18m9.617-3.606l-.812-.615q.2-.414.294-.862t.093-.936q0-.47-.093-.898q-.094-.43-.274-.843l.811-.634q.279.535.417 1.132t.139 1.243q0 .665-.148 1.262t-.427 1.151M21.008 16l-.825-.629q.429-.748.67-1.602q.243-.854.243-1.769t-.242-1.772t-.671-1.605l.825-.629q.513.883.8 1.886t.288 2.114t-.287 2.115T21.008 16M8.673 18V6z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 8.962q.287 0 .48-.197q.193-.196.193-.477q0-.286-.193-.48T12 7.617q-.28 0-.477.193t-.196.48q0 .28.196.477t.477.196m-6.911 5.432q-.28-.554-.425-1.15q-.145-.598-.145-1.263q0-.646.136-1.243q.135-.597.414-1.132l.812.635q-.181.413-.271.842t-.09.898q0 .488.09.936t.29.862zm-2.097 1.612q-.513-.889-.8-1.892T1.903 12t.287-2.114t.801-1.892l.825.635q-.429.748-.67 1.602q-.243.854-.243 1.769t.242 1.772t.671 1.605zM9.29 19q-.691 0-1.153-.462t-.463-1.153V6.615q0-.69.463-1.152T9.289 5h5.403q.69 0 1.153.463t.463 1.153v10.769q0 .69-.463 1.153T14.692 19zm0-1h5.403q.27 0 .443-.173t.173-.442V6.615q0-.269-.173-.442T14.692 6H9.29q-.27 0-.443.173t-.173.443v10.769q0 .269.173.442T9.29 18m9.617-3.606l-.812-.615q.2-.414.294-.862t.093-.936q0-.47-.093-.898q-.094-.43-.274-.843l.811-.634q.279.535.417 1.132t.139 1.243q0 .665-.148 1.262t-.427 1.151M21.008 16l-.825-.629q.429-.748.67-1.602q.243-.854.243-1.769t-.242-1.772t-.671-1.605l.825-.629q.513.883.8 1.886t.288 2.114t-.287 2.115T21.008 16M8.673 18V6z"/></svg> </template>
CSS
.icon-mobile-sound-2-outline {
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%22M12%208.962q.287%200%20.48-.197q.193-.196.193-.477q0-.286-.193-.48T12%207.617q-.28%200-.477.193t-.196.48q0%20.28.196.477t.477.196m-6.911%205.432q-.28-.554-.425-1.15q-.145-.598-.145-1.263q0-.646.136-1.243q.135-.597.414-1.132l.812.635q-.181.413-.271.842t-.09.898q0%20.488.09.936t.29.862zm-2.097%201.612q-.513-.889-.8-1.892T1.903%2012t.287-2.114t.801-1.892l.825.635q-.429.748-.67%201.602q-.243.854-.243%201.769t.242%201.772t.671%201.605zM9.29%2019q-.691%200-1.153-.462t-.463-1.153V6.615q0-.69.463-1.152T9.289%205h5.403q.69%200%201.153.463t.463%201.153v10.769q0%20.69-.463%201.153T14.692%2019zm0-1h5.403q.27%200%20.443-.173t.173-.442V6.615q0-.269-.173-.442T14.692%206H9.29q-.27%200-.443.173t-.173.443v10.769q0%20.269.173.442T9.29%2018m9.617-3.606l-.812-.615q.2-.414.294-.862t.093-.936q0-.47-.093-.898q-.094-.43-.274-.843l.811-.634q.279.535.417%201.132t.139%201.243q0%20.665-.148%201.262t-.427%201.151M21.008%2016l-.825-.629q.429-.748.67-1.602q.243-.854.243-1.769t-.242-1.772t-.671-1.605l.825-.629q.513.883.8%201.886t.288%202.114t-.287%202.115T21.008%2016M8.673%2018V6z%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%22M12%208.962q.287%200%20.48-.197q.193-.196.193-.477q0-.286-.193-.48T12%207.617q-.28%200-.477.193t-.196.48q0%20.28.196.477t.477.196m-6.911%205.432q-.28-.554-.425-1.15q-.145-.598-.145-1.263q0-.646.136-1.243q.135-.597.414-1.132l.812.635q-.181.413-.271.842t-.09.898q0%20.488.09.936t.29.862zm-2.097%201.612q-.513-.889-.8-1.892T1.903%2012t.287-2.114t.801-1.892l.825.635q-.429.748-.67%201.602q-.243.854-.243%201.769t.242%201.772t.671%201.605zM9.29%2019q-.691%200-1.153-.462t-.463-1.153V6.615q0-.69.463-1.152T9.289%205h5.403q.69%200%201.153.463t.463%201.153v10.769q0%20.69-.463%201.153T14.692%2019zm0-1h5.403q.27%200%20.443-.173t.173-.442V6.615q0-.269-.173-.442T14.692%206H9.29q-.27%200-.443.173t-.173.443v10.769q0%20.269.173.442T9.29%2018m9.617-3.606l-.812-.615q.2-.414.294-.862t.093-.936q0-.47-.093-.898q-.094-.43-.274-.843l.811-.634q.279.535.417%201.132t.139%201.243q0%20.665-.148%201.262t-.427%201.151M21.008%2016l-.825-.629q.429-.748.67-1.602q.243-.854.243-1.769t-.242-1.772t-.671-1.605l.825-.629q.513.883.8%201.886t.288%202.114t-.287%202.115T21.008%2016M8.673%2018V6z%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-sound-2-outline.svg?color=%231a73e8&size=48