headphones sound wave icon
headphones-sound-wave-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- headphones-sound-wave-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
13 other variants in Fluent UI System Icons
headphones-sound-wave-12-filledheadphones-sound-wave-12-regularheadphones-sound-wave-16-filledheadphones-sound-wave-16-regularheadphones-sound-wave-20-filledheadphones-sound-wave-20-regularheadphones-sound-wave-24-filledheadphones-sound-wave-28-filledheadphones-sound-wave-28-regularheadphones-sound-wave-32-filledheadphones-sound-wave-32-regularheadphones-sound-wave-48-filledheadphones-sound-wave-48-regular
Related icons in Fluent UI System Icons
Use the headphones sound wave icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.5 12a8.5 8.5 0 0 1 17 0v2h-2.25a.75.75 0 0 0-.75.75v6.5c0 .414.336.75.75.75H19a3 3 0 0 0 3-3v-7c0-5.523-4.477-10-10-10S2 6.477 2 12v7a3 3 0 0 0 3 3h.75a.75.75 0 0 0 .75-.75v-6.5a.75.75 0 0 0-.75-.75H3.5zm17 3.5V19a1.5 1.5 0 0 1-1.5 1.5v-5zM3.5 19v-3.5H5v5A1.5 1.5 0 0 1 3.5 19m9.25-7.25a.75.75 0 0 0-1.5 0v10.5a.75.75 0 0 0 1.5 0zm-4 2.25a.75.75 0 0 1 .75.75v4.5a.75.75 0 0 1-1.5 0v-4.5a.75.75 0 0 1 .75-.75m7.25.75a.75.75 0 0 0-1.5 0v4.5a.75.75 0 0 0 1.5 0z"/></svg>
React
import type { SVGProps } from "react";
export function FluentHeadphonesSoundWave24Regular(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="M3.5 12a8.5 8.5 0 0 1 17 0v2h-2.25a.75.75 0 0 0-.75.75v6.5c0 .414.336.75.75.75H19a3 3 0 0 0 3-3v-7c0-5.523-4.477-10-10-10S2 6.477 2 12v7a3 3 0 0 0 3 3h.75a.75.75 0 0 0 .75-.75v-6.5a.75.75 0 0 0-.75-.75H3.5zm17 3.5V19a1.5 1.5 0 0 1-1.5 1.5v-5zM3.5 19v-3.5H5v5A1.5 1.5 0 0 1 3.5 19m9.25-7.25a.75.75 0 0 0-1.5 0v10.5a.75.75 0 0 0 1.5 0zm-4 2.25a.75.75 0 0 1 .75.75v4.5a.75.75 0 0 1-1.5 0v-4.5a.75.75 0 0 1 .75-.75m7.25.75a.75.75 0 0 0-1.5 0v4.5a.75.75 0 0 0 1.5 0z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.5 12a8.5 8.5 0 0 1 17 0v2h-2.25a.75.75 0 0 0-.75.75v6.5c0 .414.336.75.75.75H19a3 3 0 0 0 3-3v-7c0-5.523-4.477-10-10-10S2 6.477 2 12v7a3 3 0 0 0 3 3h.75a.75.75 0 0 0 .75-.75v-6.5a.75.75 0 0 0-.75-.75H3.5zm17 3.5V19a1.5 1.5 0 0 1-1.5 1.5v-5zM3.5 19v-3.5H5v5A1.5 1.5 0 0 1 3.5 19m9.25-7.25a.75.75 0 0 0-1.5 0v10.5a.75.75 0 0 0 1.5 0zm-4 2.25a.75.75 0 0 1 .75.75v4.5a.75.75 0 0 1-1.5 0v-4.5a.75.75 0 0 1 .75-.75m7.25.75a.75.75 0 0 0-1.5 0v4.5a.75.75 0 0 0 1.5 0z"/></svg> </template>
CSS
.icon-headphones-sound-wave-24-regular {
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%22M3.5%2012a8.5%208.5%200%200%201%2017%200v2h-2.25a.75.75%200%200%200-.75.75v6.5c0%20.414.336.75.75.75H19a3%203%200%200%200%203-3v-7c0-5.523-4.477-10-10-10S2%206.477%202%2012v7a3%203%200%200%200%203%203h.75a.75.75%200%200%200%20.75-.75v-6.5a.75.75%200%200%200-.75-.75H3.5zm17%203.5V19a1.5%201.5%200%200%201-1.5%201.5v-5zM3.5%2019v-3.5H5v5A1.5%201.5%200%200%201%203.5%2019m9.25-7.25a.75.75%200%200%200-1.5%200v10.5a.75.75%200%200%200%201.5%200zm-4%202.25a.75.75%200%200%201%20.75.75v4.5a.75.75%200%200%201-1.5%200v-4.5a.75.75%200%200%201%20.75-.75m7.25.75a.75.75%200%200%200-1.5%200v4.5a.75.75%200%200%200%201.5%200z%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%22M3.5%2012a8.5%208.5%200%200%201%2017%200v2h-2.25a.75.75%200%200%200-.75.75v6.5c0%20.414.336.75.75.75H19a3%203%200%200%200%203-3v-7c0-5.523-4.477-10-10-10S2%206.477%202%2012v7a3%203%200%200%200%203%203h.75a.75.75%200%200%200%20.75-.75v-6.5a.75.75%200%200%200-.75-.75H3.5zm17%203.5V19a1.5%201.5%200%200%201-1.5%201.5v-5zM3.5%2019v-3.5H5v5A1.5%201.5%200%200%201%203.5%2019m9.25-7.25a.75.75%200%200%200-1.5%200v10.5a.75.75%200%200%200%201.5%200zm-4%202.25a.75.75%200%200%201%20.75.75v4.5a.75.75%200%200%201-1.5%200v-4.5a.75.75%200%200%201%20.75-.75m7.25.75a.75.75%200%200%200-1.5%200v4.5a.75.75%200%200%200%201.5%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/headphones-sound-wave-24-regular.svg?color=%231a73e8&size=48