square arrow left icon

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

Name
square-arrow-left
Set
Framework7 Icons
Style
Outline
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 left icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M36.098 27.988c0 1.008-.844 1.875-1.829 1.875H10.2L6.684 29.7l1.687 1.594l3.773 3.563c.375.328.563.82.563 1.288c0 .985-.703 1.688-1.64 1.688c-.516 0-.891-.21-1.243-.562l-7.64-7.922c-.47-.47-.633-.867-.633-1.36c0-.468.164-.89.633-1.36l7.64-7.921c.352-.352.727-.539 1.242-.539c.938 0 1.64.727 1.64 1.71c0 .446-.187.938-.562 1.267l-3.773 3.539l-1.664 1.593l3.492-.14h24.07c.985 0 1.828.843 1.828 1.851m18.351 13.453c0 4.875-2.414 7.36-7.265 7.36h-23.11c-4.851 0-7.265-2.485-7.265-7.36v-6.539h3.773v6.47c0 2.343 1.242 3.655 3.68 3.655h22.734c2.438 0 3.68-1.312 3.68-3.656V14.605c0-2.296-1.242-3.632-3.68-3.632H24.262c-2.438 0-3.68 1.336-3.68 3.632v6.47h-3.773v-6.516c0-4.922 2.437-7.36 7.265-7.36h23.11c4.828 0 7.265 2.438 7.265 7.36z"/></svg>

React

import type { SVGProps } from "react";

export function F7SquareArrowLeft(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="M36.098 27.988c0 1.008-.844 1.875-1.829 1.875H10.2L6.684 29.7l1.687 1.594l3.773 3.563c.375.328.563.82.563 1.288c0 .985-.703 1.688-1.64 1.688c-.516 0-.891-.21-1.243-.562l-7.64-7.922c-.47-.47-.633-.867-.633-1.36c0-.468.164-.89.633-1.36l7.64-7.921c.352-.352.727-.539 1.242-.539c.938 0 1.64.727 1.64 1.71c0 .446-.187.938-.562 1.267l-3.773 3.539l-1.664 1.593l3.492-.14h24.07c.985 0 1.828.843 1.828 1.851m18.351 13.453c0 4.875-2.414 7.36-7.265 7.36h-23.11c-4.851 0-7.265-2.485-7.265-7.36v-6.539h3.773v6.47c0 2.343 1.242 3.655 3.68 3.655h22.734c2.438 0 3.68-1.312 3.68-3.656V14.605c0-2.296-1.242-3.632-3.68-3.632H24.262c-2.438 0-3.68 1.336-3.68 3.632v6.47h-3.773v-6.516c0-4.922 2.437-7.36 7.265-7.36h23.11c4.828 0 7.265 2.438 7.265 7.36z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M36.098 27.988c0 1.008-.844 1.875-1.829 1.875H10.2L6.684 29.7l1.687 1.594l3.773 3.563c.375.328.563.82.563 1.288c0 .985-.703 1.688-1.64 1.688c-.516 0-.891-.21-1.243-.562l-7.64-7.922c-.47-.47-.633-.867-.633-1.36c0-.468.164-.89.633-1.36l7.64-7.921c.352-.352.727-.539 1.242-.539c.938 0 1.64.727 1.64 1.71c0 .446-.187.938-.562 1.267l-3.773 3.539l-1.664 1.593l3.492-.14h24.07c.985 0 1.828.843 1.828 1.851m18.351 13.453c0 4.875-2.414 7.36-7.265 7.36h-23.11c-4.851 0-7.265-2.485-7.265-7.36v-6.539h3.773v6.47c0 2.343 1.242 3.655 3.68 3.655h22.734c2.438 0 3.68-1.312 3.68-3.656V14.605c0-2.296-1.242-3.632-3.68-3.632H24.262c-2.438 0-3.68 1.336-3.68 3.632v6.47h-3.773v-6.516c0-4.922 2.437-7.36 7.265-7.36h23.11c4.828 0 7.265 2.438 7.265 7.36z"/></svg>
</template>

CSS

.icon-square-arrow-left {
  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%22M36.098%2027.988c0%201.008-.844%201.875-1.829%201.875H10.2L6.684%2029.7l1.687%201.594l3.773%203.563c.375.328.563.82.563%201.288c0%20.985-.703%201.688-1.64%201.688c-.516%200-.891-.21-1.243-.562l-7.64-7.922c-.47-.47-.633-.867-.633-1.36c0-.468.164-.89.633-1.36l7.64-7.921c.352-.352.727-.539%201.242-.539c.938%200%201.64.727%201.64%201.71c0%20.446-.187.938-.562%201.267l-3.773%203.539l-1.664%201.593l3.492-.14h24.07c.985%200%201.828.843%201.828%201.851m18.351%2013.453c0%204.875-2.414%207.36-7.265%207.36h-23.11c-4.851%200-7.265-2.485-7.265-7.36v-6.539h3.773v6.47c0%202.343%201.242%203.655%203.68%203.655h22.734c2.438%200%203.68-1.312%203.68-3.656V14.605c0-2.296-1.242-3.632-3.68-3.632H24.262c-2.438%200-3.68%201.336-3.68%203.632v6.47h-3.773v-6.516c0-4.922%202.437-7.36%207.265-7.36h23.11c4.828%200%207.265%202.438%207.265%207.36z%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%22M36.098%2027.988c0%201.008-.844%201.875-1.829%201.875H10.2L6.684%2029.7l1.687%201.594l3.773%203.563c.375.328.563.82.563%201.288c0%20.985-.703%201.688-1.64%201.688c-.516%200-.891-.21-1.243-.562l-7.64-7.922c-.47-.47-.633-.867-.633-1.36c0-.468.164-.89.633-1.36l7.64-7.921c.352-.352.727-.539%201.242-.539c.938%200%201.64.727%201.64%201.71c0%20.446-.187.938-.562%201.267l-3.773%203.539l-1.664%201.593l3.492-.14h24.07c.985%200%201.828.843%201.828%201.851m18.351%2013.453c0%204.875-2.414%207.36-7.265%207.36h-23.11c-4.851%200-7.265-2.485-7.265-7.36v-6.539h3.773v6.47c0%202.343%201.242%203.655%203.68%203.655h22.734c2.438%200%203.68-1.312%203.68-3.656V14.605c0-2.296-1.242-3.632-3.68-3.632H24.262c-2.438%200-3.68%201.336-3.68%203.632v6.47h-3.773v-6.516c0-4.922%202.437-7.36%207.265-7.36h23.11c4.828%200%207.265%202.438%207.265%207.36z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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