speaker wave icon
speaker-wave-solid from HeroIcons by Refactoring UI Inc · Solid 24x24 · MIT Free for personal and commercial use.
- Name
- speaker-wave-solid
- Set
- HeroIcons
- Style
- Solid 24x24
- Viewbox
- 24×24
- License
- MIT
3 other variants in HeroIcons
Related icons in HeroIcons
Use the speaker wave icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M13.5 4.06c0-1.336-1.616-2.005-2.56-1.06l-4.5 4.5H4.508c-1.141 0-2.318.664-2.66 1.905A9.8 9.8 0 0 0 1.5 12c0 .898.121 1.768.35 2.595c.341 1.24 1.518 1.905 2.659 1.905h1.93l4.5 4.5c.945.945 2.561.276 2.561-1.06zm5.084 1.046a.75.75 0 0 1 1.06 0c3.808 3.807 3.808 9.98 0 13.788a.75.75 0 0 1-1.06-1.06a8.25 8.25 0 0 0 0-11.668a.75.75 0 0 1 0-1.06"/><path d="M15.932 7.757a.75.75 0 0 1 1.061 0a6 6 0 0 1 0 8.486a.75.75 0 0 1-1.06-1.061a4.5 4.5 0 0 0 0-6.364a.75.75 0 0 1 0-1.06"/></g></svg>
React
import type { SVGProps } from "react";
export function HeroiconsSpeakerWaveSolid(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M13.5 4.06c0-1.336-1.616-2.005-2.56-1.06l-4.5 4.5H4.508c-1.141 0-2.318.664-2.66 1.905A9.8 9.8 0 0 0 1.5 12c0 .898.121 1.768.35 2.595c.341 1.24 1.518 1.905 2.659 1.905h1.93l4.5 4.5c.945.945 2.561.276 2.561-1.06zm5.084 1.046a.75.75 0 0 1 1.06 0c3.808 3.807 3.808 9.98 0 13.788a.75.75 0 0 1-1.06-1.06a8.25 8.25 0 0 0 0-11.668a.75.75 0 0 1 0-1.06"/><path d="M15.932 7.757a.75.75 0 0 1 1.061 0a6 6 0 0 1 0 8.486a.75.75 0 0 1-1.06-1.061a4.5 4.5 0 0 0 0-6.364a.75.75 0 0 1 0-1.06"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M13.5 4.06c0-1.336-1.616-2.005-2.56-1.06l-4.5 4.5H4.508c-1.141 0-2.318.664-2.66 1.905A9.8 9.8 0 0 0 1.5 12c0 .898.121 1.768.35 2.595c.341 1.24 1.518 1.905 2.659 1.905h1.93l4.5 4.5c.945.945 2.561.276 2.561-1.06zm5.084 1.046a.75.75 0 0 1 1.06 0c3.808 3.807 3.808 9.98 0 13.788a.75.75 0 0 1-1.06-1.06a8.25 8.25 0 0 0 0-11.668a.75.75 0 0 1 0-1.06"/><path d="M15.932 7.757a.75.75 0 0 1 1.061 0a6 6 0 0 1 0 8.486a.75.75 0 0 1-1.06-1.061a4.5 4.5 0 0 0 0-6.364a.75.75 0 0 1 0-1.06"/></g></svg> </template>
CSS
.icon-speaker-wave-solid {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M13.5%204.06c0-1.336-1.616-2.005-2.56-1.06l-4.5%204.5H4.508c-1.141%200-2.318.664-2.66%201.905A9.8%209.8%200%200%200%201.5%2012c0%20.898.121%201.768.35%202.595c.341%201.24%201.518%201.905%202.659%201.905h1.93l4.5%204.5c.945.945%202.561.276%202.561-1.06zm5.084%201.046a.75.75%200%200%201%201.06%200c3.808%203.807%203.808%209.98%200%2013.788a.75.75%200%200%201-1.06-1.06a8.25%208.25%200%200%200%200-11.668a.75.75%200%200%201%200-1.06%22%2F%3E%3Cpath%20d%3D%22M15.932%207.757a.75.75%200%200%201%201.061%200a6%206%200%200%201%200%208.486a.75.75%200%200%201-1.06-1.061a4.5%204.5%200%200%200%200-6.364a.75.75%200%200%201%200-1.06%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M13.5%204.06c0-1.336-1.616-2.005-2.56-1.06l-4.5%204.5H4.508c-1.141%200-2.318.664-2.66%201.905A9.8%209.8%200%200%200%201.5%2012c0%20.898.121%201.768.35%202.595c.341%201.24%201.518%201.905%202.659%201.905h1.93l4.5%204.5c.945.945%202.561.276%202.561-1.06zm5.084%201.046a.75.75%200%200%201%201.06%200c3.808%203.807%203.808%209.98%200%2013.788a.75.75%200%200%201-1.06-1.06a8.25%208.25%200%200%200%200-11.668a.75.75%200%200%201%200-1.06%22%2F%3E%3Cpath%20d%3D%22M15.932%207.757a.75.75%200%200%201%201.061%200a6%206%200%200%201%200%208.486a.75.75%200%200%201-1.06-1.061a4.5%204.5%200%200%200%200-6.364a.75.75%200%200%201%200-1.06%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/heroicons/speaker-wave-solid.svg?color=%231a73e8&size=48