md attach icon
md-attach from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- md-attach
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
- Aliases
- android-attach
Related icons in IonIcons
md-addmd-add-circlemd-airplanemd-alarmmd-albumsmd-alertmd-american-footballmd-analyticsmd-aperturemd-appsmd-appstoremd-archivemd-arrow-backmd-arrow-downmd-arrow-dropdownmd-arrow-dropdown-circlemd-arrow-dropleftmd-arrow-dropleft-circlemd-arrow-droprightmd-arrow-dropright-circlemd-arrow-dropupmd-arrow-dropup-circlemd-arrow-forwardmd-arrow-round-back
Use the md attach icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M341.334 128v234.666C341.334 409.604 302.938 448 256 448c-46.937 0-85.333-38.396-85.333-85.334V117.334C170.667 87.469 194.135 64 224 64c29.864 0 53.333 23.469 53.333 53.334v245.333c0 11.729-9.605 21.333-21.334 21.333s-21.333-9.604-21.333-21.333V160h-32v202.667C202.667 392.531 226.135 416 256 416c29.865 0 53.334-23.469 53.334-53.333V117.334C309.334 70.401 270.938 32 224 32s-85.334 38.401-85.334 85.334v245.332C138.667 427.729 190.938 480 256 480c65.062 0 117.334-52.271 117.334-117.334V128h-32z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonMdAttach(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M341.334 128v234.666C341.334 409.604 302.938 448 256 448c-46.937 0-85.333-38.396-85.333-85.334V117.334C170.667 87.469 194.135 64 224 64c29.864 0 53.333 23.469 53.333 53.334v245.333c0 11.729-9.605 21.333-21.334 21.333s-21.333-9.604-21.333-21.333V160h-32v202.667C202.667 392.531 226.135 416 256 416c29.865 0 53.334-23.469 53.334-53.333V117.334C309.334 70.401 270.938 32 224 32s-85.334 38.401-85.334 85.334v245.332C138.667 427.729 190.938 480 256 480c65.062 0 117.334-52.271 117.334-117.334V128h-32z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M341.334 128v234.666C341.334 409.604 302.938 448 256 448c-46.937 0-85.333-38.396-85.333-85.334V117.334C170.667 87.469 194.135 64 224 64c29.864 0 53.333 23.469 53.333 53.334v245.333c0 11.729-9.605 21.333-21.334 21.333s-21.333-9.604-21.333-21.333V160h-32v202.667C202.667 392.531 226.135 416 256 416c29.865 0 53.334-23.469 53.334-53.333V117.334C309.334 70.401 270.938 32 224 32s-85.334 38.401-85.334 85.334v245.332C138.667 427.729 190.938 480 256 480c65.062 0 117.334-52.271 117.334-117.334V128h-32z" fill="currentColor"/></svg> </template>
CSS
.icon-md-attach {
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%20512%20512%22%3E%3Cpath%20d%3D%22M341.334%20128v234.666C341.334%20409.604%20302.938%20448%20256%20448c-46.937%200-85.333-38.396-85.333-85.334V117.334C170.667%2087.469%20194.135%2064%20224%2064c29.864%200%2053.333%2023.469%2053.333%2053.334v245.333c0%2011.729-9.605%2021.333-21.334%2021.333s-21.333-9.604-21.333-21.333V160h-32v202.667C202.667%20392.531%20226.135%20416%20256%20416c29.865%200%2053.334-23.469%2053.334-53.333V117.334C309.334%2070.401%20270.938%2032%20224%2032s-85.334%2038.401-85.334%2085.334v245.332C138.667%20427.729%20190.938%20480%20256%20480c65.062%200%20117.334-52.271%20117.334-117.334V128h-32z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M341.334%20128v234.666C341.334%20409.604%20302.938%20448%20256%20448c-46.937%200-85.333-38.396-85.333-85.334V117.334C170.667%2087.469%20194.135%2064%20224%2064c29.864%200%2053.333%2023.469%2053.333%2053.334v245.333c0%2011.729-9.605%2021.333-21.334%2021.333s-21.333-9.604-21.333-21.333V160h-32v202.667C202.667%20392.531%20226.135%20416%20256%20416c29.865%200%2053.334-23.469%2053.334-53.333V117.334C309.334%2070.401%20270.938%2032%20224%2032s-85.334%2038.401-85.334%2085.334v245.332C138.667%20427.729%20190.938%20480%20256%20480c65.062%200%20117.334-52.271%20117.334-117.334V128h-32z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/md-attach.svg?color=%231a73e8&size=48