attach-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
attach-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

14 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the attach icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.772 3.744a6 6 0 0 1 8.66 8.302l-.189.197l-8.8 8.798l-.036.03a3.723 3.723 0 0 1-5.49-4.973a1 1 0 0 1 .085-.13l.054-.06l.087-.088l.141-.148l.003.003l7.436-7.454a.75.75 0 0 1 .976-.074l.084.073a.75.75 0 0 1 .074.976l-.072.084l-7.595 7.613A2.23 2.23 0 0 0 10.364 20l8.833-8.83a4.502 4.502 0 0 0-6.198-6.524l-.168.16l-.012.014l-9.537 9.536a.75.75 0 0 1-1.133-.977l.073-.084z"/></svg>

React

import type { SVGProps } from "react";

export function FluentAttach24Regular(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.772 3.744a6 6 0 0 1 8.66 8.302l-.189.197l-8.8 8.798l-.036.03a3.723 3.723 0 0 1-5.49-4.973a1 1 0 0 1 .085-.13l.054-.06l.087-.088l.141-.148l.003.003l7.436-7.454a.75.75 0 0 1 .976-.074l.084.073a.75.75 0 0 1 .074.976l-.072.084l-7.595 7.613A2.23 2.23 0 0 0 10.364 20l8.833-8.83a4.502 4.502 0 0 0-6.198-6.524l-.168.16l-.012.014l-9.537 9.536a.75.75 0 0 1-1.133-.977l.073-.084z"/></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.772 3.744a6 6 0 0 1 8.66 8.302l-.189.197l-8.8 8.798l-.036.03a3.723 3.723 0 0 1-5.49-4.973a1 1 0 0 1 .085-.13l.054-.06l.087-.088l.141-.148l.003.003l7.436-7.454a.75.75 0 0 1 .976-.074l.084.073a.75.75 0 0 1 .074.976l-.072.084l-7.595 7.613A2.23 2.23 0 0 0 10.364 20l8.833-8.83a4.502 4.502 0 0 0-6.198-6.524l-.168.16l-.012.014l-9.537 9.536a.75.75 0 0 1-1.133-.977l.073-.084z"/></svg>
</template>

CSS

.icon-attach-24-regular {
  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.772%203.744a6%206%200%200%201%208.66%208.302l-.189.197l-8.8%208.798l-.036.03a3.723%203.723%200%200%201-5.49-4.973a1%201%200%200%201%20.085-.13l.054-.06l.087-.088l.141-.148l.003.003l7.436-7.454a.75.75%200%200%201%20.976-.074l.084.073a.75.75%200%200%201%20.074.976l-.072.084l-7.595%207.613A2.23%202.23%200%200%200%2010.364%2020l8.833-8.83a4.502%204.502%200%200%200-6.198-6.524l-.168.16l-.012.014l-9.537%209.536a.75.75%200%200%201-1.133-.977l.073-.084z%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.772%203.744a6%206%200%200%201%208.66%208.302l-.189.197l-8.8%208.798l-.036.03a3.723%203.723%200%200%201-5.49-4.973a1%201%200%200%201%20.085-.13l.054-.06l.087-.088l.141-.148l.003.003l7.436-7.454a.75.75%200%200%201%20.976-.074l.084.073a.75.75%200%200%201%20.074.976l-.072.084l-7.595%207.613A2.23%202.23%200%200%200%2010.364%2020l8.833-8.83a4.502%204.502%200%200%200-6.198-6.524l-.168.16l-.012.014l-9.537%209.536a.75.75%200%200%201-1.133-.977l.073-.084z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/attach-24-regular.svg?color=%231a73e8&size=48