pointing left 04 icon
pointing-left-04 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- pointing-left-04
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the pointing left 04 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="M14.5 9.916H11m0 0H4.75a1.75 1.75 0 1 0 0 3.5H10l.478 3.077c.289 1.929.434 2.893.84 3.572C11.991 21.187 13 22 14.474 22c1.026 0 1.715-.254 3.565-.87c1.174-.392 1.76-.587 2.225-.906a4 4 0 0 0 1.58-2.192c.156-.542.156-1.16.156-2.398v-1.405c0-1.785 0-2.677-.335-3.443a4 4 0 0 0-.593-.96c-.535-.642-1.333-1.04-2.93-1.839c-1.294-.647-1.94-.97-2.612-.986a3 3 0 0 0-.895.115c-.646.184-1.19.66-2.28 1.614zM2 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 HugeiconsPointingLeft04(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="M14.5 9.916H11m0 0H4.75a1.75 1.75 0 1 0 0 3.5H10l.478 3.077c.289 1.929.434 2.893.84 3.572C11.991 21.187 13 22 14.474 22c1.026 0 1.715-.254 3.565-.87c1.174-.392 1.76-.587 2.225-.906a4 4 0 0 0 1.58-2.192c.156-.542.156-1.16.156-2.398v-1.405c0-1.785 0-2.677-.335-3.443a4 4 0 0 0-.593-.96c-.535-.642-1.333-1.04-2.93-1.839c-1.294-.647-1.94-.97-2.612-.986a3 3 0 0 0-.895.115c-.646.184-1.19.66-2.28 1.614zM2 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="M14.5 9.916H11m0 0H4.75a1.75 1.75 0 1 0 0 3.5H10l.478 3.077c.289 1.929.434 2.893.84 3.572C11.991 21.187 13 22 14.474 22c1.026 0 1.715-.254 3.565-.87c1.174-.392 1.76-.587 2.225-.906a4 4 0 0 0 1.58-2.192c.156-.542.156-1.16.156-2.398v-1.405c0-1.785 0-2.677-.335-3.443a4 4 0 0 0-.593-.96c-.535-.642-1.333-1.04-2.93-1.839c-1.294-.647-1.94-.97-2.612-.986a3 3 0 0 0-.895.115c-.646.184-1.19.66-2.28 1.614zM2 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-04 {
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%22M14.5%209.916H11m0%200H4.75a1.75%201.75%200%201%200%200%203.5H10l.478%203.077c.289%201.929.434%202.893.84%203.572C11.991%2021.187%2013%2022%2014.474%2022c1.026%200%201.715-.254%203.565-.87c1.174-.392%201.76-.587%202.225-.906a4%204%200%200%200%201.58-2.192c.156-.542.156-1.16.156-2.398v-1.405c0-1.785%200-2.677-.335-3.443a4%204%200%200%200-.593-.96c-.535-.642-1.333-1.04-2.93-1.839c-1.294-.647-1.94-.97-2.612-.986a3%203%200%200%200-.895.115c-.646.184-1.19.66-2.28%201.614zM2%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%22M14.5%209.916H11m0%200H4.75a1.75%201.75%200%201%200%200%203.5H10l.478%203.077c.289%201.929.434%202.893.84%203.572C11.991%2021.187%2013%2022%2014.474%2022c1.026%200%201.715-.254%203.565-.87c1.174-.392%201.76-.587%202.225-.906a4%204%200%200%200%201.58-2.192c.156-.542.156-1.16.156-2.398v-1.405c0-1.785%200-2.677-.335-3.443a4%204%200%200%200-.593-.96c-.535-.642-1.333-1.04-2.93-1.839c-1.294-.647-1.94-.97-2.612-.986a3%203%200%200%200-.895.115c-.646.184-1.19.66-2.28%201.614zM2%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-04.svg?color=%231a73e8&size=48