sine wave icon
sine-wave from Material Design Icons by Pictogrammers · Filled · Audio · Apache-2.0 Free for personal and commercial use.
- Name
- sine-wave
- Set
- Material Design Icons
- Style
- Filled
- Category
- Audio
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- analog
The same icon in other sets
More audio icons from Material Design Icons
Use the sine wave icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.5 21c-3 0-4.19-4.24-5.45-8.72C10.14 9.04 9 5 7.5 5C4.11 5 4 11.93 4 12H2c0-.37.06-9 5.5-9c3 0 4.21 4.25 5.47 8.74C13.83 14.8 15 19 16.5 19c3.44 0 3.53-6.93 3.53-7h2c0 .37-.06 9-5.53 9"/></svg>
React
import type { SVGProps } from "react";
export function MdiSineWave(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="M16.5 21c-3 0-4.19-4.24-5.45-8.72C10.14 9.04 9 5 7.5 5C4.11 5 4 11.93 4 12H2c0-.37.06-9 5.5-9c3 0 4.21 4.25 5.47 8.74C13.83 14.8 15 19 16.5 19c3.44 0 3.53-6.93 3.53-7h2c0 .37-.06 9-5.53 9"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.5 21c-3 0-4.19-4.24-5.45-8.72C10.14 9.04 9 5 7.5 5C4.11 5 4 11.93 4 12H2c0-.37.06-9 5.5-9c3 0 4.21 4.25 5.47 8.74C13.83 14.8 15 19 16.5 19c3.44 0 3.53-6.93 3.53-7h2c0 .37-.06 9-5.53 9"/></svg> </template>
CSS
.icon-sine-wave {
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%22M16.5%2021c-3%200-4.19-4.24-5.45-8.72C10.14%209.04%209%205%207.5%205C4.11%205%204%2011.93%204%2012H2c0-.37.06-9%205.5-9c3%200%204.21%204.25%205.47%208.74C13.83%2014.8%2015%2019%2016.5%2019c3.44%200%203.53-6.93%203.53-7h2c0%20.37-.06%209-5.53%209%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%22M16.5%2021c-3%200-4.19-4.24-5.45-8.72C10.14%209.04%209%205%207.5%205C4.11%205%204%2011.93%204%2012H2c0-.37.06-9%205.5-9c3%200%204.21%204.25%205.47%208.74C13.83%2014.8%2015%2019%2016.5%2019c3.44%200%203.53-6.93%203.53-7h2c0%20.37-.06%209-5.53%209%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/sine-wave.svg?color=%231a73e8&size=48