graph left icon

graph-left from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.

Name
graph-left
Set
Codicons
Style
Regular
Viewbox
16×16
License
CC BY 4.0

Related icons in Codicons

Use the graph left icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M6.25 5h-1.5a.75.75 0 0 0-.75.75v8.5c0 .413.336.75.75.75h1.5a.75.75 0 0 0 .75-.75v-8.5A.75.75 0 0 0 6.25 5M6 14H5V6h1zm4.25-9h-1.5a.75.75 0 0 0-.75.75v6.5c0 .413.336.75.75.75h1.5a.75.75 0 0 0 .75-.75v-6.5a.75.75 0 0 0-.75-.75M10 12H9V6h1zm4.25-7h-1.5a.75.75 0 0 0-.75.75v4.5c0 .413.336.75.75.75h1.5a.75.75 0 0 0 .75-.75v-4.5a.75.75 0 0 0-.75-.75M14 10h-1V6h1zM2.707 3H14.5a.5.5 0 0 0 0-1H2.707l.646-.646a.5.5 0 0 0-.707-.707l-1.5 1.5a.5.5 0 0 0 0 .707l1.5 1.5a.5.5 0 0 0 .708 0a.5.5 0 0 0 0-.707z"/></svg>

React

import type { SVGProps } from "react";

export function CodiconGraphLeft(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M6.25 5h-1.5a.75.75 0 0 0-.75.75v8.5c0 .413.336.75.75.75h1.5a.75.75 0 0 0 .75-.75v-8.5A.75.75 0 0 0 6.25 5M6 14H5V6h1zm4.25-9h-1.5a.75.75 0 0 0-.75.75v6.5c0 .413.336.75.75.75h1.5a.75.75 0 0 0 .75-.75v-6.5a.75.75 0 0 0-.75-.75M10 12H9V6h1zm4.25-7h-1.5a.75.75 0 0 0-.75.75v4.5c0 .413.336.75.75.75h1.5a.75.75 0 0 0 .75-.75v-4.5a.75.75 0 0 0-.75-.75M14 10h-1V6h1zM2.707 3H14.5a.5.5 0 0 0 0-1H2.707l.646-.646a.5.5 0 0 0-.707-.707l-1.5 1.5a.5.5 0 0 0 0 .707l1.5 1.5a.5.5 0 0 0 .708 0a.5.5 0 0 0 0-.707z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M6.25 5h-1.5a.75.75 0 0 0-.75.75v8.5c0 .413.336.75.75.75h1.5a.75.75 0 0 0 .75-.75v-8.5A.75.75 0 0 0 6.25 5M6 14H5V6h1zm4.25-9h-1.5a.75.75 0 0 0-.75.75v6.5c0 .413.336.75.75.75h1.5a.75.75 0 0 0 .75-.75v-6.5a.75.75 0 0 0-.75-.75M10 12H9V6h1zm4.25-7h-1.5a.75.75 0 0 0-.75.75v4.5c0 .413.336.75.75.75h1.5a.75.75 0 0 0 .75-.75v-4.5a.75.75 0 0 0-.75-.75M14 10h-1V6h1zM2.707 3H14.5a.5.5 0 0 0 0-1H2.707l.646-.646a.5.5 0 0 0-.707-.707l-1.5 1.5a.5.5 0 0 0 0 .707l1.5 1.5a.5.5 0 0 0 .708 0a.5.5 0 0 0 0-.707z"/></svg>
</template>

CSS

.icon-graph-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.25%205h-1.5a.75.75%200%200%200-.75.75v8.5c0%20.413.336.75.75.75h1.5a.75.75%200%200%200%20.75-.75v-8.5A.75.75%200%200%200%206.25%205M6%2014H5V6h1zm4.25-9h-1.5a.75.75%200%200%200-.75.75v6.5c0%20.413.336.75.75.75h1.5a.75.75%200%200%200%20.75-.75v-6.5a.75.75%200%200%200-.75-.75M10%2012H9V6h1zm4.25-7h-1.5a.75.75%200%200%200-.75.75v4.5c0%20.413.336.75.75.75h1.5a.75.75%200%200%200%20.75-.75v-4.5a.75.75%200%200%200-.75-.75M14%2010h-1V6h1zM2.707%203H14.5a.5.5%200%200%200%200-1H2.707l.646-.646a.5.5%200%200%200-.707-.707l-1.5%201.5a.5.5%200%200%200%200%20.707l1.5%201.5a.5.5%200%200%200%20.708%200a.5.5%200%200%200%200-.707z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.25%205h-1.5a.75.75%200%200%200-.75.75v8.5c0%20.413.336.75.75.75h1.5a.75.75%200%200%200%20.75-.75v-8.5A.75.75%200%200%200%206.25%205M6%2014H5V6h1zm4.25-9h-1.5a.75.75%200%200%200-.75.75v6.5c0%20.413.336.75.75.75h1.5a.75.75%200%200%200%20.75-.75v-6.5a.75.75%200%200%200-.75-.75M10%2012H9V6h1zm4.25-7h-1.5a.75.75%200%200%200-.75.75v4.5c0%20.413.336.75.75.75h1.5a.75.75%200%200%200%20.75-.75v-4.5a.75.75%200%200%200-.75-.75M14%2010h-1V6h1zM2.707%203H14.5a.5.5%200%200%200%200-1H2.707l.646-.646a.5.5%200%200%200-.707-.707l-1.5%201.5a.5.5%200%200%200%200%20.707l1.5%201.5a.5.5%200%200%200%20.708%200a.5.5%200%200%200%200-.707z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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