attachment icon

attachment from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.

Name
attachment
Set
Jam Icons
Style
Outline
Viewbox
24×24
License
MIT

The same icon in other sets

Use the attachment icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-1.5 -1.5 24 24"><path fill="currentColor" d="M18.433 5.359a.933.933 0 0 1 1.357 0c.375.39.375 1.022 0 1.412L8.26 18.78a4.663 4.663 0 0 1-6.783 0c-1.873-1.95-1.873-5.113 0-7.064L11.65 1.12a2.8 2.8 0 0 1 4.07 0c1.124 1.17 1.124 3.068 0 4.239L6.902 14.54a.933.933 0 0 1-1.356 0a1.03 1.03 0 0 1 0-1.412l8.818-9.183a1.03 1.03 0 0 0 0-1.413a.933.933 0 0 0-1.357 0L2.832 13.13c-1.123 1.17-1.123 3.068 0 4.238a2.8 2.8 0 0 0 4.07 0z"/></svg>

React

import type { SVGProps } from "react";

export function JamAttachment(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-1.5 -1.5 24 24"><path fill="currentColor" d="M18.433 5.359a.933.933 0 0 1 1.357 0c.375.39.375 1.022 0 1.412L8.26 18.78a4.663 4.663 0 0 1-6.783 0c-1.873-1.95-1.873-5.113 0-7.064L11.65 1.12a2.8 2.8 0 0 1 4.07 0c1.124 1.17 1.124 3.068 0 4.239L6.902 14.54a.933.933 0 0 1-1.356 0a1.03 1.03 0 0 1 0-1.412l8.818-9.183a1.03 1.03 0 0 0 0-1.413a.933.933 0 0 0-1.357 0L2.832 13.13c-1.123 1.17-1.123 3.068 0 4.238a2.8 2.8 0 0 0 4.07 0z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-1.5 -1.5 24 24"><path fill="currentColor" d="M18.433 5.359a.933.933 0 0 1 1.357 0c.375.39.375 1.022 0 1.412L8.26 18.78a4.663 4.663 0 0 1-6.783 0c-1.873-1.95-1.873-5.113 0-7.064L11.65 1.12a2.8 2.8 0 0 1 4.07 0c1.124 1.17 1.124 3.068 0 4.239L6.902 14.54a.933.933 0 0 1-1.356 0a1.03 1.03 0 0 1 0-1.412l8.818-9.183a1.03 1.03 0 0 0 0-1.413a.933.933 0 0 0-1.357 0L2.832 13.13c-1.123 1.17-1.123 3.068 0 4.238a2.8 2.8 0 0 0 4.07 0z"/></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%22-1.5%20-1.5%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.433%205.359a.933.933%200%200%201%201.357%200c.375.39.375%201.022%200%201.412L8.26%2018.78a4.663%204.663%200%200%201-6.783%200c-1.873-1.95-1.873-5.113%200-7.064L11.65%201.12a2.8%202.8%200%200%201%204.07%200c1.124%201.17%201.124%203.068%200%204.239L6.902%2014.54a.933.933%200%200%201-1.356%200a1.03%201.03%200%200%201%200-1.412l8.818-9.183a1.03%201.03%200%200%200%200-1.413a.933.933%200%200%200-1.357%200L2.832%2013.13c-1.123%201.17-1.123%203.068%200%204.238a2.8%202.8%200%200%200%204.07%200z%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%22-1.5%20-1.5%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.433%205.359a.933.933%200%200%201%201.357%200c.375.39.375%201.022%200%201.412L8.26%2018.78a4.663%204.663%200%200%201-6.783%200c-1.873-1.95-1.873-5.113%200-7.064L11.65%201.12a2.8%202.8%200%200%201%204.07%200c1.124%201.17%201.124%203.068%200%204.239L6.902%2014.54a.933.933%200%200%201-1.356%200a1.03%201.03%200%200%201%200-1.412l8.818-9.183a1.03%201.03%200%200%200%200-1.413a.933.933%200%200%200-1.357%200L2.832%2013.13c-1.123%201.17-1.123%203.068%200%204.238a2.8%202.8%200%200%200%204.07%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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