arrow down doc icon
arrow-down-doc from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- arrow-down-doc
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
1 other variant in Framework7 Icons
Related icons in Framework7 Icons
arrow-2-circlepatharrow-2-circlepath-circlearrow-2-squarepatharrow-3-trianglepatharrow-brancharrow-clockwisearrow-clockwise-circlearrow-counterclockwisearrow-counterclockwise-circlearrow-downarrow-down-circlearrow-down-leftarrow-down-left-circlearrow-down-left-squarearrow-down-rightarrow-down-right-arrow-up-leftarrow-down-right-circlearrow-down-right-squarearrow-down-squarearrow-down-to-linearrow-down-to-line-altarrow-leftarrow-left-circlearrow-left-right
Use the arrow down doc icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M15.555 53.125h24.89c4.852 0 7.266-2.461 7.266-7.336V24.508c0-3.024-.328-4.336-2.203-6.258L32.57 5.102c-1.78-1.829-3.234-2.227-5.882-2.227H15.555c-4.828 0-7.266 2.484-7.266 7.36v35.554c0 4.898 2.438 7.336 7.266 7.336m.187-3.773c-2.414 0-3.68-1.29-3.68-3.633V10.305c0-2.32 1.266-3.657 3.704-3.657h10.406v13.618c0 2.953 1.5 4.406 4.406 4.406h13.36v21.047c0 2.343-1.243 3.633-3.68 3.633ZM31 21.132c-.914 0-1.29-.374-1.29-1.312V7.375l13.5 13.758Zm-1.195 7.946c0-.96-.844-1.734-1.805-1.734c-.96 0-1.781.773-1.781 1.734v8.508l.14 3.82l-1.992-2.062l-2.11-2.157a1.77 1.77 0 0 0-1.241-.539c-.961 0-1.664.68-1.664 1.618c0 .539.21.937.585 1.265l6.75 6.211c.493.446.868.61 1.313.61c.469 0 .82-.164 1.313-.61l6.75-6.21c.374-.329.585-.727.585-1.266c0-.938-.703-1.618-1.64-1.618c-.469 0-.914.188-1.242.54l-2.133 2.156l-1.992 2.062l.164-3.82Z"/></svg>
React
import type { SVGProps } from "react";
export function F7ArrowDownDoc(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M15.555 53.125h24.89c4.852 0 7.266-2.461 7.266-7.336V24.508c0-3.024-.328-4.336-2.203-6.258L32.57 5.102c-1.78-1.829-3.234-2.227-5.882-2.227H15.555c-4.828 0-7.266 2.484-7.266 7.36v35.554c0 4.898 2.438 7.336 7.266 7.336m.187-3.773c-2.414 0-3.68-1.29-3.68-3.633V10.305c0-2.32 1.266-3.657 3.704-3.657h10.406v13.618c0 2.953 1.5 4.406 4.406 4.406h13.36v21.047c0 2.343-1.243 3.633-3.68 3.633ZM31 21.132c-.914 0-1.29-.374-1.29-1.312V7.375l13.5 13.758Zm-1.195 7.946c0-.96-.844-1.734-1.805-1.734c-.96 0-1.781.773-1.781 1.734v8.508l.14 3.82l-1.992-2.062l-2.11-2.157a1.77 1.77 0 0 0-1.241-.539c-.961 0-1.664.68-1.664 1.618c0 .539.21.937.585 1.265l6.75 6.211c.493.446.868.61 1.313.61c.469 0 .82-.164 1.313-.61l6.75-6.21c.374-.329.585-.727.585-1.266c0-.938-.703-1.618-1.64-1.618c-.469 0-.914.188-1.242.54l-2.133 2.156l-1.992 2.062l.164-3.82Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M15.555 53.125h24.89c4.852 0 7.266-2.461 7.266-7.336V24.508c0-3.024-.328-4.336-2.203-6.258L32.57 5.102c-1.78-1.829-3.234-2.227-5.882-2.227H15.555c-4.828 0-7.266 2.484-7.266 7.36v35.554c0 4.898 2.438 7.336 7.266 7.336m.187-3.773c-2.414 0-3.68-1.29-3.68-3.633V10.305c0-2.32 1.266-3.657 3.704-3.657h10.406v13.618c0 2.953 1.5 4.406 4.406 4.406h13.36v21.047c0 2.343-1.243 3.633-3.68 3.633ZM31 21.132c-.914 0-1.29-.374-1.29-1.312V7.375l13.5 13.758Zm-1.195 7.946c0-.96-.844-1.734-1.805-1.734c-.96 0-1.781.773-1.781 1.734v8.508l.14 3.82l-1.992-2.062l-2.11-2.157a1.77 1.77 0 0 0-1.241-.539c-.961 0-1.664.68-1.664 1.618c0 .539.21.937.585 1.265l6.75 6.211c.493.446.868.61 1.313.61c.469 0 .82-.164 1.313-.61l6.75-6.21c.374-.329.585-.727.585-1.266c0-.938-.703-1.618-1.64-1.618c-.469 0-.914.188-1.242.54l-2.133 2.156l-1.992 2.062l.164-3.82Z"/></svg> </template>
CSS
.icon-arrow-down-doc {
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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.555%2053.125h24.89c4.852%200%207.266-2.461%207.266-7.336V24.508c0-3.024-.328-4.336-2.203-6.258L32.57%205.102c-1.78-1.829-3.234-2.227-5.882-2.227H15.555c-4.828%200-7.266%202.484-7.266%207.36v35.554c0%204.898%202.438%207.336%207.266%207.336m.187-3.773c-2.414%200-3.68-1.29-3.68-3.633V10.305c0-2.32%201.266-3.657%203.704-3.657h10.406v13.618c0%202.953%201.5%204.406%204.406%204.406h13.36v21.047c0%202.343-1.243%203.633-3.68%203.633ZM31%2021.132c-.914%200-1.29-.374-1.29-1.312V7.375l13.5%2013.758Zm-1.195%207.946c0-.96-.844-1.734-1.805-1.734c-.96%200-1.781.773-1.781%201.734v8.508l.14%203.82l-1.992-2.062l-2.11-2.157a1.77%201.77%200%200%200-1.241-.539c-.961%200-1.664.68-1.664%201.618c0%20.539.21.937.585%201.265l6.75%206.211c.493.446.868.61%201.313.61c.469%200%20.82-.164%201.313-.61l6.75-6.21c.374-.329.585-.727.585-1.266c0-.938-.703-1.618-1.64-1.618c-.469%200-.914.188-1.242.54l-2.133%202.156l-1.992%202.062l.164-3.82Z%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.555%2053.125h24.89c4.852%200%207.266-2.461%207.266-7.336V24.508c0-3.024-.328-4.336-2.203-6.258L32.57%205.102c-1.78-1.829-3.234-2.227-5.882-2.227H15.555c-4.828%200-7.266%202.484-7.266%207.36v35.554c0%204.898%202.438%207.336%207.266%207.336m.187-3.773c-2.414%200-3.68-1.29-3.68-3.633V10.305c0-2.32%201.266-3.657%203.704-3.657h10.406v13.618c0%202.953%201.5%204.406%204.406%204.406h13.36v21.047c0%202.343-1.243%203.633-3.68%203.633ZM31%2021.132c-.914%200-1.29-.374-1.29-1.312V7.375l13.5%2013.758Zm-1.195%207.946c0-.96-.844-1.734-1.805-1.734c-.96%200-1.781.773-1.781%201.734v8.508l.14%203.82l-1.992-2.062l-2.11-2.157a1.77%201.77%200%200%200-1.241-.539c-.961%200-1.664.68-1.664%201.618c0%20.539.21.937.585%201.265l6.75%206.211c.493.446.868.61%201.313.61c.469%200%20.82-.164%201.313-.61l6.75-6.21c.374-.329.585-.727.585-1.266c0-.938-.703-1.618-1.64-1.618c-.469%200-.914.188-1.242.54l-2.133%202.156l-1.992%202.062l.164-3.82Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/arrow-down-doc.svg?color=%231a73e8&size=48