attach file add icon

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

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

1 other variant in Material Symbols

The same icon in other sets

More text icons from Material Symbols

Use the attach file add icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 11V6h2v5zm-5 6.9q-.875-.25-1.437-.975T9 15.25V6h2zm.75 4.1q-2.6 0-4.425-1.825T5.5 15.75V6.5q0-1.875 1.313-3.187T10 2t3.188 1.313T14.5 6.5V14h-2V6.5q-.025-1.05-.737-1.775T10 4t-1.775.725T7.5 6.5v9.25q-.025 1.775 1.225 3.013T11.75 20q.625 0 1.188-.162T14 19.35v2.225q-.525.2-1.088.313T11.75 22M16 21v-3h-3v-2h3v-3h2v3h3v2h-3v3z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsAttachFileAdd(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="M16 11V6h2v5zm-5 6.9q-.875-.25-1.437-.975T9 15.25V6h2zm.75 4.1q-2.6 0-4.425-1.825T5.5 15.75V6.5q0-1.875 1.313-3.187T10 2t3.188 1.313T14.5 6.5V14h-2V6.5q-.025-1.05-.737-1.775T10 4t-1.775.725T7.5 6.5v9.25q-.025 1.775 1.225 3.013T11.75 20q.625 0 1.188-.162T14 19.35v2.225q-.525.2-1.088.313T11.75 22M16 21v-3h-3v-2h3v-3h2v3h3v2h-3v3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 11V6h2v5zm-5 6.9q-.875-.25-1.437-.975T9 15.25V6h2zm.75 4.1q-2.6 0-4.425-1.825T5.5 15.75V6.5q0-1.875 1.313-3.187T10 2t3.188 1.313T14.5 6.5V14h-2V6.5q-.025-1.05-.737-1.775T10 4t-1.775.725T7.5 6.5v9.25q-.025 1.775 1.225 3.013T11.75 20q.625 0 1.188-.162T14 19.35v2.225q-.525.2-1.088.313T11.75 22M16 21v-3h-3v-2h3v-3h2v3h3v2h-3v3z"/></svg>
</template>

CSS

.icon-attach-file-add {
  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%22M16%2011V6h2v5zm-5%206.9q-.875-.25-1.437-.975T9%2015.25V6h2zm.75%204.1q-2.6%200-4.425-1.825T5.5%2015.75V6.5q0-1.875%201.313-3.187T10%202t3.188%201.313T14.5%206.5V14h-2V6.5q-.025-1.05-.737-1.775T10%204t-1.775.725T7.5%206.5v9.25q-.025%201.775%201.225%203.013T11.75%2020q.625%200%201.188-.162T14%2019.35v2.225q-.525.2-1.088.313T11.75%2022M16%2021v-3h-3v-2h3v-3h2v3h3v2h-3v3z%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%22M16%2011V6h2v5zm-5%206.9q-.875-.25-1.437-.975T9%2015.25V6h2zm.75%204.1q-2.6%200-4.425-1.825T5.5%2015.75V6.5q0-1.875%201.313-3.187T10%202t3.188%201.313T14.5%206.5V14h-2V6.5q-.025-1.05-.737-1.775T10%204t-1.775.725T7.5%206.5v9.25q-.025%201.775%201.225%203.013T11.75%2020q.625%200%201.188-.162T14%2019.35v2.225q-.525.2-1.088.313T11.75%2022M16%2021v-3h-3v-2h3v-3h2v3h3v2h-3v3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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