speaker icon
speaker from Material Symbols Light by Google · Regular · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- speaker
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Hardware
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- speaker-rounded
3 other variants in Material Symbols Light
The same icon in other sets
speakerBootstrap IconsspeakerBoxIcons v2speakerBoxIcons v2 Solidspeaker-fillEva IconsspeakerFramework7 IconsspeakerFeather Iconsspeaker-16-filledFluent UI System IconsspeakerFirefox OS EmojispeakerHuge IconsspeakerIconParkspeakerIconPark OutlinespeakerIconPark SolidspeakerIconPark TwoTonespeakerJam IconsspeakerLucidespeakerMajesticonsspeakerMaterial SymbolsspeakerMaterial Design Iconsspeaker-fillMingCute IconspeakerMyna UI IconsspeakerPixelarticonsspeaker-fillRemix Iconspeaker-boldSolar
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 speaker icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.385 21h-8.77q-.666 0-1.14-.475T6 19.386V4.615q0-.666.475-1.14T7.615 3h8.77q.666 0 1.14.475T18 4.615v14.77q0 .666-.475 1.14t-1.14.475M13.142 8.14q.473-.476.473-1.144t-.476-1.14t-1.143-.472t-1.14.476t-.472 1.143t.475 1.14t1.144.472t1.14-.475m1.306 9.31q1.012-1.012 1.012-2.45t-1.012-2.45T12 11.538T9.55 12.55T8.538 15t1.012 2.45T12 18.462t2.45-1.012m-4.19-.712q-.721-.723-.721-1.74q0-1.015.723-1.737q.724-.723 1.74-.723q1.015 0 1.738.724q.722.723.722 1.74q0 1.015-.724 1.737q-.723.722-1.74.722q-1.015 0-1.737-.723"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightSpeaker(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="M16.385 21h-8.77q-.666 0-1.14-.475T6 19.386V4.615q0-.666.475-1.14T7.615 3h8.77q.666 0 1.14.475T18 4.615v14.77q0 .666-.475 1.14t-1.14.475M13.142 8.14q.473-.476.473-1.144t-.476-1.14t-1.143-.472t-1.14.476t-.472 1.143t.475 1.14t1.144.472t1.14-.475m1.306 9.31q1.012-1.012 1.012-2.45t-1.012-2.45T12 11.538T9.55 12.55T8.538 15t1.012 2.45T12 18.462t2.45-1.012m-4.19-.712q-.721-.723-.721-1.74q0-1.015.723-1.737q.724-.723 1.74-.723q1.015 0 1.738.724q.722.723.722 1.74q0 1.015-.724 1.737q-.723.722-1.74.722q-1.015 0-1.737-.723"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.385 21h-8.77q-.666 0-1.14-.475T6 19.386V4.615q0-.666.475-1.14T7.615 3h8.77q.666 0 1.14.475T18 4.615v14.77q0 .666-.475 1.14t-1.14.475M13.142 8.14q.473-.476.473-1.144t-.476-1.14t-1.143-.472t-1.14.476t-.472 1.143t.475 1.14t1.144.472t1.14-.475m1.306 9.31q1.012-1.012 1.012-2.45t-1.012-2.45T12 11.538T9.55 12.55T8.538 15t1.012 2.45T12 18.462t2.45-1.012m-4.19-.712q-.721-.723-.721-1.74q0-1.015.723-1.737q.724-.723 1.74-.723q1.015 0 1.738.724q.722.723.722 1.74q0 1.015-.724 1.737q-.723.722-1.74.722q-1.015 0-1.737-.723"/></svg> </template>
CSS
.icon-speaker {
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%22M16.385%2021h-8.77q-.666%200-1.14-.475T6%2019.386V4.615q0-.666.475-1.14T7.615%203h8.77q.666%200%201.14.475T18%204.615v14.77q0%20.666-.475%201.14t-1.14.475M13.142%208.14q.473-.476.473-1.144t-.476-1.14t-1.143-.472t-1.14.476t-.472%201.143t.475%201.14t1.144.472t1.14-.475m1.306%209.31q1.012-1.012%201.012-2.45t-1.012-2.45T12%2011.538T9.55%2012.55T8.538%2015t1.012%202.45T12%2018.462t2.45-1.012m-4.19-.712q-.721-.723-.721-1.74q0-1.015.723-1.737q.724-.723%201.74-.723q1.015%200%201.738.724q.722.723.722%201.74q0%201.015-.724%201.737q-.723.722-1.74.722q-1.015%200-1.737-.723%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%22M16.385%2021h-8.77q-.666%200-1.14-.475T6%2019.386V4.615q0-.666.475-1.14T7.615%203h8.77q.666%200%201.14.475T18%204.615v14.77q0%20.666-.475%201.14t-1.14.475M13.142%208.14q.473-.476.473-1.144t-.476-1.14t-1.143-.472t-1.14.476t-.472%201.143t.475%201.14t1.144.472t1.14-.475m1.306%209.31q1.012-1.012%201.012-2.45t-1.012-2.45T12%2011.538T9.55%2012.55T8.538%2015t1.012%202.45T12%2018.462t2.45-1.012m-4.19-.712q-.721-.723-.721-1.74q0-1.015.723-1.737q.724-.723%201.74-.723q1.015%200%201.738.724q.722.723.722%201.74q0%201.015-.724%201.737q-.723.722-1.74.722q-1.015%200-1.737-.723%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/speaker.svg?color=%231a73e8&size=48