wave sine icon
wave-sine-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- wave-sine-thin
- Set
- Phosphor
- Style
- Thin
- 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="M235.62 129.7C214.4 174.93 196.1 196 178 196c-22.56 0-37.67-32.21-53.66-66.3C110.15 99.37 95.44 68 78 68c-14.2 0-31.13 20.76-50.34 61.7a4 4 0 0 1-7.24-3.4C41.6 81.07 59.9 60 78 60c22.56 0 37.67 32.21 53.66 66.3c14.19 30.33 28.9 61.7 46.34 61.7c14.2 0 31.13-20.76 50.34-61.7a4 4 0 0 1 7.24 3.4Z"/></svg>
React
import type { SVGProps } from "react";
export function PhWaveSineThin(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="M235.62 129.7C214.4 174.93 196.1 196 178 196c-22.56 0-37.67-32.21-53.66-66.3C110.15 99.37 95.44 68 78 68c-14.2 0-31.13 20.76-50.34 61.7a4 4 0 0 1-7.24-3.4C41.6 81.07 59.9 60 78 60c22.56 0 37.67 32.21 53.66 66.3c14.19 30.33 28.9 61.7 46.34 61.7c14.2 0 31.13-20.76 50.34-61.7a4 4 0 0 1 7.24 3.4Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M235.62 129.7C214.4 174.93 196.1 196 178 196c-22.56 0-37.67-32.21-53.66-66.3C110.15 99.37 95.44 68 78 68c-14.2 0-31.13 20.76-50.34 61.7a4 4 0 0 1-7.24-3.4C41.6 81.07 59.9 60 78 60c22.56 0 37.67 32.21 53.66 66.3c14.19 30.33 28.9 61.7 46.34 61.7c14.2 0 31.13-20.76 50.34-61.7a4 4 0 0 1 7.24 3.4Z"/></svg> </template>
CSS
.icon-wave-sine-thin {
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%22M235.62%20129.7C214.4%20174.93%20196.1%20196%20178%20196c-22.56%200-37.67-32.21-53.66-66.3C110.15%2099.37%2095.44%2068%2078%2068c-14.2%200-31.13%2020.76-50.34%2061.7a4%204%200%200%201-7.24-3.4C41.6%2081.07%2059.9%2060%2078%2060c22.56%200%2037.67%2032.21%2053.66%2066.3c14.19%2030.33%2028.9%2061.7%2046.34%2061.7c14.2%200%2031.13-20.76%2050.34-61.7a4%204%200%200%201%207.24%203.4Z%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%22M235.62%20129.7C214.4%20174.93%20196.1%20196%20178%20196c-22.56%200-37.67-32.21-53.66-66.3C110.15%2099.37%2095.44%2068%2078%2068c-14.2%200-31.13%2020.76-50.34%2061.7a4%204%200%200%201-7.24-3.4C41.6%2081.07%2059.9%2060%2078%2060c22.56%200%2037.67%2032.21%2053.66%2066.3c14.19%2030.33%2028.9%2061.7%2046.34%2061.7c14.2%200%2031.13-20.76%2050.34-61.7a4%204%200%200%201%207.24%203.4Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/wave-sine-thin.svg?color=%231a73e8&size=48