arrow down right box icon
arrow-down-right-box from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- arrow-down-right-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-left-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 right 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="M480 331.636V464c0 4.243-1.686 8.313-4.686 11.314A16 16 0 0 1 464 480H331.636c-8.836 0-16-7.163-16-16s7.164-16 16-16h93.737l-51.128-51.128a58.5 58.5 0 0 0 22.663-22.591L448 425.373v-93.737c0-8.836 7.163-16 16-16s16 7.164 16 16m-83.092 42.645a58.54 58.54 0 0 0 7.456-28.59V90.546A58.547 58.547 0 0 0 345.818 32H90.545A58.546 58.546 0 0 0 32 90.546v255.272a58.545 58.545 0 0 0 58.545 58.546h255.273q1.213-.001 2.378-.176a58.54 58.54 0 0 0 26.049-7.316L204.686 227.314c-6.248-6.249-6.248-16.379 0-22.628s16.379-6.248 22.628 0z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function IonArrowDownRightBox(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="M480 331.636V464c0 4.243-1.686 8.313-4.686 11.314A16 16 0 0 1 464 480H331.636c-8.836 0-16-7.163-16-16s7.164-16 16-16h93.737l-51.128-51.128a58.5 58.5 0 0 0 22.663-22.591L448 425.373v-93.737c0-8.836 7.163-16 16-16s16 7.164 16 16m-83.092 42.645a58.54 58.54 0 0 0 7.456-28.59V90.546A58.547 58.547 0 0 0 345.818 32H90.545A58.546 58.546 0 0 0 32 90.546v255.272a58.545 58.545 0 0 0 58.545 58.546h255.273q1.213-.001 2.378-.176a58.54 58.54 0 0 0 26.049-7.316L204.686 227.314c-6.248-6.249-6.248-16.379 0-22.628s16.379-6.248 22.628 0z" 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="M480 331.636V464c0 4.243-1.686 8.313-4.686 11.314A16 16 0 0 1 464 480H331.636c-8.836 0-16-7.163-16-16s7.164-16 16-16h93.737l-51.128-51.128a58.5 58.5 0 0 0 22.663-22.591L448 425.373v-93.737c0-8.836 7.163-16 16-16s16 7.164 16 16m-83.092 42.645a58.54 58.54 0 0 0 7.456-28.59V90.546A58.547 58.547 0 0 0 345.818 32H90.545A58.546 58.546 0 0 0 32 90.546v255.272a58.545 58.545 0 0 0 58.545 58.546h255.273q1.213-.001 2.378-.176a58.54 58.54 0 0 0 26.049-7.316L204.686 227.314c-6.248-6.249-6.248-16.379 0-22.628s16.379-6.248 22.628 0z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-arrow-down-right-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%22M480%20331.636V464c0%204.243-1.686%208.313-4.686%2011.314A16%2016%200%200%201%20464%20480H331.636c-8.836%200-16-7.163-16-16s7.164-16%2016-16h93.737l-51.128-51.128a58.5%2058.5%200%200%200%2022.663-22.591L448%20425.373v-93.737c0-8.836%207.163-16%2016-16s16%207.164%2016%2016m-83.092%2042.645a58.54%2058.54%200%200%200%207.456-28.59V90.546A58.547%2058.547%200%200%200%20345.818%2032H90.545A58.546%2058.546%200%200%200%2032%2090.546v255.272a58.545%2058.545%200%200%200%2058.545%2058.546h255.273q1.213-.001%202.378-.176a58.54%2058.54%200%200%200%2026.049-7.316L204.686%20227.314c-6.248-6.249-6.248-16.379%200-22.628s16.379-6.248%2022.628%200z%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%22M480%20331.636V464c0%204.243-1.686%208.313-4.686%2011.314A16%2016%200%200%201%20464%20480H331.636c-8.836%200-16-7.163-16-16s7.164-16%2016-16h93.737l-51.128-51.128a58.5%2058.5%200%200%200%2022.663-22.591L448%20425.373v-93.737c0-8.836%207.163-16%2016-16s16%207.164%2016%2016m-83.092%2042.645a58.54%2058.54%200%200%200%207.456-28.59V90.546A58.547%2058.547%200%200%200%20345.818%2032H90.545A58.546%2058.546%200%200%200%2032%2090.546v255.272a58.545%2058.545%200%200%200%2058.545%2058.546h255.273q1.213-.001%202.378-.176a58.54%2058.54%200%200%200%2026.049-7.316L204.686%20227.314c-6.248-6.249-6.248-16.379%200-22.628s16.379-6.248%2022.628%200z%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-right-box.svg?color=%231a73e8&size=48