speaker icon
speaker-outline from Material Symbols Light by Google · Outline · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- speaker-outline
- Set
- Material Symbols Light
- Style
- Outline
- Category
- Hardware
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- speaker-outline-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-.67 0-1.143-.472Q6 20.056 6 19.385V4.615q0-.67.472-1.143Q6.944 3 7.616 3h8.769q.67 0 1.143.472q.472.472.472 1.144v14.769q0 .67-.472 1.143q-.472.472-1.143.472m0-1q.269 0 .442-.173t.173-.442V4.615q0-.269-.173-.442T16.385 4h-8.77q-.269 0-.442.173T7 4.616v14.769q0 .269.173.442t.443.173zM13.142 8.143q.473-.472.473-1.143t-.473-1.143q-.472-.473-1.143-.473t-1.143.473T10.385 7t.472 1.143T12 8.615t1.143-.472m1.307 9.307q1.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-.71q-.72-.723-.72-1.74t.722-1.74q.722-.721 1.739-.721t1.74.722T14.46 15t-.722 1.74t-1.739.722t-1.74-.722M7 4v16z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightSpeakerOutline(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-.67 0-1.143-.472Q6 20.056 6 19.385V4.615q0-.67.472-1.143Q6.944 3 7.616 3h8.769q.67 0 1.143.472q.472.472.472 1.144v14.769q0 .67-.472 1.143q-.472.472-1.143.472m0-1q.269 0 .442-.173t.173-.442V4.615q0-.269-.173-.442T16.385 4h-8.77q-.269 0-.442.173T7 4.616v14.769q0 .269.173.442t.443.173zM13.142 8.143q.473-.472.473-1.143t-.473-1.143q-.472-.473-1.143-.473t-1.143.473T10.385 7t.472 1.143T12 8.615t1.143-.472m1.307 9.307q1.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-.71q-.72-.723-.72-1.74t.722-1.74q.722-.721 1.739-.721t1.74.722T14.46 15t-.722 1.74t-1.739.722t-1.74-.722M7 4v16z"/></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-.67 0-1.143-.472Q6 20.056 6 19.385V4.615q0-.67.472-1.143Q6.944 3 7.616 3h8.769q.67 0 1.143.472q.472.472.472 1.144v14.769q0 .67-.472 1.143q-.472.472-1.143.472m0-1q.269 0 .442-.173t.173-.442V4.615q0-.269-.173-.442T16.385 4h-8.77q-.269 0-.442.173T7 4.616v14.769q0 .269.173.442t.443.173zM13.142 8.143q.473-.472.473-1.143t-.473-1.143q-.472-.473-1.143-.473t-1.143.473T10.385 7t.472 1.143T12 8.615t1.143-.472m1.307 9.307q1.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-.71q-.72-.723-.72-1.74t.722-1.74q.722-.721 1.739-.721t1.74.722T14.46 15t-.722 1.74t-1.739.722t-1.74-.722M7 4v16z"/></svg> </template>
CSS
.icon-speaker-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%22M16.385%2021h-8.77q-.67%200-1.143-.472Q6%2020.056%206%2019.385V4.615q0-.67.472-1.143Q6.944%203%207.616%203h8.769q.67%200%201.143.472q.472.472.472%201.144v14.769q0%20.67-.472%201.143q-.472.472-1.143.472m0-1q.269%200%20.442-.173t.173-.442V4.615q0-.269-.173-.442T16.385%204h-8.77q-.269%200-.442.173T7%204.616v14.769q0%20.269.173.442t.443.173zM13.142%208.143q.473-.472.473-1.143t-.473-1.143q-.472-.473-1.143-.473t-1.143.473T10.385%207t.472%201.143T12%208.615t1.143-.472m1.307%209.307q1.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-.71q-.72-.723-.72-1.74t.722-1.74q.722-.721%201.739-.721t1.74.722T14.46%2015t-.722%201.74t-1.739.722t-1.74-.722M7%204v16z%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-.67%200-1.143-.472Q6%2020.056%206%2019.385V4.615q0-.67.472-1.143Q6.944%203%207.616%203h8.769q.67%200%201.143.472q.472.472.472%201.144v14.769q0%20.67-.472%201.143q-.472.472-1.143.472m0-1q.269%200%20.442-.173t.173-.442V4.615q0-.269-.173-.442T16.385%204h-8.77q-.269%200-.442.173T7%204.616v14.769q0%20.269.173.442t.443.173zM13.142%208.143q.473-.472.473-1.143t-.473-1.143q-.472-.473-1.143-.473t-1.143.473T10.385%207t.472%201.143T12%208.615t1.143-.472m1.307%209.307q1.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-.71q-.72-.723-.72-1.74t.722-1.74q.722-.721%201.739-.721t1.74.722T14.46%2015t-.722%201.74t-1.739.722t-1.74-.722M7%204v16z%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-outline.svg?color=%231a73e8&size=48