mobile speaker icon
mobile-speaker-outline-rounded from Material Symbols by Google · Outline Rounded · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- mobile-speaker-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 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 12v8V4zm0 10q-.825 0-1.412-.587T3 20V4q0-.825.588-1.412T5 2h9q.825 0 1.413.588T16 4v2.675q0 .425-.288.713T15 7.675t-.712-.287T14 6.675V4H5v16h5.675q.425 0 .713.288t.287.712t-.288.713t-.712.287zm6.5-8l2.65-2.65q.25-.25.55-.125t.3.475v8.6q0 .35-.3.475t-.55-.125L11.5 18H10q-.425 0-.712-.288T9 17v-2q0-.425.288-.712T10 14zm7.5 2q0 .775-.363 1.413T17.7 18.45q-.225.15-.462.013T17 18.025v-4.05q0-.275.238-.437t.462-.013q.6.4.95 1.05T19 16m2 0q0-1.5-.825-2.762T17.95 11.4q-.575-.25-.775-.65T17.05 10t.325-.575t.6-.125q2.25.65 3.638 2.5T23 16t-1.388 4.213t-3.637 2.512q-.35.1-.6-.125t-.325-.575t.113-.75t.762-.65q1.4-.6 2.238-1.85T21 16M10.213 6.713Q10.5 6.425 10.5 6t-.288-.712T9.5 5t-.712.288T8.5 6t.288.713T9.5 7t.713-.288"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsMobileSpeakerOutlineRounded(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 12v8V4zm0 10q-.825 0-1.412-.587T3 20V4q0-.825.588-1.412T5 2h9q.825 0 1.413.588T16 4v2.675q0 .425-.288.713T15 7.675t-.712-.287T14 6.675V4H5v16h5.675q.425 0 .713.288t.287.712t-.288.713t-.712.287zm6.5-8l2.65-2.65q.25-.25.55-.125t.3.475v8.6q0 .35-.3.475t-.55-.125L11.5 18H10q-.425 0-.712-.288T9 17v-2q0-.425.288-.712T10 14zm7.5 2q0 .775-.363 1.413T17.7 18.45q-.225.15-.462.013T17 18.025v-4.05q0-.275.238-.437t.462-.013q.6.4.95 1.05T19 16m2 0q0-1.5-.825-2.762T17.95 11.4q-.575-.25-.775-.65T17.05 10t.325-.575t.6-.125q2.25.65 3.638 2.5T23 16t-1.388 4.213t-3.637 2.512q-.35.1-.6-.125t-.325-.575t.113-.75t.762-.65q1.4-.6 2.238-1.85T21 16M10.213 6.713Q10.5 6.425 10.5 6t-.288-.712T9.5 5t-.712.288T8.5 6t.288.713T9.5 7t.713-.288"/></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 12v8V4zm0 10q-.825 0-1.412-.587T3 20V4q0-.825.588-1.412T5 2h9q.825 0 1.413.588T16 4v2.675q0 .425-.288.713T15 7.675t-.712-.287T14 6.675V4H5v16h5.675q.425 0 .713.288t.287.712t-.288.713t-.712.287zm6.5-8l2.65-2.65q.25-.25.55-.125t.3.475v8.6q0 .35-.3.475t-.55-.125L11.5 18H10q-.425 0-.712-.288T9 17v-2q0-.425.288-.712T10 14zm7.5 2q0 .775-.363 1.413T17.7 18.45q-.225.15-.462.013T17 18.025v-4.05q0-.275.238-.437t.462-.013q.6.4.95 1.05T19 16m2 0q0-1.5-.825-2.762T17.95 11.4q-.575-.25-.775-.65T17.05 10t.325-.575t.6-.125q2.25.65 3.638 2.5T23 16t-1.388 4.213t-3.637 2.512q-.35.1-.6-.125t-.325-.575t.113-.75t.762-.65q1.4-.6 2.238-1.85T21 16M10.213 6.713Q10.5 6.425 10.5 6t-.288-.712T9.5 5t-.712.288T8.5 6t.288.713T9.5 7t.713-.288"/></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%2012v8V4zm0%2010q-.825%200-1.412-.587T3%2020V4q0-.825.588-1.412T5%202h9q.825%200%201.413.588T16%204v2.675q0%20.425-.288.713T15%207.675t-.712-.287T14%206.675V4H5v16h5.675q.425%200%20.713.288t.287.712t-.288.713t-.712.287zm6.5-8l2.65-2.65q.25-.25.55-.125t.3.475v8.6q0%20.35-.3.475t-.55-.125L11.5%2018H10q-.425%200-.712-.288T9%2017v-2q0-.425.288-.712T10%2014zm7.5%202q0%20.775-.363%201.413T17.7%2018.45q-.225.15-.462.013T17%2018.025v-4.05q0-.275.238-.437t.462-.013q.6.4.95%201.05T19%2016m2%200q0-1.5-.825-2.762T17.95%2011.4q-.575-.25-.775-.65T17.05%2010t.325-.575t.6-.125q2.25.65%203.638%202.5T23%2016t-1.388%204.213t-3.637%202.512q-.35.1-.6-.125t-.325-.575t.113-.75t.762-.65q1.4-.6%202.238-1.85T21%2016M10.213%206.713Q10.5%206.425%2010.5%206t-.288-.712T9.5%205t-.712.288T8.5%206t.288.713T9.5%207t.713-.288%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%2012v8V4zm0%2010q-.825%200-1.412-.587T3%2020V4q0-.825.588-1.412T5%202h9q.825%200%201.413.588T16%204v2.675q0%20.425-.288.713T15%207.675t-.712-.287T14%206.675V4H5v16h5.675q.425%200%20.713.288t.287.712t-.288.713t-.712.287zm6.5-8l2.65-2.65q.25-.25.55-.125t.3.475v8.6q0%20.35-.3.475t-.55-.125L11.5%2018H10q-.425%200-.712-.288T9%2017v-2q0-.425.288-.712T10%2014zm7.5%202q0%20.775-.363%201.413T17.7%2018.45q-.225.15-.462.013T17%2018.025v-4.05q0-.275.238-.437t.462-.013q.6.4.95%201.05T19%2016m2%200q0-1.5-.825-2.762T17.95%2011.4q-.575-.25-.775-.65T17.05%2010t.325-.575t.6-.125q2.25.65%203.638%202.5T23%2016t-1.388%204.213t-3.637%202.512q-.35.1-.6-.125t-.325-.575t.113-.75t.762-.65q1.4-.6%202.238-1.85T21%2016M10.213%206.713Q10.5%206.425%2010.5%206t-.288-.712T9.5%205t-.712.288T8.5%206t.288.713T9.5%207t.713-.288%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/mobile-speaker-outline-rounded.svg?color=%231a73e8&size=48