speaker 2 icon
speaker-2 from Material Symbols Light by Google · Regular · Household · Apache-2.0 Free for personal and commercial use.
- Name
- speaker-2
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Household
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More household icons from Material Symbols Light
Use the speaker 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 12.404q1.362 0 2.306-.935q.944-.934.944-2.296t-.944-2.315q-.944-.954-2.306-.954t-2.306.954t-.944 2.315t.944 2.296t2.306.935m0-1q-.921 0-1.586-.655q-.664-.655-.664-1.576q0-.94.665-1.595q.664-.655 1.585-.655t1.586.655t.664 1.595q0 .921-.664 1.576q-.665.655-1.586.655m0 4.154q.29 0 .51-.211q.22-.21.22-.52q0-.29-.22-.51t-.51-.22q-.31 0-.52.22t-.21.51q0 .31.21.52t.52.21M15.654 21H8.327v-1h.923q.748 0 1.33-.458t.799-1.177H7.616q-.691 0-1.153-.462T6 16.75V4.616q0-.691.463-1.153T7.616 3h8.769q.69 0 1.153.463T18 4.616V16.75q0 .69-.462 1.153t-1.153.463H12.62q.218.719.79 1.176q.572.458 1.339.458h.904z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightSpeaker2(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 12.404q1.362 0 2.306-.935q.944-.934.944-2.296t-.944-2.315q-.944-.954-2.306-.954t-2.306.954t-.944 2.315t.944 2.296t2.306.935m0-1q-.921 0-1.586-.655q-.664-.655-.664-1.576q0-.94.665-1.595q.664-.655 1.585-.655t1.586.655t.664 1.595q0 .921-.664 1.576q-.665.655-1.586.655m0 4.154q.29 0 .51-.211q.22-.21.22-.52q0-.29-.22-.51t-.51-.22q-.31 0-.52.22t-.21.51q0 .31.21.52t.52.21M15.654 21H8.327v-1h.923q.748 0 1.33-.458t.799-1.177H7.616q-.691 0-1.153-.462T6 16.75V4.616q0-.691.463-1.153T7.616 3h8.769q.69 0 1.153.463T18 4.616V16.75q0 .69-.462 1.153t-1.153.463H12.62q.218.719.79 1.176q.572.458 1.339.458h.904z"/></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 12.404q1.362 0 2.306-.935q.944-.934.944-2.296t-.944-2.315q-.944-.954-2.306-.954t-2.306.954t-.944 2.315t.944 2.296t2.306.935m0-1q-.921 0-1.586-.655q-.664-.655-.664-1.576q0-.94.665-1.595q.664-.655 1.585-.655t1.586.655t.664 1.595q0 .921-.664 1.576q-.665.655-1.586.655m0 4.154q.29 0 .51-.211q.22-.21.22-.52q0-.29-.22-.51t-.51-.22q-.31 0-.52.22t-.21.51q0 .31.21.52t.52.21M15.654 21H8.327v-1h.923q.748 0 1.33-.458t.799-1.177H7.616q-.691 0-1.153-.462T6 16.75V4.616q0-.691.463-1.153T7.616 3h8.769q.69 0 1.153.463T18 4.616V16.75q0 .69-.462 1.153t-1.153.463H12.62q.218.719.79 1.176q.572.458 1.339.458h.904z"/></svg> </template>
CSS
.icon-speaker-2 {
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%2012.404q1.362%200%202.306-.935q.944-.934.944-2.296t-.944-2.315q-.944-.954-2.306-.954t-2.306.954t-.944%202.315t.944%202.296t2.306.935m0-1q-.921%200-1.586-.655q-.664-.655-.664-1.576q0-.94.665-1.595q.664-.655%201.585-.655t1.586.655t.664%201.595q0%20.921-.664%201.576q-.665.655-1.586.655m0%204.154q.29%200%20.51-.211q.22-.21.22-.52q0-.29-.22-.51t-.51-.22q-.31%200-.52.22t-.21.51q0%20.31.21.52t.52.21M15.654%2021H8.327v-1h.923q.748%200%201.33-.458t.799-1.177H7.616q-.691%200-1.153-.462T6%2016.75V4.616q0-.691.463-1.153T7.616%203h8.769q.69%200%201.153.463T18%204.616V16.75q0%20.69-.462%201.153t-1.153.463H12.62q.218.719.79%201.176q.572.458%201.339.458h.904z%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%2012.404q1.362%200%202.306-.935q.944-.934.944-2.296t-.944-2.315q-.944-.954-2.306-.954t-2.306.954t-.944%202.315t.944%202.296t2.306.935m0-1q-.921%200-1.586-.655q-.664-.655-.664-1.576q0-.94.665-1.595q.664-.655%201.585-.655t1.586.655t.664%201.595q0%20.921-.664%201.576q-.665.655-1.586.655m0%204.154q.29%200%20.51-.211q.22-.21.22-.52q0-.29-.22-.51t-.51-.22q-.31%200-.52.22t-.21.51q0%20.31.21.52t.52.21M15.654%2021H8.327v-1h.923q.748%200%201.33-.458t.799-1.177H7.616q-.691%200-1.153-.462T6%2016.75V4.616q0-.691.463-1.153T7.616%203h8.769q.69%200%201.153.463T18%204.616V16.75q0%20.69-.462%201.153t-1.153.463H12.62q.218.719.79%201.176q.572.458%201.339.458h.904z%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-2.svg?color=%231a73e8&size=48