mobile sound 2 icon
mobile-sound-2-outline from Material Symbols by Google · Outline · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- mobile-sound-2-outline
- Set
- Material Symbols
- Style
- Outline
- 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.5m-7.7 6.375q-.375-.65-.587-1.362T3.5 12t.213-1.513t.587-1.362l1.6 1.25q-.2.375-.3.775t-.1.85t.1.85t.3.775zm-2.75 2.15q-.725-1.1-1.138-2.362T0 12t.413-2.662T1.55 6.975l1.575 1.25Q2.6 9.05 2.3 10T2 12t.3 2.013t.825 1.787zM9 20q-.825 0-1.412-.587T7 18V6q0-.825.588-1.412T9 4h6q.825 0 1.413.588T17 6v12q0 .825-.587 1.413T15 20zm0-2h6V6H9zm10.675-3.125l-1.6-1.25q.2-.375.313-.775T18.5 12t-.112-.85t-.313-.775l1.6-1.25q.375.65.6 1.363T20.5 12t-.225 1.513t-.6 1.362M22.45 17l-1.575-1.225Q21.4 14.95 21.7 14t.3-2t-.3-2.012t-.825-1.788l1.575-1.225q.725 1.075 1.138 2.338T24 11.975t-.413 2.663T22.45 17M9 18V6z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsMobileSound2Outline(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.5m-7.7 6.375q-.375-.65-.587-1.362T3.5 12t.213-1.513t.587-1.362l1.6 1.25q-.2.375-.3.775t-.1.85t.1.85t.3.775zm-2.75 2.15q-.725-1.1-1.138-2.362T0 12t.413-2.662T1.55 6.975l1.575 1.25Q2.6 9.05 2.3 10T2 12t.3 2.013t.825 1.787zM9 20q-.825 0-1.412-.587T7 18V6q0-.825.588-1.412T9 4h6q.825 0 1.413.588T17 6v12q0 .825-.587 1.413T15 20zm0-2h6V6H9zm10.675-3.125l-1.6-1.25q.2-.375.313-.775T18.5 12t-.112-.85t-.313-.775l1.6-1.25q.375.65.6 1.363T20.5 12t-.225 1.513t-.6 1.362M22.45 17l-1.575-1.225Q21.4 14.95 21.7 14t.3-2t-.3-2.012t-.825-1.788l1.575-1.225q.725 1.075 1.138 2.338T24 11.975t-.413 2.663T22.45 17M9 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.5q.325 0 .538-.225t.212-.525q0-.325-.213-.537T12 7q-.3 0-.525.213t-.225.537q0 .3.225.525T12 8.5m-7.7 6.375q-.375-.65-.587-1.362T3.5 12t.213-1.513t.587-1.362l1.6 1.25q-.2.375-.3.775t-.1.85t.1.85t.3.775zm-2.75 2.15q-.725-1.1-1.138-2.362T0 12t.413-2.662T1.55 6.975l1.575 1.25Q2.6 9.05 2.3 10T2 12t.3 2.013t.825 1.787zM9 20q-.825 0-1.412-.587T7 18V6q0-.825.588-1.412T9 4h6q.825 0 1.413.588T17 6v12q0 .825-.587 1.413T15 20zm0-2h6V6H9zm10.675-3.125l-1.6-1.25q.2-.375.313-.775T18.5 12t-.112-.85t-.313-.775l1.6-1.25q.375.65.6 1.363T20.5 12t-.225 1.513t-.6 1.362M22.45 17l-1.575-1.225Q21.4 14.95 21.7 14t.3-2t-.3-2.012t-.825-1.788l1.575-1.225q.725 1.075 1.138 2.338T24 11.975t-.413 2.663T22.45 17M9 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.5q.325%200%20.538-.225t.212-.525q0-.325-.213-.537T12%207q-.3%200-.525.213t-.225.537q0%20.3.225.525T12%208.5m-7.7%206.375q-.375-.65-.587-1.362T3.5%2012t.213-1.513t.587-1.362l1.6%201.25q-.2.375-.3.775t-.1.85t.1.85t.3.775zm-2.75%202.15q-.725-1.1-1.138-2.362T0%2012t.413-2.662T1.55%206.975l1.575%201.25Q2.6%209.05%202.3%2010T2%2012t.3%202.013t.825%201.787zM9%2020q-.825%200-1.412-.587T7%2018V6q0-.825.588-1.412T9%204h6q.825%200%201.413.588T17%206v12q0%20.825-.587%201.413T15%2020zm0-2h6V6H9zm10.675-3.125l-1.6-1.25q.2-.375.313-.775T18.5%2012t-.112-.85t-.313-.775l1.6-1.25q.375.65.6%201.363T20.5%2012t-.225%201.513t-.6%201.362M22.45%2017l-1.575-1.225Q21.4%2014.95%2021.7%2014t.3-2t-.3-2.012t-.825-1.788l1.575-1.225q.725%201.075%201.138%202.338T24%2011.975t-.413%202.663T22.45%2017M9%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.5q.325%200%20.538-.225t.212-.525q0-.325-.213-.537T12%207q-.3%200-.525.213t-.225.537q0%20.3.225.525T12%208.5m-7.7%206.375q-.375-.65-.587-1.362T3.5%2012t.213-1.513t.587-1.362l1.6%201.25q-.2.375-.3.775t-.1.85t.1.85t.3.775zm-2.75%202.15q-.725-1.1-1.138-2.362T0%2012t.413-2.662T1.55%206.975l1.575%201.25Q2.6%209.05%202.3%2010T2%2012t.3%202.013t.825%201.787zM9%2020q-.825%200-1.412-.587T7%2018V6q0-.825.588-1.412T9%204h6q.825%200%201.413.588T17%206v12q0%20.825-.587%201.413T15%2020zm0-2h6V6H9zm10.675-3.125l-1.6-1.25q.2-.375.313-.775T18.5%2012t-.112-.85t-.313-.775l1.6-1.25q.375.65.6%201.363T20.5%2012t-.225%201.513t-.6%201.362M22.45%2017l-1.575-1.225Q21.4%2014.95%2021.7%2014t.3-2t-.3-2.012t-.825-1.788l1.575-1.225q.725%201.075%201.138%202.338T24%2011.975t-.413%202.663T22.45%2017M9%2018V6z%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.svg?color=%231a73e8&size=48