document attach icon

document-attach-sharp from IonIcons by Ben Sperry · Sharp · MIT Free for personal and commercial use.

Name
document-attach-sharp
Set
IonIcons
Style
Sharp
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="M280 240a8 8 0 0 1-8-8V48h-57.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-40V80h-32v152a7.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.13V144H48v82.13c0 51.51 33.19 89.63 80 93.53V468a12 12 0 0 0 12 12h312a12 12 0 0 0 12-12V240Z"/><path fill="currentColor" d="M308 208h146.31a2 2 0 0 0 1.42-3.41L307.41 56.27a2 2 0 0 0-3.41 1.42V204a4 4 0 0 0 4 4"/></svg>

React

import type { SVGProps } from "react";

export function IonDocumentAttachSharp(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="M280 240a8 8 0 0 1-8-8V48h-57.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-40V80h-32v152a7.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.13V144H48v82.13c0 51.51 33.19 89.63 80 93.53V468a12 12 0 0 0 12 12h312a12 12 0 0 0 12-12V240Z"/><path fill="currentColor" d="M308 208h146.31a2 2 0 0 0 1.42-3.41L307.41 56.27a2 2 0 0 0-3.41 1.42V204a4 4 0 0 0 4 4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M280 240a8 8 0 0 1-8-8V48h-57.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-40V80h-32v152a7.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.13V144H48v82.13c0 51.51 33.19 89.63 80 93.53V468a12 12 0 0 0 12 12h312a12 12 0 0 0 12-12V240Z"/><path fill="currentColor" d="M308 208h146.31a2 2 0 0 0 1.42-3.41L307.41 56.27a2 2 0 0 0-3.41 1.42V204a4 4 0 0 0 4 4"/></svg>
</template>

CSS

.icon-document-attach-sharp {
  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%22M280%20240a8%208%200%200%201-8-8V48h-57.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-40V80h-32v152a7.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.13V144H48v82.13c0%2051.51%2033.19%2089.63%2080%2093.53V468a12%2012%200%200%200%2012%2012h312a12%2012%200%200%200%2012-12V240Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M308%20208h146.31a2%202%200%200%200%201.42-3.41L307.41%2056.27a2%202%200%200%200-3.41%201.42V204a4%204%200%200%200%204%204%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%22M280%20240a8%208%200%200%201-8-8V48h-57.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-40V80h-32v152a7.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.13V144H48v82.13c0%2051.51%2033.19%2089.63%2080%2093.53V468a12%2012%200%200%200%2012%2012h312a12%2012%200%200%200%2012-12V240Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M308%20208h146.31a2%202%200%200%200%201.42-3.41L307.41%2056.27a2%202%200%200%200-3.41%201.42V204a4%204%200%200%200%204%204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/document-attach-sharp.svg?color=%231a73e8&size=48