pointing left 06 icon

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

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

Related icons in Huge Icons

Use the pointing left 06 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.5h5.998M2 4.5C2 3.8 3.994 2.492 4.5 2M2 4.5C2 5.2 3.994 6.51 4.5 7m6.575 6.005H7.972m0 0H3.504a1.503 1.503 0 1 1 0-3.003h5.463m-.995 3.003L8 14.06a2 2 0 0 0 .978 1.668m-.01-5.726h4.561m-4.561 0l2.759-2.594c1.867-1.572 3.228-.746 3.984-.166l3.973 2.88c.34.248.752.382 1.173.382h1.133m-10.984 5.505h-1.004a2 2 0 0 1-1.024-.281m0 0l.054 1.335c.017.674.367 1.264.89 1.613m2.117.336h-1.004c-.411 0-.794-.123-1.112-.336m0 0l.269 1.591c.135 1 .993 1.742 2.003 1.733h3.548c.604 0 1.21-.049 1.784-.238c.478-.157 1.004-.377 1.347-.647c.74-.582 1.003-.99 1.638-1.095c.509-.085 1.146-.097 1.49-.097"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsPointingLeft06(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.5h5.998M2 4.5C2 3.8 3.994 2.492 4.5 2M2 4.5C2 5.2 3.994 6.51 4.5 7m6.575 6.005H7.972m0 0H3.504a1.503 1.503 0 1 1 0-3.003h5.463m-.995 3.003L8 14.06a2 2 0 0 0 .978 1.668m-.01-5.726h4.561m-4.561 0l2.759-2.594c1.867-1.572 3.228-.746 3.984-.166l3.973 2.88c.34.248.752.382 1.173.382h1.133m-10.984 5.505h-1.004a2 2 0 0 1-1.024-.281m0 0l.054 1.335c.017.674.367 1.264.89 1.613m2.117.336h-1.004c-.411 0-.794-.123-1.112-.336m0 0l.269 1.591c.135 1 .993 1.742 2.003 1.733h3.548c.604 0 1.21-.049 1.784-.238c.478-.157 1.004-.377 1.347-.647c.74-.582 1.003-.99 1.638-1.095c.509-.085 1.146-.097 1.49-.097"/></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.5h5.998M2 4.5C2 3.8 3.994 2.492 4.5 2M2 4.5C2 5.2 3.994 6.51 4.5 7m6.575 6.005H7.972m0 0H3.504a1.503 1.503 0 1 1 0-3.003h5.463m-.995 3.003L8 14.06a2 2 0 0 0 .978 1.668m-.01-5.726h4.561m-4.561 0l2.759-2.594c1.867-1.572 3.228-.746 3.984-.166l3.973 2.88c.34.248.752.382 1.173.382h1.133m-10.984 5.505h-1.004a2 2 0 0 1-1.024-.281m0 0l.054 1.335c.017.674.367 1.264.89 1.613m2.117.336h-1.004c-.411 0-.794-.123-1.112-.336m0 0l.269 1.591c.135 1 .993 1.742 2.003 1.733h3.548c.604 0 1.21-.049 1.784-.238c.478-.157 1.004-.377 1.347-.647c.74-.582 1.003-.99 1.638-1.095c.509-.085 1.146-.097 1.49-.097"/></svg>
</template>

CSS

.icon-pointing-left-06 {
  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.5h5.998M2%204.5C2%203.8%203.994%202.492%204.5%202M2%204.5C2%205.2%203.994%206.51%204.5%207m6.575%206.005H7.972m0%200H3.504a1.503%201.503%200%201%201%200-3.003h5.463m-.995%203.003L8%2014.06a2%202%200%200%200%20.978%201.668m-.01-5.726h4.561m-4.561%200l2.759-2.594c1.867-1.572%203.228-.746%203.984-.166l3.973%202.88c.34.248.752.382%201.173.382h1.133m-10.984%205.505h-1.004a2%202%200%200%201-1.024-.281m0%200l.054%201.335c.017.674.367%201.264.89%201.613m2.117.336h-1.004c-.411%200-.794-.123-1.112-.336m0%200l.269%201.591c.135%201%20.993%201.742%202.003%201.733h3.548c.604%200%201.21-.049%201.784-.238c.478-.157%201.004-.377%201.347-.647c.74-.582%201.003-.99%201.638-1.095c.509-.085%201.146-.097%201.49-.097%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.5h5.998M2%204.5C2%203.8%203.994%202.492%204.5%202M2%204.5C2%205.2%203.994%206.51%204.5%207m6.575%206.005H7.972m0%200H3.504a1.503%201.503%200%201%201%200-3.003h5.463m-.995%203.003L8%2014.06a2%202%200%200%200%20.978%201.668m-.01-5.726h4.561m-4.561%200l2.759-2.594c1.867-1.572%203.228-.746%203.984-.166l3.973%202.88c.34.248.752.382%201.173.382h1.133m-10.984%205.505h-1.004a2%202%200%200%201-1.024-.281m0%200l.054%201.335c.017.674.367%201.264.89%201.613m2.117.336h-1.004c-.411%200-.794-.123-1.112-.336m0%200l.269%201.591c.135%201%20.993%201.742%202.003%201.733h3.548c.604%200%201.21-.049%201.784-.238c.478-.157%201.004-.377%201.347-.647c.74-.582%201.003-.99%201.638-1.095c.509-.085%201.146-.097%201.49-.097%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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