left triangle icon
left-triangle from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- left-triangle
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the left triangle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M11 20v2m9-14V6.485c0-2.708 0-4.061-.79-4.412c-.792-.351-1.733.584-3.617 2.456L4.716 15.337c-1.988 1.976-2.982 2.964-2.654 3.814C2.39 20 3.766 20 6.518 20H8m3 0h6.394c1.229 0 1.843 0 2.224-.396c.382-.397.382-1.035.382-2.31V13c0-.943 0-1.414.293-1.707S21.057 11 22 11"/><path d="M20 15h-1c-1.886 0-2.828 0-3.414.586S15 17.114 15 19v1"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsLeftTriangle(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path strokeLinejoin="round" d="M11 20v2m9-14V6.485c0-2.708 0-4.061-.79-4.412c-.792-.351-1.733.584-3.617 2.456L4.716 15.337c-1.988 1.976-2.982 2.964-2.654 3.814C2.39 20 3.766 20 6.518 20H8m3 0h6.394c1.229 0 1.843 0 2.224-.396c.382-.397.382-1.035.382-2.31V13c0-.943 0-1.414.293-1.707S21.057 11 22 11"/><path d="M20 15h-1c-1.886 0-2.828 0-3.414.586S15 17.114 15 19v1"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M11 20v2m9-14V6.485c0-2.708 0-4.061-.79-4.412c-.792-.351-1.733.584-3.617 2.456L4.716 15.337c-1.988 1.976-2.982 2.964-2.654 3.814C2.39 20 3.766 20 6.518 20H8m3 0h6.394c1.229 0 1.843 0 2.224-.396c.382-.397.382-1.035.382-2.31V13c0-.943 0-1.414.293-1.707S21.057 11 22 11"/><path d="M20 15h-1c-1.886 0-2.828 0-3.414.586S15 17.114 15 19v1"/></g></svg> </template>
CSS
.icon-left-triangle {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M11%2020v2m9-14V6.485c0-2.708%200-4.061-.79-4.412c-.792-.351-1.733.584-3.617%202.456L4.716%2015.337c-1.988%201.976-2.982%202.964-2.654%203.814C2.39%2020%203.766%2020%206.518%2020H8m3%200h6.394c1.229%200%201.843%200%202.224-.396c.382-.397.382-1.035.382-2.31V13c0-.943%200-1.414.293-1.707S21.057%2011%2022%2011%22%2F%3E%3Cpath%20d%3D%22M20%2015h-1c-1.886%200-2.828%200-3.414.586S15%2017.114%2015%2019v1%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M11%2020v2m9-14V6.485c0-2.708%200-4.061-.79-4.412c-.792-.351-1.733.584-3.617%202.456L4.716%2015.337c-1.988%201.976-2.982%202.964-2.654%203.814C2.39%2020%203.766%2020%206.518%2020H8m3%200h6.394c1.229%200%201.843%200%202.224-.396c.382-.397.382-1.035.382-2.31V13c0-.943%200-1.414.293-1.707S21.057%2011%2022%2011%22%2F%3E%3Cpath%20d%3D%22M20%2015h-1c-1.886%200-2.828%200-3.414.586S15%2017.114%2015%2019v1%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/left-triangle.svg?color=%231a73e8&size=48