attach-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.

Name
attach-48-filled
Set
Fluent UI System Icons
Style
48 Filled
Viewbox
48×48
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 48 48"><path fill="currentColor" d="M38.504 9.686a8.853 8.853 0 0 0-12.554-.154L6.55 28.571a1.5 1.5 0 0 1-2.1-2.142l19.4-19.038c4.69-4.603 12.23-4.51 16.807.205c4.528 4.666 4.452 12.11-.171 16.682L22.74 41.828a7.516 7.516 0 0 1-9.86.62c-3.65-2.8-3.952-8.19-.639-11.38L27.46 16.42a1.5 1.5 0 0 1 2.08 2.162L14.323 33.229a4.517 4.517 0 1 0 6.308 6.466l17.745-17.55a8.853 8.853 0 0 0 .128-12.46"/></svg>

React

import type { SVGProps } from "react";

export function FluentAttach48Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M38.504 9.686a8.853 8.853 0 0 0-12.554-.154L6.55 28.571a1.5 1.5 0 0 1-2.1-2.142l19.4-19.038c4.69-4.603 12.23-4.51 16.807.205c4.528 4.666 4.452 12.11-.171 16.682L22.74 41.828a7.516 7.516 0 0 1-9.86.62c-3.65-2.8-3.952-8.19-.639-11.38L27.46 16.42a1.5 1.5 0 0 1 2.08 2.162L14.323 33.229a4.517 4.517 0 1 0 6.308 6.466l17.745-17.55a8.853 8.853 0 0 0 .128-12.46"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M38.504 9.686a8.853 8.853 0 0 0-12.554-.154L6.55 28.571a1.5 1.5 0 0 1-2.1-2.142l19.4-19.038c4.69-4.603 12.23-4.51 16.807.205c4.528 4.666 4.452 12.11-.171 16.682L22.74 41.828a7.516 7.516 0 0 1-9.86.62c-3.65-2.8-3.952-8.19-.639-11.38L27.46 16.42a1.5 1.5 0 0 1 2.08 2.162L14.323 33.229a4.517 4.517 0 1 0 6.308 6.466l17.745-17.55a8.853 8.853 0 0 0 .128-12.46"/></svg>
</template>

CSS

.icon-attach-48-filled {
  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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M38.504%209.686a8.853%208.853%200%200%200-12.554-.154L6.55%2028.571a1.5%201.5%200%200%201-2.1-2.142l19.4-19.038c4.69-4.603%2012.23-4.51%2016.807.205c4.528%204.666%204.452%2012.11-.171%2016.682L22.74%2041.828a7.516%207.516%200%200%201-9.86.62c-3.65-2.8-3.952-8.19-.639-11.38L27.46%2016.42a1.5%201.5%200%200%201%202.08%202.162L14.323%2033.229a4.517%204.517%200%201%200%206.308%206.466l17.745-17.55a8.853%208.853%200%200%200%20.128-12.46%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M38.504%209.686a8.853%208.853%200%200%200-12.554-.154L6.55%2028.571a1.5%201.5%200%200%201-2.1-2.142l19.4-19.038c4.69-4.603%2012.23-4.51%2016.807.205c4.528%204.666%204.452%2012.11-.171%2016.682L22.74%2041.828a7.516%207.516%200%200%201-9.86.62c-3.65-2.8-3.952-8.19-.639-11.38L27.46%2016.42a1.5%201.5%200%200%201%202.08%202.162L14.323%2033.229a4.517%204.517%200%201%200%206.308%206.466l17.745-17.55a8.853%208.853%200%200%200%20.128-12.46%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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