attach icon
attach-12-regular from Fluent UI System Icons by Microsoft Corporation · 12 Regular · MIT Free for personal and commercial use.
- Name
- attach-12-regular
- Set
- Fluent UI System Icons
- Style
- 12 Regular
- Viewbox
- 12×12
- 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 12 12"><path fill="currentColor" d="M9.01 2.582a2.014 2.014 0 0 0-2.83-.01L2.85 5.844a.5.5 0 0 1-.707-.004a.497.497 0 0 1 .005-.705l3.329-3.271a3.017 3.017 0 0 1 4.24.013a2.987 2.987 0 0 1 0 4.237l-4.332 4.314a1.966 1.966 0 0 1-2.772 0a1.947 1.947 0 0 1 0-2.761l4.04-4.023a.5.5 0 0 1 .706 0a.497.497 0 0 1 0 .704L3.32 8.371a.954.954 0 0 0 0 1.353a.963.963 0 0 0 1.36 0L9.01 5.41a1.994 1.994 0 0 0 0-2.828"/></svg>
React
import type { SVGProps } from "react";
export function FluentAttach12Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M9.01 2.582a2.014 2.014 0 0 0-2.83-.01L2.85 5.844a.5.5 0 0 1-.707-.004a.497.497 0 0 1 .005-.705l3.329-3.271a3.017 3.017 0 0 1 4.24.013a2.987 2.987 0 0 1 0 4.237l-4.332 4.314a1.966 1.966 0 0 1-2.772 0a1.947 1.947 0 0 1 0-2.761l4.04-4.023a.5.5 0 0 1 .706 0a.497.497 0 0 1 0 .704L3.32 8.371a.954.954 0 0 0 0 1.353a.963.963 0 0 0 1.36 0L9.01 5.41a1.994 1.994 0 0 0 0-2.828"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M9.01 2.582a2.014 2.014 0 0 0-2.83-.01L2.85 5.844a.5.5 0 0 1-.707-.004a.497.497 0 0 1 .005-.705l3.329-3.271a3.017 3.017 0 0 1 4.24.013a2.987 2.987 0 0 1 0 4.237l-4.332 4.314a1.966 1.966 0 0 1-2.772 0a1.947 1.947 0 0 1 0-2.761l4.04-4.023a.5.5 0 0 1 .706 0a.497.497 0 0 1 0 .704L3.32 8.371a.954.954 0 0 0 0 1.353a.963.963 0 0 0 1.36 0L9.01 5.41a1.994 1.994 0 0 0 0-2.828"/></svg> </template>
CSS
.icon-attach-12-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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.01%202.582a2.014%202.014%200%200%200-2.83-.01L2.85%205.844a.5.5%200%200%201-.707-.004a.497.497%200%200%201%20.005-.705l3.329-3.271a3.017%203.017%200%200%201%204.24.013a2.987%202.987%200%200%201%200%204.237l-4.332%204.314a1.966%201.966%200%200%201-2.772%200a1.947%201.947%200%200%201%200-2.761l4.04-4.023a.5.5%200%200%201%20.706%200a.497.497%200%200%201%200%20.704L3.32%208.371a.954.954%200%200%200%200%201.353a.963.963%200%200%200%201.36%200L9.01%205.41a1.994%201.994%200%200%200%200-2.828%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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.01%202.582a2.014%202.014%200%200%200-2.83-.01L2.85%205.844a.5.5%200%200%201-.707-.004a.497.497%200%200%201%20.005-.705l3.329-3.271a3.017%203.017%200%200%201%204.24.013a2.987%202.987%200%200%201%200%204.237l-4.332%204.314a1.966%201.966%200%200%201-2.772%200a1.947%201.947%200%200%201%200-2.761l4.04-4.023a.5.5%200%200%201%20.706%200a.497.497%200%200%201%200%20.704L3.32%208.371a.954.954%200%200%200%200%201.353a.963.963%200%200%200%201.36%200L9.01%205.41a1.994%201.994%200%200%200%200-2.828%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/attach-12-regular.svg?color=%231a73e8&size=48