waves icon
waves from Material Symbols Light by Google · Regular · Activities · Apache-2.0 Free for personal and commercial use.
- Name
- waves
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Activities
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- waves-outline, waves-outline-sharp, waves-sharp
1 other variant in Material Symbols Light
The same icon in other sets
More activities icons from Material Symbols Light
Use the waves icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.5 18.889v-.95q.648-.077 1.122-.302t.951-.459t1.047-.417t1.393-.184t1.415.213t1.147.475t1.117.487t1.308.225t1.308-.225t1.117-.487t1.16-.475t1.428-.213t1.38.184t1.034.417t.954.459t1.119.302v.95q-.7-.058-1.222-.283t-1.019-.459t-1.015-.427T17 17.527q-.7 0-1.26.213q-.561.212-1.112.475q-.551.262-1.17.487T12 18.927t-1.459-.225t-1.169-.488t-1.099-.474t-1.26-.213t-1.245.193t-1.028.427t-1.018.459t-1.222.282m0-3.834v-.95q.648-.077 1.122-.302t.951-.459t1.047-.417t1.392-.184t1.416.213q.593.212 1.147.475t1.117.487t1.308.225t1.308-.225t1.117-.487t1.16-.475T17 12.742q.835 0 1.392.184q.558.183 1.035.417t.954.459t1.119.302v.95q-.7-.058-1.222-.283t-1.019-.459t-1.015-.427T17 13.692q-.706 0-1.266.213q-.561.212-1.112.475q-.55.262-1.166.487T12 15.092t-1.459-.225t-1.169-.487t-1.099-.475t-1.26-.213t-1.245.194t-1.028.427q-.496.233-1.018.458t-1.222.283m0-3.835v-.95q.648-.077 1.122-.302t.951-.458T5.62 9.09t1.392-.183t1.416.212t1.147.475t1.117.488t1.308.225t1.308-.225t1.117-.488t1.16-.475q.605-.212 1.415-.212q.835 0 1.392.183q.558.184 1.035.418t.954.458t1.119.302v.95q-.7-.058-1.222-.283t-1.019-.458t-1.015-.427T17 9.858q-.7 0-1.26.212q-.561.213-1.112.475q-.551.263-1.17.488T12 11.258t-1.459-.225t-1.169-.488t-1.099-.475t-1.26-.212t-1.245.193t-1.028.427t-1.018.459t-1.222.282m0-3.834v-.95q.648-.077 1.122-.302t.951-.459q.477-.233 1.047-.417t1.392-.184t1.416.213t1.147.475t1.117.487T12 6.473t1.308-.225t1.117-.487t1.16-.475q.605-.213 1.415-.213q.835 0 1.392.184t1.035.417t.954.459t1.119.301v.95q-.7-.057-1.222-.282t-1.019-.459t-1.015-.427T17 6.023q-.7 0-1.26.213q-.561.212-1.112.475q-.551.262-1.17.487T12 7.423t-1.459-.225t-1.169-.488t-1.099-.475t-1.26-.212t-1.245.193t-1.028.427t-1.018.459t-1.222.282"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightWaves(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="M2.5 18.889v-.95q.648-.077 1.122-.302t.951-.459t1.047-.417t1.393-.184t1.415.213t1.147.475t1.117.487t1.308.225t1.308-.225t1.117-.487t1.16-.475t1.428-.213t1.38.184t1.034.417t.954.459t1.119.302v.95q-.7-.058-1.222-.283t-1.019-.459t-1.015-.427T17 17.527q-.7 0-1.26.213q-.561.212-1.112.475q-.551.262-1.17.487T12 18.927t-1.459-.225t-1.169-.488t-1.099-.474t-1.26-.213t-1.245.193t-1.028.427t-1.018.459t-1.222.282m0-3.834v-.95q.648-.077 1.122-.302t.951-.459t1.047-.417t1.392-.184t1.416.213q.593.212 1.147.475t1.117.487t1.308.225t1.308-.225t1.117-.487t1.16-.475T17 12.742q.835 0 1.392.184q.558.183 1.035.417t.954.459t1.119.302v.95q-.7-.058-1.222-.283t-1.019-.459t-1.015-.427T17 13.692q-.706 0-1.266.213q-.561.212-1.112.475q-.55.262-1.166.487T12 15.092t-1.459-.225t-1.169-.487t-1.099-.475t-1.26-.213t-1.245.194t-1.028.427q-.496.233-1.018.458t-1.222.283m0-3.835v-.95q.648-.077 1.122-.302t.951-.458T5.62 9.09t1.392-.183t1.416.212t1.147.475t1.117.488t1.308.225t1.308-.225t1.117-.488t1.16-.475q.605-.212 1.415-.212q.835 0 1.392.183q.558.184 1.035.418t.954.458t1.119.302v.95q-.7-.058-1.222-.283t-1.019-.458t-1.015-.427T17 9.858q-.7 0-1.26.212q-.561.213-1.112.475q-.551.263-1.17.488T12 11.258t-1.459-.225t-1.169-.488t-1.099-.475t-1.26-.212t-1.245.193t-1.028.427t-1.018.459t-1.222.282m0-3.834v-.95q.648-.077 1.122-.302t.951-.459q.477-.233 1.047-.417t1.392-.184t1.416.213t1.147.475t1.117.487T12 6.473t1.308-.225t1.117-.487t1.16-.475q.605-.213 1.415-.213q.835 0 1.392.184t1.035.417t.954.459t1.119.301v.95q-.7-.057-1.222-.282t-1.019-.459t-1.015-.427T17 6.023q-.7 0-1.26.213q-.561.212-1.112.475q-.551.262-1.17.487T12 7.423t-1.459-.225t-1.169-.488t-1.099-.475t-1.26-.212t-1.245.193t-1.028.427t-1.018.459t-1.222.282"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.5 18.889v-.95q.648-.077 1.122-.302t.951-.459t1.047-.417t1.393-.184t1.415.213t1.147.475t1.117.487t1.308.225t1.308-.225t1.117-.487t1.16-.475t1.428-.213t1.38.184t1.034.417t.954.459t1.119.302v.95q-.7-.058-1.222-.283t-1.019-.459t-1.015-.427T17 17.527q-.7 0-1.26.213q-.561.212-1.112.475q-.551.262-1.17.487T12 18.927t-1.459-.225t-1.169-.488t-1.099-.474t-1.26-.213t-1.245.193t-1.028.427t-1.018.459t-1.222.282m0-3.834v-.95q.648-.077 1.122-.302t.951-.459t1.047-.417t1.392-.184t1.416.213q.593.212 1.147.475t1.117.487t1.308.225t1.308-.225t1.117-.487t1.16-.475T17 12.742q.835 0 1.392.184q.558.183 1.035.417t.954.459t1.119.302v.95q-.7-.058-1.222-.283t-1.019-.459t-1.015-.427T17 13.692q-.706 0-1.266.213q-.561.212-1.112.475q-.55.262-1.166.487T12 15.092t-1.459-.225t-1.169-.487t-1.099-.475t-1.26-.213t-1.245.194t-1.028.427q-.496.233-1.018.458t-1.222.283m0-3.835v-.95q.648-.077 1.122-.302t.951-.458T5.62 9.09t1.392-.183t1.416.212t1.147.475t1.117.488t1.308.225t1.308-.225t1.117-.488t1.16-.475q.605-.212 1.415-.212q.835 0 1.392.183q.558.184 1.035.418t.954.458t1.119.302v.95q-.7-.058-1.222-.283t-1.019-.458t-1.015-.427T17 9.858q-.7 0-1.26.212q-.561.213-1.112.475q-.551.263-1.17.488T12 11.258t-1.459-.225t-1.169-.488t-1.099-.475t-1.26-.212t-1.245.193t-1.028.427t-1.018.459t-1.222.282m0-3.834v-.95q.648-.077 1.122-.302t.951-.459q.477-.233 1.047-.417t1.392-.184t1.416.213t1.147.475t1.117.487T12 6.473t1.308-.225t1.117-.487t1.16-.475q.605-.213 1.415-.213q.835 0 1.392.184t1.035.417t.954.459t1.119.301v.95q-.7-.057-1.222-.282t-1.019-.459t-1.015-.427T17 6.023q-.7 0-1.26.213q-.561.212-1.112.475q-.551.262-1.17.487T12 7.423t-1.459-.225t-1.169-.488t-1.099-.475t-1.26-.212t-1.245.193t-1.028.427t-1.018.459t-1.222.282"/></svg> </template>
CSS
.icon-waves {
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%22M2.5%2018.889v-.95q.648-.077%201.122-.302t.951-.459t1.047-.417t1.393-.184t1.415.213t1.147.475t1.117.487t1.308.225t1.308-.225t1.117-.487t1.16-.475t1.428-.213t1.38.184t1.034.417t.954.459t1.119.302v.95q-.7-.058-1.222-.283t-1.019-.459t-1.015-.427T17%2017.527q-.7%200-1.26.213q-.561.212-1.112.475q-.551.262-1.17.487T12%2018.927t-1.459-.225t-1.169-.488t-1.099-.474t-1.26-.213t-1.245.193t-1.028.427t-1.018.459t-1.222.282m0-3.834v-.95q.648-.077%201.122-.302t.951-.459t1.047-.417t1.392-.184t1.416.213q.593.212%201.147.475t1.117.487t1.308.225t1.308-.225t1.117-.487t1.16-.475T17%2012.742q.835%200%201.392.184q.558.183%201.035.417t.954.459t1.119.302v.95q-.7-.058-1.222-.283t-1.019-.459t-1.015-.427T17%2013.692q-.706%200-1.266.213q-.561.212-1.112.475q-.55.262-1.166.487T12%2015.092t-1.459-.225t-1.169-.487t-1.099-.475t-1.26-.213t-1.245.194t-1.028.427q-.496.233-1.018.458t-1.222.283m0-3.835v-.95q.648-.077%201.122-.302t.951-.458T5.62%209.09t1.392-.183t1.416.212t1.147.475t1.117.488t1.308.225t1.308-.225t1.117-.488t1.16-.475q.605-.212%201.415-.212q.835%200%201.392.183q.558.184%201.035.418t.954.458t1.119.302v.95q-.7-.058-1.222-.283t-1.019-.458t-1.015-.427T17%209.858q-.7%200-1.26.212q-.561.213-1.112.475q-.551.263-1.17.488T12%2011.258t-1.459-.225t-1.169-.488t-1.099-.475t-1.26-.212t-1.245.193t-1.028.427t-1.018.459t-1.222.282m0-3.834v-.95q.648-.077%201.122-.302t.951-.459q.477-.233%201.047-.417t1.392-.184t1.416.213t1.147.475t1.117.487T12%206.473t1.308-.225t1.117-.487t1.16-.475q.605-.213%201.415-.213q.835%200%201.392.184t1.035.417t.954.459t1.119.301v.95q-.7-.057-1.222-.282t-1.019-.459t-1.015-.427T17%206.023q-.7%200-1.26.213q-.561.212-1.112.475q-.551.262-1.17.487T12%207.423t-1.459-.225t-1.169-.488t-1.099-.475t-1.26-.212t-1.245.193t-1.028.427t-1.018.459t-1.222.282%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%22M2.5%2018.889v-.95q.648-.077%201.122-.302t.951-.459t1.047-.417t1.393-.184t1.415.213t1.147.475t1.117.487t1.308.225t1.308-.225t1.117-.487t1.16-.475t1.428-.213t1.38.184t1.034.417t.954.459t1.119.302v.95q-.7-.058-1.222-.283t-1.019-.459t-1.015-.427T17%2017.527q-.7%200-1.26.213q-.561.212-1.112.475q-.551.262-1.17.487T12%2018.927t-1.459-.225t-1.169-.488t-1.099-.474t-1.26-.213t-1.245.193t-1.028.427t-1.018.459t-1.222.282m0-3.834v-.95q.648-.077%201.122-.302t.951-.459t1.047-.417t1.392-.184t1.416.213q.593.212%201.147.475t1.117.487t1.308.225t1.308-.225t1.117-.487t1.16-.475T17%2012.742q.835%200%201.392.184q.558.183%201.035.417t.954.459t1.119.302v.95q-.7-.058-1.222-.283t-1.019-.459t-1.015-.427T17%2013.692q-.706%200-1.266.213q-.561.212-1.112.475q-.55.262-1.166.487T12%2015.092t-1.459-.225t-1.169-.487t-1.099-.475t-1.26-.213t-1.245.194t-1.028.427q-.496.233-1.018.458t-1.222.283m0-3.835v-.95q.648-.077%201.122-.302t.951-.458T5.62%209.09t1.392-.183t1.416.212t1.147.475t1.117.488t1.308.225t1.308-.225t1.117-.488t1.16-.475q.605-.212%201.415-.212q.835%200%201.392.183q.558.184%201.035.418t.954.458t1.119.302v.95q-.7-.058-1.222-.283t-1.019-.458t-1.015-.427T17%209.858q-.7%200-1.26.212q-.561.213-1.112.475q-.551.263-1.17.488T12%2011.258t-1.459-.225t-1.169-.488t-1.099-.475t-1.26-.212t-1.245.193t-1.028.427t-1.018.459t-1.222.282m0-3.834v-.95q.648-.077%201.122-.302t.951-.459q.477-.233%201.047-.417t1.392-.184t1.416.213t1.147.475t1.117.487T12%206.473t1.308-.225t1.117-.487t1.16-.475q.605-.213%201.415-.213q.835%200%201.392.184t1.035.417t.954.459t1.119.301v.95q-.7-.057-1.222-.282t-1.019-.459t-1.015-.427T17%206.023q-.7%200-1.26.213q-.561.212-1.112.475q-.551.262-1.17.487T12%207.423t-1.459-.225t-1.169-.488t-1.099-.475t-1.26-.212t-1.245.193t-1.028.427t-1.018.459t-1.222.282%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/waves.svg?color=%231a73e8&size=48