sidebar left icon

sidebar-left from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.

Name
sidebar-left
Set
Reicon
Style
Outline
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

All sidebar left icons →

More newicons icons from Reicon

Use the sidebar left icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M13.77 4.624c1.906 0 3.26.002 4.288.14c1.006.135 1.586.389 2.01.812s.676 1.003.811 2.009c.139 1.028.14 2.382.14 4.29c0 1.906-.001 3.26-.14 4.288c-.135 1.006-.388 1.586-.812 2.01c-.423.423-1.003.676-2.009.811c-1.027.139-2.382.14-4.289.14h-4c-1.907 0-3.261-.001-4.289-.14c-1.006-.135-1.586-.389-2.009-.812s-.677-1.003-.812-2.009c-.138-1.027-.14-2.382-.14-4.289s.002-3.261.14-4.289c.135-1.006.389-1.586.812-2.009s1.003-.677 2.01-.812c1.027-.138 2.381-.14 4.288-.14zm7.358-.109c-.748-.748-1.697-1.08-2.87-1.238c-1.139-.153-2.594-.153-4.432-.153H9.713c-1.838 0-3.294 0-4.433.153c-1.172.158-2.121.49-2.87 1.238c-.748.749-1.08 1.698-1.238 2.87c-.153 1.14-.153 2.595-.153 4.433v.113c0 1.837 0 3.293.153 4.432c.158 1.173.49 2.122 1.239 2.87c.748.748 1.697 1.08 2.87 1.238c1.138.153 2.594.153 12.977 0c1.173-.158 2.122-.49 2.87-1.238s1.08-1.697 1.238-2.87c.153-1.139.153-2.595.153-4.432v-.113c0-1.838 0-3.294-.153-4.433c-.157-1.172-.49-2.121-1.238-2.87" clip-rule="evenodd"/><path d="M4.74 8.122a.75.75 0 0 1 .748.752l-.008 3l-.008 3a.75.75 0 0 1-1.5-.004l.016-6a.75.75 0 0 1 .752-.748"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconSidebarLeft(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M13.77 4.624c1.906 0 3.26.002 4.288.14c1.006.135 1.586.389 2.01.812s.676 1.003.811 2.009c.139 1.028.14 2.382.14 4.29c0 1.906-.001 3.26-.14 4.288c-.135 1.006-.388 1.586-.812 2.01c-.423.423-1.003.676-2.009.811c-1.027.139-2.382.14-4.289.14h-4c-1.907 0-3.261-.001-4.289-.14c-1.006-.135-1.586-.389-2.009-.812s-.677-1.003-.812-2.009c-.138-1.027-.14-2.382-.14-4.289s.002-3.261.14-4.289c.135-1.006.389-1.586.812-2.009s1.003-.677 2.01-.812c1.027-.138 2.381-.14 4.288-.14zm7.358-.109c-.748-.748-1.697-1.08-2.87-1.238c-1.139-.153-2.594-.153-4.432-.153H9.713c-1.838 0-3.294 0-4.433.153c-1.172.158-2.121.49-2.87 1.238c-.748.749-1.08 1.698-1.238 2.87c-.153 1.14-.153 2.595-.153 4.433v.113c0 1.837 0 3.293.153 4.432c.158 1.173.49 2.122 1.239 2.87c.748.748 1.697 1.08 2.87 1.238c1.138.153 2.594.153 12.977 0c1.173-.158 2.122-.49 2.87-1.238s1.08-1.697 1.238-2.87c.153-1.139.153-2.595.153-4.432v-.113c0-1.838 0-3.294-.153-4.433c-.157-1.172-.49-2.121-1.238-2.87" clipRule="evenodd"/><path d="M4.74 8.122a.75.75 0 0 1 .748.752l-.008 3l-.008 3a.75.75 0 0 1-1.5-.004l.016-6a.75.75 0 0 1 .752-.748"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M13.77 4.624c1.906 0 3.26.002 4.288.14c1.006.135 1.586.389 2.01.812s.676 1.003.811 2.009c.139 1.028.14 2.382.14 4.29c0 1.906-.001 3.26-.14 4.288c-.135 1.006-.388 1.586-.812 2.01c-.423.423-1.003.676-2.009.811c-1.027.139-2.382.14-4.289.14h-4c-1.907 0-3.261-.001-4.289-.14c-1.006-.135-1.586-.389-2.009-.812s-.677-1.003-.812-2.009c-.138-1.027-.14-2.382-.14-4.289s.002-3.261.14-4.289c.135-1.006.389-1.586.812-2.009s1.003-.677 2.01-.812c1.027-.138 2.381-.14 4.288-.14zm7.358-.109c-.748-.748-1.697-1.08-2.87-1.238c-1.139-.153-2.594-.153-4.432-.153H9.713c-1.838 0-3.294 0-4.433.153c-1.172.158-2.121.49-2.87 1.238c-.748.749-1.08 1.698-1.238 2.87c-.153 1.14-.153 2.595-.153 4.433v.113c0 1.837 0 3.293.153 4.432c.158 1.173.49 2.122 1.239 2.87c.748.748 1.697 1.08 2.87 1.238c1.138.153 2.594.153 12.977 0c1.173-.158 2.122-.49 2.87-1.238s1.08-1.697 1.238-2.87c.153-1.139.153-2.595.153-4.432v-.113c0-1.838 0-3.294-.153-4.433c-.157-1.172-.49-2.121-1.238-2.87" clip-rule="evenodd"/><path d="M4.74 8.122a.75.75 0 0 1 .748.752l-.008 3l-.008 3a.75.75 0 0 1-1.5-.004l.016-6a.75.75 0 0 1 .752-.748"/></g></svg>
</template>

