chevron left icon

chevron-left from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.

Name
chevron-left
Set
Jam Icons
Style
Outline
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Jam Icons

Use the chevron left icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-8 -5 24 24"><path fill="currentColor" d="m2.757 7l4.95 4.95a1 1 0 1 1-1.414 1.414L.636 7.707a1 1 0 0 1 0-1.414L6.293.636A1 1 0 0 1 7.707 2.05z"/></svg>

React

import type { SVGProps } from "react";

export function JamChevronLeft(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-8 -5 24 24"><path fill="currentColor" d="m2.757 7l4.95 4.95a1 1 0 1 1-1.414 1.414L.636 7.707a1 1 0 0 1 0-1.414L6.293.636A1 1 0 0 1 7.707 2.05z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-8 -5 24 24"><path fill="currentColor" d="m2.757 7l4.95 4.95a1 1 0 1 1-1.414 1.414L.636 7.707a1 1 0 0 1 0-1.414L6.293.636A1 1 0 0 1 7.707 2.05z"/></svg>
</template>

CSS

.icon-chevron-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%22-8%20-5%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m2.757%207l4.95%204.95a1%201%200%201%201-1.414%201.414L.636%207.707a1%201%200%200%201%200-1.414L6.293.636A1%201%200%200%201%207.707%202.05z%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%22-8%20-5%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m2.757%207l4.95%204.95a1%201%200%201%201-1.414%201.414L.636%207.707a1%201%200%200%201%200-1.414L6.293.636A1%201%200%200%201%207.707%202.05z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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