arrow decision icon
arrow-decision from Material Design Icons by Pictogrammers · Filled · Arrow · Apache-2.0 Free for personal and commercial use.
- Name
- arrow-decision
- Set
- Material Design Icons
- Style
- Filled
- Category
- Arrow
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- proxy
1 other variant in Material Design Icons
More arrow icons from 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-downarrow-down-boldarrow-down-bold-box
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="M11 5H8l4-4l4 4h-3v4.43c-.75.46-1.42 1.03-2 1.69zm11 6l-4-4v3a6.747 6.747 0 0 0-7 6.17A3.006 3.006 0 0 0 9.17 20A3.006 3.006 0 0 0 13 21.83A3.01 3.01 0 0 0 14.83 18c-.3-.86-.98-1.53-1.83-1.83c.47-4 4.47-4.2 4.95-4.2v3zm-11.37.59A7.63 7.63 0 0 0 6 10V7l-4 4l4 4v-3c1.34.03 2.63.5 3.64 1.4c.25-.64.58-1.25.99-1.81"/></svg>
React
import type { SVGProps } from "react";
export function MdiArrowDecision(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="M11 5H8l4-4l4 4h-3v4.43c-.75.46-1.42 1.03-2 1.69zm11 6l-4-4v3a6.747 6.747 0 0 0-7 6.17A3.006 3.006 0 0 0 9.17 20A3.006 3.006 0 0 0 13 21.83A3.01 3.01 0 0 0 14.83 18c-.3-.86-.98-1.53-1.83-1.83c.47-4 4.47-4.2 4.95-4.2v3zm-11.37.59A7.63 7.63 0 0 0 6 10V7l-4 4l4 4v-3c1.34.03 2.63.5 3.64 1.4c.25-.64.58-1.25.99-1.81"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 5H8l4-4l4 4h-3v4.43c-.75.46-1.42 1.03-2 1.69zm11 6l-4-4v3a6.747 6.747 0 0 0-7 6.17A3.006 3.006 0 0 0 9.17 20A3.006 3.006 0 0 0 13 21.83A3.01 3.01 0 0 0 14.83 18c-.3-.86-.98-1.53-1.83-1.83c.47-4 4.47-4.2 4.95-4.2v3zm-11.37.59A7.63 7.63 0 0 0 6 10V7l-4 4l4 4v-3c1.34.03 2.63.5 3.64 1.4c.25-.64.58-1.25.99-1.81"/></svg> </template>
CSS
.icon-arrow-decision {
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%22M11%205H8l4-4l4%204h-3v4.43c-.75.46-1.42%201.03-2%201.69zm11%206l-4-4v3a6.747%206.747%200%200%200-7%206.17A3.006%203.006%200%200%200%209.17%2020A3.006%203.006%200%200%200%2013%2021.83A3.01%203.01%200%200%200%2014.83%2018c-.3-.86-.98-1.53-1.83-1.83c.47-4%204.47-4.2%204.95-4.2v3zm-11.37.59A7.63%207.63%200%200%200%206%2010V7l-4%204l4%204v-3c1.34.03%202.63.5%203.64%201.4c.25-.64.58-1.25.99-1.81%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%22M11%205H8l4-4l4%204h-3v4.43c-.75.46-1.42%201.03-2%201.69zm11%206l-4-4v3a6.747%206.747%200%200%200-7%206.17A3.006%203.006%200%200%200%209.17%2020A3.006%203.006%200%200%200%2013%2021.83A3.01%203.01%200%200%200%2014.83%2018c-.3-.86-.98-1.53-1.83-1.83c.47-4%204.47-4.2%204.95-4.2v3zm-11.37.59A7.63%207.63%200%200%200%206%2010V7l-4%204l4%204v-3c1.34.03%202.63.5%203.64%201.4c.25-.64.58-1.25.99-1.81%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/arrow-decision.svg?color=%231a73e8&size=48