attach file off icon
attach-file-off from Material Symbols by Google · Regular · Text · Apache-2.0 Free for personal and commercial use.
- Name
- attach-file-off
- Set
- Material Symbols
- Style
- Regular
- Category
- Text
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- attach-file-off-outline, attach-file-off-outline-sharp, attach-file-off-sharp
1 other variant in Material Symbols
The same icon in other sets
More text icons from Material Symbols
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 attach file off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.75 22q-2.6 0-4.425-1.825T5.5 15.75V8.3L1.4 4.2l1.4-1.4l18.4 18.4l-1.4 1.4l-3.075-3.075q-.875 1.125-2.162 1.8T11.75 22M7.5 10.3v5.45q-.025 1.775 1.225 3.013T11.75 20q1.125 0 2.038-.525t1.487-1.4l-1.25-1.25q-.375.55-.962.863T11.75 18q-1.15 0-1.95-.8T9 15.25V11.8zm3.5 3.5v1.45q0 .325.213.538t.537.212q.3 0 .513-.2t.237-.5zm5-.65V6h2v9.15zm-3.5-3.5V6.5q-.025-1.05-.737-1.775T10 4q-.65 0-1.175.3t-.875.8L6.525 3.675Q7.15 2.9 8.05 2.45T10 2q1.875 0 3.188 1.312T14.5 6.5v5.15zM11 6v2.15l-2-2V6z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsAttachFileOff(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="M11.75 22q-2.6 0-4.425-1.825T5.5 15.75V8.3L1.4 4.2l1.4-1.4l18.4 18.4l-1.4 1.4l-3.075-3.075q-.875 1.125-2.162 1.8T11.75 22M7.5 10.3v5.45q-.025 1.775 1.225 3.013T11.75 20q1.125 0 2.038-.525t1.487-1.4l-1.25-1.25q-.375.55-.962.863T11.75 18q-1.15 0-1.95-.8T9 15.25V11.8zm3.5 3.5v1.45q0 .325.213.538t.537.212q.3 0 .513-.2t.237-.5zm5-.65V6h2v9.15zm-3.5-3.5V6.5q-.025-1.05-.737-1.775T10 4q-.65 0-1.175.3t-.875.8L6.525 3.675Q7.15 2.9 8.05 2.45T10 2q1.875 0 3.188 1.312T14.5 6.5v5.15zM11 6v2.15l-2-2V6z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.75 22q-2.6 0-4.425-1.825T5.5 15.75V8.3L1.4 4.2l1.4-1.4l18.4 18.4l-1.4 1.4l-3.075-3.075q-.875 1.125-2.162 1.8T11.75 22M7.5 10.3v5.45q-.025 1.775 1.225 3.013T11.75 20q1.125 0 2.038-.525t1.487-1.4l-1.25-1.25q-.375.55-.962.863T11.75 18q-1.15 0-1.95-.8T9 15.25V11.8zm3.5 3.5v1.45q0 .325.213.538t.537.212q.3 0 .513-.2t.237-.5zm5-.65V6h2v9.15zm-3.5-3.5V6.5q-.025-1.05-.737-1.775T10 4q-.65 0-1.175.3t-.875.8L6.525 3.675Q7.15 2.9 8.05 2.45T10 2q1.875 0 3.188 1.312T14.5 6.5v5.15zM11 6v2.15l-2-2V6z"/></svg> </template>
CSS
.icon-attach-file-off {
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%22M11.75%2022q-2.6%200-4.425-1.825T5.5%2015.75V8.3L1.4%204.2l1.4-1.4l18.4%2018.4l-1.4%201.4l-3.075-3.075q-.875%201.125-2.162%201.8T11.75%2022M7.5%2010.3v5.45q-.025%201.775%201.225%203.013T11.75%2020q1.125%200%202.038-.525t1.487-1.4l-1.25-1.25q-.375.55-.962.863T11.75%2018q-1.15%200-1.95-.8T9%2015.25V11.8zm3.5%203.5v1.45q0%20.325.213.538t.537.212q.3%200%20.513-.2t.237-.5zm5-.65V6h2v9.15zm-3.5-3.5V6.5q-.025-1.05-.737-1.775T10%204q-.65%200-1.175.3t-.875.8L6.525%203.675Q7.15%202.9%208.05%202.45T10%202q1.875%200%203.188%201.312T14.5%206.5v5.15zM11%206v2.15l-2-2V6z%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%22M11.75%2022q-2.6%200-4.425-1.825T5.5%2015.75V8.3L1.4%204.2l1.4-1.4l18.4%2018.4l-1.4%201.4l-3.075-3.075q-.875%201.125-2.162%201.8T11.75%2022M7.5%2010.3v5.45q-.025%201.775%201.225%203.013T11.75%2020q1.125%200%202.038-.525t1.487-1.4l-1.25-1.25q-.375.55-.962.863T11.75%2018q-1.15%200-1.95-.8T9%2015.25V11.8zm3.5%203.5v1.45q0%20.325.213.538t.537.212q.3%200%20.513-.2t.237-.5zm5-.65V6h2v9.15zm-3.5-3.5V6.5q-.025-1.05-.737-1.775T10%204q-.65%200-1.175.3t-.875.8L6.525%203.675Q7.15%202.9%208.05%202.45T10%202q1.875%200%203.188%201.312T14.5%206.5v5.15zM11%206v2.15l-2-2V6z%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-off.svg?color=%231a73e8&size=48