attachment-off from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.

Name
attachment-off
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0

Related icons in Material Design Icons

Use the attachment off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 10v1.5h-2.3L13.2 10zm1-1.5a2.5 2.5 0 0 1 0 5h-1.3l1.48 1.5c2.13-.11 3.82-1.85 3.82-4c0-2.21-1.79-4-4-4h-7.8l1.5 1.5zm4.11 12.96l-1.27 1.27L16.11 18H7.5C4.46 18 2 15.54 2 12.5c0-2.33 1.45-4.31 3.5-5.12L1.11 3l1.28-1.27zM8.5 12.5c0 .55.45 1 1 1h2.11l-2-2H9.5c-.55 0-1 .45-1 1m6.11 4l-1.5-1.5H9.5A2.5 2.5 0 0 1 7 12.5c0-1 .57-1.81 1.38-2.23L6.69 8.58A4.01 4.01 0 0 0 3.5 12.5c0 2.21 1.79 4 4 4z"/></svg>

React

import type { SVGProps } from "react";

export function MdiAttachmentOff(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 10v1.5h-2.3L13.2 10zm1-1.5a2.5 2.5 0 0 1 0 5h-1.3l1.48 1.5c2.13-.11 3.82-1.85 3.82-4c0-2.21-1.79-4-4-4h-7.8l1.5 1.5zm4.11 12.96l-1.27 1.27L16.11 18H7.5C4.46 18 2 15.54 2 12.5c0-2.33 1.45-4.31 3.5-5.12L1.11 3l1.28-1.27zM8.5 12.5c0 .55.45 1 1 1h2.11l-2-2H9.5c-.55 0-1 .45-1 1m6.11 4l-1.5-1.5H9.5A2.5 2.5 0 0 1 7 12.5c0-1 .57-1.81 1.38-2.23L6.69 8.58A4.01 4.01 0 0 0 3.5 12.5c0 2.21 1.79 4 4 4z"/></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 10v1.5h-2.3L13.2 10zm1-1.5a2.5 2.5 0 0 1 0 5h-1.3l1.48 1.5c2.13-.11 3.82-1.85 3.82-4c0-2.21-1.79-4-4-4h-7.8l1.5 1.5zm4.11 12.96l-1.27 1.27L16.11 18H7.5C4.46 18 2 15.54 2 12.5c0-2.33 1.45-4.31 3.5-5.12L1.11 3l1.28-1.27zM8.5 12.5c0 .55.45 1 1 1h2.11l-2-2H9.5c-.55 0-1 .45-1 1m6.11 4l-1.5-1.5H9.5A2.5 2.5 0 0 1 7 12.5c0-1 .57-1.81 1.38-2.23L6.69 8.58A4.01 4.01 0 0 0 3.5 12.5c0 2.21 1.79 4 4 4z"/></svg>
</template>

CSS

.icon-attachment-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%22M17%2010v1.5h-2.3L13.2%2010zm1-1.5a2.5%202.5%200%200%201%200%205h-1.3l1.48%201.5c2.13-.11%203.82-1.85%203.82-4c0-2.21-1.79-4-4-4h-7.8l1.5%201.5zm4.11%2012.96l-1.27%201.27L16.11%2018H7.5C4.46%2018%202%2015.54%202%2012.5c0-2.33%201.45-4.31%203.5-5.12L1.11%203l1.28-1.27zM8.5%2012.5c0%20.55.45%201%201%201h2.11l-2-2H9.5c-.55%200-1%20.45-1%201m6.11%204l-1.5-1.5H9.5A2.5%202.5%200%200%201%207%2012.5c0-1%20.57-1.81%201.38-2.23L6.69%208.58A4.01%204.01%200%200%200%203.5%2012.5c0%202.21%201.79%204%204%204z%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%2010v1.5h-2.3L13.2%2010zm1-1.5a2.5%202.5%200%200%201%200%205h-1.3l1.48%201.5c2.13-.11%203.82-1.85%203.82-4c0-2.21-1.79-4-4-4h-7.8l1.5%201.5zm4.11%2012.96l-1.27%201.27L16.11%2018H7.5C4.46%2018%202%2015.54%202%2012.5c0-2.33%201.45-4.31%203.5-5.12L1.11%203l1.28-1.27zM8.5%2012.5c0%20.55.45%201%201%201h2.11l-2-2H9.5c-.55%200-1%20.45-1%201m6.11%204l-1.5-1.5H9.5A2.5%202.5%200%200%201%207%2012.5c0-1%20.57-1.81%201.38-2.23L6.69%208.58A4.01%204.01%200%200%200%203.5%2012.5c0%202.21%201.79%204%204%204z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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