document attach icon
document-attach from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- document-attach
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
2 other variants in IonIcons
Related icons in IonIcons
Use the document attach icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M460 240H320a48 48 0 0 1-48-48V52a4 4 0 0 0-4-4h-53.25a65.4 65.4 0 0 0-6.5-9.81C196.72 23.88 179.59 16 160 16c-37.68 0-64 29.61-64 72v144c0 25 20.34 40 40 40a39.57 39.57 0 0 0 40-40V80a16 16 0 0 0-32 0v152a7.75 7.75 0 0 1-8 8c-2.23 0-8-1.44-8-8V88c0-19.34 8.41-40 32-40c29.69 0 32 30.15 32 39.38v138.75c0 17.45-5.47 33.23-15.41 44.46C166.5 282 152.47 288 136 288s-30.5-6-40.59-17.41C85.47 259.36 80 243.58 80 226.13V144a16 16 0 0 0-32 0v82.13c0 51.51 33.19 89.63 80 93.53V432a64 64 0 0 0 64 64h208a64 64 0 0 0 64-64V244a4 4 0 0 0-4-4"/><path fill="currentColor" d="M320 208h129.81a2 2 0 0 0 1.41-3.41L307.41 60.78a2 2 0 0 0-3.41 1.41V192a16 16 0 0 0 16 16"/></svg>
React
import type { SVGProps } from "react";
export function IonDocumentAttach(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" d="M460 240H320a48 48 0 0 1-48-48V52a4 4 0 0 0-4-4h-53.25a65.4 65.4 0 0 0-6.5-9.81C196.72 23.88 179.59 16 160 16c-37.68 0-64 29.61-64 72v144c0 25 20.34 40 40 40a39.57 39.57 0 0 0 40-40V80a16 16 0 0 0-32 0v152a7.75 7.75 0 0 1-8 8c-2.23 0-8-1.44-8-8V88c0-19.34 8.41-40 32-40c29.69 0 32 30.15 32 39.38v138.75c0 17.45-5.47 33.23-15.41 44.46C166.5 282 152.47 288 136 288s-30.5-6-40.59-17.41C85.47 259.36 80 243.58 80 226.13V144a16 16 0 0 0-32 0v82.13c0 51.51 33.19 89.63 80 93.53V432a64 64 0 0 0 64 64h208a64 64 0 0 0 64-64V244a4 4 0 0 0-4-4"/><path fill="currentColor" d="M320 208h129.81a2 2 0 0 0 1.41-3.41L307.41 60.78a2 2 0 0 0-3.41 1.41V192a16 16 0 0 0 16 16"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M460 240H320a48 48 0 0 1-48-48V52a4 4 0 0 0-4-4h-53.25a65.4 65.4 0 0 0-6.5-9.81C196.72 23.88 179.59 16 160 16c-37.68 0-64 29.61-64 72v144c0 25 20.34 40 40 40a39.57 39.57 0 0 0 40-40V80a16 16 0 0 0-32 0v152a7.75 7.75 0 0 1-8 8c-2.23 0-8-1.44-8-8V88c0-19.34 8.41-40 32-40c29.69 0 32 30.15 32 39.38v138.75c0 17.45-5.47 33.23-15.41 44.46C166.5 282 152.47 288 136 288s-30.5-6-40.59-17.41C85.47 259.36 80 243.58 80 226.13V144a16 16 0 0 0-32 0v82.13c0 51.51 33.19 89.63 80 93.53V432a64 64 0 0 0 64 64h208a64 64 0 0 0 64-64V244a4 4 0 0 0-4-4"/><path fill="currentColor" d="M320 208h129.81a2 2 0 0 0 1.41-3.41L307.41 60.78a2 2 0 0 0-3.41 1.41V192a16 16 0 0 0 16 16"/></svg> </template>
CSS
.icon-document-attach {
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%20d%3D%22M460%20240H320a48%2048%200%200%201-48-48V52a4%204%200%200%200-4-4h-53.25a65.4%2065.4%200%200%200-6.5-9.81C196.72%2023.88%20179.59%2016%20160%2016c-37.68%200-64%2029.61-64%2072v144c0%2025%2020.34%2040%2040%2040a39.57%2039.57%200%200%200%2040-40V80a16%2016%200%200%200-32%200v152a7.75%207.75%200%200%201-8%208c-2.23%200-8-1.44-8-8V88c0-19.34%208.41-40%2032-40c29.69%200%2032%2030.15%2032%2039.38v138.75c0%2017.45-5.47%2033.23-15.41%2044.46C166.5%20282%20152.47%20288%20136%20288s-30.5-6-40.59-17.41C85.47%20259.36%2080%20243.58%2080%20226.13V144a16%2016%200%200%200-32%200v82.13c0%2051.51%2033.19%2089.63%2080%2093.53V432a64%2064%200%200%200%2064%2064h208a64%2064%200%200%200%2064-64V244a4%204%200%200%200-4-4%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M320%20208h129.81a2%202%200%200%200%201.41-3.41L307.41%2060.78a2%202%200%200%200-3.41%201.41V192a16%2016%200%200%200%2016%2016%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%20d%3D%22M460%20240H320a48%2048%200%200%201-48-48V52a4%204%200%200%200-4-4h-53.25a65.4%2065.4%200%200%200-6.5-9.81C196.72%2023.88%20179.59%2016%20160%2016c-37.68%200-64%2029.61-64%2072v144c0%2025%2020.34%2040%2040%2040a39.57%2039.57%200%200%200%2040-40V80a16%2016%200%200%200-32%200v152a7.75%207.75%200%200%201-8%208c-2.23%200-8-1.44-8-8V88c0-19.34%208.41-40%2032-40c29.69%200%2032%2030.15%2032%2039.38v138.75c0%2017.45-5.47%2033.23-15.41%2044.46C166.5%20282%20152.47%20288%20136%20288s-30.5-6-40.59-17.41C85.47%20259.36%2080%20243.58%2080%20226.13V144a16%2016%200%200%200-32%200v82.13c0%2051.51%2033.19%2089.63%2080%2093.53V432a64%2064%200%200%200%2064%2064h208a64%2064%200%200%200%2064-64V244a4%204%200%200%200-4-4%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M320%20208h129.81a2%202%200%200%200%201.41-3.41L307.41%2060.78a2%202%200%200%200-3.41%201.41V192a16%2016%200%200%200%2016%2016%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/document-attach.svg?color=%231a73e8&size=48