arrow-decision-outline from Material Design Icons by Pictogrammers · Outline · Arrow · Apache-2.0 Free for personal and commercial use.

Name
arrow-decision-outline
Set
Material Design Icons
Style
Outline
Category
Arrow
Viewbox
24×24
License
Apache 2.0
Aliases
proxy-outline

1 other variant in Material Design Icons

More arrow icons from Material Design Icons

Use the arrow decision icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.64 13.4C8.63 12.5 7.34 12.03 6 12v3l-4-4l4-4v3c1.67 0 3.3.57 4.63 1.59a8 8 0 0 0-.99 1.81M18 15v-3c-.5 0-4.5.16-4.95 4.2c1.56.55 2.38 2.27 1.83 3.83a3.006 3.006 0 0 1-3.83 1.83c-1.55-.56-2.38-2.27-1.83-3.83c.28-.86.98-1.53 1.83-1.83A6.75 6.75 0 0 1 18 10V7l4 4zm-5 4a1 1 0 0 0-1-1a1 1 0 0 0-1 1a1 1 0 0 0 1 1a1 1 0 0 0 1-1m-2-7.88c.58-.66 1.25-1.23 2-1.69V5h3l-4-4l-4 4h3z"/></svg>

React

import type { SVGProps } from "react";

export function MdiArrowDecisionOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.64 13.4C8.63 12.5 7.34 12.03 6 12v3l-4-4l4-4v3c1.67 0 3.3.57 4.63 1.59a8 8 0 0 0-.99 1.81M18 15v-3c-.5 0-4.5.16-4.95 4.2c1.56.55 2.38 2.27 1.83 3.83a3.006 3.006 0 0 1-3.83 1.83c-1.55-.56-2.38-2.27-1.83-3.83c.28-.86.98-1.53 1.83-1.83A6.75 6.75 0 0 1 18 10V7l4 4zm-5 4a1 1 0 0 0-1-1a1 1 0 0 0-1 1a1 1 0 0 0 1 1a1 1 0 0 0 1-1m-2-7.88c.58-.66 1.25-1.23 2-1.69V5h3l-4-4l-4 4h3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.64 13.4C8.63 12.5 7.34 12.03 6 12v3l-4-4l4-4v3c1.67 0 3.3.57 4.63 1.59a8 8 0 0 0-.99 1.81M18 15v-3c-.5 0-4.5.16-4.95 4.2c1.56.55 2.38 2.27 1.83 3.83a3.006 3.006 0 0 1-3.83 1.83c-1.55-.56-2.38-2.27-1.83-3.83c.28-.86.98-1.53 1.83-1.83A6.75 6.75 0 0 1 18 10V7l4 4zm-5 4a1 1 0 0 0-1-1a1 1 0 0 0-1 1a1 1 0 0 0 1 1a1 1 0 0 0 1-1m-2-7.88c.58-.66 1.25-1.23 2-1.69V5h3l-4-4l-4 4h3z"/></svg>
</template>

CSS

.icon-arrow-decision-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.64%2013.4C8.63%2012.5%207.34%2012.03%206%2012v3l-4-4l4-4v3c1.67%200%203.3.57%204.63%201.59a8%208%200%200%200-.99%201.81M18%2015v-3c-.5%200-4.5.16-4.95%204.2c1.56.55%202.38%202.27%201.83%203.83a3.006%203.006%200%200%201-3.83%201.83c-1.55-.56-2.38-2.27-1.83-3.83c.28-.86.98-1.53%201.83-1.83A6.75%206.75%200%200%201%2018%2010V7l4%204zm-5%204a1%201%200%200%200-1-1a1%201%200%200%200-1%201a1%201%200%200%200%201%201a1%201%200%200%200%201-1m-2-7.88c.58-.66%201.25-1.23%202-1.69V5h3l-4-4l-4%204h3z%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%22currentColor%22%20d%3D%22M9.64%2013.4C8.63%2012.5%207.34%2012.03%206%2012v3l-4-4l4-4v3c1.67%200%203.3.57%204.63%201.59a8%208%200%200%200-.99%201.81M18%2015v-3c-.5%200-4.5.16-4.95%204.2c1.56.55%202.38%202.27%201.83%203.83a3.006%203.006%200%200%201-3.83%201.83c-1.55-.56-2.38-2.27-1.83-3.83c.28-.86.98-1.53%201.83-1.83A6.75%206.75%200%200%201%2018%2010V7l4%204zm-5%204a1%201%200%200%200-1-1a1%201%200%200%200-1%201a1%201%200%200%200%201%201a1%201%200%200%200%201-1m-2-7.88c.58-.66%201.25-1.23%202-1.69V5h3l-4-4l-4%204h3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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