wave sine icon
wave-sine from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.
- Name
- wave-sine
- Set
- Phosphor
- Style
- Regular
- 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="M239.24 131.4c-22 46.8-41.4 68.6-61.2 68.6c-25.1 0-40.73-33.32-57.28-68.6C107.7 103.56 92.9 72 78 72c-16.4 0-36.31 37.21-46.72 59.4a8 8 0 0 1-14.48-6.8C38.71 77.8 58.16 56 78 56c25.1 0 40.73 33.32 57.28 68.6C148.3 152.44 163.1 184 178 184c16.4 0 36.31-37.21 46.72-59.4a8 8 0 0 1 14.48 6.8Z"/></svg>
React
import type { SVGProps } from "react";
export function PhWaveSine(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="M239.24 131.4c-22 46.8-41.4 68.6-61.2 68.6c-25.1 0-40.73-33.32-57.28-68.6C107.7 103.56 92.9 72 78 72c-16.4 0-36.31 37.21-46.72 59.4a8 8 0 0 1-14.48-6.8C38.71 77.8 58.16 56 78 56c25.1 0 40.73 33.32 57.28 68.6C148.3 152.44 163.1 184 178 184c16.4 0 36.31-37.21 46.72-59.4a8 8 0 0 1 14.48 6.8Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M239.24 131.4c-22 46.8-41.4 68.6-61.2 68.6c-25.1 0-40.73-33.32-57.28-68.6C107.7 103.56 92.9 72 78 72c-16.4 0-36.31 37.21-46.72 59.4a8 8 0 0 1-14.48-6.8C38.71 77.8 58.16 56 78 56c25.1 0 40.73 33.32 57.28 68.6C148.3 152.44 163.1 184 178 184c16.4 0 36.31-37.21 46.72-59.4a8 8 0 0 1 14.48 6.8Z"/></svg> </template>
CSS
.icon-wave-sine {
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%22M239.24%20131.4c-22%2046.8-41.4%2068.6-61.2%2068.6c-25.1%200-40.73-33.32-57.28-68.6C107.7%20103.56%2092.9%2072%2078%2072c-16.4%200-36.31%2037.21-46.72%2059.4a8%208%200%200%201-14.48-6.8C38.71%2077.8%2058.16%2056%2078%2056c25.1%200%2040.73%2033.32%2057.28%2068.6C148.3%20152.44%20163.1%20184%20178%20184c16.4%200%2036.31-37.21%2046.72-59.4a8%208%200%200%201%2014.48%206.8Z%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%22M239.24%20131.4c-22%2046.8-41.4%2068.6-61.2%2068.6c-25.1%200-40.73-33.32-57.28-68.6C107.7%20103.56%2092.9%2072%2078%2072c-16.4%200-36.31%2037.21-46.72%2059.4a8%208%200%200%201-14.48-6.8C38.71%2077.8%2058.16%2056%2078%2056c25.1%200%2040.73%2033.32%2057.28%2068.6C148.3%20152.44%20163.1%20184%20178%20184c16.4%200%2036.31-37.21%2046.72-59.4a8%208%200%200%201%2014.48%206.8Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/wave-sine.svg?color=%231a73e8&size=48