wave sine icon

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

Name
wave-sine-bold
Set
Phosphor
Style
Bold
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="M242.86 133.1c-23 49-43 70.9-64.82 70.9c-27.64 0-43.8-34.44-60.9-70.9c-7.14-15.32-14.61-31.1-22.22-42.37C88.39 81.09 82.53 76 78 76c-3.82 0-18.24 4.12-43.09 57.1a12 12 0 0 1-21.73-10.2c23-49 43-70.9 64.82-70.9c27.64 0 43.8 34.44 60.9 70.9c7.19 15.32 14.61 31.15 22.22 42.37c6.53 9.64 12.39 14.73 17 14.73c3.82 0 18.24-4.12 43.09-57.1a12 12 0 0 1 21.73 10.2Z"/></svg>

React

import type { SVGProps } from "react";

export function PhWaveSineBold(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="M242.86 133.1c-23 49-43 70.9-64.82 70.9c-27.64 0-43.8-34.44-60.9-70.9c-7.14-15.32-14.61-31.1-22.22-42.37C88.39 81.09 82.53 76 78 76c-3.82 0-18.24 4.12-43.09 57.1a12 12 0 0 1-21.73-10.2c23-49 43-70.9 64.82-70.9c27.64 0 43.8 34.44 60.9 70.9c7.19 15.32 14.61 31.15 22.22 42.37c6.53 9.64 12.39 14.73 17 14.73c3.82 0 18.24-4.12 43.09-57.1a12 12 0 0 1 21.73 10.2Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M242.86 133.1c-23 49-43 70.9-64.82 70.9c-27.64 0-43.8-34.44-60.9-70.9c-7.14-15.32-14.61-31.1-22.22-42.37C88.39 81.09 82.53 76 78 76c-3.82 0-18.24 4.12-43.09 57.1a12 12 0 0 1-21.73-10.2c23-49 43-70.9 64.82-70.9c27.64 0 43.8 34.44 60.9 70.9c7.19 15.32 14.61 31.15 22.22 42.37c6.53 9.64 12.39 14.73 17 14.73c3.82 0 18.24-4.12 43.09-57.1a12 12 0 0 1 21.73 10.2Z"/></svg>
</template>

CSS

.icon-wave-sine-bold {
  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%22M242.86%20133.1c-23%2049-43%2070.9-64.82%2070.9c-27.64%200-43.8-34.44-60.9-70.9c-7.14-15.32-14.61-31.1-22.22-42.37C88.39%2081.09%2082.53%2076%2078%2076c-3.82%200-18.24%204.12-43.09%2057.1a12%2012%200%200%201-21.73-10.2c23-49%2043-70.9%2064.82-70.9c27.64%200%2043.8%2034.44%2060.9%2070.9c7.19%2015.32%2014.61%2031.15%2022.22%2042.37c6.53%209.64%2012.39%2014.73%2017%2014.73c3.82%200%2018.24-4.12%2043.09-57.1a12%2012%200%200%201%2021.73%2010.2Z%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%22M242.86%20133.1c-23%2049-43%2070.9-64.82%2070.9c-27.64%200-43.8-34.44-60.9-70.9c-7.14-15.32-14.61-31.1-22.22-42.37C88.39%2081.09%2082.53%2076%2078%2076c-3.82%200-18.24%204.12-43.09%2057.1a12%2012%200%200%201-21.73-10.2c23-49%2043-70.9%2064.82-70.9c27.64%200%2043.8%2034.44%2060.9%2070.9c7.19%2015.32%2014.61%2031.15%2022.22%2042.37c6.53%209.64%2012.39%2014.73%2017%2014.73c3.82%200%2018.24-4.12%2043.09-57.1a12%2012%200%200%201%2021.73%2010.2Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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