attachment icon
attachment from Material Symbols Light by Google · Regular · Text · Apache-2.0 Free for personal and commercial use.
- Name
- attachment
- Set
- Material Symbols Light
- 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 Light
The same icon in other sets
More text icons from Material Symbols Light
add-column-leftadd-column-rightadd-linkadd-notesadd-row-aboveadd-row-belowadd-to-drivealign-centeralign-endalign-flex-centeralign-flex-endalign-flex-startalign-horizontal-centeralign-horizontal-leftalign-horizontal-rightalign-items-stretchalign-justify-centeralign-justify-flex-endalign-justify-flex-startalign-justify-space-aroundalign-justify-space-betweenalign-justify-space-evenalign-justify-stretchalign-self-stretch
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.462 17.173q-2.274 0-3.868-1.565Q3 14.042 3 11.788q0-2.272 1.594-3.847t3.868-1.575h8.73q1.587 0 2.698 1.09Q21 8.549 21 10.136t-1.11 2.678q-1.111 1.09-2.698 1.09H8.923q-.88 0-1.517-.616t-.637-1.499t.627-1.517t1.527-.637h8.308v1H8.923q-.479 0-.816.328t-.338.807t.338.807t.816.328h8.289q1.165-.006 1.977-.805T20 10.135t-.821-1.968t-1.987-.801h-8.73Q6.608 7.36 5.304 8.648T4 11.788q0 1.828 1.305 3.1t3.157 1.285h8.769v1z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightAttachment(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.462 17.173q-2.274 0-3.868-1.565Q3 14.042 3 11.788q0-2.272 1.594-3.847t3.868-1.575h8.73q1.587 0 2.698 1.09Q21 8.549 21 10.136t-1.11 2.678q-1.111 1.09-2.698 1.09H8.923q-.88 0-1.517-.616t-.637-1.499t.627-1.517t1.527-.637h8.308v1H8.923q-.479 0-.816.328t-.338.807t.338.807t.816.328h8.289q1.165-.006 1.977-.805T20 10.135t-.821-1.968t-1.987-.801h-8.73Q6.608 7.36 5.304 8.648T4 11.788q0 1.828 1.305 3.1t3.157 1.285h8.769v1z"/></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.462 17.173q-2.274 0-3.868-1.565Q3 14.042 3 11.788q0-2.272 1.594-3.847t3.868-1.575h8.73q1.587 0 2.698 1.09Q21 8.549 21 10.136t-1.11 2.678q-1.111 1.09-2.698 1.09H8.923q-.88 0-1.517-.616t-.637-1.499t.627-1.517t1.527-.637h8.308v1H8.923q-.479 0-.816.328t-.338.807t.338.807t.816.328h8.289q1.165-.006 1.977-.805T20 10.135t-.821-1.968t-1.987-.801h-8.73Q6.608 7.36 5.304 8.648T4 11.788q0 1.828 1.305 3.1t3.157 1.285h8.769v1z"/></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.462%2017.173q-2.274%200-3.868-1.565Q3%2014.042%203%2011.788q0-2.272%201.594-3.847t3.868-1.575h8.73q1.587%200%202.698%201.09Q21%208.549%2021%2010.136t-1.11%202.678q-1.111%201.09-2.698%201.09H8.923q-.88%200-1.517-.616t-.637-1.499t.627-1.517t1.527-.637h8.308v1H8.923q-.479%200-.816.328t-.338.807t.338.807t.816.328h8.289q1.165-.006%201.977-.805T20%2010.135t-.821-1.968t-1.987-.801h-8.73Q6.608%207.36%205.304%208.648T4%2011.788q0%201.828%201.305%203.1t3.157%201.285h8.769v1z%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.462%2017.173q-2.274%200-3.868-1.565Q3%2014.042%203%2011.788q0-2.272%201.594-3.847t3.868-1.575h8.73q1.587%200%202.698%201.09Q21%208.549%2021%2010.136t-1.11%202.678q-1.111%201.09-2.698%201.09H8.923q-.88%200-1.517-.616t-.637-1.499t.627-1.517t1.527-.637h8.308v1H8.923q-.479%200-.816.328t-.338.807t.338.807t.816.328h8.289q1.165-.006%201.977-.805T20%2010.135t-.821-1.968t-1.987-.801h-8.73Q6.608%207.36%205.304%208.648T4%2011.788q0%201.828%201.305%203.1t3.157%201.285h8.769v1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/attachment.svg?color=%231a73e8&size=48