right triangle icon
right-triangle from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- right-triangle
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the right 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="M4 8V6.485c0-2.708 0-4.061.79-4.412c.792-.351 1.733.584 3.617 2.456l10.877 10.808c1.988 1.976 2.982 2.964 2.654 3.814c-.328.849-1.704.849-4.455.849H16m-3 2c0-.943 0-1.414-.293-1.707S11.943 20 11 20H6.606c-1.229 0-1.843 0-2.224-.396C4 19.207 4 18.569 4 17.294V13c0-.943 0-1.414-.293-1.707S2.943 11 2 11"/><path d="M4 15h1c1.886 0 2.828 0 3.414.586S9 17.114 9 19v1"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsRightTriangle(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="M4 8V6.485c0-2.708 0-4.061.79-4.412c.792-.351 1.733.584 3.617 2.456l10.877 10.808c1.988 1.976 2.982 2.964 2.654 3.814c-.328.849-1.704.849-4.455.849H16m-3 2c0-.943 0-1.414-.293-1.707S11.943 20 11 20H6.606c-1.229 0-1.843 0-2.224-.396C4 19.207 4 18.569 4 17.294V13c0-.943 0-1.414-.293-1.707S2.943 11 2 11"/><path d="M4 15h1c1.886 0 2.828 0 3.414.586S9 17.114 9 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="M4 8V6.485c0-2.708 0-4.061.79-4.412c.792-.351 1.733.584 3.617 2.456l10.877 10.808c1.988 1.976 2.982 2.964 2.654 3.814c-.328.849-1.704.849-4.455.849H16m-3 2c0-.943 0-1.414-.293-1.707S11.943 20 11 20H6.606c-1.229 0-1.843 0-2.224-.396C4 19.207 4 18.569 4 17.294V13c0-.943 0-1.414-.293-1.707S2.943 11 2 11"/><path d="M4 15h1c1.886 0 2.828 0 3.414.586S9 17.114 9 19v1"/></g></svg> </template>
CSS
.icon-right-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%22M4%208V6.485c0-2.708%200-4.061.79-4.412c.792-.351%201.733.584%203.617%202.456l10.877%2010.808c1.988%201.976%202.982%202.964%202.654%203.814c-.328.849-1.704.849-4.455.849H16m-3%202c0-.943%200-1.414-.293-1.707S11.943%2020%2011%2020H6.606c-1.229%200-1.843%200-2.224-.396C4%2019.207%204%2018.569%204%2017.294V13c0-.943%200-1.414-.293-1.707S2.943%2011%202%2011%22%2F%3E%3Cpath%20d%3D%22M4%2015h1c1.886%200%202.828%200%203.414.586S9%2017.114%209%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%22M4%208V6.485c0-2.708%200-4.061.79-4.412c.792-.351%201.733.584%203.617%202.456l10.877%2010.808c1.988%201.976%202.982%202.964%202.654%203.814c-.328.849-1.704.849-4.455.849H16m-3%202c0-.943%200-1.414-.293-1.707S11.943%2020%2011%2020H6.606c-1.229%200-1.843%200-2.224-.396C4%2019.207%204%2018.569%204%2017.294V13c0-.943%200-1.414-.293-1.707S2.943%2011%202%2011%22%2F%3E%3Cpath%20d%3D%22M4%2015h1c1.886%200%202.828%200%203.414.586S9%2017.114%209%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/right-triangle.svg?color=%231a73e8&size=48