direction left 02 icon
direction-left-02 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- direction-left-02
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the direction left 02 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M7.06 5.68c.626-.827.939-1.24 1.367-1.46S9.343 4 10.32 4H16c.943 0 1.414 0 1.707.293S18 5.057 18 6v3c0 .943 0 1.414-.293 1.707S16.943 11 16 11h-5.679c-.978 0-1.466 0-1.894-.22s-.741-.633-1.367-1.46l-.248-.326C6.271 8.28 6 7.922 6 7.5s.27-.78.812-1.494z"/><path d="M7.06 5.68c.626-.827.939-1.24 1.367-1.46S9.343 4 10.32 4H16c.943 0 1.414 0 1.707.293S18 5.057 18 6v3c0 .943 0 1.414-.293 1.707S16.943 11 16 11h-5.679c-.978 0-1.466 0-1.894-.22s-.741-.633-1.367-1.46l-.248-.326C6.271 8.28 6 7.922 6 7.5s.27-.78.812-1.494zM14 21V11m0-7V3m-4 18h8"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsDirectionLeft02(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M7.06 5.68c.626-.827.939-1.24 1.367-1.46S9.343 4 10.32 4H16c.943 0 1.414 0 1.707.293S18 5.057 18 6v3c0 .943 0 1.414-.293 1.707S16.943 11 16 11h-5.679c-.978 0-1.466 0-1.894-.22s-.741-.633-1.367-1.46l-.248-.326C6.271 8.28 6 7.922 6 7.5s.27-.78.812-1.494z"/><path d="M7.06 5.68c.626-.827.939-1.24 1.367-1.46S9.343 4 10.32 4H16c.943 0 1.414 0 1.707.293S18 5.057 18 6v3c0 .943 0 1.414-.293 1.707S16.943 11 16 11h-5.679c-.978 0-1.466 0-1.894-.22s-.741-.633-1.367-1.46l-.248-.326C6.271 8.28 6 7.922 6 7.5s.27-.78.812-1.494zM14 21V11m0-7V3m-4 18h8"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M7.06 5.68c.626-.827.939-1.24 1.367-1.46S9.343 4 10.32 4H16c.943 0 1.414 0 1.707.293S18 5.057 18 6v3c0 .943 0 1.414-.293 1.707S16.943 11 16 11h-5.679c-.978 0-1.466 0-1.894-.22s-.741-.633-1.367-1.46l-.248-.326C6.271 8.28 6 7.922 6 7.5s.27-.78.812-1.494z"/><path d="M7.06 5.68c.626-.827.939-1.24 1.367-1.46S9.343 4 10.32 4H16c.943 0 1.414 0 1.707.293S18 5.057 18 6v3c0 .943 0 1.414-.293 1.707S16.943 11 16 11h-5.679c-.978 0-1.466 0-1.894-.22s-.741-.633-1.367-1.46l-.248-.326C6.271 8.28 6 7.922 6 7.5s.27-.78.812-1.494zM14 21V11m0-7V3m-4 18h8"/></g></svg> </template>
CSS
.icon-direction-left-02 {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M7.06%205.68c.626-.827.939-1.24%201.367-1.46S9.343%204%2010.32%204H16c.943%200%201.414%200%201.707.293S18%205.057%2018%206v3c0%20.943%200%201.414-.293%201.707S16.943%2011%2016%2011h-5.679c-.978%200-1.466%200-1.894-.22s-.741-.633-1.367-1.46l-.248-.326C6.271%208.28%206%207.922%206%207.5s.27-.78.812-1.494z%22%2F%3E%3Cpath%20d%3D%22M7.06%205.68c.626-.827.939-1.24%201.367-1.46S9.343%204%2010.32%204H16c.943%200%201.414%200%201.707.293S18%205.057%2018%206v3c0%20.943%200%201.414-.293%201.707S16.943%2011%2016%2011h-5.679c-.978%200-1.466%200-1.894-.22s-.741-.633-1.367-1.46l-.248-.326C6.271%208.28%206%207.922%206%207.5s.27-.78.812-1.494zM14%2021V11m0-7V3m-4%2018h8%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M7.06%205.68c.626-.827.939-1.24%201.367-1.46S9.343%204%2010.32%204H16c.943%200%201.414%200%201.707.293S18%205.057%2018%206v3c0%20.943%200%201.414-.293%201.707S16.943%2011%2016%2011h-5.679c-.978%200-1.466%200-1.894-.22s-.741-.633-1.367-1.46l-.248-.326C6.271%208.28%206%207.922%206%207.5s.27-.78.812-1.494z%22%2F%3E%3Cpath%20d%3D%22M7.06%205.68c.626-.827.939-1.24%201.367-1.46S9.343%204%2010.32%204H16c.943%200%201.414%200%201.707.293S18%205.057%2018%206v3c0%20.943%200%201.414-.293%201.707S16.943%2011%2016%2011h-5.679c-.978%200-1.466%200-1.894-.22s-.741-.633-1.367-1.46l-.248-.326C6.271%208.28%206%207.922%206%207.5s.27-.78.812-1.494zM14%2021V11m0-7V3m-4%2018h8%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/direction-left-02.svg?color=%231a73e8&size=48