arrow down left box icon
arrow-down-left-box from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- arrow-down-left-box
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
2 other variants in IonIcons
Related icons in IonIcons
arrow-backarrow-back-circlearrow-downarrow-down-aarrow-down-barrow-down-carrow-down-circlearrow-down-right-boxarrow-expandarrow-forwardarrow-forward-circlearrow-graph-down-leftarrow-graph-down-rightarrow-graph-up-leftarrow-graph-up-rightarrow-left-aarrow-left-barrow-left-carrow-movearrow-redoarrow-redo-circlearrow-resizearrow-return-leftarrow-return-right
Use the arrow down left box icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" fill-rule="evenodd" d="M180.364 480H48a16 16 0 0 1-16-16V331.636c0-8.836 7.163-16 16-16s16 7.164 16 16v93.737l51.128-51.128a58.5 58.5 0 0 0 22.591 22.663L86.627 448h93.737c8.836 0 16 7.163 16 16s-7.164 16-16 16m-42.645-83.092a58.54 58.54 0 0 0 28.59 7.456h255.146A58.545 58.545 0 0 0 480 345.818V90.545A58.543 58.543 0 0 0 421.455 32H166.182a58.545 58.545 0 0 0-58.546 58.545v255.273q.001 1.213.176 2.378a58.54 58.54 0 0 0 7.316 26.049l169.558-169.559c6.249-6.248 16.379-6.248 22.628 0s6.248 16.379 0 22.628z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function IonArrowDownLeftBox(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" fillRule="evenodd" d="M180.364 480H48a16 16 0 0 1-16-16V331.636c0-8.836 7.163-16 16-16s16 7.164 16 16v93.737l51.128-51.128a58.5 58.5 0 0 0 22.591 22.663L86.627 448h93.737c8.836 0 16 7.163 16 16s-7.164 16-16 16m-42.645-83.092a58.54 58.54 0 0 0 28.59 7.456h255.146A58.545 58.545 0 0 0 480 345.818V90.545A58.543 58.543 0 0 0 421.455 32H166.182a58.545 58.545 0 0 0-58.546 58.545v255.273q.001 1.213.176 2.378a58.54 58.54 0 0 0 7.316 26.049l169.558-169.559c6.249-6.248 16.379-6.248 22.628 0s6.248 16.379 0 22.628z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" fill-rule="evenodd" d="M180.364 480H48a16 16 0 0 1-16-16V331.636c0-8.836 7.163-16 16-16s16 7.164 16 16v93.737l51.128-51.128a58.5 58.5 0 0 0 22.591 22.663L86.627 448h93.737c8.836 0 16 7.163 16 16s-7.164 16-16 16m-42.645-83.092a58.54 58.54 0 0 0 28.59 7.456h255.146A58.545 58.545 0 0 0 480 345.818V90.545A58.543 58.543 0 0 0 421.455 32H166.182a58.545 58.545 0 0 0-58.546 58.545v255.273q.001 1.213.176 2.378a58.54 58.54 0 0 0 7.316 26.049l169.558-169.559c6.249-6.248 16.379-6.248 22.628 0s6.248 16.379 0 22.628z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-arrow-down-left-box {
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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M180.364%20480H48a16%2016%200%200%201-16-16V331.636c0-8.836%207.163-16%2016-16s16%207.164%2016%2016v93.737l51.128-51.128a58.5%2058.5%200%200%200%2022.591%2022.663L86.627%20448h93.737c8.836%200%2016%207.163%2016%2016s-7.164%2016-16%2016m-42.645-83.092a58.54%2058.54%200%200%200%2028.59%207.456h255.146A58.545%2058.545%200%200%200%20480%20345.818V90.545A58.543%2058.543%200%200%200%20421.455%2032H166.182a58.545%2058.545%200%200%200-58.546%2058.545v255.273q.001%201.213.176%202.378a58.54%2058.54%200%200%200%207.316%2026.049l169.558-169.559c6.249-6.248%2016.379-6.248%2022.628%200s6.248%2016.379%200%2022.628z%22%20clip-rule%3D%22evenodd%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M180.364%20480H48a16%2016%200%200%201-16-16V331.636c0-8.836%207.163-16%2016-16s16%207.164%2016%2016v93.737l51.128-51.128a58.5%2058.5%200%200%200%2022.591%2022.663L86.627%20448h93.737c8.836%200%2016%207.163%2016%2016s-7.164%2016-16%2016m-42.645-83.092a58.54%2058.54%200%200%200%2028.59%207.456h255.146A58.545%2058.545%200%200%200%20480%20345.818V90.545A58.543%2058.543%200%200%200%20421.455%2032H166.182a58.545%2058.545%200%200%200-58.546%2058.545v255.273q.001%201.213.176%202.378a58.54%2058.54%200%200%200%207.316%2026.049l169.558-169.559c6.249-6.248%2016.379-6.248%2022.628%200s6.248%2016.379%200%2022.628z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/arrow-down-left-box.svg?color=%231a73e8&size=48