round-waves from Google Material Icons by Material Design Authors · Baseline · Content · Apache-2.0 Free for personal and commercial use.

Name
round-waves
Set
Google Material Icons
Style
Baseline
Category
Content
Viewbox
24×24
License
Apache 2.0

More content icons from Google Material Icons

Use the round waves icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 16.99c-1.35 0-2.2.42-2.95.8c-.65.33-1.18.6-2.05.6c-.9 0-1.4-.25-2.05-.6c-.75-.38-1.57-.8-2.95-.8s-2.2.42-2.95.8c-.43.22-.81.41-1.27.52c-.45.1-.78.46-.78.91v.1c0 .6.56 1.03 1.14.91c.74-.15 1.3-.43 1.81-.69c.65-.33 1.17-.6 2.05-.6s1.4.25 2.05.6c.75.38 1.57.8 2.95.8s2.2-.42 2.95-.8c.65-.33 1.18-.6 2.05-.6c.9 0 1.4.25 2.05.6c.52.26 1.08.55 1.83.7a.94.94 0 0 0 1.12-.91v-.09c0-.46-.34-.82-.79-.92c-.46-.1-.83-.29-1.26-.52c-.75-.39-1.6-.81-2.95-.81m0-4.45c-1.35 0-2.2.43-2.95.8c-.65.32-1.18.6-2.05.6c-.9 0-1.4-.25-2.05-.6c-.75-.38-1.57-.8-2.95-.8s-2.2.43-2.95.8c-.43.21-.81.41-1.28.52c-.44.1-.77.46-.77.91v.1a.93.93 0 0 0 1.12.91c.75-.15 1.31-.44 1.83-.69c.65-.35 1.15-.6 2.05-.6s1.4.25 2.05.6c.75.38 1.57.8 2.95.8s2.2-.43 2.95-.8c.65-.35 1.15-.6 2.05-.6s1.4.25 2.05.6c.52.26 1.08.55 1.83.7a.94.94 0 0 0 1.12-.92v-.09c0-.46-.34-.82-.79-.92c-.46-.1-.83-.29-1.26-.52c-.75-.38-1.6-.8-2.95-.8m2.95-8.08c-.75-.38-1.58-.8-2.95-.8s-2.2.42-2.95.8c-.65.32-1.18.6-2.05.6c-.9 0-1.4-.25-2.05-.6c-.75-.37-1.57-.8-2.95-.8s-2.2.42-2.95.8c-.43.22-.81.41-1.27.52c-.45.1-.78.46-.78.91v.07c0 .6.54 1.04 1.12.92c.75-.15 1.31-.44 1.83-.69c.65-.33 1.17-.6 2.05-.6s1.4.25 2.05.6c.75.38 1.57.8 2.95.8s2.2-.43 2.95-.8c.65-.32 1.18-.6 2.05-.6c.9 0 1.4.25 2.05.6c.52.26 1.08.55 1.83.7A.94.94 0 0 0 22 5.97v-.09c0-.46-.34-.82-.79-.92c-.46-.1-.83-.28-1.26-.5M17 8.09c-1.35 0-2.2.43-2.95.8c-.65.35-1.15.6-2.05.6s-1.4-.25-2.05-.6c-.75-.38-1.57-.8-2.95-.8s-2.2.43-2.95.8c-.43.23-.8.42-1.26.52c-.45.1-.79.46-.79.92v.09a.93.93 0 0 0 1.12.91c.75-.15 1.31-.44 1.83-.69c.65-.32 1.18-.6 2.05-.6s1.4.25 2.05.6c.75.38 1.57.8 2.95.8s2.2-.43 2.95-.8c.65-.32 1.18-.6 2.05-.6c.9 0 1.4.25 2.05.6c.52.26 1.08.55 1.83.7a.94.94 0 0 0 1.12-.91v-.09c0-.46-.34-.82-.79-.92c-.46-.1-.83-.29-1.26-.52c-.75-.39-1.6-.81-2.95-.81"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundWaves(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="M17 16.99c-1.35 0-2.2.42-2.95.8c-.65.33-1.18.6-2.05.6c-.9 0-1.4-.25-2.05-.6c-.75-.38-1.57-.8-2.95-.8s-2.2.42-2.95.8c-.43.22-.81.41-1.27.52c-.45.1-.78.46-.78.91v.1c0 .6.56 1.03 1.14.91c.74-.15 1.3-.43 1.81-.69c.65-.33 1.17-.6 2.05-.6s1.4.25 2.05.6c.75.38 1.57.8 2.95.8s2.2-.42 2.95-.8c.65-.33 1.18-.6 2.05-.6c.9 0 1.4.25 2.05.6c.52.26 1.08.55 1.83.7a.94.94 0 0 0 1.12-.91v-.09c0-.46-.34-.82-.79-.92c-.46-.1-.83-.29-1.26-.52c-.75-.39-1.6-.81-2.95-.81m0-4.45c-1.35 0-2.2.43-2.95.8c-.65.32-1.18.6-2.05.6c-.9 0-1.4-.25-2.05-.6c-.75-.38-1.57-.8-2.95-.8s-2.2.43-2.95.8c-.43.21-.81.41-1.28.52c-.44.1-.77.46-.77.91v.1a.93.93 0 0 0 1.12.91c.75-.15 1.31-.44 1.83-.69c.65-.35 1.15-.6 2.05-.6s1.4.25 2.05.6c.75.38 1.57.8 2.95.8s2.2-.43 2.95-.8c.65-.35 1.15-.6 2.05-.6s1.4.25 2.05.6c.52.26 1.08.55 1.83.7a.94.94 0 0 0 1.12-.92v-.09c0-.46-.34-.82-.79-.92c-.46-.1-.83-.29-1.26-.52c-.75-.38-1.6-.8-2.95-.8m2.95-8.08c-.75-.38-1.58-.8-2.95-.8s-2.2.42-2.95.8c-.65.32-1.18.6-2.05.6c-.9 0-1.4-.25-2.05-.6c-.75-.37-1.57-.8-2.95-.8s-2.2.42-2.95.8c-.43.22-.81.41-1.27.52c-.45.1-.78.46-.78.91v.07c0 .6.54 1.04 1.12.92c.75-.15 1.31-.44 1.83-.69c.65-.33 1.17-.6 2.05-.6s1.4.25 2.05.6c.75.38 1.57.8 2.95.8s2.2-.43 2.95-.8c.65-.32 1.18-.6 2.05-.6c.9 0 1.4.25 2.05.6c.52.26 1.08.55 1.83.7A.94.94 0 0 0 22 5.97v-.09c0-.46-.34-.82-.79-.92c-.46-.1-.83-.28-1.26-.5M17 8.09c-1.35 0-2.2.43-2.95.8c-.65.35-1.15.6-2.05.6s-1.4-.25-2.05-.6c-.75-.38-1.57-.8-2.95-.8s-2.2.43-2.95.8c-.43.23-.8.42-1.26.52c-.45.1-.79.46-.79.92v.09a.93.93 0 0 0 1.12.91c.75-.15 1.31-.44 1.83-.69c.65-.32 1.18-.6 2.05-.6s1.4.25 2.05.6c.75.38 1.57.8 2.95.8s2.2-.43 2.95-.8c.65-.32 1.18-.6 2.05-.6c.9 0 1.4.25 2.05.6c.52.26 1.08.55 1.83.7a.94.94 0 0 0 1.12-.91v-.09c0-.46-.34-.82-.79-.92c-.46-.1-.83-.29-1.26-.52c-.75-.39-1.6-.81-2.95-.81"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 16.99c-1.35 0-2.2.42-2.95.8c-.65.33-1.18.6-2.05.6c-.9 0-1.4-.25-2.05-.6c-.75-.38-1.57-.8-2.95-.8s-2.2.42-2.95.8c-.43.22-.81.41-1.27.52c-.45.1-.78.46-.78.91v.1c0 .6.56 1.03 1.14.91c.74-.15 1.3-.43 1.81-.69c.65-.33 1.17-.6 2.05-.6s1.4.25 2.05.6c.75.38 1.57.8 2.95.8s2.2-.42 2.95-.8c.65-.33 1.18-.6 2.05-.6c.9 0 1.4.25 2.05.6c.52.26 1.08.55 1.83.7a.94.94 0 0 0 1.12-.91v-.09c0-.46-.34-.82-.79-.92c-.46-.1-.83-.29-1.26-.52c-.75-.39-1.6-.81-2.95-.81m0-4.45c-1.35 0-2.2.43-2.95.8c-.65.32-1.18.6-2.05.6c-.9 0-1.4-.25-2.05-.6c-.75-.38-1.57-.8-2.95-.8s-2.2.43-2.95.8c-.43.21-.81.41-1.28.52c-.44.1-.77.46-.77.91v.1a.93.93 0 0 0 1.12.91c.75-.15 1.31-.44 1.83-.69c.65-.35 1.15-.6 2.05-.6s1.4.25 2.05.6c.75.38 1.57.8 2.95.8s2.2-.43 2.95-.8c.65-.35 1.15-.6 2.05-.6s1.4.25 2.05.6c.52.26 1.08.55 1.83.7a.94.94 0 0 0 1.12-.92v-.09c0-.46-.34-.82-.79-.92c-.46-.1-.83-.29-1.26-.52c-.75-.38-1.6-.8-2.95-.8m2.95-8.08c-.75-.38-1.58-.8-2.95-.8s-2.2.42-2.95.8c-.65.32-1.18.6-2.05.6c-.9 0-1.4-.25-2.05-.6c-.75-.37-1.57-.8-2.95-.8s-2.2.42-2.95.8c-.43.22-.81.41-1.27.52c-.45.1-.78.46-.78.91v.07c0 .6.54 1.04 1.12.92c.75-.15 1.31-.44 1.83-.69c.65-.33 1.17-.6 2.05-.6s1.4.25 2.05.6c.75.38 1.57.8 2.95.8s2.2-.43 2.95-.8c.65-.32 1.18-.6 2.05-.6c.9 0 1.4.25 2.05.6c.52.26 1.08.55 1.83.7A.94.94 0 0 0 22 5.97v-.09c0-.46-.34-.82-.79-.92c-.46-.1-.83-.28-1.26-.5M17 8.09c-1.35 0-2.2.43-2.95.8c-.65.35-1.15.6-2.05.6s-1.4-.25-2.05-.6c-.75-.38-1.57-.8-2.95-.8s-2.2.43-2.95.8c-.43.23-.8.42-1.26.52c-.45.1-.79.46-.79.92v.09a.93.93 0 0 0 1.12.91c.75-.15 1.31-.44 1.83-.69c.65-.32 1.18-.6 2.05-.6s1.4.25 2.05.6c.75.38 1.57.8 2.95.8s2.2-.43 2.95-.8c.65-.32 1.18-.6 2.05-.6c.9 0 1.4.25 2.05.6c.52.26 1.08.55 1.83.7a.94.94 0 0 0 1.12-.91v-.09c0-.46-.34-.82-.79-.92c-.46-.1-.83-.29-1.26-.52c-.75-.39-1.6-.81-2.95-.81"/></svg>
</template>

