speaker icon
speaker from Material Symbols by Google · Regular · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- speaker
- Set
- Material Symbols
- Style
- Regular
- Category
- Hardware
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- speaker-rounded
3 other variants in Material Symbols
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 Symbols LightspeakerMaterial Design Iconsspeaker-fillMingCute IconspeakerMyna UI IconsspeakerPixelarticonsspeaker-fillRemix Iconspeaker-boldSolar
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 speaker icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 22H7q-.825 0-1.412-.587T5 20V4q0-.825.588-1.412T7 2h10q.825 0 1.413.588T19 4v16q0 .825-.587 1.413T17 22M13.413 8.413Q14 7.825 14 7t-.587-1.412T12 5t-1.412.588T10 7t.588 1.413T12 9t1.413-.587m1.412 9.412Q16 16.65 16 15t-1.175-2.825T12 11t-2.825 1.175T8 15t1.175 2.825T12 19t2.825-1.175m-4.237-1.412Q10 15.824 10 15t.588-1.412T12 13t1.413.588T14 15t-.587 1.413T12 17t-1.412-.587"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSpeaker(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="M17 22H7q-.825 0-1.412-.587T5 20V4q0-.825.588-1.412T7 2h10q.825 0 1.413.588T19 4v16q0 .825-.587 1.413T17 22M13.413 8.413Q14 7.825 14 7t-.587-1.412T12 5t-1.412.588T10 7t.588 1.413T12 9t1.413-.587m1.412 9.412Q16 16.65 16 15t-1.175-2.825T12 11t-2.825 1.175T8 15t1.175 2.825T12 19t2.825-1.175m-4.237-1.412Q10 15.824 10 15t.588-1.412T12 13t1.413.588T14 15t-.587 1.413T12 17t-1.412-.587"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 22H7q-.825 0-1.412-.587T5 20V4q0-.825.588-1.412T7 2h10q.825 0 1.413.588T19 4v16q0 .825-.587 1.413T17 22M13.413 8.413Q14 7.825 14 7t-.587-1.412T12 5t-1.412.588T10 7t.588 1.413T12 9t1.413-.587m1.412 9.412Q16 16.65 16 15t-1.175-2.825T12 11t-2.825 1.175T8 15t1.175 2.825T12 19t2.825-1.175m-4.237-1.412Q10 15.824 10 15t.588-1.412T12 13t1.413.588T14 15t-.587 1.413T12 17t-1.412-.587"/></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%22M17%2022H7q-.825%200-1.412-.587T5%2020V4q0-.825.588-1.412T7%202h10q.825%200%201.413.588T19%204v16q0%20.825-.587%201.413T17%2022M13.413%208.413Q14%207.825%2014%207t-.587-1.412T12%205t-1.412.588T10%207t.588%201.413T12%209t1.413-.587m1.412%209.412Q16%2016.65%2016%2015t-1.175-2.825T12%2011t-2.825%201.175T8%2015t1.175%202.825T12%2019t2.825-1.175m-4.237-1.412Q10%2015.824%2010%2015t.588-1.412T12%2013t1.413.588T14%2015t-.587%201.413T12%2017t-1.412-.587%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%22M17%2022H7q-.825%200-1.412-.587T5%2020V4q0-.825.588-1.412T7%202h10q.825%200%201.413.588T19%204v16q0%20.825-.587%201.413T17%2022M13.413%208.413Q14%207.825%2014%207t-.587-1.412T12%205t-1.412.588T10%207t.588%201.413T12%209t1.413-.587m1.412%209.412Q16%2016.65%2016%2015t-1.175-2.825T12%2011t-2.825%201.175T8%2015t1.175%202.825T12%2019t2.825-1.175m-4.237-1.412Q10%2015.824%2010%2015t.588-1.412T12%2013t1.413.588T14%2015t-.587%201.413T12%2017t-1.412-.587%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/speaker.svg?color=%231a73e8&size=48