wave-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
wave-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Related icons in MingCute Icon

Use the wave icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.147 7.733a10.6 10.6 0 0 0-5.59.66a13.6 13.6 0 0 1-7.16.84c-1.038-.16-2.12-.418-3.068-.891a1.5 1.5 0 0 1 1.334-2.687c.682.32 1.45.499 2.19.613c1.418.218 3.388.22 5.59-.66a13.6 13.6 0 0 1 7.16-.84c1.038.16 2.119.418 3.066.89a1.514 1.514 0 0 1 .672 2.013c-.369.738-1.122.907-2.005.674zm0 5a10.6 10.6 0 0 0-5.59.66a13.6 13.6 0 0 1-7.16.84c-1.038-.16-2.12-.418-3.068-.891a1.5 1.5 0 0 1 1.334-2.687c.682.32 1.45.499 2.19.613c1.418.218 3.388.22 5.59-.66a13.6 13.6 0 0 1 7.16-.84c1.038.16 2.119.418 3.066.89a1.514 1.514 0 0 1 .672 2.013c-.369.739-1.122.907-2.005.674zm-5.59 5.66a10.6 10.6 0 0 1 5.59-.66l2.19.612c.882.233 1.635.065 2.005-.674a1.514 1.514 0 0 0-.673-2.013c-.947-.472-2.028-.73-3.066-.89a13.6 13.6 0 0 0-7.16.84c-2.202.88-4.172.878-5.59.66c-.74-.114-1.508-.292-2.19-.613a1.5 1.5 0 0 0-1.334 2.687c.947.473 2.03.731 3.068.89c1.831.283 4.361.28 7.16-.84"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteWaveFill(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="M18.147 7.733a10.6 10.6 0 0 0-5.59.66a13.6 13.6 0 0 1-7.16.84c-1.038-.16-2.12-.418-3.068-.891a1.5 1.5 0 0 1 1.334-2.687c.682.32 1.45.499 2.19.613c1.418.218 3.388.22 5.59-.66a13.6 13.6 0 0 1 7.16-.84c1.038.16 2.119.418 3.066.89a1.514 1.514 0 0 1 .672 2.013c-.369.738-1.122.907-2.005.674zm0 5a10.6 10.6 0 0 0-5.59.66a13.6 13.6 0 0 1-7.16.84c-1.038-.16-2.12-.418-3.068-.891a1.5 1.5 0 0 1 1.334-2.687c.682.32 1.45.499 2.19.613c1.418.218 3.388.22 5.59-.66a13.6 13.6 0 0 1 7.16-.84c1.038.16 2.119.418 3.066.89a1.514 1.514 0 0 1 .672 2.013c-.369.739-1.122.907-2.005.674zm-5.59 5.66a10.6 10.6 0 0 1 5.59-.66l2.19.612c.882.233 1.635.065 2.005-.674a1.514 1.514 0 0 0-.673-2.013c-.947-.472-2.028-.73-3.066-.89a13.6 13.6 0 0 0-7.16.84c-2.202.88-4.172.878-5.59.66c-.74-.114-1.508-.292-2.19-.613a1.5 1.5 0 0 0-1.334 2.687c.947.473 2.03.731 3.068.89c1.831.283 4.361.28 7.16-.84"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.147 7.733a10.6 10.6 0 0 0-5.59.66a13.6 13.6 0 0 1-7.16.84c-1.038-.16-2.12-.418-3.068-.891a1.5 1.5 0 0 1 1.334-2.687c.682.32 1.45.499 2.19.613c1.418.218 3.388.22 5.59-.66a13.6 13.6 0 0 1 7.16-.84c1.038.16 2.119.418 3.066.89a1.514 1.514 0 0 1 .672 2.013c-.369.738-1.122.907-2.005.674zm0 5a10.6 10.6 0 0 0-5.59.66a13.6 13.6 0 0 1-7.16.84c-1.038-.16-2.12-.418-3.068-.891a1.5 1.5 0 0 1 1.334-2.687c.682.32 1.45.499 2.19.613c1.418.218 3.388.22 5.59-.66a13.6 13.6 0 0 1 7.16-.84c1.038.16 2.119.418 3.066.89a1.514 1.514 0 0 1 .672 2.013c-.369.739-1.122.907-2.005.674zm-5.59 5.66a10.6 10.6 0 0 1 5.59-.66l2.19.612c.882.233 1.635.065 2.005-.674a1.514 1.514 0 0 0-.673-2.013c-.947-.472-2.028-.73-3.066-.89a13.6 13.6 0 0 0-7.16.84c-2.202.88-4.172.878-5.59.66c-.74-.114-1.508-.292-2.19-.613a1.5 1.5 0 0 0-1.334 2.687c.947.473 2.03.731 3.068.89c1.831.283 4.361.28 7.16-.84"/></svg>
</template>

