triangle half icon

triangle-half from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.

Name
triangle-half
Set
Bootstrap Icons
Style
Outline
Viewbox
16×16
License
MIT

Use the triangle half icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8.065 2.016A.13.13 0 0 0 8.002 2v11.983l6.856.017a.12.12 0 0 0 .066-.017a.2.2 0 0 0 .054-.06a.18.18 0 0 0-.002-.183L8.12 2.073a.15.15 0 0 0-.054-.057zm-1.043-.45a1.13 1.13 0 0 1 1.96 0l6.856 11.667c.458.778-.091 1.767-.98 1.767H1.146c-.889 0-1.437-.99-.98-1.767z"/></svg>

React

import type { SVGProps } from "react";

export function BiTriangleHalf(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8.065 2.016A.13.13 0 0 0 8.002 2v11.983l6.856.017a.12.12 0 0 0 .066-.017a.2.2 0 0 0 .054-.06a.18.18 0 0 0-.002-.183L8.12 2.073a.15.15 0 0 0-.054-.057zm-1.043-.45a1.13 1.13 0 0 1 1.96 0l6.856 11.667c.458.778-.091 1.767-.98 1.767H1.146c-.889 0-1.437-.99-.98-1.767z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8.065 2.016A.13.13 0 0 0 8.002 2v11.983l6.856.017a.12.12 0 0 0 .066-.017a.2.2 0 0 0 .054-.06a.18.18 0 0 0-.002-.183L8.12 2.073a.15.15 0 0 0-.054-.057zm-1.043-.45a1.13 1.13 0 0 1 1.96 0l6.856 11.667c.458.778-.091 1.767-.98 1.767H1.146c-.889 0-1.437-.99-.98-1.767z"/></svg>
</template>

CSS

.icon-triangle-half {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.065%202.016A.13.13%200%200%200%208.002%202v11.983l6.856.017a.12.12%200%200%200%20.066-.017a.2.2%200%200%200%20.054-.06a.18.18%200%200%200-.002-.183L8.12%202.073a.15.15%200%200%200-.054-.057zm-1.043-.45a1.13%201.13%200%200%201%201.96%200l6.856%2011.667c.458.778-.091%201.767-.98%201.767H1.146c-.889%200-1.437-.99-.98-1.767z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.065%202.016A.13.13%200%200%200%208.002%202v11.983l6.856.017a.12.12%200%200%200%20.066-.017a.2.2%200%200%200%20.054-.06a.18.18%200%200%200-.002-.183L8.12%202.073a.15.15%200%200%200-.054-.057zm-1.043-.45a1.13%201.13%200%200%201%201.96%200l6.856%2011.667c.458.778-.091%201.767-.98%201.767H1.146c-.889%200-1.437-.99-.98-1.767z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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