square arrow down icon

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

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

1 other variant in Framework7 Icons

The same icon in other sets

Related icons in Framework7 Icons

Use the square 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="M28.012 37.89c.468 0 .89-.163 1.36-.632l7.921-7.64c.352-.352.539-.727.539-1.243c0-.96-.727-1.64-1.71-1.64a1.7 1.7 0 0 0-1.267.562l-3.539 3.773l-1.593 1.664l.14-3.492V4.516c0-.985-.843-1.805-1.851-1.805s-1.875.82-1.875 1.805v24.726l.164 3.492l-1.594-1.664l-3.562-3.773a1.73 1.73 0 0 0-1.29-.563c-.984 0-1.687.68-1.687 1.641c0 .516.21.89.563 1.242l7.921 7.64c.47.47.867.634 1.36.634m-13.453 15.4H41.44c4.922 0 7.36-2.438 7.36-7.267V21.836c0-4.828-2.438-7.266-7.36-7.266h-6.75v3.774h6.703c2.297 0 3.633 1.265 3.633 3.703v23.789c0 2.437-1.336 3.68-3.633 3.68H14.63c-2.344 0-3.656-1.243-3.656-3.68v-23.79c0-2.437 1.312-3.702 3.656-3.702h6.703V14.57H14.56c-4.875 0-7.36 2.438-7.36 7.266v24.187c0 4.852 2.485 7.266 7.36 7.266"/></svg>

React

import type { SVGProps } from "react";

export function F7SquareArrowDown(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="M28.012 37.89c.468 0 .89-.163 1.36-.632l7.921-7.64c.352-.352.539-.727.539-1.243c0-.96-.727-1.64-1.71-1.64a1.7 1.7 0 0 0-1.267.562l-3.539 3.773l-1.593 1.664l.14-3.492V4.516c0-.985-.843-1.805-1.851-1.805s-1.875.82-1.875 1.805v24.726l.164 3.492l-1.594-1.664l-3.562-3.773a1.73 1.73 0 0 0-1.29-.563c-.984 0-1.687.68-1.687 1.641c0 .516.21.89.563 1.242l7.921 7.64c.47.47.867.634 1.36.634m-13.453 15.4H41.44c4.922 0 7.36-2.438 7.36-7.267V21.836c0-4.828-2.438-7.266-7.36-7.266h-6.75v3.774h6.703c2.297 0 3.633 1.265 3.633 3.703v23.789c0 2.437-1.336 3.68-3.633 3.68H14.63c-2.344 0-3.656-1.243-3.656-3.68v-23.79c0-2.437 1.312-3.702 3.656-3.702h6.703V14.57H14.56c-4.875 0-7.36 2.438-7.36 7.266v24.187c0 4.852 2.485 7.266 7.36 7.266"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M28.012 37.89c.468 0 .89-.163 1.36-.632l7.921-7.64c.352-.352.539-.727.539-1.243c0-.96-.727-1.64-1.71-1.64a1.7 1.7 0 0 0-1.267.562l-3.539 3.773l-1.593 1.664l.14-3.492V4.516c0-.985-.843-1.805-1.851-1.805s-1.875.82-1.875 1.805v24.726l.164 3.492l-1.594-1.664l-3.562-3.773a1.73 1.73 0 0 0-1.29-.563c-.984 0-1.687.68-1.687 1.641c0 .516.21.89.563 1.242l7.921 7.64c.47.47.867.634 1.36.634m-13.453 15.4H41.44c4.922 0 7.36-2.438 7.36-7.267V21.836c0-4.828-2.438-7.266-7.36-7.266h-6.75v3.774h6.703c2.297 0 3.633 1.265 3.633 3.703v23.789c0 2.437-1.336 3.68-3.633 3.68H14.63c-2.344 0-3.656-1.243-3.656-3.68v-23.79c0-2.437 1.312-3.702 3.656-3.702h6.703V14.57H14.56c-4.875 0-7.36 2.438-7.36 7.266v24.187c0 4.852 2.485 7.266 7.36 7.266"/></svg>
</template>

CSS

.icon-square-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%22M28.012%2037.89c.468%200%20.89-.163%201.36-.632l7.921-7.64c.352-.352.539-.727.539-1.243c0-.96-.727-1.64-1.71-1.64a1.7%201.7%200%200%200-1.267.562l-3.539%203.773l-1.593%201.664l.14-3.492V4.516c0-.985-.843-1.805-1.851-1.805s-1.875.82-1.875%201.805v24.726l.164%203.492l-1.594-1.664l-3.562-3.773a1.73%201.73%200%200%200-1.29-.563c-.984%200-1.687.68-1.687%201.641c0%20.516.21.89.563%201.242l7.921%207.64c.47.47.867.634%201.36.634m-13.453%2015.4H41.44c4.922%200%207.36-2.438%207.36-7.267V21.836c0-4.828-2.438-7.266-7.36-7.266h-6.75v3.774h6.703c2.297%200%203.633%201.265%203.633%203.703v23.789c0%202.437-1.336%203.68-3.633%203.68H14.63c-2.344%200-3.656-1.243-3.656-3.68v-23.79c0-2.437%201.312-3.702%203.656-3.702h6.703V14.57H14.56c-4.875%200-7.36%202.438-7.36%207.266v24.187c0%204.852%202.485%207.266%207.36%207.266%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%22M28.012%2037.89c.468%200%20.89-.163%201.36-.632l7.921-7.64c.352-.352.539-.727.539-1.243c0-.96-.727-1.64-1.71-1.64a1.7%201.7%200%200%200-1.267.562l-3.539%203.773l-1.593%201.664l.14-3.492V4.516c0-.985-.843-1.805-1.851-1.805s-1.875.82-1.875%201.805v24.726l.164%203.492l-1.594-1.664l-3.562-3.773a1.73%201.73%200%200%200-1.29-.563c-.984%200-1.687.68-1.687%201.641c0%20.516.21.89.563%201.242l7.921%207.64c.47.47.867.634%201.36.634m-13.453%2015.4H41.44c4.922%200%207.36-2.438%207.36-7.267V21.836c0-4.828-2.438-7.266-7.36-7.266h-6.75v3.774h6.703c2.297%200%203.633%201.265%203.633%203.703v23.789c0%202.437-1.336%203.68-3.633%203.68H14.63c-2.344%200-3.656-1.243-3.656-3.68v-23.79c0-2.437%201.312-3.702%203.656-3.702h6.703V14.57H14.56c-4.875%200-7.36%202.438-7.36%207.266v24.187c0%204.852%202.485%207.266%207.36%207.266%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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