wind arrow down icon

wind-arrow-down from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
wind-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 wind 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="M9 18a3 3 0 1 0 3-3H3m12-6a3 3 0 1 1 3 3H3"/><path fill="currentColor" d="M9.25 8a.75.75 0 0 0 1.5 0zm1.5-5a.75.75 0 0 0-1.5 0zM10 9v.75zm3.104-2.055a.75.75 0 0 0-1.208-.89l.604.445zm-5-.89a.75.75 0 1 0-1.208.89L7.5 6.5zM10 8h.75V3h-1.5v5zm0 1v.75c.291 0 .537-.127.684-.215a3.4 3.4 0 0 0 .481-.364c.302-.266.619-.607.898-.93a23 23 0 0 0 1.018-1.265l.016-.022l.005-.007l.001-.001v-.001L12.5 6.5l-.604-.445v.001l-.004.005l-.014.019l-.057.075a22 22 0 0 1-.89 1.103c-.263.303-.53.587-.76.79a2 2 0 0 1-.262.202c-.08.048-.036 0 .091 0zM7.5 6.5l-.604.445l.002.002l.021.03a17 17 0 0 0 .288.375c.188.24.447.564.73.89c.28.322.596.663.898.93a3.4 3.4 0 0 0 .481.363c.147.088.393.215.684.215v-1.5c.127 0 .17.048.09 0a2 2 0 0 1-.262-.203a9 9 0 0 1-.759-.789a21 21 0 0 1-.961-1.197l-.003-.005h-.001z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsWindArrowDown(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="M9 18a3 3 0 1 0 3-3H3m12-6a3 3 0 1 1 3 3H3"/><path fill="currentColor" d="M9.25 8a.75.75 0 0 0 1.5 0zm1.5-5a.75.75 0 0 0-1.5 0zM10 9v.75zm3.104-2.055a.75.75 0 0 0-1.208-.89l.604.445zm-5-.89a.75.75 0 1 0-1.208.89L7.5 6.5zM10 8h.75V3h-1.5v5zm0 1v.75c.291 0 .537-.127.684-.215a3.4 3.4 0 0 0 .481-.364c.302-.266.619-.607.898-.93a23 23 0 0 0 1.018-1.265l.016-.022l.005-.007l.001-.001v-.001L12.5 6.5l-.604-.445v.001l-.004.005l-.014.019l-.057.075a22 22 0 0 1-.89 1.103c-.263.303-.53.587-.76.79a2 2 0 0 1-.262.202c-.08.048-.036 0 .091 0zM7.5 6.5l-.604.445l.002.002l.021.03a17 17 0 0 0 .288.375c.188.24.447.564.73.89c.28.322.596.663.898.93a3.4 3.4 0 0 0 .481.363c.147.088.393.215.684.215v-1.5c.127 0 .17.048.09 0a2 2 0 0 1-.262-.203a9 9 0 0 1-.759-.789a21 21 0 0 1-.961-1.197l-.003-.005h-.001z"/></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="M9 18a3 3 0 1 0 3-3H3m12-6a3 3 0 1 1 3 3H3"/><path fill="currentColor" d="M9.25 8a.75.75 0 0 0 1.5 0zm1.5-5a.75.75 0 0 0-1.5 0zM10 9v.75zm3.104-2.055a.75.75 0 0 0-1.208-.89l.604.445zm-5-.89a.75.75 0 1 0-1.208.89L7.5 6.5zM10 8h.75V3h-1.5v5zm0 1v.75c.291 0 .537-.127.684-.215a3.4 3.4 0 0 0 .481-.364c.302-.266.619-.607.898-.93a23 23 0 0 0 1.018-1.265l.016-.022l.005-.007l.001-.001v-.001L12.5 6.5l-.604-.445v.001l-.004.005l-.014.019l-.057.075a22 22 0 0 1-.89 1.103c-.263.303-.53.587-.76.79a2 2 0 0 1-.262.202c-.08.048-.036 0 .091 0zM7.5 6.5l-.604.445l.002.002l.021.03a17 17 0 0 0 .288.375c.188.24.447.564.73.89c.28.322.596.663.898.93a3.4 3.4 0 0 0 .481.363c.147.088.393.215.684.215v-1.5c.127 0 .17.048.09 0a2 2 0 0 1-.262-.203a9 9 0 0 1-.759-.789a21 21 0 0 1-.961-1.197l-.003-.005h-.001z"/></g></svg>
</template>

CSS

.icon-wind-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%22M9%2018a3%203%200%201%200%203-3H3m12-6a3%203%200%201%201%203%203H3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.25%208a.75.75%200%200%200%201.5%200zm1.5-5a.75.75%200%200%200-1.5%200zM10%209v.75zm3.104-2.055a.75.75%200%200%200-1.208-.89l.604.445zm-5-.89a.75.75%200%201%200-1.208.89L7.5%206.5zM10%208h.75V3h-1.5v5zm0%201v.75c.291%200%20.537-.127.684-.215a3.4%203.4%200%200%200%20.481-.364c.302-.266.619-.607.898-.93a23%2023%200%200%200%201.018-1.265l.016-.022l.005-.007l.001-.001v-.001L12.5%206.5l-.604-.445v.001l-.004.005l-.014.019l-.057.075a22%2022%200%200%201-.89%201.103c-.263.303-.53.587-.76.79a2%202%200%200%201-.262.202c-.08.048-.036%200%20.091%200zM7.5%206.5l-.604.445l.002.002l.021.03a17%2017%200%200%200%20.288.375c.188.24.447.564.73.89c.28.322.596.663.898.93a3.4%203.4%200%200%200%20.481.363c.147.088.393.215.684.215v-1.5c.127%200%20.17.048.09%200a2%202%200%200%201-.262-.203a9%209%200%200%201-.759-.789a21%2021%200%200%201-.961-1.197l-.003-.005h-.001z%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%22M9%2018a3%203%200%201%200%203-3H3m12-6a3%203%200%201%201%203%203H3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.25%208a.75.75%200%200%200%201.5%200zm1.5-5a.75.75%200%200%200-1.5%200zM10%209v.75zm3.104-2.055a.75.75%200%200%200-1.208-.89l.604.445zm-5-.89a.75.75%200%201%200-1.208.89L7.5%206.5zM10%208h.75V3h-1.5v5zm0%201v.75c.291%200%20.537-.127.684-.215a3.4%203.4%200%200%200%20.481-.364c.302-.266.619-.607.898-.93a23%2023%200%200%200%201.018-1.265l.016-.022l.005-.007l.001-.001v-.001L12.5%206.5l-.604-.445v.001l-.004.005l-.014.019l-.057.075a22%2022%200%200%201-.89%201.103c-.263.303-.53.587-.76.79a2%202%200%200%201-.262.202c-.08.048-.036%200%20.091%200zM7.5%206.5l-.604.445l.002.002l.021.03a17%2017%200%200%200%20.288.375c.188.24.447.564.73.89c.28.322.596.663.898.93a3.4%203.4%200%200%200%20.481.363c.147.088.393.215.684.215v-1.5c.127%200%20.17.048.09%200a2%202%200%200%201-.262-.203a9%209%200%200%201-.759-.789a21%2021%200%200%201-.961-1.197l-.003-.005h-.001z%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/wind-arrow-down.svg?color=%231a73e8&size=48