triangle left outline icon

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

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

More actions icons from Carbon

Use the triangle left outline icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M27.512 2.125L3.525 15.144A.98.98 0 0 0 3 16c0 .335.181.669.525.856l23.987 13.019c.158.086.325.126.488.125c.523-.002 1-.411 1-.98V2.98c0-.569-.477-.979-1-.98c-.163 0-.33.039-.488.125M27 27.323L6.132 16L27 4.677z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonTriangleLeftOutline(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="M27.512 2.125L3.525 15.144A.98.98 0 0 0 3 16c0 .335.181.669.525.856l23.987 13.019c.158.086.325.126.488.125c.523-.002 1-.411 1-.98V2.98c0-.569-.477-.979-1-.98c-.163 0-.33.039-.488.125M27 27.323L6.132 16L27 4.677z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M27.512 2.125L3.525 15.144A.98.98 0 0 0 3 16c0 .335.181.669.525.856l23.987 13.019c.158.086.325.126.488.125c.523-.002 1-.411 1-.98V2.98c0-.569-.477-.979-1-.98c-.163 0-.33.039-.488.125M27 27.323L6.132 16L27 4.677z"/></svg>
</template>

CSS

.icon-triangle-left-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%22M27.512%202.125L3.525%2015.144A.98.98%200%200%200%203%2016c0%20.335.181.669.525.856l23.987%2013.019c.158.086.325.126.488.125c.523-.002%201-.411%201-.98V2.98c0-.569-.477-.979-1-.98c-.163%200-.33.039-.488.125M27%2027.323L6.132%2016L27%204.677z%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%22M27.512%202.125L3.525%2015.144A.98.98%200%200%200%203%2016c0%20.335.181.669.525.856l23.987%2013.019c.158.086.325.126.488.125c.523-.002%201-.411%201-.98V2.98c0-.569-.477-.979-1-.98c-.163%200-.33.039-.488.125M27%2027.323L6.132%2016L27%204.677z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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