CSS

.icon-sidebar-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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M13.77%204.624c1.906%200%203.26.002%204.288.14c1.006.135%201.586.389%202.01.812s.676%201.003.811%202.009c.139%201.028.14%202.382.14%204.29c0%201.906-.001%203.26-.14%204.288c-.135%201.006-.388%201.586-.812%202.01c-.423.423-1.003.676-2.009.811c-1.027.139-2.382.14-4.289.14h-4c-1.907%200-3.261-.001-4.289-.14c-1.006-.135-1.586-.389-2.009-.812s-.677-1.003-.812-2.009c-.138-1.027-.14-2.382-.14-4.289s.002-3.261.14-4.289c.135-1.006.389-1.586.812-2.009s1.003-.677%202.01-.812c1.027-.138%202.381-.14%204.288-.14zm7.358-.109c-.748-.748-1.697-1.08-2.87-1.238c-1.139-.153-2.594-.153-4.432-.153H9.713c-1.838%200-3.294%200-4.433.153c-1.172.158-2.121.49-2.87%201.238c-.748.749-1.08%201.698-1.238%202.87c-.153%201.14-.153%202.595-.153%204.433v.113c0%201.837%200%203.293.153%204.432c.158%201.173.49%202.122%201.239%202.87c.748.748%201.697%201.08%202.87%201.238c1.138.153%202.594.153%2012.977%200c1.173-.158%202.122-.49%202.87-1.238s1.08-1.697%201.238-2.87c.153-1.139.153-2.595.153-4.432v-.113c0-1.838%200-3.294-.153-4.433c-.157-1.172-.49-2.121-1.238-2.87%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M4.74%208.122a.75.75%200%200%201%20.748.752l-.008%203l-.008%203a.75.75%200%200%201-1.5-.004l.016-6a.75.75%200%200%201%20.752-.748%22%2F%3E%3C%2Fg%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M13.77%204.624c1.906%200%203.26.002%204.288.14c1.006.135%201.586.389%202.01.812s.676%201.003.811%202.009c.139%201.028.14%202.382.14%204.29c0%201.906-.001%203.26-.14%204.288c-.135%201.006-.388%201.586-.812%202.01c-.423.423-1.003.676-2.009.811c-1.027.139-2.382.14-4.289.14h-4c-1.907%200-3.261-.001-4.289-.14c-1.006-.135-1.586-.389-2.009-.812s-.677-1.003-.812-2.009c-.138-1.027-.14-2.382-.14-4.289s.002-3.261.14-4.289c.135-1.006.389-1.586.812-2.009s1.003-.677%202.01-.812c1.027-.138%202.381-.14%204.288-.14zm7.358-.109c-.748-.748-1.697-1.08-2.87-1.238c-1.139-.153-2.594-.153-4.432-.153H9.713c-1.838%200-3.294%200-4.433.153c-1.172.158-2.121.49-2.87%201.238c-.748.749-1.08%201.698-1.238%202.87c-.153%201.14-.153%202.595-.153%204.433v.113c0%201.837%200%203.293.153%204.432c.158%201.173.49%202.122%201.239%202.87c.748.748%201.697%201.08%202.87%201.238c1.138.153%202.594.153%2012.977%200c1.173-.158%202.122-.49%202.87-1.238s1.08-1.697%201.238-2.87c.153-1.139.153-2.595.153-4.432v-.113c0-1.838%200-3.294-.153-4.433c-.157-1.172-.49-2.121-1.238-2.87%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M4.74%208.122a.75.75%200%200%201%20.748.752l-.008%203l-.008%203a.75.75%200%200%201-1.5-.004l.016-6a.75.75%200%200%201%20.752-.748%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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