arrow down doc icon
arrow-down-doc-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.
- Name
- arrow-down-doc-fill
- Set
- Framework7 Icons
- Style
- Fill
- 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.508H30.742c-3 0-4.406-1.43-4.406-4.43V2.875H15.555c-4.828 0-7.266 2.484-7.266 7.36v35.554c0 4.898 2.438 7.336 7.266 7.336m15.258-31.828h16.64c-.164-.961-.844-1.899-1.945-3.047L32.57 5.102c-1.078-1.125-2.062-1.805-3.047-1.97v16.9c0 .843.446 1.265 1.29 1.265M28 47.172c-.445 0-.82-.164-1.312-.586l-6.493-6c-.375-.328-.586-.727-.586-1.266c0-.914.703-1.593 1.664-1.593c.446 0 .915.187 1.266.515l1.969 2.016l1.875 1.898l-.164-3.539V30.72c0-.938.82-1.735 1.781-1.735c.984 0 1.805.797 1.805 1.735v7.898l-.164 3.54l1.851-1.9l1.992-2.015a1.8 1.8 0 0 1 1.243-.515c.96 0 1.664.68 1.664 1.593c0 .54-.188.914-.586 1.266l-6.492 6c-.47.422-.868.586-1.313.586"/></svg>
React
import type { SVGProps } from "react";
export function F7ArrowDownDocFill(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.508H30.742c-3 0-4.406-1.43-4.406-4.43V2.875H15.555c-4.828 0-7.266 2.484-7.266 7.36v35.554c0 4.898 2.438 7.336 7.266 7.336m15.258-31.828h16.64c-.164-.961-.844-1.899-1.945-3.047L32.57 5.102c-1.078-1.125-2.062-1.805-3.047-1.97v16.9c0 .843.446 1.265 1.29 1.265M28 47.172c-.445 0-.82-.164-1.312-.586l-6.493-6c-.375-.328-.586-.727-.586-1.266c0-.914.703-1.593 1.664-1.593c.446 0 .915.187 1.266.515l1.969 2.016l1.875 1.898l-.164-3.539V30.72c0-.938.82-1.735 1.781-1.735c.984 0 1.805.797 1.805 1.735v7.898l-.164 3.54l1.851-1.9l1.992-2.015a1.8 1.8 0 0 1 1.243-.515c.96 0 1.664.68 1.664 1.593c0 .54-.188.914-.586 1.266l-6.492 6c-.47.422-.868.586-1.313.586"/></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.508H30.742c-3 0-4.406-1.43-4.406-4.43V2.875H15.555c-4.828 0-7.266 2.484-7.266 7.36v35.554c0 4.898 2.438 7.336 7.266 7.336m15.258-31.828h16.64c-.164-.961-.844-1.899-1.945-3.047L32.57 5.102c-1.078-1.125-2.062-1.805-3.047-1.97v16.9c0 .843.446 1.265 1.29 1.265M28 47.172c-.445 0-.82-.164-1.312-.586l-6.493-6c-.375-.328-.586-.727-.586-1.266c0-.914.703-1.593 1.664-1.593c.446 0 .915.187 1.266.515l1.969 2.016l1.875 1.898l-.164-3.539V30.72c0-.938.82-1.735 1.781-1.735c.984 0 1.805.797 1.805 1.735v7.898l-.164 3.54l1.851-1.9l1.992-2.015a1.8 1.8 0 0 1 1.243-.515c.96 0 1.664.68 1.664 1.593c0 .54-.188.914-.586 1.266l-6.492 6c-.47.422-.868.586-1.313.586"/></svg> </template>
CSS
.icon-arrow-down-doc-fill {
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.508H30.742c-3%200-4.406-1.43-4.406-4.43V2.875H15.555c-4.828%200-7.266%202.484-7.266%207.36v35.554c0%204.898%202.438%207.336%207.266%207.336m15.258-31.828h16.64c-.164-.961-.844-1.899-1.945-3.047L32.57%205.102c-1.078-1.125-2.062-1.805-3.047-1.97v16.9c0%20.843.446%201.265%201.29%201.265M28%2047.172c-.445%200-.82-.164-1.312-.586l-6.493-6c-.375-.328-.586-.727-.586-1.266c0-.914.703-1.593%201.664-1.593c.446%200%20.915.187%201.266.515l1.969%202.016l1.875%201.898l-.164-3.539V30.72c0-.938.82-1.735%201.781-1.735c.984%200%201.805.797%201.805%201.735v7.898l-.164%203.54l1.851-1.9l1.992-2.015a1.8%201.8%200%200%201%201.243-.515c.96%200%201.664.68%201.664%201.593c0%20.54-.188.914-.586%201.266l-6.492%206c-.47.422-.868.586-1.313.586%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.508H30.742c-3%200-4.406-1.43-4.406-4.43V2.875H15.555c-4.828%200-7.266%202.484-7.266%207.36v35.554c0%204.898%202.438%207.336%207.266%207.336m15.258-31.828h16.64c-.164-.961-.844-1.899-1.945-3.047L32.57%205.102c-1.078-1.125-2.062-1.805-3.047-1.97v16.9c0%20.843.446%201.265%201.29%201.265M28%2047.172c-.445%200-.82-.164-1.312-.586l-6.493-6c-.375-.328-.586-.727-.586-1.266c0-.914.703-1.593%201.664-1.593c.446%200%20.915.187%201.266.515l1.969%202.016l1.875%201.898l-.164-3.539V30.72c0-.938.82-1.735%201.781-1.735c.984%200%201.805.797%201.805%201.735v7.898l-.164%203.54l1.851-1.9l1.992-2.015a1.8%201.8%200%200%201%201.243-.515c.96%200%201.664.68%201.664%201.593c0%20.54-.188.914-.586%201.266l-6.492%206c-.47.422-.868.586-1.313.586%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-fill.svg?color=%231a73e8&size=48