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

Name
attach-48-regular
Set
Fluent UI System Icons
Style
48 Regular
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.937 9.487c-3.664-3.901-9.833-3.987-13.604-.189L6.137 28.63a1.25 1.25 0 0 1-1.774-1.761L23.559 7.537c4.768-4.802 12.567-4.694 17.2.239c4.434 4.72 4.303 12.114-.296 16.674L22.97 41.802a7.59 7.59 0 0 1-9.741.798c-3.885-2.762-4.293-8.379-.847-11.672l15.255-14.582a1.25 1.25 0 0 1 1.728 1.807L14.108 32.735a5.09 5.09 0 1 0 7.1 7.292l17.495-17.352a9.457 9.457 0 0 0 .234-13.188"/></svg>

React

import type { SVGProps } from "react";

export function FluentAttach48Regular(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.937 9.487c-3.664-3.901-9.833-3.987-13.604-.189L6.137 28.63a1.25 1.25 0 0 1-1.774-1.761L23.559 7.537c4.768-4.802 12.567-4.694 17.2.239c4.434 4.72 4.303 12.114-.296 16.674L22.97 41.802a7.59 7.59 0 0 1-9.741.798c-3.885-2.762-4.293-8.379-.847-11.672l15.255-14.582a1.25 1.25 0 0 1 1.728 1.807L14.108 32.735a5.09 5.09 0 1 0 7.1 7.292l17.495-17.352a9.457 9.457 0 0 0 .234-13.188"/></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.937 9.487c-3.664-3.901-9.833-3.987-13.604-.189L6.137 28.63a1.25 1.25 0 0 1-1.774-1.761L23.559 7.537c4.768-4.802 12.567-4.694 17.2.239c4.434 4.72 4.303 12.114-.296 16.674L22.97 41.802a7.59 7.59 0 0 1-9.741.798c-3.885-2.762-4.293-8.379-.847-11.672l15.255-14.582a1.25 1.25 0 0 1 1.728 1.807L14.108 32.735a5.09 5.09 0 1 0 7.1 7.292l17.495-17.352a9.457 9.457 0 0 0 .234-13.188"/></svg>
</template>

CSS

.icon-attach-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M38.937%209.487c-3.664-3.901-9.833-3.987-13.604-.189L6.137%2028.63a1.25%201.25%200%200%201-1.774-1.761L23.559%207.537c4.768-4.802%2012.567-4.694%2017.2.239c4.434%204.72%204.303%2012.114-.296%2016.674L22.97%2041.802a7.59%207.59%200%200%201-9.741.798c-3.885-2.762-4.293-8.379-.847-11.672l15.255-14.582a1.25%201.25%200%200%201%201.728%201.807L14.108%2032.735a5.09%205.09%200%201%200%207.1%207.292l17.495-17.352a9.457%209.457%200%200%200%20.234-13.188%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.937%209.487c-3.664-3.901-9.833-3.987-13.604-.189L6.137%2028.63a1.25%201.25%200%200%201-1.774-1.761L23.559%207.537c4.768-4.802%2012.567-4.694%2017.2.239c4.434%204.72%204.303%2012.114-.296%2016.674L22.97%2041.802a7.59%207.59%200%200%201-9.741.798c-3.885-2.762-4.293-8.379-.847-11.672l15.255-14.582a1.25%201.25%200%200%201%201.728%201.807L14.108%2032.735a5.09%205.09%200%201%200%207.1%207.292l17.495-17.352a9.457%209.457%200%200%200%20.234-13.188%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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