arrow up za icon

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

Name
arrow-up-za
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the arrow up za 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 5v15m4-12S9.054 4 8 4S4 8 4 8m12-4h2.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 17.25a.75.75 0 0 0 0 1.5zm3 1.5a.75.75 0 0 0 0-1.5zm-3.409-.641l-.716-.224zm-1.307 1.667a.75.75 0 0 0 1.432.448L15.5 20zm5 .448a.75.75 0 0 0 1.432-.448L20.5 20zm.125-2.115l.716-.224zM16.5 18v.75h3v-1.5h-3zm-.409.109l-.716-.224l-.59 1.891l.715.224l.716.224l.59-1.892zM20.5 20l.716-.224l-.591-1.891l-.716.224l-.716.223l.591 1.892zm-4.409-1.891l.716.223c.402-1.286.68-2.26.952-2.937c.136-.338.246-.534.327-.635c.076-.094.045-.01-.086-.01v-1.5c-.498 0-.854.285-1.083.57c-.223.277-.398.64-.55 1.015c-.302.751-.611 1.832-.992 3.05zm3.818 0l.716-.224c-.38-1.218-.69-2.299-.992-3.05c-.152-.376-.327-.738-.55-1.015c-.23-.285-.585-.57-1.083-.57v1.5c-.13 0-.162-.084-.086.01c.081.101.19.297.327.635c.273.678.55 1.651.952 2.937z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsArrowUpZa(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 5v15m4-12S9.054 4 8 4S4 8 4 8m12-4h2.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 17.25a.75.75 0 0 0 0 1.5zm3 1.5a.75.75 0 0 0 0-1.5zm-3.409-.641l-.716-.224zm-1.307 1.667a.75.75 0 0 0 1.432.448L15.5 20zm5 .448a.75.75 0 0 0 1.432-.448L20.5 20zm.125-2.115l.716-.224zM16.5 18v.75h3v-1.5h-3zm-.409.109l-.716-.224l-.59 1.891l.715.224l.716.224l.59-1.892zM20.5 20l.716-.224l-.591-1.891l-.716.224l-.716.223l.591 1.892zm-4.409-1.891l.716.223c.402-1.286.68-2.26.952-2.937c.136-.338.246-.534.327-.635c.076-.094.045-.01-.086-.01v-1.5c-.498 0-.854.285-1.083.57c-.223.277-.398.64-.55 1.015c-.302.751-.611 1.832-.992 3.05zm3.818 0l.716-.224c-.38-1.218-.69-2.299-.992-3.05c-.152-.376-.327-.738-.55-1.015c-.23-.285-.585-.57-1.083-.57v1.5c-.13 0-.162-.084-.086.01c.081.101.19.297.327.635c.273.678.55 1.651.952 2.937z"/></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 5v15m4-12S9.054 4 8 4S4 8 4 8m12-4h2.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 17.25a.75.75 0 0 0 0 1.5zm3 1.5a.75.75 0 0 0 0-1.5zm-3.409-.641l-.716-.224zm-1.307 1.667a.75.75 0 0 0 1.432.448L15.5 20zm5 .448a.75.75 0 0 0 1.432-.448L20.5 20zm.125-2.115l.716-.224zM16.5 18v.75h3v-1.5h-3zm-.409.109l-.716-.224l-.59 1.891l.715.224l.716.224l.59-1.892zM20.5 20l.716-.224l-.591-1.891l-.716.224l-.716.223l.591 1.892zm-4.409-1.891l.716.223c.402-1.286.68-2.26.952-2.937c.136-.338.246-.534.327-.635c.076-.094.045-.01-.086-.01v-1.5c-.498 0-.854.285-1.083.57c-.223.277-.398.64-.55 1.015c-.302.751-.611 1.832-.992 3.05zm3.818 0l.716-.224c-.38-1.218-.69-2.299-.992-3.05c-.152-.376-.327-.738-.55-1.015c-.23-.285-.585-.57-1.083-.57v1.5c-.13 0-.162-.084-.086.01c.081.101.19.297.327.635c.273.678.55 1.651.952 2.937z"/></g></svg>
</template>

CSS

.icon-arrow-up-za {
  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%205v15m4-12S9.054%204%208%204S4%208%204%208m12-4h2.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%2017.25a.75.75%200%200%200%200%201.5zm3%201.5a.75.75%200%200%200%200-1.5zm-3.409-.641l-.716-.224zm-1.307%201.667a.75.75%200%200%200%201.432.448L15.5%2020zm5%20.448a.75.75%200%200%200%201.432-.448L20.5%2020zm.125-2.115l.716-.224zM16.5%2018v.75h3v-1.5h-3zm-.409.109l-.716-.224l-.59%201.891l.715.224l.716.224l.59-1.892zM20.5%2020l.716-.224l-.591-1.891l-.716.224l-.716.223l.591%201.892zm-4.409-1.891l.716.223c.402-1.286.68-2.26.952-2.937c.136-.338.246-.534.327-.635c.076-.094.045-.01-.086-.01v-1.5c-.498%200-.854.285-1.083.57c-.223.277-.398.64-.55%201.015c-.302.751-.611%201.832-.992%203.05zm3.818%200l.716-.224c-.38-1.218-.69-2.299-.992-3.05c-.152-.376-.327-.738-.55-1.015c-.23-.285-.585-.57-1.083-.57v1.5c-.13%200-.162-.084-.086.01c.081.101.19.297.327.635c.273.678.55%201.651.952%202.937z%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%205v15m4-12S9.054%204%208%204S4%208%204%208m12-4h2.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%2017.25a.75.75%200%200%200%200%201.5zm3%201.5a.75.75%200%200%200%200-1.5zm-3.409-.641l-.716-.224zm-1.307%201.667a.75.75%200%200%200%201.432.448L15.5%2020zm5%20.448a.75.75%200%200%200%201.432-.448L20.5%2020zm.125-2.115l.716-.224zM16.5%2018v.75h3v-1.5h-3zm-.409.109l-.716-.224l-.59%201.891l.715.224l.716.224l.59-1.892zM20.5%2020l.716-.224l-.591-1.891l-.716.224l-.716.223l.591%201.892zm-4.409-1.891l.716.223c.402-1.286.68-2.26.952-2.937c.136-.338.246-.534.327-.635c.076-.094.045-.01-.086-.01v-1.5c-.498%200-.854.285-1.083.57c-.223.277-.398.64-.55%201.015c-.302.751-.611%201.832-.992%203.05zm3.818%200l.716-.224c-.38-1.218-.69-2.299-.992-3.05c-.152-.376-.327-.738-.55-1.015c-.23-.285-.585-.57-1.083-.57v1.5c-.13%200-.162-.084-.086.01c.081.101.19.297.327.635c.273.678.55%201.651.952%202.937z%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-up-za.svg?color=%231a73e8&size=48