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

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

3 other variants in Material Symbols

The same icon in other sets

More hardware icons from Material Symbols

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="M19 22H5V2h14zm-2-2V4H7v16zM13.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-.587M7 4v16z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsSpeakerOutlineSharp(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="M19 22H5V2h14zm-2-2V4H7v16zM13.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-.587M7 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="M19 22H5V2h14zm-2-2V4H7v16zM13.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-.587M7 4v16z"/></svg>
</template>

CSS

.icon-speaker-outline-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%22M19%2022H5V2h14zm-2-2V4H7v16zM13.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-.587M7%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%22M19%2022H5V2h14zm-2-2V4H7v16zM13.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-.587M7%204v16z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/speaker-outline-sharp.svg?color=%231a73e8&size=48