chevron compact left icon

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

Name
chevron-compact-left
Set
Framework7 Icons
Style
Outline
Viewbox
56×56
License
MIT

The same icon in other sets

Related icons in Framework7 Icons

Use the chevron compact left icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M29.395 47.395c.351.914 1.148 1.5 2.015 1.5c1.383 0 2.414-1.008 2.414-2.391c0-.703-.398-1.617-.61-2.227l-6.421-16.289L33.215 11.7c.21-.61.61-1.547.61-2.226c0-1.36-1.032-2.368-2.415-2.368c-.867 0-1.664.563-2.015 1.477l-6.282 15.984c-.422 1.079-.937 2.391-.937 3.422s.515 2.344.937 3.422Z"/></svg>

React

import type { SVGProps } from "react";

export function F7ChevronCompactLeft(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="M29.395 47.395c.351.914 1.148 1.5 2.015 1.5c1.383 0 2.414-1.008 2.414-2.391c0-.703-.398-1.617-.61-2.227l-6.421-16.289L33.215 11.7c.21-.61.61-1.547.61-2.226c0-1.36-1.032-2.368-2.415-2.368c-.867 0-1.664.563-2.015 1.477l-6.282 15.984c-.422 1.079-.937 2.391-.937 3.422s.515 2.344.937 3.422Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M29.395 47.395c.351.914 1.148 1.5 2.015 1.5c1.383 0 2.414-1.008 2.414-2.391c0-.703-.398-1.617-.61-2.227l-6.421-16.289L33.215 11.7c.21-.61.61-1.547.61-2.226c0-1.36-1.032-2.368-2.415-2.368c-.867 0-1.664.563-2.015 1.477l-6.282 15.984c-.422 1.079-.937 2.391-.937 3.422s.515 2.344.937 3.422Z"/></svg>
</template>

CSS

.icon-chevron-compact-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%22M29.395%2047.395c.351.914%201.148%201.5%202.015%201.5c1.383%200%202.414-1.008%202.414-2.391c0-.703-.398-1.617-.61-2.227l-6.421-16.289L33.215%2011.7c.21-.61.61-1.547.61-2.226c0-1.36-1.032-2.368-2.415-2.368c-.867%200-1.664.563-2.015%201.477l-6.282%2015.984c-.422%201.079-.937%202.391-.937%203.422s.515%202.344.937%203.422Z%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%22M29.395%2047.395c.351.914%201.148%201.5%202.015%201.5c1.383%200%202.414-1.008%202.414-2.391c0-.703-.398-1.617-.61-2.227l-6.421-16.289L33.215%2011.7c.21-.61.61-1.547.61-2.226c0-1.36-1.032-2.368-2.415-2.368c-.867%200-1.664.563-2.015%201.477l-6.282%2015.984c-.422%201.079-.937%202.391-.937%203.422s.515%202.344.937%203.422Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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