speaker-sharp from Material Symbols Light by Google · Sharp · Hardware · Apache-2.0 Free for personal and commercial use.

Name
speaker-sharp
Set
Material Symbols Light
Style
Sharp
Category
Hardware
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More hardware icons from Material Symbols Light

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="M18 21H6V3h12zM13.143 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 MaterialSymbolsLightSpeakerSharp(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="M18 21H6V3h12zM13.143 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="M18 21H6V3h12zM13.143 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-sharp {
  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%22M18%2021H6V3h12zM13.143%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%22M18%2021H6V3h12zM13.143%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-sharp.svg?color=%231a73e8&size=48