doc append icon
doc-append from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- doc-append
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
Related icons in Framework7 Icons
Use the doc append icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M15.32 53.008h25.383c4.64 0 7.031-2.39 7.031-7.125V10.14c0-4.711-2.39-7.149-7.03-7.149H15.32c-4.664 0-7.054 2.438-7.054 7.149v35.742c0 4.734 2.39 7.125 7.054 7.125m.164-3.75c-2.25 0-3.445-1.242-3.445-3.422V10.188c0-2.204 1.195-3.422 3.469-3.422h24.984c2.274 0 3.469 1.218 3.469 3.422v35.648c0 2.18-1.195 3.422-3.445 3.422Zm18.329-22.453c2.859 0 4.828-1.946 4.828-4.782c0-2.742-1.688-4.546-4.172-4.546c-1.242 0-2.274.398-3 1.289H31c.188-.82.703-1.641 1.477-2.297c.726-.68 1.664-1.102 2.718-1.336c.867-.188 1.125-.469 1.125-.985c0-.468-.351-.843-1.008-.843c-1.523 0-3.468.96-4.734 2.32c-1.312 1.43-1.969 3.281-1.969 5.25c0 3.75 2.32 5.93 5.203 5.93m-11.883.023c2.86 0 4.828-1.945 4.828-4.781c0-2.742-1.688-4.547-4.172-4.547c-1.242 0-2.273.398-2.977 1.289h-.492c.188-.844.727-1.687 1.547-2.344a5.85 5.85 0 0 1 2.648-1.289c.868-.187 1.149-.469 1.149-.984c0-.469-.352-.844-1.031-.844c-1.524 0-3.422.914-4.735 2.32c-1.312 1.43-1.968 3.282-1.968 5.25c0 3.75 2.32 5.93 5.203 5.93m-3.117 7.899h17.789a1.43 1.43 0 0 0 1.453-1.454c0-.797-.633-1.43-1.453-1.43h-17.79c-.843 0-1.453.634-1.453 1.43c0 .82.61 1.453 1.453 1.453m0 8.18h8.437c.82 0 1.43-.61 1.43-1.43s-.61-1.454-1.43-1.454h-8.437c-.844 0-1.454.633-1.454 1.453s.61 1.43 1.453 1.43"/></svg>
React
import type { SVGProps } from "react";
export function F7DocAppend(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.32 53.008h25.383c4.64 0 7.031-2.39 7.031-7.125V10.14c0-4.711-2.39-7.149-7.03-7.149H15.32c-4.664 0-7.054 2.438-7.054 7.149v35.742c0 4.734 2.39 7.125 7.054 7.125m.164-3.75c-2.25 0-3.445-1.242-3.445-3.422V10.188c0-2.204 1.195-3.422 3.469-3.422h24.984c2.274 0 3.469 1.218 3.469 3.422v35.648c0 2.18-1.195 3.422-3.445 3.422Zm18.329-22.453c2.859 0 4.828-1.946 4.828-4.782c0-2.742-1.688-4.546-4.172-4.546c-1.242 0-2.274.398-3 1.289H31c.188-.82.703-1.641 1.477-2.297c.726-.68 1.664-1.102 2.718-1.336c.867-.188 1.125-.469 1.125-.985c0-.468-.351-.843-1.008-.843c-1.523 0-3.468.96-4.734 2.32c-1.312 1.43-1.969 3.281-1.969 5.25c0 3.75 2.32 5.93 5.203 5.93m-11.883.023c2.86 0 4.828-1.945 4.828-4.781c0-2.742-1.688-4.547-4.172-4.547c-1.242 0-2.273.398-2.977 1.289h-.492c.188-.844.727-1.687 1.547-2.344a5.85 5.85 0 0 1 2.648-1.289c.868-.187 1.149-.469 1.149-.984c0-.469-.352-.844-1.031-.844c-1.524 0-3.422.914-4.735 2.32c-1.312 1.43-1.968 3.282-1.968 5.25c0 3.75 2.32 5.93 5.203 5.93m-3.117 7.899h17.789a1.43 1.43 0 0 0 1.453-1.454c0-.797-.633-1.43-1.453-1.43h-17.79c-.843 0-1.453.634-1.453 1.43c0 .82.61 1.453 1.453 1.453m0 8.18h8.437c.82 0 1.43-.61 1.43-1.43s-.61-1.454-1.43-1.454h-8.437c-.844 0-1.454.633-1.454 1.453s.61 1.43 1.453 1.43"/></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.32 53.008h25.383c4.64 0 7.031-2.39 7.031-7.125V10.14c0-4.711-2.39-7.149-7.03-7.149H15.32c-4.664 0-7.054 2.438-7.054 7.149v35.742c0 4.734 2.39 7.125 7.054 7.125m.164-3.75c-2.25 0-3.445-1.242-3.445-3.422V10.188c0-2.204 1.195-3.422 3.469-3.422h24.984c2.274 0 3.469 1.218 3.469 3.422v35.648c0 2.18-1.195 3.422-3.445 3.422Zm18.329-22.453c2.859 0 4.828-1.946 4.828-4.782c0-2.742-1.688-4.546-4.172-4.546c-1.242 0-2.274.398-3 1.289H31c.188-.82.703-1.641 1.477-2.297c.726-.68 1.664-1.102 2.718-1.336c.867-.188 1.125-.469 1.125-.985c0-.468-.351-.843-1.008-.843c-1.523 0-3.468.96-4.734 2.32c-1.312 1.43-1.969 3.281-1.969 5.25c0 3.75 2.32 5.93 5.203 5.93m-11.883.023c2.86 0 4.828-1.945 4.828-4.781c0-2.742-1.688-4.547-4.172-4.547c-1.242 0-2.273.398-2.977 1.289h-.492c.188-.844.727-1.687 1.547-2.344a5.85 5.85 0 0 1 2.648-1.289c.868-.187 1.149-.469 1.149-.984c0-.469-.352-.844-1.031-.844c-1.524 0-3.422.914-4.735 2.32c-1.312 1.43-1.968 3.282-1.968 5.25c0 3.75 2.32 5.93 5.203 5.93m-3.117 7.899h17.789a1.43 1.43 0 0 0 1.453-1.454c0-.797-.633-1.43-1.453-1.43h-17.79c-.843 0-1.453.634-1.453 1.43c0 .82.61 1.453 1.453 1.453m0 8.18h8.437c.82 0 1.43-.61 1.43-1.43s-.61-1.454-1.43-1.454h-8.437c-.844 0-1.454.633-1.454 1.453s.61 1.43 1.453 1.43"/></svg> </template>
CSS
.icon-doc-append {
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.32%2053.008h25.383c4.64%200%207.031-2.39%207.031-7.125V10.14c0-4.711-2.39-7.149-7.03-7.149H15.32c-4.664%200-7.054%202.438-7.054%207.149v35.742c0%204.734%202.39%207.125%207.054%207.125m.164-3.75c-2.25%200-3.445-1.242-3.445-3.422V10.188c0-2.204%201.195-3.422%203.469-3.422h24.984c2.274%200%203.469%201.218%203.469%203.422v35.648c0%202.18-1.195%203.422-3.445%203.422Zm18.329-22.453c2.859%200%204.828-1.946%204.828-4.782c0-2.742-1.688-4.546-4.172-4.546c-1.242%200-2.274.398-3%201.289H31c.188-.82.703-1.641%201.477-2.297c.726-.68%201.664-1.102%202.718-1.336c.867-.188%201.125-.469%201.125-.985c0-.468-.351-.843-1.008-.843c-1.523%200-3.468.96-4.734%202.32c-1.312%201.43-1.969%203.281-1.969%205.25c0%203.75%202.32%205.93%205.203%205.93m-11.883.023c2.86%200%204.828-1.945%204.828-4.781c0-2.742-1.688-4.547-4.172-4.547c-1.242%200-2.273.398-2.977%201.289h-.492c.188-.844.727-1.687%201.547-2.344a5.85%205.85%200%200%201%202.648-1.289c.868-.187%201.149-.469%201.149-.984c0-.469-.352-.844-1.031-.844c-1.524%200-3.422.914-4.735%202.32c-1.312%201.43-1.968%203.282-1.968%205.25c0%203.75%202.32%205.93%205.203%205.93m-3.117%207.899h17.789a1.43%201.43%200%200%200%201.453-1.454c0-.797-.633-1.43-1.453-1.43h-17.79c-.843%200-1.453.634-1.453%201.43c0%20.82.61%201.453%201.453%201.453m0%208.18h8.437c.82%200%201.43-.61%201.43-1.43s-.61-1.454-1.43-1.454h-8.437c-.844%200-1.454.633-1.454%201.453s.61%201.43%201.453%201.43%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.32%2053.008h25.383c4.64%200%207.031-2.39%207.031-7.125V10.14c0-4.711-2.39-7.149-7.03-7.149H15.32c-4.664%200-7.054%202.438-7.054%207.149v35.742c0%204.734%202.39%207.125%207.054%207.125m.164-3.75c-2.25%200-3.445-1.242-3.445-3.422V10.188c0-2.204%201.195-3.422%203.469-3.422h24.984c2.274%200%203.469%201.218%203.469%203.422v35.648c0%202.18-1.195%203.422-3.445%203.422Zm18.329-22.453c2.859%200%204.828-1.946%204.828-4.782c0-2.742-1.688-4.546-4.172-4.546c-1.242%200-2.274.398-3%201.289H31c.188-.82.703-1.641%201.477-2.297c.726-.68%201.664-1.102%202.718-1.336c.867-.188%201.125-.469%201.125-.985c0-.468-.351-.843-1.008-.843c-1.523%200-3.468.96-4.734%202.32c-1.312%201.43-1.969%203.281-1.969%205.25c0%203.75%202.32%205.93%205.203%205.93m-11.883.023c2.86%200%204.828-1.945%204.828-4.781c0-2.742-1.688-4.547-4.172-4.547c-1.242%200-2.273.398-2.977%201.289h-.492c.188-.844.727-1.687%201.547-2.344a5.85%205.85%200%200%201%202.648-1.289c.868-.187%201.149-.469%201.149-.984c0-.469-.352-.844-1.031-.844c-1.524%200-3.422.914-4.735%202.32c-1.312%201.43-1.968%203.282-1.968%205.25c0%203.75%202.32%205.93%205.203%205.93m-3.117%207.899h17.789a1.43%201.43%200%200%200%201.453-1.454c0-.797-.633-1.43-1.453-1.43h-17.79c-.843%200-1.453.634-1.453%201.43c0%20.82.61%201.453%201.453%201.453m0%208.18h8.437c.82%200%201.43-.61%201.43-1.43s-.61-1.454-1.43-1.454h-8.437c-.844%200-1.454.633-1.454%201.453s.61%201.43%201.453%201.43%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/doc-append.svg?color=%231a73e8&size=48