pointing left 08 icon

pointing-left-08 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
pointing-left-08
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the pointing left 08 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M2 4.5h6m-6 0C2 3.8 3.994 2.492 4.5 2M2 4.5C2 5.2 3.994 6.51 4.5 7m6.515 6.005H8.011m0 0H4.505A1.503 1.503 0 0 1 3 11.504c0-.83.674-1.502 1.505-1.502h5.464m-1.958 3.003l.027 1.055c.018.71.406 1.327.978 1.667m.953-5.725h4.563m-4.563 0l2.76-2.594c1.867-1.572 3.229-.746 3.985-.166l2.438 1.615C21.219 10.082 22 11.5 22 12.692v4.88c0 2.267-2.382 4.38-4.566 4.38l-5.2.048a2.003 2.003 0 0 1-2.004-1.733l-.19-1.54m1.005-2.718H10.04c-.375 0-.725-.103-1.025-.282m0 0l.054 1.336a2 2 0 0 0 2.003 1.95h1.004"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsPointingLeft08(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M2 4.5h6m-6 0C2 3.8 3.994 2.492 4.5 2M2 4.5C2 5.2 3.994 6.51 4.5 7m6.515 6.005H8.011m0 0H4.505A1.503 1.503 0 0 1 3 11.504c0-.83.674-1.502 1.505-1.502h5.464m-1.958 3.003l.027 1.055c.018.71.406 1.327.978 1.667m.953-5.725h4.563m-4.563 0l2.76-2.594c1.867-1.572 3.229-.746 3.985-.166l2.438 1.615C21.219 10.082 22 11.5 22 12.692v4.88c0 2.267-2.382 4.38-4.566 4.38l-5.2.048a2.003 2.003 0 0 1-2.004-1.733l-.19-1.54m1.005-2.718H10.04c-.375 0-.725-.103-1.025-.282m0 0l.054 1.336a2 2 0 0 0 2.003 1.95h1.004"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M2 4.5h6m-6 0C2 3.8 3.994 2.492 4.5 2M2 4.5C2 5.2 3.994 6.51 4.5 7m6.515 6.005H8.011m0 0H4.505A1.503 1.503 0 0 1 3 11.504c0-.83.674-1.502 1.505-1.502h5.464m-1.958 3.003l.027 1.055c.018.71.406 1.327.978 1.667m.953-5.725h4.563m-4.563 0l2.76-2.594c1.867-1.572 3.229-.746 3.985-.166l2.438 1.615C21.219 10.082 22 11.5 22 12.692v4.88c0 2.267-2.382 4.38-4.566 4.38l-5.2.048a2.003 2.003 0 0 1-2.004-1.733l-.19-1.54m1.005-2.718H10.04c-.375 0-.725-.103-1.025-.282m0 0l.054 1.336a2 2 0 0 0 2.003 1.95h1.004"/></svg>
</template>

CSS

.icon-pointing-left-08 {
  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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M2%204.5h6m-6%200C2%203.8%203.994%202.492%204.5%202M2%204.5C2%205.2%203.994%206.51%204.5%207m6.515%206.005H8.011m0%200H4.505A1.503%201.503%200%200%201%203%2011.504c0-.83.674-1.502%201.505-1.502h5.464m-1.958%203.003l.027%201.055c.018.71.406%201.327.978%201.667m.953-5.725h4.563m-4.563%200l2.76-2.594c1.867-1.572%203.229-.746%203.985-.166l2.438%201.615C21.219%2010.082%2022%2011.5%2022%2012.692v4.88c0%202.267-2.382%204.38-4.566%204.38l-5.2.048a2.003%202.003%200%200%201-2.004-1.733l-.19-1.54m1.005-2.718H10.04c-.375%200-.725-.103-1.025-.282m0%200l.054%201.336a2%202%200%200%200%202.003%201.95h1.004%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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M2%204.5h6m-6%200C2%203.8%203.994%202.492%204.5%202M2%204.5C2%205.2%203.994%206.51%204.5%207m6.515%206.005H8.011m0%200H4.505A1.503%201.503%200%200%201%203%2011.504c0-.83.674-1.502%201.505-1.502h5.464m-1.958%203.003l.027%201.055c.018.71.406%201.327.978%201.667m.953-5.725h4.563m-4.563%200l2.76-2.594c1.867-1.572%203.229-.746%203.985-.166l2.438%201.615C21.219%2010.082%2022%2011.5%2022%2012.692v4.88c0%202.267-2.382%204.38-4.566%204.38l-5.2.048a2.003%202.003%200%200%201-2.004-1.733l-.19-1.54m1.005-2.718H10.04c-.375%200-.725-.103-1.025-.282m0%200l.054%201.336a2%202%200%200%200%202.003%201.95h1.004%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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