triangle right outline icon

triangle-right-outline from Carbon by IBM · Outline · Actions · Apache-2.0 Free for personal and commercial use.

Name
triangle-right-outline
Set
Carbon
Style
Outline
Category
Actions
Viewbox
32×32
License
Apache 2.0

More actions icons from Carbon

Use the triangle right outline icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m4.488 29.876l23.987-13.02A.98.98 0 0 0 29 16a.98.98 0 0 0-.525-.856L4.488 2.125A1 1 0 0 0 4 2c-.523.002-1 .411-1 .98v26.04c0 .569.477.979 1 .98c.163 0 .33-.039.488-.124M5 4.676L25.868 16L5 27.323z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonTriangleRightOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m4.488 29.876l23.987-13.02A.98.98 0 0 0 29 16a.98.98 0 0 0-.525-.856L4.488 2.125A1 1 0 0 0 4 2c-.523.002-1 .411-1 .98v26.04c0 .569.477.979 1 .98c.163 0 .33-.039.488-.124M5 4.676L25.868 16L5 27.323z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m4.488 29.876l23.987-13.02A.98.98 0 0 0 29 16a.98.98 0 0 0-.525-.856L4.488 2.125A1 1 0 0 0 4 2c-.523.002-1 .411-1 .98v26.04c0 .569.477.979 1 .98c.163 0 .33-.039.488-.124M5 4.676L25.868 16L5 27.323z"/></svg>
</template>

CSS

.icon-triangle-right-outline {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m4.488%2029.876l23.987-13.02A.98.98%200%200%200%2029%2016a.98.98%200%200%200-.525-.856L4.488%202.125A1%201%200%200%200%204%202c-.523.002-1%20.411-1%20.98v26.04c0%20.569.477.979%201%20.98c.163%200%20.33-.039.488-.124M5%204.676L25.868%2016L5%2027.323z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m4.488%2029.876l23.987-13.02A.98.98%200%200%200%2029%2016a.98.98%200%200%200-.525-.856L4.488%202.125A1%201%200%200%200%204%202c-.523.002-1%20.411-1%20.98v26.04c0%20.569.477.979%201%20.98c.163%200%20.33-.039.488-.124M5%204.676L25.868%2016L5%2027.323z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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