square arrow down icon

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

Name
square-arrow-down-fill
Set
Framework7 Icons
Style
Fill
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="M26.137 16.164c.07-.914.867-1.734 1.875-1.734c.984 0 1.781.82 1.851 1.734V4.516c0-.985-.843-1.805-1.851-1.805s-1.875.82-1.875 1.805Zm3.797-1.477v14.86l-.141 3.351l1.477-1.546l3.539-3.797a1.84 1.84 0 0 1 1.312-.586c1.008 0 1.781.726 1.781 1.71c0 .516-.21.938-.586 1.29l-7.898 7.64c-.492.493-.914.657-1.406.657s-.914-.164-1.407-.657l-7.921-7.64c-.375-.352-.586-.774-.586-1.29c0-.984.75-1.71 1.758-1.71c.468 0 1.007.21 1.335.586l3.563 3.797l1.476 1.546l-.14-3.351v-14.86H14.559c-4.875 0-7.36 2.415-7.36 7.266v24.07c0 4.852 2.485 7.266 7.36 7.266H41.44c4.922 0 7.36-2.437 7.36-7.266v-24.07c0-4.828-2.438-7.265-7.36-7.265Z"/></svg>

React

import type { SVGProps } from "react";

export function F7SquareArrowDownFill(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="M26.137 16.164c.07-.914.867-1.734 1.875-1.734c.984 0 1.781.82 1.851 1.734V4.516c0-.985-.843-1.805-1.851-1.805s-1.875.82-1.875 1.805Zm3.797-1.477v14.86l-.141 3.351l1.477-1.546l3.539-3.797a1.84 1.84 0 0 1 1.312-.586c1.008 0 1.781.726 1.781 1.71c0 .516-.21.938-.586 1.29l-7.898 7.64c-.492.493-.914.657-1.406.657s-.914-.164-1.407-.657l-7.921-7.64c-.375-.352-.586-.774-.586-1.29c0-.984.75-1.71 1.758-1.71c.468 0 1.007.21 1.335.586l3.563 3.797l1.476 1.546l-.14-3.351v-14.86H14.559c-4.875 0-7.36 2.415-7.36 7.266v24.07c0 4.852 2.485 7.266 7.36 7.266H41.44c4.922 0 7.36-2.437 7.36-7.266v-24.07c0-4.828-2.438-7.265-7.36-7.265Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M26.137 16.164c.07-.914.867-1.734 1.875-1.734c.984 0 1.781.82 1.851 1.734V4.516c0-.985-.843-1.805-1.851-1.805s-1.875.82-1.875 1.805Zm3.797-1.477v14.86l-.141 3.351l1.477-1.546l3.539-3.797a1.84 1.84 0 0 1 1.312-.586c1.008 0 1.781.726 1.781 1.71c0 .516-.21.938-.586 1.29l-7.898 7.64c-.492.493-.914.657-1.406.657s-.914-.164-1.407-.657l-7.921-7.64c-.375-.352-.586-.774-.586-1.29c0-.984.75-1.71 1.758-1.71c.468 0 1.007.21 1.335.586l3.563 3.797l1.476 1.546l-.14-3.351v-14.86H14.559c-4.875 0-7.36 2.415-7.36 7.266v24.07c0 4.852 2.485 7.266 7.36 7.266H41.44c4.922 0 7.36-2.437 7.36-7.266v-24.07c0-4.828-2.438-7.265-7.36-7.265Z"/></svg>
</template>

CSS

.icon-square-arrow-down-fill {
  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%22M26.137%2016.164c.07-.914.867-1.734%201.875-1.734c.984%200%201.781.82%201.851%201.734V4.516c0-.985-.843-1.805-1.851-1.805s-1.875.82-1.875%201.805Zm3.797-1.477v14.86l-.141%203.351l1.477-1.546l3.539-3.797a1.84%201.84%200%200%201%201.312-.586c1.008%200%201.781.726%201.781%201.71c0%20.516-.21.938-.586%201.29l-7.898%207.64c-.492.493-.914.657-1.406.657s-.914-.164-1.407-.657l-7.921-7.64c-.375-.352-.586-.774-.586-1.29c0-.984.75-1.71%201.758-1.71c.468%200%201.007.21%201.335.586l3.563%203.797l1.476%201.546l-.14-3.351v-14.86H14.559c-4.875%200-7.36%202.415-7.36%207.266v24.07c0%204.852%202.485%207.266%207.36%207.266H41.44c4.922%200%207.36-2.437%207.36-7.266v-24.07c0-4.828-2.438-7.265-7.36-7.265Z%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%22M26.137%2016.164c.07-.914.867-1.734%201.875-1.734c.984%200%201.781.82%201.851%201.734V4.516c0-.985-.843-1.805-1.851-1.805s-1.875.82-1.875%201.805Zm3.797-1.477v14.86l-.141%203.351l1.477-1.546l3.539-3.797a1.84%201.84%200%200%201%201.312-.586c1.008%200%201.781.726%201.781%201.71c0%20.516-.21.938-.586%201.29l-7.898%207.64c-.492.493-.914.657-1.406.657s-.914-.164-1.407-.657l-7.921-7.64c-.375-.352-.586-.774-.586-1.29c0-.984.75-1.71%201.758-1.71c.468%200%201.007.21%201.335.586l3.563%203.797l1.476%201.546l-.14-3.351v-14.86H14.559c-4.875%200-7.36%202.415-7.36%207.266v24.07c0%204.852%202.485%207.266%207.36%207.266H41.44c4.922%200%207.36-2.437%207.36-7.266v-24.07c0-4.828-2.438-7.265-7.36-7.265Z%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-fill.svg?color=%231a73e8&size=48