wave sine icon

wave-sine-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.

Name
wave-sine-light
Set
Phosphor
Style
Light
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the wave sine icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M237.43 130.55C215.84 176.57 197 198 178 198c-23.83 0-39.2-32.76-55.47-67.45C109.26 102.17 94.17 70 78 70c-9.18 0-25 10.5-48.53 60.55a6 6 0 0 1-10.86-5.1C40.16 79.43 59 58 78 58c23.83 0 39.2 32.76 55.47 67.45C146.74 153.83 161.83 186 178 186c9.18 0 25.05-10.5 48.53-60.55a6 6 0 0 1 10.86 5.1Z"/></svg>

React

import type { SVGProps } from "react";

export function PhWaveSineLight(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M237.43 130.55C215.84 176.57 197 198 178 198c-23.83 0-39.2-32.76-55.47-67.45C109.26 102.17 94.17 70 78 70c-9.18 0-25 10.5-48.53 60.55a6 6 0 0 1-10.86-5.1C40.16 79.43 59 58 78 58c23.83 0 39.2 32.76 55.47 67.45C146.74 153.83 161.83 186 178 186c9.18 0 25.05-10.5 48.53-60.55a6 6 0 0 1 10.86 5.1Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M237.43 130.55C215.84 176.57 197 198 178 198c-23.83 0-39.2-32.76-55.47-67.45C109.26 102.17 94.17 70 78 70c-9.18 0-25 10.5-48.53 60.55a6 6 0 0 1-10.86-5.1C40.16 79.43 59 58 78 58c23.83 0 39.2 32.76 55.47 67.45C146.74 153.83 161.83 186 178 186c9.18 0 25.05-10.5 48.53-60.55a6 6 0 0 1 10.86 5.1Z"/></svg>
</template>

CSS

.icon-wave-sine-light {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M237.43%20130.55C215.84%20176.57%20197%20198%20178%20198c-23.83%200-39.2-32.76-55.47-67.45C109.26%20102.17%2094.17%2070%2078%2070c-9.18%200-25%2010.5-48.53%2060.55a6%206%200%200%201-10.86-5.1C40.16%2079.43%2059%2058%2078%2058c23.83%200%2039.2%2032.76%2055.47%2067.45C146.74%20153.83%20161.83%20186%20178%20186c9.18%200%2025.05-10.5%2048.53-60.55a6%206%200%200%201%2010.86%205.1Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M237.43%20130.55C215.84%20176.57%20197%20198%20178%20198c-23.83%200-39.2-32.76-55.47-67.45C109.26%20102.17%2094.17%2070%2078%2070c-9.18%200-25%2010.5-48.53%2060.55a6%206%200%200%201-10.86-5.1C40.16%2079.43%2059%2058%2078%2058c23.83%200%2039.2%2032.76%2055.47%2067.45C146.74%20153.83%20161.83%20186%20178%20186c9.18%200%2025.05-10.5%2048.53-60.55a6%206%200%200%201%2010.86%205.1Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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