mobile sound 2 icon
mobile-sound-2-outline-rounded from Material Symbols by Google · Outline Rounded · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- mobile-sound-2-outline-rounded
- Set
- Material Symbols
- Style
- Outline 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
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.5q.325 0 .538-.225t.212-.525q0-.325-.213-.537T12 7q-.3 0-.525.213t-.225.537q0 .3.225.525T12 8.5m6.475 3.5q0-.275-.038-.525t-.137-.525q-.15-.4.038-.763t.587-.487q.425-.125.8.075t.5.625q.125.4.188.788t.062.812t-.062.825t-.188.775q-.125.4-.5.588t-.775.062q-.375-.125-.575-.475t-.075-.725q.1-.275.138-.525t.037-.525m3.363-1.487q-.163-.738-.488-1.413q-.2-.425-.1-.862t.475-.663q.35-.2.713-.125t.537.4q.5.95.763 2T24 12t-.262 2.163t-.763 2.012q-.175.325-.537.388t-.713-.138q-.375-.225-.475-.65t.1-.85q.325-.675.488-1.425T22 12t-.162-1.487M9 20q-.825 0-1.412-.587T7 18V6q0-.825.588-1.412T9 4h6q.825 0 1.413.588T17 6v12q0 .825-.587 1.413T15 20zm0-2h6V6H9zm0 0V6zm-3.5-6q0 .275.038.525t.137.525q.125.375-.075.725t-.575.475q-.4.125-.788-.062t-.512-.588q-.125-.375-.175-.775T3.5 12t.063-.812t.187-.788q.125-.425.5-.625t.8-.075q.4.125.588.488t.037.762q-.1.275-.137.525T5.5 12m-3.337 1.5q.162.75.487 1.425q.2.425.1.85t-.475.65q-.35.2-.712.138t-.538-.388q-.5-.95-.762-2.013T0 12t.263-2.15t.762-2q.175-.325.538-.4t.712.125q.375.225.475.663t-.1.862q-.325.675-.488 1.413T2 12t.163 1.5"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsMobileSound2OutlineRounded(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.5q.325 0 .538-.225t.212-.525q0-.325-.213-.537T12 7q-.3 0-.525.213t-.225.537q0 .3.225.525T12 8.5m6.475 3.5q0-.275-.038-.525t-.137-.525q-.15-.4.038-.763t.587-.487q.425-.125.8.075t.5.625q.125.4.188.788t.062.812t-.062.825t-.188.775q-.125.4-.5.588t-.775.062q-.375-.125-.575-.475t-.075-.725q.1-.275.138-.525t.037-.525m3.363-1.487q-.163-.738-.488-1.413q-.2-.425-.1-.862t.475-.663q.35-.2.713-.125t.537.4q.5.95.763 2T24 12t-.262 2.163t-.763 2.012q-.175.325-.537.388t-.713-.138q-.375-.225-.475-.65t.1-.85q.325-.675.488-1.425T22 12t-.162-1.487M9 20q-.825 0-1.412-.587T7 18V6q0-.825.588-1.412T9 4h6q.825 0 1.413.588T17 6v12q0 .825-.587 1.413T15 20zm0-2h6V6H9zm0 0V6zm-3.5-6q0 .275.038.525t.137.525q.125.375-.075.725t-.575.475q-.4.125-.788-.062t-.512-.588q-.125-.375-.175-.775T3.5 12t.063-.812t.187-.788q.125-.425.5-.625t.8-.075q.4.125.588.488t.037.762q-.1.275-.137.525T5.5 12m-3.337 1.5q.162.75.487 1.425q.2.425.1.85t-.475.65q-.35.2-.712.138t-.538-.388q-.5-.95-.762-2.013T0 12t.263-2.15t.762-2q.175-.325.538-.4t.712.125q.375.225.475.663t-.1.862q-.325.675-.488 1.413T2 12t.163 1.5"/></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.5q.325 0 .538-.225t.212-.525q0-.325-.213-.537T12 7q-.3 0-.525.213t-.225.537q0 .3.225.525T12 8.5m6.475 3.5q0-.275-.038-.525t-.137-.525q-.15-.4.038-.763t.587-.487q.425-.125.8.075t.5.625q.125.4.188.788t.062.812t-.062.825t-.188.775q-.125.4-.5.588t-.775.062q-.375-.125-.575-.475t-.075-.725q.1-.275.138-.525t.037-.525m3.363-1.487q-.163-.738-.488-1.413q-.2-.425-.1-.862t.475-.663q.35-.2.713-.125t.537.4q.5.95.763 2T24 12t-.262 2.163t-.763 2.012q-.175.325-.537.388t-.713-.138q-.375-.225-.475-.65t.1-.85q.325-.675.488-1.425T22 12t-.162-1.487M9 20q-.825 0-1.412-.587T7 18V6q0-.825.588-1.412T9 4h6q.825 0 1.413.588T17 6v12q0 .825-.587 1.413T15 20zm0-2h6V6H9zm0 0V6zm-3.5-6q0 .275.038.525t.137.525q.125.375-.075.725t-.575.475q-.4.125-.788-.062t-.512-.588q-.125-.375-.175-.775T3.5 12t.063-.812t.187-.788q.125-.425.5-.625t.8-.075q.4.125.588.488t.037.762q-.1.275-.137.525T5.5 12m-3.337 1.5q.162.75.487 1.425q.2.425.1.85t-.475.65q-.35.2-.712.138t-.538-.388q-.5-.95-.762-2.013T0 12t.263-2.15t.762-2q.175-.325.538-.4t.712.125q.375.225.475.663t-.1.862q-.325.675-.488 1.413T2 12t.163 1.5"/></svg> </template>
CSS
.icon-mobile-sound-2-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%22M12%208.5q.325%200%20.538-.225t.212-.525q0-.325-.213-.537T12%207q-.3%200-.525.213t-.225.537q0%20.3.225.525T12%208.5m6.475%203.5q0-.275-.038-.525t-.137-.525q-.15-.4.038-.763t.587-.487q.425-.125.8.075t.5.625q.125.4.188.788t.062.812t-.062.825t-.188.775q-.125.4-.5.588t-.775.062q-.375-.125-.575-.475t-.075-.725q.1-.275.138-.525t.037-.525m3.363-1.487q-.163-.738-.488-1.413q-.2-.425-.1-.862t.475-.663q.35-.2.713-.125t.537.4q.5.95.763%202T24%2012t-.262%202.163t-.763%202.012q-.175.325-.537.388t-.713-.138q-.375-.225-.475-.65t.1-.85q.325-.675.488-1.425T22%2012t-.162-1.487M9%2020q-.825%200-1.412-.587T7%2018V6q0-.825.588-1.412T9%204h6q.825%200%201.413.588T17%206v12q0%20.825-.587%201.413T15%2020zm0-2h6V6H9zm0%200V6zm-3.5-6q0%20.275.038.525t.137.525q.125.375-.075.725t-.575.475q-.4.125-.788-.062t-.512-.588q-.125-.375-.175-.775T3.5%2012t.063-.812t.187-.788q.125-.425.5-.625t.8-.075q.4.125.588.488t.037.762q-.1.275-.137.525T5.5%2012m-3.337%201.5q.162.75.487%201.425q.2.425.1.85t-.475.65q-.35.2-.712.138t-.538-.388q-.5-.95-.762-2.013T0%2012t.263-2.15t.762-2q.175-.325.538-.4t.712.125q.375.225.475.663t-.1.862q-.325.675-.488%201.413T2%2012t.163%201.5%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.5q.325%200%20.538-.225t.212-.525q0-.325-.213-.537T12%207q-.3%200-.525.213t-.225.537q0%20.3.225.525T12%208.5m6.475%203.5q0-.275-.038-.525t-.137-.525q-.15-.4.038-.763t.587-.487q.425-.125.8.075t.5.625q.125.4.188.788t.062.812t-.062.825t-.188.775q-.125.4-.5.588t-.775.062q-.375-.125-.575-.475t-.075-.725q.1-.275.138-.525t.037-.525m3.363-1.487q-.163-.738-.488-1.413q-.2-.425-.1-.862t.475-.663q.35-.2.713-.125t.537.4q.5.95.763%202T24%2012t-.262%202.163t-.763%202.012q-.175.325-.537.388t-.713-.138q-.375-.225-.475-.65t.1-.85q.325-.675.488-1.425T22%2012t-.162-1.487M9%2020q-.825%200-1.412-.587T7%2018V6q0-.825.588-1.412T9%204h6q.825%200%201.413.588T17%206v12q0%20.825-.587%201.413T15%2020zm0-2h6V6H9zm0%200V6zm-3.5-6q0%20.275.038.525t.137.525q.125.375-.075.725t-.575.475q-.4.125-.788-.062t-.512-.588q-.125-.375-.175-.775T3.5%2012t.063-.812t.187-.788q.125-.425.5-.625t.8-.075q.4.125.588.488t.037.762q-.1.275-.137.525T5.5%2012m-3.337%201.5q.162.75.487%201.425q.2.425.1.85t-.475.65q-.35.2-.712.138t-.538-.388q-.5-.95-.762-2.013T0%2012t.263-2.15t.762-2q.175-.325.538-.4t.712.125q.375.225.475.663t-.1.862q-.325.675-.488%201.413T2%2012t.163%201.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/mobile-sound-2-outline-rounded.svg?color=%231a73e8&size=48