arrow decision auto icon
arrow-decision-auto from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.
- Name
- arrow-decision-auto
- Set
- Material Design Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- proxy-auto
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="M12 5H9l4-4l4 4h-3v4.43c-.75.46-1.42 1.03-2 1.69zm-1.6 10H8.5l-.7-2H4.6l-.7 2H2l3.2-9h2zm-3.05-3.35L6.2 8l-1.15 3.65zM23 11l-4-4v3a6.747 6.747 0 0 0-7 6.17A3.006 3.006 0 0 0 10.17 20A3.006 3.006 0 0 0 14 21.83A3.01 3.01 0 0 0 15.83 18c-.3-.86-.98-1.53-1.83-1.83c.47-4 4.47-4.2 4.95-4.2v3z"/></svg>
React
import type { SVGProps } from "react";
export function MdiArrowDecisionAuto(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="M12 5H9l4-4l4 4h-3v4.43c-.75.46-1.42 1.03-2 1.69zm-1.6 10H8.5l-.7-2H4.6l-.7 2H2l3.2-9h2zm-3.05-3.35L6.2 8l-1.15 3.65zM23 11l-4-4v3a6.747 6.747 0 0 0-7 6.17A3.006 3.006 0 0 0 10.17 20A3.006 3.006 0 0 0 14 21.83A3.01 3.01 0 0 0 15.83 18c-.3-.86-.98-1.53-1.83-1.83c.47-4 4.47-4.2 4.95-4.2v3z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 5H9l4-4l4 4h-3v4.43c-.75.46-1.42 1.03-2 1.69zm-1.6 10H8.5l-.7-2H4.6l-.7 2H2l3.2-9h2zm-3.05-3.35L6.2 8l-1.15 3.65zM23 11l-4-4v3a6.747 6.747 0 0 0-7 6.17A3.006 3.006 0 0 0 10.17 20A3.006 3.006 0 0 0 14 21.83A3.01 3.01 0 0 0 15.83 18c-.3-.86-.98-1.53-1.83-1.83c.47-4 4.47-4.2 4.95-4.2v3z"/></svg> </template>
CSS
.icon-arrow-decision-auto {
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%22M12%205H9l4-4l4%204h-3v4.43c-.75.46-1.42%201.03-2%201.69zm-1.6%2010H8.5l-.7-2H4.6l-.7%202H2l3.2-9h2zm-3.05-3.35L6.2%208l-1.15%203.65zM23%2011l-4-4v3a6.747%206.747%200%200%200-7%206.17A3.006%203.006%200%200%200%2010.17%2020A3.006%203.006%200%200%200%2014%2021.83A3.01%203.01%200%200%200%2015.83%2018c-.3-.86-.98-1.53-1.83-1.83c.47-4%204.47-4.2%204.95-4.2v3z%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%22M12%205H9l4-4l4%204h-3v4.43c-.75.46-1.42%201.03-2%201.69zm-1.6%2010H8.5l-.7-2H4.6l-.7%202H2l3.2-9h2zm-3.05-3.35L6.2%208l-1.15%203.65zM23%2011l-4-4v3a6.747%206.747%200%200%200-7%206.17A3.006%203.006%200%200%200%2010.17%2020A3.006%203.006%200%200%200%2014%2021.83A3.01%203.01%200%200%200%2015.83%2018c-.3-.86-.98-1.53-1.83-1.83c.47-4%204.47-4.2%204.95-4.2v3z%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.svg?color=%231a73e8&size=48