arrow down az icon

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

Name
arrow-down-az
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the arrow down az 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-linejoin="round" stroke-width="1.5" d="M8 19V4M4 16s2.946 4 4 4s4-4 4-4m4-2h2.365c.924 0 1.385 0 1.52.288s-.16.643-.752 1.352l-2.266 2.72c-.591.71-.887 1.064-.752 1.352s.596.288 1.52.288H20"/><path fill="currentColor" d="M16.5 7.25a.75.75 0 0 0 0 1.5zm3 1.5a.75.75 0 0 0 0-1.5zm-3.409-.64l-.716-.224zm-1.307 1.667a.75.75 0 0 0 1.432.448L15.5 10zm5 .448a.75.75 0 0 0 1.432-.448l-.716.224zm.125-2.115l.716-.224zM16.5 8v.75h3v-1.5h-3zm-.409.11l-.716-.224l-.59 1.891l.715.224l.716.224l.59-1.892zM20.5 10l.716-.223l-.591-1.891l-.716.224l-.716.223l.591 1.892zm-4.409-1.89l.716.223c.398-1.274.675-2.156.938-2.727c.13-.285.23-.43.294-.495c.045-.046.024-.007-.039-.007v-1.5c-.43 0-.776.195-1.036.461c-.24.248-.426.573-.582.914c-.313.681-.623 1.677-1.007 2.907zm3.818 0l.716-.224c-.384-1.23-.694-2.226-1.007-2.907c-.156-.34-.341-.666-.582-.914c-.26-.266-.606-.461-1.036-.461v1.5c-.063 0-.084-.04-.04.007c.065.066.164.21.295.495c.263.571.54 1.453.938 2.727z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsArrowDownAz(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" strokeLinejoin="round" strokeWidth="1.5" d="M8 19V4M4 16s2.946 4 4 4s4-4 4-4m4-2h2.365c.924 0 1.385 0 1.52.288s-.16.643-.752 1.352l-2.266 2.72c-.591.71-.887 1.064-.752 1.352s.596.288 1.52.288H20"/><path fill="currentColor" d="M16.5 7.25a.75.75 0 0 0 0 1.5zm3 1.5a.75.75 0 0 0 0-1.5zm-3.409-.64l-.716-.224zm-1.307 1.667a.75.75 0 0 0 1.432.448L15.5 10zm5 .448a.75.75 0 0 0 1.432-.448l-.716.224zm.125-2.115l.716-.224zM16.5 8v.75h3v-1.5h-3zm-.409.11l-.716-.224l-.59 1.891l.715.224l.716.224l.59-1.892zM20.5 10l.716-.223l-.591-1.891l-.716.224l-.716.223l.591 1.892zm-4.409-1.89l.716.223c.398-1.274.675-2.156.938-2.727c.13-.285.23-.43.294-.495c.045-.046.024-.007-.039-.007v-1.5c-.43 0-.776.195-1.036.461c-.24.248-.426.573-.582.914c-.313.681-.623 1.677-1.007 2.907zm3.818 0l.716-.224c-.384-1.23-.694-2.226-1.007-2.907c-.156-.34-.341-.666-.582-.914c-.26-.266-.606-.461-1.036-.461v1.5c-.063 0-.084-.04-.04.007c.065.066.164.21.295.495c.263.571.54 1.453.938 2.727z"/></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-linejoin="round" stroke-width="1.5" d="M8 19V4M4 16s2.946 4 4 4s4-4 4-4m4-2h2.365c.924 0 1.385 0 1.52.288s-.16.643-.752 1.352l-2.266 2.72c-.591.71-.887 1.064-.752 1.352s.596.288 1.52.288H20"/><path fill="currentColor" d="M16.5 7.25a.75.75 0 0 0 0 1.5zm3 1.5a.75.75 0 0 0 0-1.5zm-3.409-.64l-.716-.224zm-1.307 1.667a.75.75 0 0 0 1.432.448L15.5 10zm5 .448a.75.75 0 0 0 1.432-.448l-.716.224zm.125-2.115l.716-.224zM16.5 8v.75h3v-1.5h-3zm-.409.11l-.716-.224l-.59 1.891l.715.224l.716.224l.59-1.892zM20.5 10l.716-.223l-.591-1.891l-.716.224l-.716.223l.591 1.892zm-4.409-1.89l.716.223c.398-1.274.675-2.156.938-2.727c.13-.285.23-.43.294-.495c.045-.046.024-.007-.039-.007v-1.5c-.43 0-.776.195-1.036.461c-.24.248-.426.573-.582.914c-.313.681-.623 1.677-1.007 2.907zm3.818 0l.716-.224c-.384-1.23-.694-2.226-1.007-2.907c-.156-.34-.341-.666-.582-.914c-.26-.266-.606-.461-1.036-.461v1.5c-.063 0-.084-.04-.04.007c.065.066.164.21.295.495c.263.571.54 1.453.938 2.727z"/></g></svg>
</template>