CSS

.icon-wave-fill {
  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%22M18.147%207.733a10.6%2010.6%200%200%200-5.59.66a13.6%2013.6%200%200%201-7.16.84c-1.038-.16-2.12-.418-3.068-.891a1.5%201.5%200%200%201%201.334-2.687c.682.32%201.45.499%202.19.613c1.418.218%203.388.22%205.59-.66a13.6%2013.6%200%200%201%207.16-.84c1.038.16%202.119.418%203.066.89a1.514%201.514%200%200%201%20.672%202.013c-.369.738-1.122.907-2.005.674zm0%205a10.6%2010.6%200%200%200-5.59.66a13.6%2013.6%200%200%201-7.16.84c-1.038-.16-2.12-.418-3.068-.891a1.5%201.5%200%200%201%201.334-2.687c.682.32%201.45.499%202.19.613c1.418.218%203.388.22%205.59-.66a13.6%2013.6%200%200%201%207.16-.84c1.038.16%202.119.418%203.066.89a1.514%201.514%200%200%201%20.672%202.013c-.369.739-1.122.907-2.005.674zm-5.59%205.66a10.6%2010.6%200%200%201%205.59-.66l2.19.612c.882.233%201.635.065%202.005-.674a1.514%201.514%200%200%200-.673-2.013c-.947-.472-2.028-.73-3.066-.89a13.6%2013.6%200%200%200-7.16.84c-2.202.88-4.172.878-5.59.66c-.74-.114-1.508-.292-2.19-.613a1.5%201.5%200%200%200-1.334%202.687c.947.473%202.03.731%203.068.89c1.831.283%204.361.28%207.16-.84%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%22M18.147%207.733a10.6%2010.6%200%200%200-5.59.66a13.6%2013.6%200%200%201-7.16.84c-1.038-.16-2.12-.418-3.068-.891a1.5%201.5%200%200%201%201.334-2.687c.682.32%201.45.499%202.19.613c1.418.218%203.388.22%205.59-.66a13.6%2013.6%200%200%201%207.16-.84c1.038.16%202.119.418%203.066.89a1.514%201.514%200%200%201%20.672%202.013c-.369.738-1.122.907-2.005.674zm0%205a10.6%2010.6%200%200%200-5.59.66a13.6%2013.6%200%200%201-7.16.84c-1.038-.16-2.12-.418-3.068-.891a1.5%201.5%200%200%201%201.334-2.687c.682.32%201.45.499%202.19.613c1.418.218%203.388.22%205.59-.66a13.6%2013.6%200%200%201%207.16-.84c1.038.16%202.119.418%203.066.89a1.514%201.514%200%200%201%20.672%202.013c-.369.739-1.122.907-2.005.674zm-5.59%205.66a10.6%2010.6%200%200%201%205.59-.66l2.19.612c.882.233%201.635.065%202.005-.674a1.514%201.514%200%200%200-.673-2.013c-.947-.472-2.028-.73-3.066-.89a13.6%2013.6%200%200%200-7.16.84c-2.202.88-4.172.878-5.59.66c-.74-.114-1.508-.292-2.19-.613a1.5%201.5%200%200%200-1.334%202.687c.947.473%202.03.731%203.068.89c1.831.283%204.361.28%207.16-.84%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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