speaker high icon

speaker-high-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
speaker-high-thin
Set
Phosphor
Style
Thin
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Related icons in Phosphor

Use the speaker high icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M153.76 28.41a4 4 0 0 0-4.22.43L78.63 84H32a12 12 0 0 0-12 12v64a12 12 0 0 0 12 12h46.63l70.91 55.16a4.07 4.07 0 0 0 2.46.84a3.9 3.9 0 0 0 1.76-.41A4 4 0 0 0 156 224V32a4 4 0 0 0-2.24-3.59M28 160V96a4 4 0 0 1 4-4h44v72H32a4 4 0 0 1-4-4m120 55.82L84 166V90l64-49.78Zm47-111.61a36 36 0 0 1 0 47.59a4 4 0 1 1-6-5.3a28 28 0 0 0 0-37a4 4 0 0 1 6-5.28ZM244 128a75.88 75.88 0 0 1-19.35 50.67a4 4 0 0 1-6-5.34a68 68 0 0 0 0-90.66a4 4 0 0 1 6-5.34A75.88 75.88 0 0 1 244 128"/></svg>

React

import type { SVGProps } from "react";

export function PhSpeakerHighThin(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M153.76 28.41a4 4 0 0 0-4.22.43L78.63 84H32a12 12 0 0 0-12 12v64a12 12 0 0 0 12 12h46.63l70.91 55.16a4.07 4.07 0 0 0 2.46.84a3.9 3.9 0 0 0 1.76-.41A4 4 0 0 0 156 224V32a4 4 0 0 0-2.24-3.59M28 160V96a4 4 0 0 1 4-4h44v72H32a4 4 0 0 1-4-4m120 55.82L84 166V90l64-49.78Zm47-111.61a36 36 0 0 1 0 47.59a4 4 0 1 1-6-5.3a28 28 0 0 0 0-37a4 4 0 0 1 6-5.28ZM244 128a75.88 75.88 0 0 1-19.35 50.67a4 4 0 0 1-6-5.34a68 68 0 0 0 0-90.66a4 4 0 0 1 6-5.34A75.88 75.88 0 0 1 244 128"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M153.76 28.41a4 4 0 0 0-4.22.43L78.63 84H32a12 12 0 0 0-12 12v64a12 12 0 0 0 12 12h46.63l70.91 55.16a4.07 4.07 0 0 0 2.46.84a3.9 3.9 0 0 0 1.76-.41A4 4 0 0 0 156 224V32a4 4 0 0 0-2.24-3.59M28 160V96a4 4 0 0 1 4-4h44v72H32a4 4 0 0 1-4-4m120 55.82L84 166V90l64-49.78Zm47-111.61a36 36 0 0 1 0 47.59a4 4 0 1 1-6-5.3a28 28 0 0 0 0-37a4 4 0 0 1 6-5.28ZM244 128a75.88 75.88 0 0 1-19.35 50.67a4 4 0 0 1-6-5.34a68 68 0 0 0 0-90.66a4 4 0 0 1 6-5.34A75.88 75.88 0 0 1 244 128"/></svg>
</template>

CSS

.icon-speaker-high-thin {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M153.76%2028.41a4%204%200%200%200-4.22.43L78.63%2084H32a12%2012%200%200%200-12%2012v64a12%2012%200%200%200%2012%2012h46.63l70.91%2055.16a4.07%204.07%200%200%200%202.46.84a3.9%203.9%200%200%200%201.76-.41A4%204%200%200%200%20156%20224V32a4%204%200%200%200-2.24-3.59M28%20160V96a4%204%200%200%201%204-4h44v72H32a4%204%200%200%201-4-4m120%2055.82L84%20166V90l64-49.78Zm47-111.61a36%2036%200%200%201%200%2047.59a4%204%200%201%201-6-5.3a28%2028%200%200%200%200-37a4%204%200%200%201%206-5.28ZM244%20128a75.88%2075.88%200%200%201-19.35%2050.67a4%204%200%200%201-6-5.34a68%2068%200%200%200%200-90.66a4%204%200%200%201%206-5.34A75.88%2075.88%200%200%201%20244%20128%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M153.76%2028.41a4%204%200%200%200-4.22.43L78.63%2084H32a12%2012%200%200%200-12%2012v64a12%2012%200%200%200%2012%2012h46.63l70.91%2055.16a4.07%204.07%200%200%200%202.46.84a3.9%203.9%200%200%200%201.76-.41A4%204%200%200%200%20156%20224V32a4%204%200%200%200-2.24-3.59M28%20160V96a4%204%200%200%201%204-4h44v72H32a4%204%200%200%201-4-4m120%2055.82L84%20166V90l64-49.78Zm47-111.61a36%2036%200%200%201%200%2047.59a4%204%200%201%201-6-5.3a28%2028%200%200%200%200-37a4%204%200%200%201%206-5.28ZM244%20128a75.88%2075.88%200%200%201-19.35%2050.67a4%204%200%200%201-6-5.34a68%2068%200%200%200%200-90.66a4%204%200%200%201%206-5.34A75.88%2075.88%200%200%201%20244%20128%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/speaker-high-thin.svg?color=%231a73e8&size=48