angle from Carbon by IBM · Outline · Apache-2.0 Free for personal and commercial use.

Name
angle
Set
Carbon
Style
Outline
Viewbox
32×32
License
Apache 2.0

The same icon in other sets

Use the angle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path d="M9 24a3.51 3.51 0 0 0-.88-1.86l9.53-16.58l-1.73-1l-9.57 16.56A3.06 3.06 0 0 0 5.5 21a3.5 3.5 0 1 0 3.15 5H28v-2zm-3.5 2A1.5 1.5 0 1 1 7 24.5A1.5 1.5 0 0 1 5.5 26z" fill="currentColor"/><path d="M22 21h2a13 13 0 0 0-5.42-10.56l-1.16 1.62A11 11 0 0 1 22 21z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function CarbonAngle(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path d="M9 24a3.51 3.51 0 0 0-.88-1.86l9.53-16.58l-1.73-1l-9.57 16.56A3.06 3.06 0 0 0 5.5 21a3.5 3.5 0 1 0 3.15 5H28v-2zm-3.5 2A1.5 1.5 0 1 1 7 24.5A1.5 1.5 0 0 1 5.5 26z" fill="currentColor"/><path d="M22 21h2a13 13 0 0 0-5.42-10.56l-1.16 1.62A11 11 0 0 1 22 21z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path d="M9 24a3.51 3.51 0 0 0-.88-1.86l9.53-16.58l-1.73-1l-9.57 16.56A3.06 3.06 0 0 0 5.5 21a3.5 3.5 0 1 0 3.15 5H28v-2zm-3.5 2A1.5 1.5 0 1 1 7 24.5A1.5 1.5 0 0 1 5.5 26z" fill="currentColor"/><path d="M22 21h2a13 13 0 0 0-5.42-10.56l-1.16 1.62A11 11 0 0 1 22 21z" fill="currentColor"/></svg>
</template>

CSS

.icon-angle {
  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%20d%3D%22M9%2024a3.51%203.51%200%200%200-.88-1.86l9.53-16.58l-1.73-1l-9.57%2016.56A3.06%203.06%200%200%200%205.5%2021a3.5%203.5%200%201%200%203.15%205H28v-2zm-3.5%202A1.5%201.5%200%201%201%207%2024.5A1.5%201.5%200%200%201%205.5%2026z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M22%2021h2a13%2013%200%200%200-5.42-10.56l-1.16%201.62A11%2011%200%200%201%2022%2021z%22%20fill%3D%22currentColor%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%20d%3D%22M9%2024a3.51%203.51%200%200%200-.88-1.86l9.53-16.58l-1.73-1l-9.57%2016.56A3.06%203.06%200%200%200%205.5%2021a3.5%203.5%200%201%200%203.15%205H28v-2zm-3.5%202A1.5%201.5%200%201%201%207%2024.5A1.5%201.5%200%200%201%205.5%2026z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M22%2021h2a13%2013%200%200%200-5.42-10.56l-1.16%201.62A11%2011%200%200%201%2022%2021z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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