CSS

.icon-round-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%22M17%2016.99c-1.35%200-2.2.42-2.95.8c-.65.33-1.18.6-2.05.6c-.9%200-1.4-.25-2.05-.6c-.75-.38-1.57-.8-2.95-.8s-2.2.42-2.95.8c-.43.22-.81.41-1.27.52c-.45.1-.78.46-.78.91v.1c0%20.6.56%201.03%201.14.91c.74-.15%201.3-.43%201.81-.69c.65-.33%201.17-.6%202.05-.6s1.4.25%202.05.6c.75.38%201.57.8%202.95.8s2.2-.42%202.95-.8c.65-.33%201.18-.6%202.05-.6c.9%200%201.4.25%202.05.6c.52.26%201.08.55%201.83.7a.94.94%200%200%200%201.12-.91v-.09c0-.46-.34-.82-.79-.92c-.46-.1-.83-.29-1.26-.52c-.75-.39-1.6-.81-2.95-.81m0-4.45c-1.35%200-2.2.43-2.95.8c-.65.32-1.18.6-2.05.6c-.9%200-1.4-.25-2.05-.6c-.75-.38-1.57-.8-2.95-.8s-2.2.43-2.95.8c-.43.21-.81.41-1.28.52c-.44.1-.77.46-.77.91v.1a.93.93%200%200%200%201.12.91c.75-.15%201.31-.44%201.83-.69c.65-.35%201.15-.6%202.05-.6s1.4.25%202.05.6c.75.38%201.57.8%202.95.8s2.2-.43%202.95-.8c.65-.35%201.15-.6%202.05-.6s1.4.25%202.05.6c.52.26%201.08.55%201.83.7a.94.94%200%200%200%201.12-.92v-.09c0-.46-.34-.82-.79-.92c-.46-.1-.83-.29-1.26-.52c-.75-.38-1.6-.8-2.95-.8m2.95-8.08c-.75-.38-1.58-.8-2.95-.8s-2.2.42-2.95.8c-.65.32-1.18.6-2.05.6c-.9%200-1.4-.25-2.05-.6c-.75-.37-1.57-.8-2.95-.8s-2.2.42-2.95.8c-.43.22-.81.41-1.27.52c-.45.1-.78.46-.78.91v.07c0%20.6.54%201.04%201.12.92c.75-.15%201.31-.44%201.83-.69c.65-.33%201.17-.6%202.05-.6s1.4.25%202.05.6c.75.38%201.57.8%202.95.8s2.2-.43%202.95-.8c.65-.32%201.18-.6%202.05-.6c.9%200%201.4.25%202.05.6c.52.26%201.08.55%201.83.7A.94.94%200%200%200%2022%205.97v-.09c0-.46-.34-.82-.79-.92c-.46-.1-.83-.28-1.26-.5M17%208.09c-1.35%200-2.2.43-2.95.8c-.65.35-1.15.6-2.05.6s-1.4-.25-2.05-.6c-.75-.38-1.57-.8-2.95-.8s-2.2.43-2.95.8c-.43.23-.8.42-1.26.52c-.45.1-.79.46-.79.92v.09a.93.93%200%200%200%201.12.91c.75-.15%201.31-.44%201.83-.69c.65-.32%201.18-.6%202.05-.6s1.4.25%202.05.6c.75.38%201.57.8%202.95.8s2.2-.43%202.95-.8c.65-.32%201.18-.6%202.05-.6c.9%200%201.4.25%202.05.6c.52.26%201.08.55%201.83.7a.94.94%200%200%200%201.12-.91v-.09c0-.46-.34-.82-.79-.92c-.46-.1-.83-.29-1.26-.52c-.75-.39-1.6-.81-2.95-.81%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%22M17%2016.99c-1.35%200-2.2.42-2.95.8c-.65.33-1.18.6-2.05.6c-.9%200-1.4-.25-2.05-.6c-.75-.38-1.57-.8-2.95-.8s-2.2.42-2.95.8c-.43.22-.81.41-1.27.52c-.45.1-.78.46-.78.91v.1c0%20.6.56%201.03%201.14.91c.74-.15%201.3-.43%201.81-.69c.65-.33%201.17-.6%202.05-.6s1.4.25%202.05.6c.75.38%201.57.8%202.95.8s2.2-.42%202.95-.8c.65-.33%201.18-.6%202.05-.6c.9%200%201.4.25%202.05.6c.52.26%201.08.55%201.83.7a.94.94%200%200%200%201.12-.91v-.09c0-.46-.34-.82-.79-.92c-.46-.1-.83-.29-1.26-.52c-.75-.39-1.6-.81-2.95-.81m0-4.45c-1.35%200-2.2.43-2.95.8c-.65.32-1.18.6-2.05.6c-.9%200-1.4-.25-2.05-.6c-.75-.38-1.57-.8-2.95-.8s-2.2.43-2.95.8c-.43.21-.81.41-1.28.52c-.44.1-.77.46-.77.91v.1a.93.93%200%200%200%201.12.91c.75-.15%201.31-.44%201.83-.69c.65-.35%201.15-.6%202.05-.6s1.4.25%202.05.6c.75.38%201.57.8%202.95.8s2.2-.43%202.95-.8c.65-.35%201.15-.6%202.05-.6s1.4.25%202.05.6c.52.26%201.08.55%201.83.7a.94.94%200%200%200%201.12-.92v-.09c0-.46-.34-.82-.79-.92c-.46-.1-.83-.29-1.26-.52c-.75-.38-1.6-.8-2.95-.8m2.95-8.08c-.75-.38-1.58-.8-2.95-.8s-2.2.42-2.95.8c-.65.32-1.18.6-2.05.6c-.9%200-1.4-.25-2.05-.6c-.75-.37-1.57-.8-2.95-.8s-2.2.42-2.95.8c-.43.22-.81.41-1.27.52c-.45.1-.78.46-.78.91v.07c0%20.6.54%201.04%201.12.92c.75-.15%201.31-.44%201.83-.69c.65-.33%201.17-.6%202.05-.6s1.4.25%202.05.6c.75.38%201.57.8%202.95.8s2.2-.43%202.95-.8c.65-.32%201.18-.6%202.05-.6c.9%200%201.4.25%202.05.6c.52.26%201.08.55%201.83.7A.94.94%200%200%200%2022%205.97v-.09c0-.46-.34-.82-.79-.92c-.46-.1-.83-.28-1.26-.5M17%208.09c-1.35%200-2.2.43-2.95.8c-.65.35-1.15.6-2.05.6s-1.4-.25-2.05-.6c-.75-.38-1.57-.8-2.95-.8s-2.2.43-2.95.8c-.43.23-.8.42-1.26.52c-.45.1-.79.46-.79.92v.09a.93.93%200%200%200%201.12.91c.75-.15%201.31-.44%201.83-.69c.65-.32%201.18-.6%202.05-.6s1.4.25%202.05.6c.75.38%201.57.8%202.95.8s2.2-.43%202.95-.8c.65-.32%201.18-.6%202.05-.6c.9%200%201.4.25%202.05.6c.52.26%201.08.55%201.83.7a.94.94%200%200%200%201.12-.91v-.09c0-.46-.34-.82-.79-.92c-.46-.1-.83-.29-1.26-.52c-.75-.39-1.6-.81-2.95-.81%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-waves.svg?color=%231a73e8&size=48