chevrons left icon

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

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

The same icon in other sets

Related icons in Jam Icons

Use the chevrons left icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-4.5 -5 24 24"><path fill="currentColor" d="m8.828 7.071l4.95 4.95a1 1 0 1 1-1.414 1.414L6.707 7.778a1 1 0 0 1 0-1.414L12.364.707a1 1 0 0 1 1.414 1.414zm-6 0l4.95 4.95a1 1 0 1 1-1.414 1.414L.707 7.778a1 1 0 0 1 0-1.414L6.364.707a1 1 0 1 1 1.414 1.414z"/></svg>

React

import type { SVGProps } from "react";

export function JamChevronsLeft(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-4.5 -5 24 24"><path fill="currentColor" d="m8.828 7.071l4.95 4.95a1 1 0 1 1-1.414 1.414L6.707 7.778a1 1 0 0 1 0-1.414L12.364.707a1 1 0 0 1 1.414 1.414zm-6 0l4.95 4.95a1 1 0 1 1-1.414 1.414L.707 7.778a1 1 0 0 1 0-1.414L6.364.707a1 1 0 1 1 1.414 1.414z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-4.5 -5 24 24"><path fill="currentColor" d="m8.828 7.071l4.95 4.95a1 1 0 1 1-1.414 1.414L6.707 7.778a1 1 0 0 1 0-1.414L12.364.707a1 1 0 0 1 1.414 1.414zm-6 0l4.95 4.95a1 1 0 1 1-1.414 1.414L.707 7.778a1 1 0 0 1 0-1.414L6.364.707a1 1 0 1 1 1.414 1.414z"/></svg>
</template>

CSS

.icon-chevrons-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-4.5%20-5%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m8.828%207.071l4.95%204.95a1%201%200%201%201-1.414%201.414L6.707%207.778a1%201%200%200%201%200-1.414L12.364.707a1%201%200%200%201%201.414%201.414zm-6%200l4.95%204.95a1%201%200%201%201-1.414%201.414L.707%207.778a1%201%200%200%201%200-1.414L6.364.707a1%201%200%201%201%201.414%201.414z%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-4.5%20-5%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m8.828%207.071l4.95%204.95a1%201%200%201%201-1.414%201.414L6.707%207.778a1%201%200%200%201%200-1.414L12.364.707a1%201%200%200%201%201.414%201.414zm-6%200l4.95%204.95a1%201%200%201%201-1.414%201.414L.707%207.778a1%201%200%200%201%200-1.414L6.364.707a1%201%200%201%201%201.414%201.414z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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