pointing left 02 icon
pointing-left-02 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- pointing-left-02
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the pointing left 02 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="M22 19.892h-1.618c-.926 0-1.894.724-2.693 1.106c-1.477.707-4.366 1.675-5.727.323C9.817 19.189 9.424 16.208 9.5 14.5H3.75a1.75 1.75 0 1 1 0-3.5H10m0 0h4m-4 0c.018-.024 2.175-2.878 3.609-3.376c1.283-.446 2.425.408 3.482 1.05c.82.498 2.84 2.326 3.914 2.326H22M2 4.5h6m-6 0C2 3.8 3.994 2.492 4.5 2M2 4.5C2 5.2 3.994 6.508 4.5 7"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsPointingLeft02(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="M22 19.892h-1.618c-.926 0-1.894.724-2.693 1.106c-1.477.707-4.366 1.675-5.727.323C9.817 19.189 9.424 16.208 9.5 14.5H3.75a1.75 1.75 0 1 1 0-3.5H10m0 0h4m-4 0c.018-.024 2.175-2.878 3.609-3.376c1.283-.446 2.425.408 3.482 1.05c.82.498 2.84 2.326 3.914 2.326H22M2 4.5h6m-6 0C2 3.8 3.994 2.492 4.5 2M2 4.5C2 5.2 3.994 6.508 4.5 7"/></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="M22 19.892h-1.618c-.926 0-1.894.724-2.693 1.106c-1.477.707-4.366 1.675-5.727.323C9.817 19.189 9.424 16.208 9.5 14.5H3.75a1.75 1.75 0 1 1 0-3.5H10m0 0h4m-4 0c.018-.024 2.175-2.878 3.609-3.376c1.283-.446 2.425.408 3.482 1.05c.82.498 2.84 2.326 3.914 2.326H22M2 4.5h6m-6 0C2 3.8 3.994 2.492 4.5 2M2 4.5C2 5.2 3.994 6.508 4.5 7"/></svg> </template>
CSS
.icon-pointing-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%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%22M22%2019.892h-1.618c-.926%200-1.894.724-2.693%201.106c-1.477.707-4.366%201.675-5.727.323C9.817%2019.189%209.424%2016.208%209.5%2014.5H3.75a1.75%201.75%200%201%201%200-3.5H10m0%200h4m-4%200c.018-.024%202.175-2.878%203.609-3.376c1.283-.446%202.425.408%203.482%201.05c.82.498%202.84%202.326%203.914%202.326H22M2%204.5h6m-6%200C2%203.8%203.994%202.492%204.5%202M2%204.5C2%205.2%203.994%206.508%204.5%207%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%22M22%2019.892h-1.618c-.926%200-1.894.724-2.693%201.106c-1.477.707-4.366%201.675-5.727.323C9.817%2019.189%209.424%2016.208%209.5%2014.5H3.75a1.75%201.75%200%201%201%200-3.5H10m0%200h4m-4%200c.018-.024%202.175-2.878%203.609-3.376c1.283-.446%202.425.408%203.482%201.05c.82.498%202.84%202.326%203.914%202.326H22M2%204.5h6m-6%200C2%203.8%203.994%202.492%204.5%202M2%204.5C2%205.2%203.994%206.508%204.5%207%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/pointing-left-02.svg?color=%231a73e8&size=48