arrow right arrow left square icon
arrow-right-arrow-left-square-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.
- Name
- arrow-right-arrow-left-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 right arrow left 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.265m26.93-29.625c0 1.031-.703 1.781-1.735 1.781H25.644l-3.937-.187l2.86 2.438l2.038 1.71c.328.258.516.704.516 1.22c0 .96-.75 1.71-1.71 1.71c-.493 0-.892-.164-1.243-.492l-7.008-6.633c-.469-.469-.68-1.008-.68-1.547c0-.492.188-1.008.68-1.453l7.008-6.703c.352-.305.75-.469 1.242-.469c.961 0 1.711.75 1.711 1.711c0 .516-.187.914-.516 1.219l-2.039 1.758l-2.836 2.367l3.914-.164H38.98c1.032 0 1.735.726 1.735 1.734m0 15.797c0 .516-.188 1.078-.657 1.5l-7.03 6.656c-.329.328-.75.47-1.22.47c-.96 0-1.71-.727-1.71-1.688c0-.516.187-.985.515-1.243l2.04-1.71l2.859-2.415l-3.938.164H18.238c-1.031 0-1.758-.726-1.758-1.734c0-1.031.727-1.781 1.758-1.781h13.336l3.914.187l-2.836-2.39l-2.039-1.758c-.328-.281-.515-.703-.515-1.195c0-.985.75-1.688 1.71-1.688c.47 0 .891.117 1.22.445l7.03 6.704c.493.468.657.96.657 1.476"/></svg>
React
import type { SVGProps } from "react";
export function F7ArrowRightArrowLeftSquareFill(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.265m26.93-29.625c0 1.031-.703 1.781-1.735 1.781H25.644l-3.937-.187l2.86 2.438l2.038 1.71c.328.258.516.704.516 1.22c0 .96-.75 1.71-1.71 1.71c-.493 0-.892-.164-1.243-.492l-7.008-6.633c-.469-.469-.68-1.008-.68-1.547c0-.492.188-1.008.68-1.453l7.008-6.703c.352-.305.75-.469 1.242-.469c.961 0 1.711.75 1.711 1.711c0 .516-.187.914-.516 1.219l-2.039 1.758l-2.836 2.367l3.914-.164H38.98c1.032 0 1.735.726 1.735 1.734m0 15.797c0 .516-.188 1.078-.657 1.5l-7.03 6.656c-.329.328-.75.47-1.22.47c-.96 0-1.71-.727-1.71-1.688c0-.516.187-.985.515-1.243l2.04-1.71l2.859-2.415l-3.938.164H18.238c-1.031 0-1.758-.726-1.758-1.734c0-1.031.727-1.781 1.758-1.781h13.336l3.914.187l-2.836-2.39l-2.039-1.758c-.328-.281-.515-.703-.515-1.195c0-.985.75-1.688 1.71-1.688c.47 0 .891.117 1.22.445l7.03 6.704c.493.468.657.96.657 1.476"/></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.265m26.93-29.625c0 1.031-.703 1.781-1.735 1.781H25.644l-3.937-.187l2.86 2.438l2.038 1.71c.328.258.516.704.516 1.22c0 .96-.75 1.71-1.71 1.71c-.493 0-.892-.164-1.243-.492l-7.008-6.633c-.469-.469-.68-1.008-.68-1.547c0-.492.188-1.008.68-1.453l7.008-6.703c.352-.305.75-.469 1.242-.469c.961 0 1.711.75 1.711 1.711c0 .516-.187.914-.516 1.219l-2.039 1.758l-2.836 2.367l3.914-.164H38.98c1.032 0 1.735.726 1.735 1.734m0 15.797c0 .516-.188 1.078-.657 1.5l-7.03 6.656c-.329.328-.75.47-1.22.47c-.96 0-1.71-.727-1.71-1.688c0-.516.187-.985.515-1.243l2.04-1.71l2.859-2.415l-3.938.164H18.238c-1.031 0-1.758-.726-1.758-1.734c0-1.031.727-1.781 1.758-1.781h13.336l3.914.187l-2.836-2.39l-2.039-1.758c-.328-.281-.515-.703-.515-1.195c0-.985.75-1.688 1.71-1.688c.47 0 .891.117 1.22.445l7.03 6.704c.493.468.657.96.657 1.476"/></svg> </template>
CSS
.icon-arrow-right-arrow-left-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.265m26.93-29.625c0%201.031-.703%201.781-1.735%201.781H25.644l-3.937-.187l2.86%202.438l2.038%201.71c.328.258.516.704.516%201.22c0%20.96-.75%201.71-1.71%201.71c-.493%200-.892-.164-1.243-.492l-7.008-6.633c-.469-.469-.68-1.008-.68-1.547c0-.492.188-1.008.68-1.453l7.008-6.703c.352-.305.75-.469%201.242-.469c.961%200%201.711.75%201.711%201.711c0%20.516-.187.914-.516%201.219l-2.039%201.758l-2.836%202.367l3.914-.164H38.98c1.032%200%201.735.726%201.735%201.734m0%2015.797c0%20.516-.188%201.078-.657%201.5l-7.03%206.656c-.329.328-.75.47-1.22.47c-.96%200-1.71-.727-1.71-1.688c0-.516.187-.985.515-1.243l2.04-1.71l2.859-2.415l-3.938.164H18.238c-1.031%200-1.758-.726-1.758-1.734c0-1.031.727-1.781%201.758-1.781h13.336l3.914.187l-2.836-2.39l-2.039-1.758c-.328-.281-.515-.703-.515-1.195c0-.985.75-1.688%201.71-1.688c.47%200%20.891.117%201.22.445l7.03%206.704c.493.468.657.96.657%201.476%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.265m26.93-29.625c0%201.031-.703%201.781-1.735%201.781H25.644l-3.937-.187l2.86%202.438l2.038%201.71c.328.258.516.704.516%201.22c0%20.96-.75%201.71-1.71%201.71c-.493%200-.892-.164-1.243-.492l-7.008-6.633c-.469-.469-.68-1.008-.68-1.547c0-.492.188-1.008.68-1.453l7.008-6.703c.352-.305.75-.469%201.242-.469c.961%200%201.711.75%201.711%201.711c0%20.516-.187.914-.516%201.219l-2.039%201.758l-2.836%202.367l3.914-.164H38.98c1.032%200%201.735.726%201.735%201.734m0%2015.797c0%20.516-.188%201.078-.657%201.5l-7.03%206.656c-.329.328-.75.47-1.22.47c-.96%200-1.71-.727-1.71-1.688c0-.516.187-.985.515-1.243l2.04-1.71l2.859-2.415l-3.938.164H18.238c-1.031%200-1.758-.726-1.758-1.734c0-1.031.727-1.781%201.758-1.781h13.336l3.914.187l-2.836-2.39l-2.039-1.758c-.328-.281-.515-.703-.515-1.195c0-.985.75-1.688%201.71-1.688c.47%200%20.891.117%201.22.445l7.03%206.704c.493.468.657.96.657%201.476%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/arrow-right-arrow-left-square-fill.svg?color=%231a73e8&size=48