arrow left right square icon

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

Name
arrow-left-right-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 arrow left right 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.265m-1.36-21.633c0-.539.235-.984.75-1.5l8.508-8.578c.352-.328.82-.515 1.36-.515c1.055 0 1.851.82 1.851 1.851c0 .563-.234 1.031-.585 1.383l-3.118 3.094l-3.047 2.555l5.391-.211h10.149l5.39.21l-3.047-2.554l-3.117-3.094a1.93 1.93 0 0 1-.586-1.383c0-1.031.797-1.851 1.852-1.851c.539 0 1.008.187 1.336.515l8.53 8.578c.517.516.75.961.75 1.5c0 .586-.257 1.032-.75 1.524l-8.53 8.531c-.328.328-.797.54-1.336.54c-1.055 0-1.852-.845-1.852-1.876c0-.562.211-1.031.586-1.36l3.117-3.07l3.07-2.578l-5.413.211H23.535l-5.414-.21l3.07 2.578l3.117 3.07c.375.328.586.797.586 1.36c0 1.03-.796 1.874-1.851 1.874a1.97 1.97 0 0 1-1.36-.539l-8.507-8.531c-.492-.492-.75-.938-.75-1.524"/></svg>

React

import type { SVGProps } from "react";

export function F7ArrowLeftRightSquareFill(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.265m-1.36-21.633c0-.539.235-.984.75-1.5l8.508-8.578c.352-.328.82-.515 1.36-.515c1.055 0 1.851.82 1.851 1.851c0 .563-.234 1.031-.585 1.383l-3.118 3.094l-3.047 2.555l5.391-.211h10.149l5.39.21l-3.047-2.554l-3.117-3.094a1.93 1.93 0 0 1-.586-1.383c0-1.031.797-1.851 1.852-1.851c.539 0 1.008.187 1.336.515l8.53 8.578c.517.516.75.961.75 1.5c0 .586-.257 1.032-.75 1.524l-8.53 8.531c-.328.328-.797.54-1.336.54c-1.055 0-1.852-.845-1.852-1.876c0-.562.211-1.031.586-1.36l3.117-3.07l3.07-2.578l-5.413.211H23.535l-5.414-.21l3.07 2.578l3.117 3.07c.375.328.586.797.586 1.36c0 1.03-.796 1.874-1.851 1.874a1.97 1.97 0 0 1-1.36-.539l-8.507-8.531c-.492-.492-.75-.938-.75-1.524"/></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.265m-1.36-21.633c0-.539.235-.984.75-1.5l8.508-8.578c.352-.328.82-.515 1.36-.515c1.055 0 1.851.82 1.851 1.851c0 .563-.234 1.031-.585 1.383l-3.118 3.094l-3.047 2.555l5.391-.211h10.149l5.39.21l-3.047-2.554l-3.117-3.094a1.93 1.93 0 0 1-.586-1.383c0-1.031.797-1.851 1.852-1.851c.539 0 1.008.187 1.336.515l8.53 8.578c.517.516.75.961.75 1.5c0 .586-.257 1.032-.75 1.524l-8.53 8.531c-.328.328-.797.54-1.336.54c-1.055 0-1.852-.845-1.852-1.876c0-.562.211-1.031.586-1.36l3.117-3.07l3.07-2.578l-5.413.211H23.535l-5.414-.21l3.07 2.578l3.117 3.07c.375.328.586.797.586 1.36c0 1.03-.796 1.874-1.851 1.874a1.97 1.97 0 0 1-1.36-.539l-8.507-8.531c-.492-.492-.75-.938-.75-1.524"/></svg>
</template>

CSS

.icon-arrow-left-right-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.265m-1.36-21.633c0-.539.235-.984.75-1.5l8.508-8.578c.352-.328.82-.515%201.36-.515c1.055%200%201.851.82%201.851%201.851c0%20.563-.234%201.031-.585%201.383l-3.118%203.094l-3.047%202.555l5.391-.211h10.149l5.39.21l-3.047-2.554l-3.117-3.094a1.93%201.93%200%200%201-.586-1.383c0-1.031.797-1.851%201.852-1.851c.539%200%201.008.187%201.336.515l8.53%208.578c.517.516.75.961.75%201.5c0%20.586-.257%201.032-.75%201.524l-8.53%208.531c-.328.328-.797.54-1.336.54c-1.055%200-1.852-.845-1.852-1.876c0-.562.211-1.031.586-1.36l3.117-3.07l3.07-2.578l-5.413.211H23.535l-5.414-.21l3.07%202.578l3.117%203.07c.375.328.586.797.586%201.36c0%201.03-.796%201.874-1.851%201.874a1.97%201.97%200%200%201-1.36-.539l-8.507-8.531c-.492-.492-.75-.938-.75-1.524%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.265m-1.36-21.633c0-.539.235-.984.75-1.5l8.508-8.578c.352-.328.82-.515%201.36-.515c1.055%200%201.851.82%201.851%201.851c0%20.563-.234%201.031-.585%201.383l-3.118%203.094l-3.047%202.555l5.391-.211h10.149l5.39.21l-3.047-2.554l-3.117-3.094a1.93%201.93%200%200%201-.586-1.383c0-1.031.797-1.851%201.852-1.851c.539%200%201.008.187%201.336.515l8.53%208.578c.517.516.75.961.75%201.5c0%20.586-.257%201.032-.75%201.524l-8.53%208.531c-.328.328-.797.54-1.336.54c-1.055%200-1.852-.845-1.852-1.876c0-.562.211-1.031.586-1.36l3.117-3.07l3.07-2.578l-5.413.211H23.535l-5.414-.21l3.07%202.578l3.117%203.07c.375.328.586.797.586%201.36c0%201.03-.796%201.874-1.851%201.874a1.97%201.97%200%200%201-1.36-.539l-8.507-8.531c-.492-.492-.75-.938-.75-1.524%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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