lean from Material Icon Theme by Material Extensions · Color · MIT Free for personal and commercial use.

Name
lean
Set
Material Icon Theme
Style
Color
Viewbox
4.5×4.5
License
MIT

Use the lean logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2 4.5 4.5"><path fill="#448aff" d="m-1.353-1.719l-.366.188l1.97 3.75l1.968-3.75l-.366-.188l-.871 1.66H-.482zM-.313.25H.813L.25 1.375z" color="#000"/></svg>

React

import type { SVGProps } from "react";

export function MaterialIconThemeLean(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2 4.5 4.5"><path fill="#448aff" d="m-1.353-1.719l-.366.188l1.97 3.75l1.968-3.75l-.366-.188l-.871 1.66H-.482zM-.313.25H.813L.25 1.375z" color="#000"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2 4.5 4.5"><path fill="#448aff" d="m-1.353-1.719l-.366.188l1.97 3.75l1.968-3.75l-.366-.188l-.871 1.66H-.482zM-.313.25H.813L.25 1.375z" color="#000"/></svg>
</template>

CSS

.icon-lean {
  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-2%20-2%204.5%204.5%22%3E%3Cpath%20fill%3D%22%23448aff%22%20d%3D%22m-1.353-1.719l-.366.188l1.97%203.75l1.968-3.75l-.366-.188l-.871%201.66H-.482zM-.313.25H.813L.25%201.375z%22%20color%3D%22%23000%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-2%20-2%204.5%204.5%22%3E%3Cpath%20fill%3D%22%23448aff%22%20d%3D%22m-1.353-1.719l-.366.188l1.97%203.75l1.968-3.75l-.366-.188l-.871%201.66H-.482zM-.313.25H.813L.25%201.375z%22%20color%3D%22%23000%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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