wave undercurrent icon
wave-undercurrent from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.
- Name
- wave-undercurrent
- Set
- Material Design Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- Apache 2.0
Related icons in Material Design Icons
Use the wave undercurrent icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 7h2v2h-2c-1.38 0-2.74-.35-4-1c-2.5 1.3-5.5 1.3-8 0c-1.26.65-2.63 1-4 1H2V7h2c1.39 0 2.78-.47 4-1.33c2.44 1.71 5.56 1.71 8 0C17.22 6.53 18.61 7 20 7m-8 5.5c2.21 0 4 1.79 4 4c0 .82-.25 1.58-.67 2.21l-1.09-1.09c.17-.34.26-.72.26-1.12A2.5 2.5 0 0 0 12 14v1.5l-2.25-2.25L12 11zm0 6.5v-1.5l2.25 2.25L12 22v-1.5c-2.21 0-4-1.79-4-4c0-.82.25-1.58.67-2.21l1.09 1.09c-.17.34-.26.72-.26 1.12A2.5 2.5 0 0 0 12 19"/></svg>
React
import type { SVGProps } from "react";
export function MdiWaveUndercurrent(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 7h2v2h-2c-1.38 0-2.74-.35-4-1c-2.5 1.3-5.5 1.3-8 0c-1.26.65-2.63 1-4 1H2V7h2c1.39 0 2.78-.47 4-1.33c2.44 1.71 5.56 1.71 8 0C17.22 6.53 18.61 7 20 7m-8 5.5c2.21 0 4 1.79 4 4c0 .82-.25 1.58-.67 2.21l-1.09-1.09c.17-.34.26-.72.26-1.12A2.5 2.5 0 0 0 12 14v1.5l-2.25-2.25L12 11zm0 6.5v-1.5l2.25 2.25L12 22v-1.5c-2.21 0-4-1.79-4-4c0-.82.25-1.58.67-2.21l1.09 1.09c-.17.34-.26.72-.26 1.12A2.5 2.5 0 0 0 12 19"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 7h2v2h-2c-1.38 0-2.74-.35-4-1c-2.5 1.3-5.5 1.3-8 0c-1.26.65-2.63 1-4 1H2V7h2c1.39 0 2.78-.47 4-1.33c2.44 1.71 5.56 1.71 8 0C17.22 6.53 18.61 7 20 7m-8 5.5c2.21 0 4 1.79 4 4c0 .82-.25 1.58-.67 2.21l-1.09-1.09c.17-.34.26-.72.26-1.12A2.5 2.5 0 0 0 12 14v1.5l-2.25-2.25L12 11zm0 6.5v-1.5l2.25 2.25L12 22v-1.5c-2.21 0-4-1.79-4-4c0-.82.25-1.58.67-2.21l1.09 1.09c-.17.34-.26.72-.26 1.12A2.5 2.5 0 0 0 12 19"/></svg> </template>
CSS
.icon-wave-undercurrent {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%207h2v2h-2c-1.38%200-2.74-.35-4-1c-2.5%201.3-5.5%201.3-8%200c-1.26.65-2.63%201-4%201H2V7h2c1.39%200%202.78-.47%204-1.33c2.44%201.71%205.56%201.71%208%200C17.22%206.53%2018.61%207%2020%207m-8%205.5c2.21%200%204%201.79%204%204c0%20.82-.25%201.58-.67%202.21l-1.09-1.09c.17-.34.26-.72.26-1.12A2.5%202.5%200%200%200%2012%2014v1.5l-2.25-2.25L12%2011zm0%206.5v-1.5l2.25%202.25L12%2022v-1.5c-2.21%200-4-1.79-4-4c0-.82.25-1.58.67-2.21l1.09%201.09c-.17.34-.26.72-.26%201.12A2.5%202.5%200%200%200%2012%2019%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%207h2v2h-2c-1.38%200-2.74-.35-4-1c-2.5%201.3-5.5%201.3-8%200c-1.26.65-2.63%201-4%201H2V7h2c1.39%200%202.78-.47%204-1.33c2.44%201.71%205.56%201.71%208%200C17.22%206.53%2018.61%207%2020%207m-8%205.5c2.21%200%204%201.79%204%204c0%20.82-.25%201.58-.67%202.21l-1.09-1.09c.17-.34.26-.72.26-1.12A2.5%202.5%200%200%200%2012%2014v1.5l-2.25-2.25L12%2011zm0%206.5v-1.5l2.25%202.25L12%2022v-1.5c-2.21%200-4-1.79-4-4c0-.82.25-1.58.67-2.21l1.09%201.09c-.17.34-.26.72-.26%201.12A2.5%202.5%200%200%200%2012%2019%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/wave-undercurrent.svg?color=%231a73e8&size=48