attachment check icon

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

Name
attachment-check
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0
Aliases
attachment-tick, paperclip-tick

Related icons in Material Design Icons

Use the attachment check icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.61 13.5c-.8.35-1.5.86-2.07 1.5H9.5a2.5 2.5 0 0 1 0-5H17v1.5H9.5c-.55 0-1 .45-1 1s.45 1 1 1zm-13.11-1c0-2.21 1.79-4 4-4H18a2.495 2.495 0 0 1 1.45 4.53c.6.04 1.18.17 1.72.38c.52-.67.83-1.5.83-2.41c0-2.21-1.79-4-4-4H7.5C4.46 7 2 9.46 2 12.5S4.46 18 7.5 18h5.59c.09-.53.25-1.03.46-1.5H7.5c-2.21 0-4-1.79-4-4m17.84 3.34l-3.59 3.59l-1.59-1.59L15 19l2.75 3l4.75-4.75z"/></svg>

React

import type { SVGProps } from "react";

export function MdiAttachmentCheck(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.61 13.5c-.8.35-1.5.86-2.07 1.5H9.5a2.5 2.5 0 0 1 0-5H17v1.5H9.5c-.55 0-1 .45-1 1s.45 1 1 1zm-13.11-1c0-2.21 1.79-4 4-4H18a2.495 2.495 0 0 1 1.45 4.53c.6.04 1.18.17 1.72.38c.52-.67.83-1.5.83-2.41c0-2.21-1.79-4-4-4H7.5C4.46 7 2 9.46 2 12.5S4.46 18 7.5 18h5.59c.09-.53.25-1.03.46-1.5H7.5c-2.21 0-4-1.79-4-4m17.84 3.34l-3.59 3.59l-1.59-1.59L15 19l2.75 3l4.75-4.75z"/></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.61 13.5c-.8.35-1.5.86-2.07 1.5H9.5a2.5 2.5 0 0 1 0-5H17v1.5H9.5c-.55 0-1 .45-1 1s.45 1 1 1zm-13.11-1c0-2.21 1.79-4 4-4H18a2.495 2.495 0 0 1 1.45 4.53c.6.04 1.18.17 1.72.38c.52-.67.83-1.5.83-2.41c0-2.21-1.79-4-4-4H7.5C4.46 7 2 9.46 2 12.5S4.46 18 7.5 18h5.59c.09-.53.25-1.03.46-1.5H7.5c-2.21 0-4-1.79-4-4m17.84 3.34l-3.59 3.59l-1.59-1.59L15 19l2.75 3l4.75-4.75z"/></svg>
</template>

CSS

.icon-attachment-check {
  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.61%2013.5c-.8.35-1.5.86-2.07%201.5H9.5a2.5%202.5%200%200%201%200-5H17v1.5H9.5c-.55%200-1%20.45-1%201s.45%201%201%201zm-13.11-1c0-2.21%201.79-4%204-4H18a2.495%202.495%200%200%201%201.45%204.53c.6.04%201.18.17%201.72.38c.52-.67.83-1.5.83-2.41c0-2.21-1.79-4-4-4H7.5C4.46%207%202%209.46%202%2012.5S4.46%2018%207.5%2018h5.59c.09-.53.25-1.03.46-1.5H7.5c-2.21%200-4-1.79-4-4m17.84%203.34l-3.59%203.59l-1.59-1.59L15%2019l2.75%203l4.75-4.75z%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.61%2013.5c-.8.35-1.5.86-2.07%201.5H9.5a2.5%202.5%200%200%201%200-5H17v1.5H9.5c-.55%200-1%20.45-1%201s.45%201%201%201zm-13.11-1c0-2.21%201.79-4%204-4H18a2.495%202.495%200%200%201%201.45%204.53c.6.04%201.18.17%201.72.38c.52-.67.83-1.5.83-2.41c0-2.21-1.79-4-4-4H7.5C4.46%207%202%209.46%202%2012.5S4.46%2018%207.5%2018h5.59c.09-.53.25-1.03.46-1.5H7.5c-2.21%200-4-1.79-4-4m17.84%203.34l-3.59%203.59l-1.59-1.59L15%2019l2.75%203l4.75-4.75z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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