attach compact icon
attach-compact from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.
- Name
- attach-compact
- Set
- Codicons
- Style
- Regular
- Viewbox
- 12×12
- License
- CC BY 4.0
Use the attach compact icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M3.16 12h-.24a1.91 1.91 0 0 1-1.35-3.26l5.58-5.59c.2-.2.51-.2.71 0s.2.51 0 .71L2.27 9.45a.913.913 0 0 0 .64 1.56h.24c.24 0 .48-.1.65-.27l5.46-5.46c.47-.47.73-1.1.73-1.77a2.5 2.5 0 0 0-2.5-2.5c-.67 0-1.3.26-1.77.73L1.35 6.11c-.2.2-.51.2-.71 0s-.2-.51 0-.71l4.39-4.37C5.69.37 6.57 0 7.5 0C9.43 0 11 1.57 11 3.5c0 .94-.36 1.81-1.03 2.47l-5.46 5.46c-.36.36-.84.56-1.35.56z"/></svg>
React
import type { SVGProps } from "react";
export function CodiconAttachCompact(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="M3.16 12h-.24a1.91 1.91 0 0 1-1.35-3.26l5.58-5.59c.2-.2.51-.2.71 0s.2.51 0 .71L2.27 9.45a.913.913 0 0 0 .64 1.56h.24c.24 0 .48-.1.65-.27l5.46-5.46c.47-.47.73-1.1.73-1.77a2.5 2.5 0 0 0-2.5-2.5c-.67 0-1.3.26-1.77.73L1.35 6.11c-.2.2-.51.2-.71 0s-.2-.51 0-.71l4.39-4.37C5.69.37 6.57 0 7.5 0C9.43 0 11 1.57 11 3.5c0 .94-.36 1.81-1.03 2.47l-5.46 5.46c-.36.36-.84.56-1.35.56z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M3.16 12h-.24a1.91 1.91 0 0 1-1.35-3.26l5.58-5.59c.2-.2.51-.2.71 0s.2.51 0 .71L2.27 9.45a.913.913 0 0 0 .64 1.56h.24c.24 0 .48-.1.65-.27l5.46-5.46c.47-.47.73-1.1.73-1.77a2.5 2.5 0 0 0-2.5-2.5c-.67 0-1.3.26-1.77.73L1.35 6.11c-.2.2-.51.2-.71 0s-.2-.51 0-.71l4.39-4.37C5.69.37 6.57 0 7.5 0C9.43 0 11 1.57 11 3.5c0 .94-.36 1.81-1.03 2.47l-5.46 5.46c-.36.36-.84.56-1.35.56z"/></svg> </template>
CSS
.icon-attach-compact {
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%22M3.16%2012h-.24a1.91%201.91%200%200%201-1.35-3.26l5.58-5.59c.2-.2.51-.2.71%200s.2.51%200%20.71L2.27%209.45a.913.913%200%200%200%20.64%201.56h.24c.24%200%20.48-.1.65-.27l5.46-5.46c.47-.47.73-1.1.73-1.77a2.5%202.5%200%200%200-2.5-2.5c-.67%200-1.3.26-1.77.73L1.35%206.11c-.2.2-.51.2-.71%200s-.2-.51%200-.71l4.39-4.37C5.69.37%206.57%200%207.5%200C9.43%200%2011%201.57%2011%203.5c0%20.94-.36%201.81-1.03%202.47l-5.46%205.46c-.36.36-.84.56-1.35.56z%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%22M3.16%2012h-.24a1.91%201.91%200%200%201-1.35-3.26l5.58-5.59c.2-.2.51-.2.71%200s.2.51%200%20.71L2.27%209.45a.913.913%200%200%200%20.64%201.56h.24c.24%200%20.48-.1.65-.27l5.46-5.46c.47-.47.73-1.1.73-1.77a2.5%202.5%200%200%200-2.5-2.5c-.67%200-1.3.26-1.77.73L1.35%206.11c-.2.2-.51.2-.71%200s-.2-.51%200-.71l4.39-4.37C5.69.37%206.57%200%207.5%200C9.43%200%2011%201.57%2011%203.5c0%20.94-.36%201.81-1.03%202.47l-5.46%205.46c-.36.36-.84.56-1.35.56z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/attach-compact.svg?color=%231a73e8&size=48