attach-file from Material Symbols Light by Google · Regular · Text · Apache-2.0 Free for personal and commercial use.

Name
attach-file
Set
Material Symbols Light
Style
Regular
Category
Text
Viewbox
24×24
License
Apache 2.0
Aliases
attach-file-outline, attach-file-outline-sharp, attach-file-sharp

1 other variant in Material Symbols Light

The same icon in other sets

More text icons from Material Symbols Light

Use the attach file icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.346 15.539q0 2.272-1.565 3.867Q14.216 21 11.96 21q-2.272 0-3.847-1.594t-1.575-3.867V6.808q0-1.587 1.09-2.697Q8.722 3 10.309 3t2.678 1.11t1.091 2.698v8.269q0 .88-.617 1.517q-.618.637-1.499.637t-1.517-.627t-.636-1.527V6.769h1v8.308q0 .479.327.816q.328.338.807.338t.807-.338t.328-.816V6.789q-.006-1.166-.805-1.977T10.308 4t-1.967.821t-.802 1.987v8.73q-.006 1.853 1.282 3.157T11.961 20q1.828 0 3.1-1.305t1.285-3.156v-8.77h1z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightAttachFile(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.346 15.539q0 2.272-1.565 3.867Q14.216 21 11.96 21q-2.272 0-3.847-1.594t-1.575-3.867V6.808q0-1.587 1.09-2.697Q8.722 3 10.309 3t2.678 1.11t1.091 2.698v8.269q0 .88-.617 1.517q-.618.637-1.499.637t-1.517-.627t-.636-1.527V6.769h1v8.308q0 .479.327.816q.328.338.807.338t.807-.338t.328-.816V6.789q-.006-1.166-.805-1.977T10.308 4t-1.967.821t-.802 1.987v8.73q-.006 1.853 1.282 3.157T11.961 20q1.828 0 3.1-1.305t1.285-3.156v-8.77h1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.346 15.539q0 2.272-1.565 3.867Q14.216 21 11.96 21q-2.272 0-3.847-1.594t-1.575-3.867V6.808q0-1.587 1.09-2.697Q8.722 3 10.309 3t2.678 1.11t1.091 2.698v8.269q0 .88-.617 1.517q-.618.637-1.499.637t-1.517-.627t-.636-1.527V6.769h1v8.308q0 .479.327.816q.328.338.807.338t.807-.338t.328-.816V6.789q-.006-1.166-.805-1.977T10.308 4t-1.967.821t-.802 1.987v8.73q-.006 1.853 1.282 3.157T11.961 20q1.828 0 3.1-1.305t1.285-3.156v-8.77h1z"/></svg>
</template>

CSS

.icon-attach-file {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.346%2015.539q0%202.272-1.565%203.867Q14.216%2021%2011.96%2021q-2.272%200-3.847-1.594t-1.575-3.867V6.808q0-1.587%201.09-2.697Q8.722%203%2010.309%203t2.678%201.11t1.091%202.698v8.269q0%20.88-.617%201.517q-.618.637-1.499.637t-1.517-.627t-.636-1.527V6.769h1v8.308q0%20.479.327.816q.328.338.807.338t.807-.338t.328-.816V6.789q-.006-1.166-.805-1.977T10.308%204t-1.967.821t-.802%201.987v8.73q-.006%201.853%201.282%203.157T11.961%2020q1.828%200%203.1-1.305t1.285-3.156v-8.77h1z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.346%2015.539q0%202.272-1.565%203.867Q14.216%2021%2011.96%2021q-2.272%200-3.847-1.594t-1.575-3.867V6.808q0-1.587%201.09-2.697Q8.722%203%2010.309%203t2.678%201.11t1.091%202.698v8.269q0%20.88-.617%201.517q-.618.637-1.499.637t-1.517-.627t-.636-1.527V6.769h1v8.308q0%20.479.327.816q.328.338.807.338t.807-.338t.328-.816V6.789q-.006-1.166-.805-1.977T10.308%204t-1.967.821t-.802%201.987v8.73q-.006%201.853%201.282%203.157T11.961%2020q1.828%200%203.1-1.305t1.285-3.156v-8.77h1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/attach-file.svg?color=%231a73e8&size=48