CSS

.icon-arrow-down-az {
  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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M8%2019V4M4%2016s2.946%204%204%204s4-4%204-4m4-2h2.365c.924%200%201.385%200%201.52.288s-.16.643-.752%201.352l-2.266%202.72c-.591.71-.887%201.064-.752%201.352s.596.288%201.52.288H20%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.5%207.25a.75.75%200%200%200%200%201.5zm3%201.5a.75.75%200%200%200%200-1.5zm-3.409-.64l-.716-.224zm-1.307%201.667a.75.75%200%200%200%201.432.448L15.5%2010zm5%20.448a.75.75%200%200%200%201.432-.448l-.716.224zm.125-2.115l.716-.224zM16.5%208v.75h3v-1.5h-3zm-.409.11l-.716-.224l-.59%201.891l.715.224l.716.224l.59-1.892zM20.5%2010l.716-.223l-.591-1.891l-.716.224l-.716.223l.591%201.892zm-4.409-1.89l.716.223c.398-1.274.675-2.156.938-2.727c.13-.285.23-.43.294-.495c.045-.046.024-.007-.039-.007v-1.5c-.43%200-.776.195-1.036.461c-.24.248-.426.573-.582.914c-.313.681-.623%201.677-1.007%202.907zm3.818%200l.716-.224c-.384-1.23-.694-2.226-1.007-2.907c-.156-.34-.341-.666-.582-.914c-.26-.266-.606-.461-1.036-.461v1.5c-.063%200-.084-.04-.04.007c.065.066.164.21.295.495c.263.571.54%201.453.938%202.727z%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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M8%2019V4M4%2016s2.946%204%204%204s4-4%204-4m4-2h2.365c.924%200%201.385%200%201.52.288s-.16.643-.752%201.352l-2.266%202.72c-.591.71-.887%201.064-.752%201.352s.596.288%201.52.288H20%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.5%207.25a.75.75%200%200%200%200%201.5zm3%201.5a.75.75%200%200%200%200-1.5zm-3.409-.64l-.716-.224zm-1.307%201.667a.75.75%200%200%200%201.432.448L15.5%2010zm5%20.448a.75.75%200%200%200%201.432-.448l-.716.224zm.125-2.115l.716-.224zM16.5%208v.75h3v-1.5h-3zm-.409.11l-.716-.224l-.59%201.891l.715.224l.716.224l.59-1.892zM20.5%2010l.716-.223l-.591-1.891l-.716.224l-.716.223l.591%201.892zm-4.409-1.89l.716.223c.398-1.274.675-2.156.938-2.727c.13-.285.23-.43.294-.495c.045-.046.024-.007-.039-.007v-1.5c-.43%200-.776.195-1.036.461c-.24.248-.426.573-.582.914c-.313.681-.623%201.677-1.007%202.907zm3.818%200l.716-.224c-.384-1.23-.694-2.226-1.007-2.907c-.156-.34-.341-.666-.582-.914c-.26-.266-.606-.461-1.036-.461v1.5c-.063%200-.084-.04-.04.007c.065.066.164.21.295.495c.263.571.54%201.453.938%202.727z%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/arrow-down-az.svg?color=%231a73e8&size=48