arrow up arrow down square icon
arrow-up-arrow-down-square-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.
- Name
- arrow-up-arrow-down-square-fill
- Set
- Framework7 Icons
- Style
- Fill
- Viewbox
- 56×56
- License
- MIT
1 other variant in Framework7 Icons
Related icons in Framework7 Icons
arrow-2-circlepatharrow-2-circlepath-circlearrow-2-squarepatharrow-3-trianglepatharrow-brancharrow-clockwisearrow-clockwise-circlearrow-counterclockwisearrow-counterclockwise-circlearrow-downarrow-down-circlearrow-down-docarrow-down-leftarrow-down-left-circlearrow-down-left-squarearrow-down-rightarrow-down-right-arrow-up-leftarrow-down-right-circlearrow-down-right-squarearrow-down-squarearrow-down-to-linearrow-down-to-line-altarrow-leftarrow-left-circle
Use the arrow up arrow down square icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M13.785 49.574h28.453c4.899 0 7.336-2.437 7.336-7.265V13.69c0-4.828-2.437-7.265-7.336-7.265H13.785c-4.875 0-7.36 2.414-7.36 7.265v28.62c0 4.851 2.485 7.265 7.36 7.265m6.914-9.726c-1.031 0-1.734-.703-1.734-1.735V24.777l.14-3.914l-2.343 2.836l-1.946 2.227a1.68 1.68 0 0 1-1.242.515c-.96 0-1.687-.75-1.687-1.71c0-.493.14-.891.445-1.22l6.914-7.218c.445-.492.961-.68 1.453-.68c.54 0 1.078.188 1.524.68l6.843 7.219c.328.328.492.726.492 1.218a1.69 1.69 0 0 1-1.71 1.711c-.493 0-.961-.187-1.22-.515l-1.898-2.227l-2.437-2.883l.164 3.961v13.336c0 1.032-.727 1.735-1.758 1.735m15.797 0c-.516 0-1.031-.164-1.5-.657l-6.867-7.218c-.328-.328-.469-.75-.469-1.22c0-.96.703-1.733 1.688-1.733c.492 0 .914.21 1.218.515l1.946 2.227l2.39 2.86l-.187-3.938V17.37c0-1.055.75-1.758 1.781-1.758c1.008 0 1.734.703 1.734 1.758v13.313l-.164 3.96l2.414-2.882l1.899-2.227c.258-.305.726-.515 1.242-.515c.961 0 1.688.773 1.688 1.734c0 .469-.141.867-.47 1.219l-6.843 7.218a2.03 2.03 0 0 1-1.5.657"/></svg>
React
import type { SVGProps } from "react";
export function F7ArrowUpArrowDownSquareFill(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="M13.785 49.574h28.453c4.899 0 7.336-2.437 7.336-7.265V13.69c0-4.828-2.437-7.265-7.336-7.265H13.785c-4.875 0-7.36 2.414-7.36 7.265v28.62c0 4.851 2.485 7.265 7.36 7.265m6.914-9.726c-1.031 0-1.734-.703-1.734-1.735V24.777l.14-3.914l-2.343 2.836l-1.946 2.227a1.68 1.68 0 0 1-1.242.515c-.96 0-1.687-.75-1.687-1.71c0-.493.14-.891.445-1.22l6.914-7.218c.445-.492.961-.68 1.453-.68c.54 0 1.078.188 1.524.68l6.843 7.219c.328.328.492.726.492 1.218a1.69 1.69 0 0 1-1.71 1.711c-.493 0-.961-.187-1.22-.515l-1.898-2.227l-2.437-2.883l.164 3.961v13.336c0 1.032-.727 1.735-1.758 1.735m15.797 0c-.516 0-1.031-.164-1.5-.657l-6.867-7.218c-.328-.328-.469-.75-.469-1.22c0-.96.703-1.733 1.688-1.733c.492 0 .914.21 1.218.515l1.946 2.227l2.39 2.86l-.187-3.938V17.37c0-1.055.75-1.758 1.781-1.758c1.008 0 1.734.703 1.734 1.758v13.313l-.164 3.96l2.414-2.882l1.899-2.227c.258-.305.726-.515 1.242-.515c.961 0 1.688.773 1.688 1.734c0 .469-.141.867-.47 1.219l-6.843 7.218a2.03 2.03 0 0 1-1.5.657"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M13.785 49.574h28.453c4.899 0 7.336-2.437 7.336-7.265V13.69c0-4.828-2.437-7.265-7.336-7.265H13.785c-4.875 0-7.36 2.414-7.36 7.265v28.62c0 4.851 2.485 7.265 7.36 7.265m6.914-9.726c-1.031 0-1.734-.703-1.734-1.735V24.777l.14-3.914l-2.343 2.836l-1.946 2.227a1.68 1.68 0 0 1-1.242.515c-.96 0-1.687-.75-1.687-1.71c0-.493.14-.891.445-1.22l6.914-7.218c.445-.492.961-.68 1.453-.68c.54 0 1.078.188 1.524.68l6.843 7.219c.328.328.492.726.492 1.218a1.69 1.69 0 0 1-1.71 1.711c-.493 0-.961-.187-1.22-.515l-1.898-2.227l-2.437-2.883l.164 3.961v13.336c0 1.032-.727 1.735-1.758 1.735m15.797 0c-.516 0-1.031-.164-1.5-.657l-6.867-7.218c-.328-.328-.469-.75-.469-1.22c0-.96.703-1.733 1.688-1.733c.492 0 .914.21 1.218.515l1.946 2.227l2.39 2.86l-.187-3.938V17.37c0-1.055.75-1.758 1.781-1.758c1.008 0 1.734.703 1.734 1.758v13.313l-.164 3.96l2.414-2.882l1.899-2.227c.258-.305.726-.515 1.242-.515c.961 0 1.688.773 1.688 1.734c0 .469-.141.867-.47 1.219l-6.843 7.218a2.03 2.03 0 0 1-1.5.657"/></svg> </template>
CSS
.icon-arrow-up-arrow-down-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%22M13.785%2049.574h28.453c4.899%200%207.336-2.437%207.336-7.265V13.69c0-4.828-2.437-7.265-7.336-7.265H13.785c-4.875%200-7.36%202.414-7.36%207.265v28.62c0%204.851%202.485%207.265%207.36%207.265m6.914-9.726c-1.031%200-1.734-.703-1.734-1.735V24.777l.14-3.914l-2.343%202.836l-1.946%202.227a1.68%201.68%200%200%201-1.242.515c-.96%200-1.687-.75-1.687-1.71c0-.493.14-.891.445-1.22l6.914-7.218c.445-.492.961-.68%201.453-.68c.54%200%201.078.188%201.524.68l6.843%207.219c.328.328.492.726.492%201.218a1.69%201.69%200%200%201-1.71%201.711c-.493%200-.961-.187-1.22-.515l-1.898-2.227l-2.437-2.883l.164%203.961v13.336c0%201.032-.727%201.735-1.758%201.735m15.797%200c-.516%200-1.031-.164-1.5-.657l-6.867-7.218c-.328-.328-.469-.75-.469-1.22c0-.96.703-1.733%201.688-1.733c.492%200%20.914.21%201.218.515l1.946%202.227l2.39%202.86l-.187-3.938V17.37c0-1.055.75-1.758%201.781-1.758c1.008%200%201.734.703%201.734%201.758v13.313l-.164%203.96l2.414-2.882l1.899-2.227c.258-.305.726-.515%201.242-.515c.961%200%201.688.773%201.688%201.734c0%20.469-.141.867-.47%201.219l-6.843%207.218a2.03%202.03%200%200%201-1.5.657%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%22M13.785%2049.574h28.453c4.899%200%207.336-2.437%207.336-7.265V13.69c0-4.828-2.437-7.265-7.336-7.265H13.785c-4.875%200-7.36%202.414-7.36%207.265v28.62c0%204.851%202.485%207.265%207.36%207.265m6.914-9.726c-1.031%200-1.734-.703-1.734-1.735V24.777l.14-3.914l-2.343%202.836l-1.946%202.227a1.68%201.68%200%200%201-1.242.515c-.96%200-1.687-.75-1.687-1.71c0-.493.14-.891.445-1.22l6.914-7.218c.445-.492.961-.68%201.453-.68c.54%200%201.078.188%201.524.68l6.843%207.219c.328.328.492.726.492%201.218a1.69%201.69%200%200%201-1.71%201.711c-.493%200-.961-.187-1.22-.515l-1.898-2.227l-2.437-2.883l.164%203.961v13.336c0%201.032-.727%201.735-1.758%201.735m15.797%200c-.516%200-1.031-.164-1.5-.657l-6.867-7.218c-.328-.328-.469-.75-.469-1.22c0-.96.703-1.733%201.688-1.733c.492%200%20.914.21%201.218.515l1.946%202.227l2.39%202.86l-.187-3.938V17.37c0-1.055.75-1.758%201.781-1.758c1.008%200%201.734.703%201.734%201.758v13.313l-.164%203.96l2.414-2.882l1.899-2.227c.258-.305.726-.515%201.242-.515c.961%200%201.688.773%201.688%201.734c0%20.469-.141.867-.47%201.219l-6.843%207.218a2.03%202.03%200%200%201-1.5.657%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/arrow-up-arrow-down-square-fill.svg?color=%231a73e8&size=48