triangle right icon

triangle-right from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
triangle-right
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the triangle right 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-linejoin="round" stroke-width="1.5" d="M17.992 20H9.977c-4.97 0-7.456 0-7.913-1.373s1.532-2.868 5.508-5.856l8.016-6.025c2.798-2.103 4.197-3.154 5.304-2.6C22 4.703 22 6.455 22 9.96v6.025c0 1.893 0 2.84-.587 3.428s-1.531.588-3.42.588Z"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsTriangleRight(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" strokeLinejoin="round" strokeWidth="1.5" d="M17.992 20H9.977c-4.97 0-7.456 0-7.913-1.373s1.532-2.868 5.508-5.856l8.016-6.025c2.798-2.103 4.197-3.154 5.304-2.6C22 4.703 22 6.455 22 9.96v6.025c0 1.893 0 2.84-.587 3.428s-1.531.588-3.42.588Z"/></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-linejoin="round" stroke-width="1.5" d="M17.992 20H9.977c-4.97 0-7.456 0-7.913-1.373s1.532-2.868 5.508-5.856l8.016-6.025c2.798-2.103 4.197-3.154 5.304-2.6C22 4.703 22 6.455 22 9.96v6.025c0 1.893 0 2.84-.587 3.428s-1.531.588-3.42.588Z"/></svg>
</template>

CSS

.icon-triangle-right {
  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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M17.992%2020H9.977c-4.97%200-7.456%200-7.913-1.373s1.532-2.868%205.508-5.856l8.016-6.025c2.798-2.103%204.197-3.154%205.304-2.6C22%204.703%2022%206.455%2022%209.96v6.025c0%201.893%200%202.84-.587%203.428s-1.531.588-3.42.588Z%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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M17.992%2020H9.977c-4.97%200-7.456%200-7.913-1.373s1.532-2.868%205.508-5.856l8.016-6.025c2.798-2.103%204.197-3.154%205.304-2.6C22%204.703%2022%206.455%2022%209.96v6.025c0%201.893%200%202.84-.587%203.428s-1.531.588-3.42.588Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/triangle-right.svg?color=%231a73e8&size=48