pointing left 01 icon
pointing-left-01 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- pointing-left-01
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the pointing left 01 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.018 4.499H8.01m-5.992 0c0-.7 1.991-2.008 2.496-2.499M2.018 4.499c0 .7 1.991 2.007 2.496 2.498M22 10.826h-.949a3 3 0 0 1-1.792-.595l-4.902-3.66c-.566-.423-1.267-.76-1.915-.481c-1.049.451-1.73 1.724-.158 3.282l1.71 1.598H3.57c-2.044.056-2.145 3.347 0 3.487h5.94c-.192 1.481.852 8.458 5.272 7.441l.633-.143c.92-.206 2.557-.814 3.514-1.485c.997-.699 1.99-.452 3.07-.452"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsPointingLeft01(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.018 4.499H8.01m-5.992 0c0-.7 1.991-2.008 2.496-2.499M2.018 4.499c0 .7 1.991 2.007 2.496 2.498M22 10.826h-.949a3 3 0 0 1-1.792-.595l-4.902-3.66c-.566-.423-1.267-.76-1.915-.481c-1.049.451-1.73 1.724-.158 3.282l1.71 1.598H3.57c-2.044.056-2.145 3.347 0 3.487h5.94c-.192 1.481.852 8.458 5.272 7.441l.633-.143c.92-.206 2.557-.814 3.514-1.485c.997-.699 1.99-.452 3.07-.452"/></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.018 4.499H8.01m-5.992 0c0-.7 1.991-2.008 2.496-2.499M2.018 4.499c0 .7 1.991 2.007 2.496 2.498M22 10.826h-.949a3 3 0 0 1-1.792-.595l-4.902-3.66c-.566-.423-1.267-.76-1.915-.481c-1.049.451-1.73 1.724-.158 3.282l1.71 1.598H3.57c-2.044.056-2.145 3.347 0 3.487h5.94c-.192 1.481.852 8.458 5.272 7.441l.633-.143c.92-.206 2.557-.814 3.514-1.485c.997-.699 1.99-.452 3.07-.452"/></svg> </template>
CSS
.icon-pointing-left-01 {
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.018%204.499H8.01m-5.992%200c0-.7%201.991-2.008%202.496-2.499M2.018%204.499c0%20.7%201.991%202.007%202.496%202.498M22%2010.826h-.949a3%203%200%200%201-1.792-.595l-4.902-3.66c-.566-.423-1.267-.76-1.915-.481c-1.049.451-1.73%201.724-.158%203.282l1.71%201.598H3.57c-2.044.056-2.145%203.347%200%203.487h5.94c-.192%201.481.852%208.458%205.272%207.441l.633-.143c.92-.206%202.557-.814%203.514-1.485c.997-.699%201.99-.452%203.07-.452%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.018%204.499H8.01m-5.992%200c0-.7%201.991-2.008%202.496-2.499M2.018%204.499c0%20.7%201.991%202.007%202.496%202.498M22%2010.826h-.949a3%203%200%200%201-1.792-.595l-4.902-3.66c-.566-.423-1.267-.76-1.915-.481c-1.049.451-1.73%201.724-.158%203.282l1.71%201.598H3.57c-2.044.056-2.145%203.347%200%203.487h5.94c-.192%201.481.852%208.458%205.272%207.441l.633-.143c.92-.206%202.557-.814%203.514-1.485c.997-.699%201.99-.452%203.07-.452%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/pointing-left-01.svg?color=%231a73e8&size=48