waves arrow down icon
waves-arrow-down from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- waves-arrow-down
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
Use the waves arrow down icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-width="1.5" d="M2 14.193c.685 1.051 1.571 1.051 2.273 0c2.257-3.452 4.407 2.483 6 .04c2.43-3.664 4.178 2.689 6-.04c2.376-3.635 3.857 2.385 5.727.391M2 20.193c.685 1.051 1.571 1.051 2.273 0c2.257-3.452 4.407 2.483 6 .04c2.43-3.664 4.178 2.689 6-.04c2.376-3.635 3.857 2.385 5.727.391"/><path fill="currentColor" d="M11.25 8a.75.75 0 0 0 1.5 0zm1.5-5a.75.75 0 0 0-1.5 0zM12 9v.75zm3.604-2.555a.75.75 0 0 0-1.208-.89L15 6zm-6-.89a.75.75 0 1 0-1.208.89L9 6zM12 8h.75V3h-1.5v5zm0 1v.75c.308 0 .574-.134.743-.237c.19-.114.38-.264.556-.42c.355-.313.73-.717 1.064-1.101a27 27 0 0 0 1.213-1.51l.02-.027l.007-.01L15 6l-.604-.445v.002l-.005.005l-.017.024l-.069.09a27 27 0 0 1-1.075 1.332c-.317.366-.643.712-.924.961q-.214.186-.337.26c-.103.062-.08.021.031.021zM9 6l-.604.445l.002.003l.006.007l.094.126a28 28 0 0 0 1.14 1.41c.333.385.708.789 1.063 1.102c.177.156.366.306.556.42c.17.103.435.237.743.237v-1.5c.11 0 .134.04.031-.021a2.5 2.5 0 0 1-.337-.26a11 11 0 0 1-.924-.96a25 25 0 0 1-1.165-1.452l-.001-.002z"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsWavesArrowDown(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path stroke="currentColor" strokeLinecap="round" strokeWidth="1.5" d="M2 14.193c.685 1.051 1.571 1.051 2.273 0c2.257-3.452 4.407 2.483 6 .04c2.43-3.664 4.178 2.689 6-.04c2.376-3.635 3.857 2.385 5.727.391M2 20.193c.685 1.051 1.571 1.051 2.273 0c2.257-3.452 4.407 2.483 6 .04c2.43-3.664 4.178 2.689 6-.04c2.376-3.635 3.857 2.385 5.727.391"/><path fill="currentColor" d="M11.25 8a.75.75 0 0 0 1.5 0zm1.5-5a.75.75 0 0 0-1.5 0zM12 9v.75zm3.604-2.555a.75.75 0 0 0-1.208-.89L15 6zm-6-.89a.75.75 0 1 0-1.208.89L9 6zM12 8h.75V3h-1.5v5zm0 1v.75c.308 0 .574-.134.743-.237c.19-.114.38-.264.556-.42c.355-.313.73-.717 1.064-1.101a27 27 0 0 0 1.213-1.51l.02-.027l.007-.01L15 6l-.604-.445v.002l-.005.005l-.017.024l-.069.09a27 27 0 0 1-1.075 1.332c-.317.366-.643.712-.924.961q-.214.186-.337.26c-.103.062-.08.021.031.021zM9 6l-.604.445l.002.003l.006.007l.094.126a28 28 0 0 0 1.14 1.41c.333.385.708.789 1.063 1.102c.177.156.366.306.556.42c.17.103.435.237.743.237v-1.5c.11 0 .134.04.031-.021a2.5 2.5 0 0 1-.337-.26a11 11 0 0 1-.924-.96a25 25 0 0 1-1.165-1.452l-.001-.002z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-width="1.5" d="M2 14.193c.685 1.051 1.571 1.051 2.273 0c2.257-3.452 4.407 2.483 6 .04c2.43-3.664 4.178 2.689 6-.04c2.376-3.635 3.857 2.385 5.727.391M2 20.193c.685 1.051 1.571 1.051 2.273 0c2.257-3.452 4.407 2.483 6 .04c2.43-3.664 4.178 2.689 6-.04c2.376-3.635 3.857 2.385 5.727.391"/><path fill="currentColor" d="M11.25 8a.75.75 0 0 0 1.5 0zm1.5-5a.75.75 0 0 0-1.5 0zM12 9v.75zm3.604-2.555a.75.75 0 0 0-1.208-.89L15 6zm-6-.89a.75.75 0 1 0-1.208.89L9 6zM12 8h.75V3h-1.5v5zm0 1v.75c.308 0 .574-.134.743-.237c.19-.114.38-.264.556-.42c.355-.313.73-.717 1.064-1.101a27 27 0 0 0 1.213-1.51l.02-.027l.007-.01L15 6l-.604-.445v.002l-.005.005l-.017.024l-.069.09a27 27 0 0 1-1.075 1.332c-.317.366-.643.712-.924.961q-.214.186-.337.26c-.103.062-.08.021.031.021zM9 6l-.604.445l.002.003l.006.007l.094.126a28 28 0 0 0 1.14 1.41c.333.385.708.789 1.063 1.102c.177.156.366.306.556.42c.17.103.435.237.743.237v-1.5c.11 0 .134.04.031-.021a2.5 2.5 0 0 1-.337-.26a11 11 0 0 1-.924-.96a25 25 0 0 1-1.165-1.452l-.001-.002z"/></g></svg> </template>
CSS
.icon-waves-arrow-down {
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%3Cg%20fill%3D%22none%22%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M2%2014.193c.685%201.051%201.571%201.051%202.273%200c2.257-3.452%204.407%202.483%206%20.04c2.43-3.664%204.178%202.689%206-.04c2.376-3.635%203.857%202.385%205.727.391M2%2020.193c.685%201.051%201.571%201.051%202.273%200c2.257-3.452%204.407%202.483%206%20.04c2.43-3.664%204.178%202.689%206-.04c2.376-3.635%203.857%202.385%205.727.391%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.25%208a.75.75%200%200%200%201.5%200zm1.5-5a.75.75%200%200%200-1.5%200zM12%209v.75zm3.604-2.555a.75.75%200%200%200-1.208-.89L15%206zm-6-.89a.75.75%200%201%200-1.208.89L9%206zM12%208h.75V3h-1.5v5zm0%201v.75c.308%200%20.574-.134.743-.237c.19-.114.38-.264.556-.42c.355-.313.73-.717%201.064-1.101a27%2027%200%200%200%201.213-1.51l.02-.027l.007-.01L15%206l-.604-.445v.002l-.005.005l-.017.024l-.069.09a27%2027%200%200%201-1.075%201.332c-.317.366-.643.712-.924.961q-.214.186-.337.26c-.103.062-.08.021.031.021zM9%206l-.604.445l.002.003l.006.007l.094.126a28%2028%200%200%200%201.14%201.41c.333.385.708.789%201.063%201.102c.177.156.366.306.556.42c.17.103.435.237.743.237v-1.5c.11%200%20.134.04.031-.021a2.5%202.5%200%200%201-.337-.26a11%2011%200%200%201-.924-.96a25%2025%200%200%201-1.165-1.452l-.001-.002z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M2%2014.193c.685%201.051%201.571%201.051%202.273%200c2.257-3.452%204.407%202.483%206%20.04c2.43-3.664%204.178%202.689%206-.04c2.376-3.635%203.857%202.385%205.727.391M2%2020.193c.685%201.051%201.571%201.051%202.273%200c2.257-3.452%204.407%202.483%206%20.04c2.43-3.664%204.178%202.689%206-.04c2.376-3.635%203.857%202.385%205.727.391%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.25%208a.75.75%200%200%200%201.5%200zm1.5-5a.75.75%200%200%200-1.5%200zM12%209v.75zm3.604-2.555a.75.75%200%200%200-1.208-.89L15%206zm-6-.89a.75.75%200%201%200-1.208.89L9%206zM12%208h.75V3h-1.5v5zm0%201v.75c.308%200%20.574-.134.743-.237c.19-.114.38-.264.556-.42c.355-.313.73-.717%201.064-1.101a27%2027%200%200%200%201.213-1.51l.02-.027l.007-.01L15%206l-.604-.445v.002l-.005.005l-.017.024l-.069.09a27%2027%200%200%201-1.075%201.332c-.317.366-.643.712-.924.961q-.214.186-.337.26c-.103.062-.08.021.031.021zM9%206l-.604.445l.002.003l.006.007l.094.126a28%2028%200%200%200%201.14%201.41c.333.385.708.789%201.063%201.102c.177.156.366.306.556.42c.17.103.435.237.743.237v-1.5c.11%200%20.134.04.031-.021a2.5%202.5%200%200%201-.337-.26a11%2011%200%200%201-.924-.96a25%2025%200%200%201-1.165-1.452l-.001-.002z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/waves-arrow-down.svg?color=%231a73e8&size=48