arrow decision auto icon
arrow-decision-auto-outline from Material Design Icons by Pictogrammers · Outline · Apache-2.0 Free for personal and commercial use.
- Name
- arrow-decision-auto-outline
- Set
- Material Design Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- proxy-auto-outline
1 other variant in Material Design Icons
Related icons in Material Design Icons
arrow-allarrow-bottom-leftarrow-bottom-left-bold-boxarrow-bottom-left-bold-outlinearrow-bottom-left-thickarrow-bottom-left-thinarrow-bottom-left-thin-circle-outlinearrow-bottom-rightarrow-bottom-right-bold-boxarrow-bottom-right-bold-outlinearrow-bottom-right-thickarrow-bottom-right-thinarrow-bottom-right-thin-circle-outlinearrow-collapsearrow-collapse-allarrow-collapse-downarrow-collapse-horizontalarrow-collapse-leftarrow-collapse-rightarrow-collapse-uparrow-collapse-verticalarrow-decisionarrow-downarrow-down-bold
Use the arrow decision auto icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 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 19 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 4h3zM7.2 6h-2L2 15h1.9l.7-2h3.2l.7 2h1.9zm-2.15 5.65L6.2 8l1.15 3.65z"/></svg>
React
import type { SVGProps } from "react";
export function MdiArrowDecisionAutoOutline(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="M19 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 19 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 4h3zM7.2 6h-2L2 15h1.9l.7-2h3.2l.7 2h1.9zm-2.15 5.65L6.2 8l1.15 3.65z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 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 19 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 4h3zM7.2 6h-2L2 15h1.9l.7-2h3.2l.7 2h1.9zm-2.15 5.65L6.2 8l1.15 3.65z"/></svg> </template>
CSS
.icon-arrow-decision-auto-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%22M19%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%2019%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%204h3zM7.2%206h-2L2%2015h1.9l.7-2h3.2l.7%202h1.9zm-2.15%205.65L6.2%208l1.15%203.65z%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%22M19%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%2019%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%204h3zM7.2%206h-2L2%2015h1.9l.7-2h3.2l.7%202h1.9zm-2.15%205.65L6.2%208l1.15%203.65z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/arrow-decision-auto-outline.svg?color=%231a73e8&size=48