arrow-up-doc-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.

Name
arrow-up-doc-fill
Set
Framework7 Icons
Style
Fill
Viewbox
56×56
License
MIT

1 other variant in Framework7 Icons

Related icons in Framework7 Icons

Use the arrow up 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 46.937c-.96 0-1.781-.796-1.781-1.734v-7.898l.164-3.54l-1.875 1.899l-1.969 2.016a1.82 1.82 0 0 1-1.266.539c-.96 0-1.664-.68-1.664-1.617c0-.516.211-.914.586-1.243l6.493-6c.492-.445.867-.609 1.312-.609s.844.164 1.313.61l6.492 6c.375.304.586.703.586 1.242c0 .937-.703 1.617-1.664 1.617c-.446 0-.914-.188-1.243-.54l-1.992-2.015l-1.851-1.898l.164 3.539v7.898c0 .938-.82 1.734-1.805 1.734"/></svg>

React

import type { SVGProps } from "react";

export function F7ArrowUpDocFill(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 46.937c-.96 0-1.781-.796-1.781-1.734v-7.898l.164-3.54l-1.875 1.899l-1.969 2.016a1.82 1.82 0 0 1-1.266.539c-.96 0-1.664-.68-1.664-1.617c0-.516.211-.914.586-1.243l6.493-6c.492-.445.867-.609 1.312-.609s.844.164 1.313.61l6.492 6c.375.304.586.703.586 1.242c0 .937-.703 1.617-1.664 1.617c-.446 0-.914-.188-1.243-.54l-1.992-2.015l-1.851-1.898l.164 3.539v7.898c0 .938-.82 1.734-1.805 1.734"/></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 46.937c-.96 0-1.781-.796-1.781-1.734v-7.898l.164-3.54l-1.875 1.899l-1.969 2.016a1.82 1.82 0 0 1-1.266.539c-.96 0-1.664-.68-1.664-1.617c0-.516.211-.914.586-1.243l6.493-6c.492-.445.867-.609 1.312-.609s.844.164 1.313.61l6.492 6c.375.304.586.703.586 1.242c0 .937-.703 1.617-1.664 1.617c-.446 0-.914-.188-1.243-.54l-1.992-2.015l-1.851-1.898l.164 3.539v7.898c0 .938-.82 1.734-1.805 1.734"/></svg>
</template>

CSS

.icon-arrow-up-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%2046.937c-.96%200-1.781-.796-1.781-1.734v-7.898l.164-3.54l-1.875%201.899l-1.969%202.016a1.82%201.82%200%200%201-1.266.539c-.96%200-1.664-.68-1.664-1.617c0-.516.211-.914.586-1.243l6.493-6c.492-.445.867-.609%201.312-.609s.844.164%201.313.61l6.492%206c.375.304.586.703.586%201.242c0%20.937-.703%201.617-1.664%201.617c-.446%200-.914-.188-1.243-.54l-1.992-2.015l-1.851-1.898l.164%203.539v7.898c0%20.938-.82%201.734-1.805%201.734%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%2046.937c-.96%200-1.781-.796-1.781-1.734v-7.898l.164-3.54l-1.875%201.899l-1.969%202.016a1.82%201.82%200%200%201-1.266.539c-.96%200-1.664-.68-1.664-1.617c0-.516.211-.914.586-1.243l6.493-6c.492-.445.867-.609%201.312-.609s.844.164%201.313.61l6.492%206c.375.304.586.703.586%201.242c0%20.937-.703%201.617-1.664%201.617c-.446%200-.914-.188-1.243-.54l-1.992-2.015l-1.851-1.898l.164%203.539v7.898c0%20.938-.82%201.734-1.805%201.734%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/arrow-up-doc-fill.svg?color=%231a73e8&size=48