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

Name
attach-16-filled
Set
Fluent UI System Icons
Style
16 Filled
Viewbox
16×16
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 16 16"><path fill="currentColor" d="M9.5 1.75a3.73 3.73 0 0 0-2.653 1.098L2.252 7.444a.75.75 0 0 0 1.061 1.063L7.91 3.909a2.252 2.252 0 0 1 3.182 3.182l-5.303 5.303a.75.75 0 0 1-1.06-1.06l5.303-5.303A.75.75 0 0 0 8.97 4.968l-5.304 5.305a2.252 2.252 0 0 0 3.182 3.182l5.303-5.303A3.73 3.73 0 0 0 13.25 5.5A3.754 3.754 0 0 0 9.5 1.75"/></svg>

React

import type { SVGProps } from "react";

export function FluentAttach16Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M9.5 1.75a3.73 3.73 0 0 0-2.653 1.098L2.252 7.444a.75.75 0 0 0 1.061 1.063L7.91 3.909a2.252 2.252 0 0 1 3.182 3.182l-5.303 5.303a.75.75 0 0 1-1.06-1.06l5.303-5.303A.75.75 0 0 0 8.97 4.968l-5.304 5.305a2.252 2.252 0 0 0 3.182 3.182l5.303-5.303A3.73 3.73 0 0 0 13.25 5.5A3.754 3.754 0 0 0 9.5 1.75"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M9.5 1.75a3.73 3.73 0 0 0-2.653 1.098L2.252 7.444a.75.75 0 0 0 1.061 1.063L7.91 3.909a2.252 2.252 0 0 1 3.182 3.182l-5.303 5.303a.75.75 0 0 1-1.06-1.06l5.303-5.303A.75.75 0 0 0 8.97 4.968l-5.304 5.305a2.252 2.252 0 0 0 3.182 3.182l5.303-5.303A3.73 3.73 0 0 0 13.25 5.5A3.754 3.754 0 0 0 9.5 1.75"/></svg>
</template>

CSS

.icon-attach-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.5%201.75a3.73%203.73%200%200%200-2.653%201.098L2.252%207.444a.75.75%200%200%200%201.061%201.063L7.91%203.909a2.252%202.252%200%200%201%203.182%203.182l-5.303%205.303a.75.75%200%200%201-1.06-1.06l5.303-5.303A.75.75%200%200%200%208.97%204.968l-5.304%205.305a2.252%202.252%200%200%200%203.182%203.182l5.303-5.303A3.73%203.73%200%200%200%2013.25%205.5A3.754%203.754%200%200%200%209.5%201.75%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.5%201.75a3.73%203.73%200%200%200-2.653%201.098L2.252%207.444a.75.75%200%200%200%201.061%201.063L7.91%203.909a2.252%202.252%200%200%201%203.182%203.182l-5.303%205.303a.75.75%200%200%201-1.06-1.06l5.303-5.303A.75.75%200%200%200%208.97%204.968l-5.304%205.305a2.252%202.252%200%200%200%203.182%203.182l5.303-5.303A3.73%203.73%200%200%200%2013.25%205.5A3.754%203.754%200%200%200%209.5%201.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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