wave sine icon
wave-sine-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- wave-sine-fill
- Set
- Phosphor
- Style
- Fill
- 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="M216 40H40a16 16 0 0 0-16 16v144a16 16 0 0 0 16 16h176a16 16 0 0 0 16-16V56a16 16 0 0 0-16-16m-4.78 91.44c-16.68 35-31.06 50.56-46.65 50.56c-19.68 0-31.39-24.56-43.79-50.56C112 113 101 90 91.43 90c-3.74 0-14.37 4-32.21 41.44a8 8 0 0 1-14.44-6.88C61.46 89.59 75.84 74 91.43 74c19.68 0 31.39 24.56 43.79 50.56C144 143 155 166 164.57 166c3.74 0 14.37-4 32.21-41.44a8 8 0 1 1 14.44 6.88"/></svg>
React
import type { SVGProps } from "react";
export function PhWaveSineFill(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="M216 40H40a16 16 0 0 0-16 16v144a16 16 0 0 0 16 16h176a16 16 0 0 0 16-16V56a16 16 0 0 0-16-16m-4.78 91.44c-16.68 35-31.06 50.56-46.65 50.56c-19.68 0-31.39-24.56-43.79-50.56C112 113 101 90 91.43 90c-3.74 0-14.37 4-32.21 41.44a8 8 0 0 1-14.44-6.88C61.46 89.59 75.84 74 91.43 74c19.68 0 31.39 24.56 43.79 50.56C144 143 155 166 164.57 166c3.74 0 14.37-4 32.21-41.44a8 8 0 1 1 14.44 6.88"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M216 40H40a16 16 0 0 0-16 16v144a16 16 0 0 0 16 16h176a16 16 0 0 0 16-16V56a16 16 0 0 0-16-16m-4.78 91.44c-16.68 35-31.06 50.56-46.65 50.56c-19.68 0-31.39-24.56-43.79-50.56C112 113 101 90 91.43 90c-3.74 0-14.37 4-32.21 41.44a8 8 0 0 1-14.44-6.88C61.46 89.59 75.84 74 91.43 74c19.68 0 31.39 24.56 43.79 50.56C144 143 155 166 164.57 166c3.74 0 14.37-4 32.21-41.44a8 8 0 1 1 14.44 6.88"/></svg> </template>
CSS
.icon-wave-sine-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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M216%2040H40a16%2016%200%200%200-16%2016v144a16%2016%200%200%200%2016%2016h176a16%2016%200%200%200%2016-16V56a16%2016%200%200%200-16-16m-4.78%2091.44c-16.68%2035-31.06%2050.56-46.65%2050.56c-19.68%200-31.39-24.56-43.79-50.56C112%20113%20101%2090%2091.43%2090c-3.74%200-14.37%204-32.21%2041.44a8%208%200%200%201-14.44-6.88C61.46%2089.59%2075.84%2074%2091.43%2074c19.68%200%2031.39%2024.56%2043.79%2050.56C144%20143%20155%20166%20164.57%20166c3.74%200%2014.37-4%2032.21-41.44a8%208%200%201%201%2014.44%206.88%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%22M216%2040H40a16%2016%200%200%200-16%2016v144a16%2016%200%200%200%2016%2016h176a16%2016%200%200%200%2016-16V56a16%2016%200%200%200-16-16m-4.78%2091.44c-16.68%2035-31.06%2050.56-46.65%2050.56c-19.68%200-31.39-24.56-43.79-50.56C112%20113%20101%2090%2091.43%2090c-3.74%200-14.37%204-32.21%2041.44a8%208%200%200%201-14.44-6.88C61.46%2089.59%2075.84%2074%2091.43%2074c19.68%200%2031.39%2024.56%2043.79%2050.56C144%20143%20155%20166%20164.57%20166c3.74%200%2014.37-4%2032.21-41.44a8%208%200%201%201%2014.44%206.88%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/wave-sine-fill.svg?color=%231a73e8&size=48