waves arrow up icon
waves-arrow-up from Material Design Icons by Pictogrammers · Filled · Nature · Apache-2.0 Free for personal and commercial use.
- Name
- waves-arrow-up
- Set
- Material Design Icons
- Style
- Filled
- Category
- Nature
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- climate-change, ocean-level-rise, sea-level-rise, water-evaporation
The same icon in other sets
More nature icons from Material Design Icons
Use the waves arrow up icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 14h2v2h-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 1H2v-2h2c1.39 0 2.78-.47 4-1.33c2.44 1.71 5.56 1.71 8 0c1.22.86 2.61 1.33 4 1.33m0 6h2v2h-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 1H2v-2h2c1.39 0 2.78-.47 4-1.33c2.44 1.71 5.56 1.71 8 0c1.22.86 2.61 1.33 4 1.33M7 2L3 6h3v5h2V6h3m6-4l-4 4h3v5h2V6h3"/></svg>
React
import type { SVGProps } from "react";
export function MdiWavesArrowUp(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 14h2v2h-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 1H2v-2h2c1.39 0 2.78-.47 4-1.33c2.44 1.71 5.56 1.71 8 0c1.22.86 2.61 1.33 4 1.33m0 6h2v2h-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 1H2v-2h2c1.39 0 2.78-.47 4-1.33c2.44 1.71 5.56 1.71 8 0c1.22.86 2.61 1.33 4 1.33M7 2L3 6h3v5h2V6h3m6-4l-4 4h3v5h2V6h3"/></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 14h2v2h-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 1H2v-2h2c1.39 0 2.78-.47 4-1.33c2.44 1.71 5.56 1.71 8 0c1.22.86 2.61 1.33 4 1.33m0 6h2v2h-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 1H2v-2h2c1.39 0 2.78-.47 4-1.33c2.44 1.71 5.56 1.71 8 0c1.22.86 2.61 1.33 4 1.33M7 2L3 6h3v5h2V6h3m6-4l-4 4h3v5h2V6h3"/></svg> </template>
CSS
.icon-waves-arrow-up {
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%2014h2v2h-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%201H2v-2h2c1.39%200%202.78-.47%204-1.33c2.44%201.71%205.56%201.71%208%200c1.22.86%202.61%201.33%204%201.33m0%206h2v2h-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%201H2v-2h2c1.39%200%202.78-.47%204-1.33c2.44%201.71%205.56%201.71%208%200c1.22.86%202.61%201.33%204%201.33M7%202L3%206h3v5h2V6h3m6-4l-4%204h3v5h2V6h3%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%2014h2v2h-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%201H2v-2h2c1.39%200%202.78-.47%204-1.33c2.44%201.71%205.56%201.71%208%200c1.22.86%202.61%201.33%204%201.33m0%206h2v2h-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%201H2v-2h2c1.39%200%202.78-.47%204-1.33c2.44%201.71%205.56%201.71%208%200c1.22.86%202.61%201.33%204%201.33M7%202L3%206h3v5h2V6h3m6-4l-4%204h3v5h2V6h3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/waves-arrow-up.svg?color=%231a73e8&size=48