speaker x icon
speaker-x-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- speaker-x-thin
- Set
- Phosphor
- Style
- Thin
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Related icons in Phosphor
Use the speaker x 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.78Zm94.83-66.65a4 4 0 0 1-5.66 5.66L216 133.66l-21.17 21.17a4 4 0 0 1-5.66-5.66L210.34 128l-21.17-21.17a4 4 0 0 1 5.66-5.66L216 122.34l21.17-21.17a4 4 0 1 1 5.66 5.66L221.66 128Z"/></svg>
React
import type { SVGProps } from "react";
export function PhSpeakerXThin(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.78Zm94.83-66.65a4 4 0 0 1-5.66 5.66L216 133.66l-21.17 21.17a4 4 0 0 1-5.66-5.66L210.34 128l-21.17-21.17a4 4 0 0 1 5.66-5.66L216 122.34l21.17-21.17a4 4 0 1 1 5.66 5.66L221.66 128Z"/></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.78Zm94.83-66.65a4 4 0 0 1-5.66 5.66L216 133.66l-21.17 21.17a4 4 0 0 1-5.66-5.66L210.34 128l-21.17-21.17a4 4 0 0 1 5.66-5.66L216 122.34l21.17-21.17a4 4 0 1 1 5.66 5.66L221.66 128Z"/></svg> </template>
CSS
.icon-speaker-x-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.78Zm94.83-66.65a4%204%200%200%201-5.66%205.66L216%20133.66l-21.17%2021.17a4%204%200%200%201-5.66-5.66L210.34%20128l-21.17-21.17a4%204%200%200%201%205.66-5.66L216%20122.34l21.17-21.17a4%204%200%201%201%205.66%205.66L221.66%20128Z%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.78Zm94.83-66.65a4%204%200%200%201-5.66%205.66L216%20133.66l-21.17%2021.17a4%204%200%200%201-5.66-5.66L210.34%20128l-21.17-21.17a4%204%200%200%201%205.66-5.66L216%20122.34l21.17-21.17a4%204%200%201%201%205.66%205.66L221.66%20128Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/speaker-x-thin.svg?color=%231a73e8&size=48