waves-rounded from Material Symbols Light by Google · Rounded · Activities · Apache-2.0 Free for personal and commercial use.

Name
waves-rounded
Set
Material Symbols Light
Style
Rounded
Category
Activities
Viewbox
24×24
License
Apache 2.0
Aliases
waves-outline-rounded

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="M7 17.527q-1.302 0-2.084.53q-.783.532-1.891.757q-.214.055-.37-.075t-.155-.325q0-.214.153-.357t.366-.21q1.015-.276 1.767-.773T7 16.577q.835 0 1.428.213q.593.212 1.147.475t1.117.487t1.308.225t1.308-.225t1.117-.487t1.16-.475T17 16.577q1.462 0 2.214.497t1.767.772q.213.068.366.21q.153.144.153.357q0 .195-.156.325t-.369.075q-1.108-.225-1.89-.755q-.783-.531-2.085-.531q-.7 0-1.26.212q-.561.213-1.112.475q-.551.263-1.17.488T12 18.927t-1.459-.225t-1.169-.488t-1.099-.475q-.548-.212-1.273-.212m0-3.835q-1.302 0-2.084.531q-.783.53-1.891.756q-.214.055-.37-.075t-.155-.325q0-.214.153-.357t.366-.21q1.015-.276 1.767-.773T7 12.743q.835 0 1.428.213q.593.212 1.147.475t1.117.487t1.308.225t1.308-.225t1.117-.487t1.16-.475T17 12.742q1.462 0 2.214.497t1.767.772q.213.068.366.211q.153.144.153.357q0 .194-.156.325t-.369.075q-1.108-.225-1.89-.756q-.783-.53-2.085-.53q-.706 0-1.266.212q-.561.212-1.112.475q-.55.262-1.166.487T12 15.092t-1.459-.225t-1.169-.487t-1.099-.475q-.548-.213-1.273-.213m0-3.834q-1.302 0-2.084.53q-.783.531-1.891.756q-.213.056-.37-.075t-.155-.325q0-.213.153-.357q.153-.143.366-.21q1.016-.275 1.768-.772T7 8.908q.835 0 1.428.212q.593.213 1.147.475t1.117.488t1.308.225t1.308-.225t1.117-.488t1.16-.475T17 8.908q1.462 0 2.214.497t1.767.772q.213.067.366.21q.153.144.153.357q0 .194-.156.325t-.369.075q-1.108-.225-1.89-.756q-.783-.53-2.085-.53q-.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-.475T7 9.858m0-3.835q-1.302 0-2.084.53q-.783.531-1.891.756q-.213.056-.37-.075q-.155-.13-.155-.325q0-.213.153-.356q.153-.144.366-.21q1.016-.276 1.768-.773T7 5.073q.835 0 1.428.212q.593.213 1.147.475t1.117.488T12 6.473t1.308-.225t1.117-.488t1.16-.475T17 5.073q1.462 0 2.214.497t1.767.772q.213.067.366.211q.153.143.153.356q0 .195-.156.325q-.155.131-.369.075q-1.108-.225-1.89-.755q-.783-.531-2.085-.531q-.7 0-1.26.212q-.561.213-1.112.475q-.551.263-1.17.488T12 7.423t-1.459-.225t-1.169-.488t-1.099-.475T7 6.023"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightWavesRounded(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="M7 17.527q-1.302 0-2.084.53q-.783.532-1.891.757q-.214.055-.37-.075t-.155-.325q0-.214.153-.357t.366-.21q1.015-.276 1.767-.773T7 16.577q.835 0 1.428.213q.593.212 1.147.475t1.117.487t1.308.225t1.308-.225t1.117-.487t1.16-.475T17 16.577q1.462 0 2.214.497t1.767.772q.213.068.366.21q.153.144.153.357q0 .195-.156.325t-.369.075q-1.108-.225-1.89-.755q-.783-.531-2.085-.531q-.7 0-1.26.212q-.561.213-1.112.475q-.551.263-1.17.488T12 18.927t-1.459-.225t-1.169-.488t-1.099-.475q-.548-.212-1.273-.212m0-3.835q-1.302 0-2.084.531q-.783.53-1.891.756q-.214.055-.37-.075t-.155-.325q0-.214.153-.357t.366-.21q1.015-.276 1.767-.773T7 12.743q.835 0 1.428.213q.593.212 1.147.475t1.117.487t1.308.225t1.308-.225t1.117-.487t1.16-.475T17 12.742q1.462 0 2.214.497t1.767.772q.213.068.366.211q.153.144.153.357q0 .194-.156.325t-.369.075q-1.108-.225-1.89-.756q-.783-.53-2.085-.53q-.706 0-1.266.212q-.561.212-1.112.475q-.55.262-1.166.487T12 15.092t-1.459-.225t-1.169-.487t-1.099-.475q-.548-.213-1.273-.213m0-3.834q-1.302 0-2.084.53q-.783.531-1.891.756q-.213.056-.37-.075t-.155-.325q0-.213.153-.357q.153-.143.366-.21q1.016-.275 1.768-.772T7 8.908q.835 0 1.428.212q.593.213 1.147.475t1.117.488t1.308.225t1.308-.225t1.117-.488t1.16-.475T17 8.908q1.462 0 2.214.497t1.767.772q.213.067.366.21q.153.144.153.357q0 .194-.156.325t-.369.075q-1.108-.225-1.89-.756q-.783-.53-2.085-.53q-.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-.475T7 9.858m0-3.835q-1.302 0-2.084.53q-.783.531-1.891.756q-.213.056-.37-.075q-.155-.13-.155-.325q0-.213.153-.356q.153-.144.366-.21q1.016-.276 1.768-.773T7 5.073q.835 0 1.428.212q.593.213 1.147.475t1.117.488T12 6.473t1.308-.225t1.117-.488t1.16-.475T17 5.073q1.462 0 2.214.497t1.767.772q.213.067.366.211q.153.143.153.356q0 .195-.156.325q-.155.131-.369.075q-1.108-.225-1.89-.755q-.783-.531-2.085-.531q-.7 0-1.26.212q-.561.213-1.112.475q-.551.263-1.17.488T12 7.423t-1.459-.225t-1.169-.488t-1.099-.475T7 6.023"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 17.527q-1.302 0-2.084.53q-.783.532-1.891.757q-.214.055-.37-.075t-.155-.325q0-.214.153-.357t.366-.21q1.015-.276 1.767-.773T7 16.577q.835 0 1.428.213q.593.212 1.147.475t1.117.487t1.308.225t1.308-.225t1.117-.487t1.16-.475T17 16.577q1.462 0 2.214.497t1.767.772q.213.068.366.21q.153.144.153.357q0 .195-.156.325t-.369.075q-1.108-.225-1.89-.755q-.783-.531-2.085-.531q-.7 0-1.26.212q-.561.213-1.112.475q-.551.263-1.17.488T12 18.927t-1.459-.225t-1.169-.488t-1.099-.475q-.548-.212-1.273-.212m0-3.835q-1.302 0-2.084.531q-.783.53-1.891.756q-.214.055-.37-.075t-.155-.325q0-.214.153-.357t.366-.21q1.015-.276 1.767-.773T7 12.743q.835 0 1.428.213q.593.212 1.147.475t1.117.487t1.308.225t1.308-.225t1.117-.487t1.16-.475T17 12.742q1.462 0 2.214.497t1.767.772q.213.068.366.211q.153.144.153.357q0 .194-.156.325t-.369.075q-1.108-.225-1.89-.756q-.783-.53-2.085-.53q-.706 0-1.266.212q-.561.212-1.112.475q-.55.262-1.166.487T12 15.092t-1.459-.225t-1.169-.487t-1.099-.475q-.548-.213-1.273-.213m0-3.834q-1.302 0-2.084.53q-.783.531-1.891.756q-.213.056-.37-.075t-.155-.325q0-.213.153-.357q.153-.143.366-.21q1.016-.275 1.768-.772T7 8.908q.835 0 1.428.212q.593.213 1.147.475t1.117.488t1.308.225t1.308-.225t1.117-.488t1.16-.475T17 8.908q1.462 0 2.214.497t1.767.772q.213.067.366.21q.153.144.153.357q0 .194-.156.325t-.369.075q-1.108-.225-1.89-.756q-.783-.53-2.085-.53q-.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-.475T7 9.858m0-3.835q-1.302 0-2.084.53q-.783.531-1.891.756q-.213.056-.37-.075q-.155-.13-.155-.325q0-.213.153-.356q.153-.144.366-.21q1.016-.276 1.768-.773T7 5.073q.835 0 1.428.212q.593.213 1.147.475t1.117.488T12 6.473t1.308-.225t1.117-.488t1.16-.475T17 5.073q1.462 0 2.214.497t1.767.772q.213.067.366.211q.153.143.153.356q0 .195-.156.325q-.155.131-.369.075q-1.108-.225-1.89-.755q-.783-.531-2.085-.531q-.7 0-1.26.212q-.561.213-1.112.475q-.551.263-1.17.488T12 7.423t-1.459-.225t-1.169-.488t-1.099-.475T7 6.023"/></svg>
</template>

CSS

.icon-waves-rounded {
  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%22M7%2017.527q-1.302%200-2.084.53q-.783.532-1.891.757q-.214.055-.37-.075t-.155-.325q0-.214.153-.357t.366-.21q1.015-.276%201.767-.773T7%2016.577q.835%200%201.428.213q.593.212%201.147.475t1.117.487t1.308.225t1.308-.225t1.117-.487t1.16-.475T17%2016.577q1.462%200%202.214.497t1.767.772q.213.068.366.21q.153.144.153.357q0%20.195-.156.325t-.369.075q-1.108-.225-1.89-.755q-.783-.531-2.085-.531q-.7%200-1.26.212q-.561.213-1.112.475q-.551.263-1.17.488T12%2018.927t-1.459-.225t-1.169-.488t-1.099-.475q-.548-.212-1.273-.212m0-3.835q-1.302%200-2.084.531q-.783.53-1.891.756q-.214.055-.37-.075t-.155-.325q0-.214.153-.357t.366-.21q1.015-.276%201.767-.773T7%2012.743q.835%200%201.428.213q.593.212%201.147.475t1.117.487t1.308.225t1.308-.225t1.117-.487t1.16-.475T17%2012.742q1.462%200%202.214.497t1.767.772q.213.068.366.211q.153.144.153.357q0%20.194-.156.325t-.369.075q-1.108-.225-1.89-.756q-.783-.53-2.085-.53q-.706%200-1.266.212q-.561.212-1.112.475q-.55.262-1.166.487T12%2015.092t-1.459-.225t-1.169-.487t-1.099-.475q-.548-.213-1.273-.213m0-3.834q-1.302%200-2.084.53q-.783.531-1.891.756q-.213.056-.37-.075t-.155-.325q0-.213.153-.357q.153-.143.366-.21q1.016-.275%201.768-.772T7%208.908q.835%200%201.428.212q.593.213%201.147.475t1.117.488t1.308.225t1.308-.225t1.117-.488t1.16-.475T17%208.908q1.462%200%202.214.497t1.767.772q.213.067.366.21q.153.144.153.357q0%20.194-.156.325t-.369.075q-1.108-.225-1.89-.756q-.783-.53-2.085-.53q-.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-.475T7%209.858m0-3.835q-1.302%200-2.084.53q-.783.531-1.891.756q-.213.056-.37-.075q-.155-.13-.155-.325q0-.213.153-.356q.153-.144.366-.21q1.016-.276%201.768-.773T7%205.073q.835%200%201.428.212q.593.213%201.147.475t1.117.488T12%206.473t1.308-.225t1.117-.488t1.16-.475T17%205.073q1.462%200%202.214.497t1.767.772q.213.067.366.211q.153.143.153.356q0%20.195-.156.325q-.155.131-.369.075q-1.108-.225-1.89-.755q-.783-.531-2.085-.531q-.7%200-1.26.212q-.561.213-1.112.475q-.551.263-1.17.488T12%207.423t-1.459-.225t-1.169-.488t-1.099-.475T7%206.023%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%22M7%2017.527q-1.302%200-2.084.53q-.783.532-1.891.757q-.214.055-.37-.075t-.155-.325q0-.214.153-.357t.366-.21q1.015-.276%201.767-.773T7%2016.577q.835%200%201.428.213q.593.212%201.147.475t1.117.487t1.308.225t1.308-.225t1.117-.487t1.16-.475T17%2016.577q1.462%200%202.214.497t1.767.772q.213.068.366.21q.153.144.153.357q0%20.195-.156.325t-.369.075q-1.108-.225-1.89-.755q-.783-.531-2.085-.531q-.7%200-1.26.212q-.561.213-1.112.475q-.551.263-1.17.488T12%2018.927t-1.459-.225t-1.169-.488t-1.099-.475q-.548-.212-1.273-.212m0-3.835q-1.302%200-2.084.531q-.783.53-1.891.756q-.214.055-.37-.075t-.155-.325q0-.214.153-.357t.366-.21q1.015-.276%201.767-.773T7%2012.743q.835%200%201.428.213q.593.212%201.147.475t1.117.487t1.308.225t1.308-.225t1.117-.487t1.16-.475T17%2012.742q1.462%200%202.214.497t1.767.772q.213.068.366.211q.153.144.153.357q0%20.194-.156.325t-.369.075q-1.108-.225-1.89-.756q-.783-.53-2.085-.53q-.706%200-1.266.212q-.561.212-1.112.475q-.55.262-1.166.487T12%2015.092t-1.459-.225t-1.169-.487t-1.099-.475q-.548-.213-1.273-.213m0-3.834q-1.302%200-2.084.53q-.783.531-1.891.756q-.213.056-.37-.075t-.155-.325q0-.213.153-.357q.153-.143.366-.21q1.016-.275%201.768-.772T7%208.908q.835%200%201.428.212q.593.213%201.147.475t1.117.488t1.308.225t1.308-.225t1.117-.488t1.16-.475T17%208.908q1.462%200%202.214.497t1.767.772q.213.067.366.21q.153.144.153.357q0%20.194-.156.325t-.369.075q-1.108-.225-1.89-.756q-.783-.53-2.085-.53q-.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-.475T7%209.858m0-3.835q-1.302%200-2.084.53q-.783.531-1.891.756q-.213.056-.37-.075q-.155-.13-.155-.325q0-.213.153-.356q.153-.144.366-.21q1.016-.276%201.768-.773T7%205.073q.835%200%201.428.212q.593.213%201.147.475t1.117.488T12%206.473t1.308-.225t1.117-.488t1.16-.475T17%205.073q1.462%200%202.214.497t1.767.772q.213.067.366.211q.153.143.153.356q0%20.195-.156.325q-.155.131-.369.075q-1.108-.225-1.89-.755q-.783-.531-2.085-.531q-.7%200-1.26.212q-.561.213-1.112.475q-.551.263-1.17.488T12%207.423t-1.459-.225t-1.169-.488t-1.099-.475T7%206.023%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-rounded.svg?color=%231a73e8&size=48