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

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

1 other variant in Material Symbols

The same icon in other sets

More text icons from Material Symbols

Use the attachment icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.25 18q-2.6 0-4.425-1.825T2 11.75t1.825-4.425T8.25 5.5h9.25q1.875 0 3.188 1.313T22 10t-1.312 3.188T17.5 14.5H8.75q-1.15 0-1.95-.8T6 11.75t.8-1.95T8.75 9H18v2H8.75q-.325 0-.537.213T8 11.75t.213.538t.537.212h8.75q1.05-.025 1.775-.737T20 10t-.725-1.775T17.5 7.5H8.25q-1.775-.025-3.012 1.225T4 11.75q0 1.75 1.238 2.975T8.25 16H18v2z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsAttachment(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="M8.25 18q-2.6 0-4.425-1.825T2 11.75t1.825-4.425T8.25 5.5h9.25q1.875 0 3.188 1.313T22 10t-1.312 3.188T17.5 14.5H8.75q-1.15 0-1.95-.8T6 11.75t.8-1.95T8.75 9H18v2H8.75q-.325 0-.537.213T8 11.75t.213.538t.537.212h8.75q1.05-.025 1.775-.737T20 10t-.725-1.775T17.5 7.5H8.25q-1.775-.025-3.012 1.225T4 11.75q0 1.75 1.238 2.975T8.25 16H18v2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.25 18q-2.6 0-4.425-1.825T2 11.75t1.825-4.425T8.25 5.5h9.25q1.875 0 3.188 1.313T22 10t-1.312 3.188T17.5 14.5H8.75q-1.15 0-1.95-.8T6 11.75t.8-1.95T8.75 9H18v2H8.75q-.325 0-.537.213T8 11.75t.213.538t.537.212h8.75q1.05-.025 1.775-.737T20 10t-.725-1.775T17.5 7.5H8.25q-1.775-.025-3.012 1.225T4 11.75q0 1.75 1.238 2.975T8.25 16H18v2z"/></svg>
</template>

CSS

.icon-attachment {
  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%22M8.25%2018q-2.6%200-4.425-1.825T2%2011.75t1.825-4.425T8.25%205.5h9.25q1.875%200%203.188%201.313T22%2010t-1.312%203.188T17.5%2014.5H8.75q-1.15%200-1.95-.8T6%2011.75t.8-1.95T8.75%209H18v2H8.75q-.325%200-.537.213T8%2011.75t.213.538t.537.212h8.75q1.05-.025%201.775-.737T20%2010t-.725-1.775T17.5%207.5H8.25q-1.775-.025-3.012%201.225T4%2011.75q0%201.75%201.238%202.975T8.25%2016H18v2z%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%22M8.25%2018q-2.6%200-4.425-1.825T2%2011.75t1.825-4.425T8.25%205.5h9.25q1.875%200%203.188%201.313T22%2010t-1.312%203.188T17.5%2014.5H8.75q-1.15%200-1.95-.8T6%2011.75t.8-1.95T8.75%209H18v2H8.75q-.325%200-.537.213T8%2011.75t.213.538t.537.212h8.75q1.05-.025%201.775-.737T20%2010t-.725-1.775T17.5%207.5H8.25q-1.775-.025-3.012%201.225T4%2011.75q0%201.75%201.238%202.975T8.25%2016H18v2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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