arrow-down from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.

Name
arrow-down
Set
Framework7 Icons
Style
Outline
Viewbox
56×56
License
MIT

The same icon in other sets

Related icons in Framework7 Icons

Use the arrow down icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M27.988 5.863c-1.218 0-2.086.844-2.086 2.063v30.867l.188 5.016l-7.031-7.711l-5.32-5.25c-.376-.375-.938-.563-1.5-.563c-1.15 0-2.016.89-2.016 2.04c0 .562.21 1.054.656 1.523L26.44 49.434c.446.468.985.703 1.547.703c.586 0 1.125-.235 1.57-.703L45.12 33.848c.445-.47.656-.961.656-1.524c0-1.148-.867-2.039-2.039-2.039c-.539 0-1.101.188-1.476.563l-5.344 5.25l-7.008 7.687l.188-4.992V7.926c0-1.219-.89-2.063-2.11-2.063"/></svg>

React

import type { SVGProps } from "react";

export function F7ArrowDown(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M27.988 5.863c-1.218 0-2.086.844-2.086 2.063v30.867l.188 5.016l-7.031-7.711l-5.32-5.25c-.376-.375-.938-.563-1.5-.563c-1.15 0-2.016.89-2.016 2.04c0 .562.21 1.054.656 1.523L26.44 49.434c.446.468.985.703 1.547.703c.586 0 1.125-.235 1.57-.703L45.12 33.848c.445-.47.656-.961.656-1.524c0-1.148-.867-2.039-2.039-2.039c-.539 0-1.101.188-1.476.563l-5.344 5.25l-7.008 7.687l.188-4.992V7.926c0-1.219-.89-2.063-2.11-2.063"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M27.988 5.863c-1.218 0-2.086.844-2.086 2.063v30.867l.188 5.016l-7.031-7.711l-5.32-5.25c-.376-.375-.938-.563-1.5-.563c-1.15 0-2.016.89-2.016 2.04c0 .562.21 1.054.656 1.523L26.44 49.434c.446.468.985.703 1.547.703c.586 0 1.125-.235 1.57-.703L45.12 33.848c.445-.47.656-.961.656-1.524c0-1.148-.867-2.039-2.039-2.039c-.539 0-1.101.188-1.476.563l-5.344 5.25l-7.008 7.687l.188-4.992V7.926c0-1.219-.89-2.063-2.11-2.063"/></svg>
</template>

CSS

.icon-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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M27.988%205.863c-1.218%200-2.086.844-2.086%202.063v30.867l.188%205.016l-7.031-7.711l-5.32-5.25c-.376-.375-.938-.563-1.5-.563c-1.15%200-2.016.89-2.016%202.04c0%20.562.21%201.054.656%201.523L26.44%2049.434c.446.468.985.703%201.547.703c.586%200%201.125-.235%201.57-.703L45.12%2033.848c.445-.47.656-.961.656-1.524c0-1.148-.867-2.039-2.039-2.039c-.539%200-1.101.188-1.476.563l-5.344%205.25l-7.008%207.687l.188-4.992V7.926c0-1.219-.89-2.063-2.11-2.063%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M27.988%205.863c-1.218%200-2.086.844-2.086%202.063v30.867l.188%205.016l-7.031-7.711l-5.32-5.25c-.376-.375-.938-.563-1.5-.563c-1.15%200-2.016.89-2.016%202.04c0%20.562.21%201.054.656%201.523L26.44%2049.434c.446.468.985.703%201.547.703c.586%200%201.125-.235%201.57-.703L45.12%2033.848c.445-.47.656-.961.656-1.524c0-1.148-.867-2.039-2.039-2.039c-.539%200-1.101.188-1.476.563l-5.344%205.25l-7.008%207.687l.188-4.992V7.926c0-1.219-.89-2.063-2.11-2.063%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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