square arrow down on square icon

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

Name
square-arrow-down-on-square-fill
Set
Framework7 Icons
Style
Fill
Viewbox
56×56
License
MIT

1 other variant in Framework7 Icons

Related icons in Framework7 Icons

Use the square arrow down on square icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M20.647 12.227c.064-.831.789-1.577 1.704-1.577c.895 0 1.62.746 1.683 1.577V1.64c0-.894-.767-1.64-1.683-1.64c-.915 0-1.704.746-1.704 1.64Zm3.451-1.342V24.39l-.128 3.046l1.342-1.406l3.217-3.451a1.67 1.67 0 0 1 1.193-.533c.915 0 1.618.66 1.618 1.555c0 .469-.191.852-.532 1.172l-7.178 6.944c-.448.447-.831.596-1.279.596s-.83-.149-1.278-.596l-7.2-6.944c-.34-.32-.532-.703-.532-1.172c0-.894.682-1.555 1.598-1.555c.426 0 .916.192 1.214.533l3.238 3.45l1.342 1.407l-.128-3.046V10.885h-10.48c-4.43 0-6.689 2.194-6.689 6.603v21.876c0 4.41 2.258 6.603 6.689 6.603h24.432c4.473 0 6.688-2.215 6.688-6.603V17.488c0-4.388-2.215-6.603-6.688-6.603ZM22.437 56h22.77c4.452 0 6.667-2.194 6.667-6.603V26.988c0-4.388-2.215-6.603-6.667-6.603h-1.065v19.299c0 6.049-3.174 9.202-9.266 9.202H15.77v.51c0 4.389 2.236 6.604 6.667 6.604"/></svg>

React

import type { SVGProps } from "react";

export function F7SquareArrowDownOnSquareFill(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="M20.647 12.227c.064-.831.789-1.577 1.704-1.577c.895 0 1.62.746 1.683 1.577V1.64c0-.894-.767-1.64-1.683-1.64c-.915 0-1.704.746-1.704 1.64Zm3.451-1.342V24.39l-.128 3.046l1.342-1.406l3.217-3.451a1.67 1.67 0 0 1 1.193-.533c.915 0 1.618.66 1.618 1.555c0 .469-.191.852-.532 1.172l-7.178 6.944c-.448.447-.831.596-1.279.596s-.83-.149-1.278-.596l-7.2-6.944c-.34-.32-.532-.703-.532-1.172c0-.894.682-1.555 1.598-1.555c.426 0 .916.192 1.214.533l3.238 3.45l1.342 1.407l-.128-3.046V10.885h-10.48c-4.43 0-6.689 2.194-6.689 6.603v21.876c0 4.41 2.258 6.603 6.689 6.603h24.432c4.473 0 6.688-2.215 6.688-6.603V17.488c0-4.388-2.215-6.603-6.688-6.603ZM22.437 56h22.77c4.452 0 6.667-2.194 6.667-6.603V26.988c0-4.388-2.215-6.603-6.667-6.603h-1.065v19.299c0 6.049-3.174 9.202-9.266 9.202H15.77v.51c0 4.389 2.236 6.604 6.667 6.604"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M20.647 12.227c.064-.831.789-1.577 1.704-1.577c.895 0 1.62.746 1.683 1.577V1.64c0-.894-.767-1.64-1.683-1.64c-.915 0-1.704.746-1.704 1.64Zm3.451-1.342V24.39l-.128 3.046l1.342-1.406l3.217-3.451a1.67 1.67 0 0 1 1.193-.533c.915 0 1.618.66 1.618 1.555c0 .469-.191.852-.532 1.172l-7.178 6.944c-.448.447-.831.596-1.279.596s-.83-.149-1.278-.596l-7.2-6.944c-.34-.32-.532-.703-.532-1.172c0-.894.682-1.555 1.598-1.555c.426 0 .916.192 1.214.533l3.238 3.45l1.342 1.407l-.128-3.046V10.885h-10.48c-4.43 0-6.689 2.194-6.689 6.603v21.876c0 4.41 2.258 6.603 6.689 6.603h24.432c4.473 0 6.688-2.215 6.688-6.603V17.488c0-4.388-2.215-6.603-6.688-6.603ZM22.437 56h22.77c4.452 0 6.667-2.194 6.667-6.603V26.988c0-4.388-2.215-6.603-6.667-6.603h-1.065v19.299c0 6.049-3.174 9.202-9.266 9.202H15.77v.51c0 4.389 2.236 6.604 6.667 6.604"/></svg>
</template>

CSS

.icon-square-arrow-down-on-square-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%22M20.647%2012.227c.064-.831.789-1.577%201.704-1.577c.895%200%201.62.746%201.683%201.577V1.64c0-.894-.767-1.64-1.683-1.64c-.915%200-1.704.746-1.704%201.64Zm3.451-1.342V24.39l-.128%203.046l1.342-1.406l3.217-3.451a1.67%201.67%200%200%201%201.193-.533c.915%200%201.618.66%201.618%201.555c0%20.469-.191.852-.532%201.172l-7.178%206.944c-.448.447-.831.596-1.279.596s-.83-.149-1.278-.596l-7.2-6.944c-.34-.32-.532-.703-.532-1.172c0-.894.682-1.555%201.598-1.555c.426%200%20.916.192%201.214.533l3.238%203.45l1.342%201.407l-.128-3.046V10.885h-10.48c-4.43%200-6.689%202.194-6.689%206.603v21.876c0%204.41%202.258%206.603%206.689%206.603h24.432c4.473%200%206.688-2.215%206.688-6.603V17.488c0-4.388-2.215-6.603-6.688-6.603ZM22.437%2056h22.77c4.452%200%206.667-2.194%206.667-6.603V26.988c0-4.388-2.215-6.603-6.667-6.603h-1.065v19.299c0%206.049-3.174%209.202-9.266%209.202H15.77v.51c0%204.389%202.236%206.604%206.667%206.604%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%22M20.647%2012.227c.064-.831.789-1.577%201.704-1.577c.895%200%201.62.746%201.683%201.577V1.64c0-.894-.767-1.64-1.683-1.64c-.915%200-1.704.746-1.704%201.64Zm3.451-1.342V24.39l-.128%203.046l1.342-1.406l3.217-3.451a1.67%201.67%200%200%201%201.193-.533c.915%200%201.618.66%201.618%201.555c0%20.469-.191.852-.532%201.172l-7.178%206.944c-.448.447-.831.596-1.279.596s-.83-.149-1.278-.596l-7.2-6.944c-.34-.32-.532-.703-.532-1.172c0-.894.682-1.555%201.598-1.555c.426%200%20.916.192%201.214.533l3.238%203.45l1.342%201.407l-.128-3.046V10.885h-10.48c-4.43%200-6.689%202.194-6.689%206.603v21.876c0%204.41%202.258%206.603%206.689%206.603h24.432c4.473%200%206.688-2.215%206.688-6.603V17.488c0-4.388-2.215-6.603-6.688-6.603ZM22.437%2056h22.77c4.452%200%206.667-2.194%206.667-6.603V26.988c0-4.388-2.215-6.603-6.667-6.603h-1.065v19.299c0%206.049-3.174%209.202-9.266%209.202H15.77v.51c0%204.389%202.236%206.604%206.667%206.604%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-on-square-fill.svg?color=%231a73e8&size=48