bracket arrow down icon
bracket-arrow-down from Keyline Icons by Keyline Icons · Stroke · MIT Free for personal and commercial use.
- Name
- bracket-arrow-down
- Set
- Keyline Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
7 other variants in Keyline Icons
Related icons in Keyline Icons
Use the bracket arrow down icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 11.1093V6C4 3.79086 5.79086 2 8 2H16C18.2091 2 20 3.79086 20 6V11.1093M12 21.2307V11.1093M6.5 16.17L11.6314 21.8359C11.8296 22.0547 12.1704 22.0547 12.3686 21.8359L17.5 16.17"/></svg>
React
import type { SVGProps } from "react";
export function KeylineIconsBracketArrowDown(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M4 11.1093V6C4 3.79086 5.79086 2 8 2H16C18.2091 2 20 3.79086 20 6V11.1093M12 21.2307V11.1093M6.5 16.17L11.6314 21.8359C11.8296 22.0547 12.1704 22.0547 12.3686 21.8359L17.5 16.17"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 11.1093V6C4 3.79086 5.79086 2 8 2H16C18.2091 2 20 3.79086 20 6V11.1093M12 21.2307V11.1093M6.5 16.17L11.6314 21.8359C11.8296 22.0547 12.1704 22.0547 12.3686 21.8359L17.5 16.17"/></svg> </template>
CSS
.icon-bracket-arrow-down {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M4%2011.1093V6C4%203.79086%205.79086%202%208%202H16C18.2091%202%2020%203.79086%2020%206V11.1093M12%2021.2307V11.1093M6.5%2016.17L11.6314%2021.8359C11.8296%2022.0547%2012.1704%2022.0547%2012.3686%2021.8359L17.5%2016.17%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M4%2011.1093V6C4%203.79086%205.79086%202%208%202H16C18.2091%202%2020%203.79086%2020%206V11.1093M12%2021.2307V11.1093M6.5%2016.17L11.6314%2021.8359C11.8296%2022.0547%2012.1704%2022.0547%2012.3686%2021.8359L17.5%2016.17%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/bracket-arrow-down.svg?color=%231a73e8&size=48