subwoofer icon
subwoofer from Material Symbols by Google · Regular · Household · Apache-2.0 Free for personal and commercial use.
- Name
- subwoofer
- Set
- Material Symbols
- Style
- Regular
- Category
- Household
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More household icons from Material Symbols
Use the subwoofer icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 22v-2h5v2zm9 0v-2h5v2zm-8.6-3q-.95 0-1.55-.712t-.425-1.638l2.275-13q.125-.725.688-1.187T7.675 2h8.65q.725 0 1.288.463T18.3 3.65l2.3 13q.175.925-.425 1.638t-1.55.712zm6.6-3q1.65 0 2.825-1.175T16 12t-1.175-2.825T12 8T9.175 9.175T8 12t1.175 2.825T12 16m0-2q-.825 0-1.412-.587T10 12t.588-1.412T12 10t1.413.588T14 12t-.587 1.413T12 14m0-7q.425 0 .713-.288T13 6t-.288-.712T12 5t-.712.288T11 6t.288.713T12 7"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSubwoofer(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 22v-2h5v2zm9 0v-2h5v2zm-8.6-3q-.95 0-1.55-.712t-.425-1.638l2.275-13q.125-.725.688-1.187T7.675 2h8.65q.725 0 1.288.463T18.3 3.65l2.3 13q.175.925-.425 1.638t-1.55.712zm6.6-3q1.65 0 2.825-1.175T16 12t-1.175-2.825T12 8T9.175 9.175T8 12t1.175 2.825T12 16m0-2q-.825 0-1.412-.587T10 12t.588-1.412T12 10t1.413.588T14 12t-.587 1.413T12 14m0-7q.425 0 .713-.288T13 6t-.288-.712T12 5t-.712.288T11 6t.288.713T12 7"/></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 22v-2h5v2zm9 0v-2h5v2zm-8.6-3q-.95 0-1.55-.712t-.425-1.638l2.275-13q.125-.725.688-1.187T7.675 2h8.65q.725 0 1.288.463T18.3 3.65l2.3 13q.175.925-.425 1.638t-1.55.712zm6.6-3q1.65 0 2.825-1.175T16 12t-1.175-2.825T12 8T9.175 9.175T8 12t1.175 2.825T12 16m0-2q-.825 0-1.412-.587T10 12t.588-1.412T12 10t1.413.588T14 12t-.587 1.413T12 14m0-7q.425 0 .713-.288T13 6t-.288-.712T12 5t-.712.288T11 6t.288.713T12 7"/></svg> </template>
CSS
.icon-subwoofer {
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%2022v-2h5v2zm9%200v-2h5v2zm-8.6-3q-.95%200-1.55-.712t-.425-1.638l2.275-13q.125-.725.688-1.187T7.675%202h8.65q.725%200%201.288.463T18.3%203.65l2.3%2013q.175.925-.425%201.638t-1.55.712zm6.6-3q1.65%200%202.825-1.175T16%2012t-1.175-2.825T12%208T9.175%209.175T8%2012t1.175%202.825T12%2016m0-2q-.825%200-1.412-.587T10%2012t.588-1.412T12%2010t1.413.588T14%2012t-.587%201.413T12%2014m0-7q.425%200%20.713-.288T13%206t-.288-.712T12%205t-.712.288T11%206t.288.713T12%207%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%2022v-2h5v2zm9%200v-2h5v2zm-8.6-3q-.95%200-1.55-.712t-.425-1.638l2.275-13q.125-.725.688-1.187T7.675%202h8.65q.725%200%201.288.463T18.3%203.65l2.3%2013q.175.925-.425%201.638t-1.55.712zm6.6-3q1.65%200%202.825-1.175T16%2012t-1.175-2.825T12%208T9.175%209.175T8%2012t1.175%202.825T12%2016m0-2q-.825%200-1.412-.587T10%2012t.588-1.412T12%2010t1.413.588T14%2012t-.587%201.413T12%2014m0-7q.425%200%20.713-.288T13%206t-.288-.712T12%205t-.712.288T11%206t.288.713T12%207%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/subwoofer.svg?color=%231a73e8&size=48