arrow down big icon

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

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

Related icons in Huge Icons

Use the arrow down big icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M15.544 12.5H15v-6c0-.932 0-1.398-.152-1.765a2 2 0 0 0-1.083-1.083C13.398 3.5 12.932 3.5 12 3.5s-1.398 0-1.765.152a2 2 0 0 0-1.083 1.083C9 5.102 9 5.568 9 6.5v6h-.544c-2.083 0-3.124 0-3.398.6s.44 1.318 1.867 2.754l3.544 3.563c.718.722 1.077 1.083 1.531 1.083s.813-.36 1.531-1.083l3.544-3.563c1.428-1.436 2.141-2.153 1.867-2.754c-.274-.6-1.315-.6-3.398-.6"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsArrowDownBig(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M15.544 12.5H15v-6c0-.932 0-1.398-.152-1.765a2 2 0 0 0-1.083-1.083C13.398 3.5 12.932 3.5 12 3.5s-1.398 0-1.765.152a2 2 0 0 0-1.083 1.083C9 5.102 9 5.568 9 6.5v6h-.544c-2.083 0-3.124 0-3.398.6s.44 1.318 1.867 2.754l3.544 3.563c.718.722 1.077 1.083 1.531 1.083s.813-.36 1.531-1.083l3.544-3.563c1.428-1.436 2.141-2.153 1.867-2.754c-.274-.6-1.315-.6-3.398-.6"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M15.544 12.5H15v-6c0-.932 0-1.398-.152-1.765a2 2 0 0 0-1.083-1.083C13.398 3.5 12.932 3.5 12 3.5s-1.398 0-1.765.152a2 2 0 0 0-1.083 1.083C9 5.102 9 5.568 9 6.5v6h-.544c-2.083 0-3.124 0-3.398.6s.44 1.318 1.867 2.754l3.544 3.563c.718.722 1.077 1.083 1.531 1.083s.813-.36 1.531-1.083l3.544-3.563c1.428-1.436 2.141-2.153 1.867-2.754c-.274-.6-1.315-.6-3.398-.6"/></svg>
</template>

CSS

.icon-arrow-down-big {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M15.544%2012.5H15v-6c0-.932%200-1.398-.152-1.765a2%202%200%200%200-1.083-1.083C13.398%203.5%2012.932%203.5%2012%203.5s-1.398%200-1.765.152a2%202%200%200%200-1.083%201.083C9%205.102%209%205.568%209%206.5v6h-.544c-2.083%200-3.124%200-3.398.6s.44%201.318%201.867%202.754l3.544%203.563c.718.722%201.077%201.083%201.531%201.083s.813-.36%201.531-1.083l3.544-3.563c1.428-1.436%202.141-2.153%201.867-2.754c-.274-.6-1.315-.6-3.398-.6%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M15.544%2012.5H15v-6c0-.932%200-1.398-.152-1.765a2%202%200%200%200-1.083-1.083C13.398%203.5%2012.932%203.5%2012%203.5s-1.398%200-1.765.152a2%202%200%200%200-1.083%201.083C9%205.102%209%205.568%209%206.5v6h-.544c-2.083%200-3.124%200-3.398.6s.44%201.318%201.867%202.754l3.544%203.563c.718.722%201.077%201.083%201.531%201.083s.813-.36%201.531-1.083l3.544-3.563c1.428-1.436%202.141-2.153%201.867-2.754c-.274-.6-1.315-.6-3.398-.6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/arrow-down-big.svg?color=%231a73e8&size=48