Attachment Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Attachment Svg icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/308816.svg" alt="Attachment Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308816.svg" alt="Attachment Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308816.svg" alt="Attachment Svg icon" :width="24" :height="24" />
CSS background
.icon-attachment---svg {
background-image: url('https://proicons.com/icon/308816.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M12 4C9.23859 4 7.00002 6.23858 7.00002 9V15C7.00002 15.5523 6.5523 16 6.00002 16C5.44773 16 5.00002 15.5523 5.00002 15V9C5.00002 5.13401 8.13402 2 12 2C15.866 2 19 5.13401 19 9V17C19 19.7614 16.7614 22 14 22C11.2386 22 9.00002 19.7614 9.00002 17V9C9.00002 7.34315 10.3432 6 12 6C13.6569 6 15 7.34315 15 9V17C15 17.5523 14.5523 18 14 18C13.4477 18 13 17.5523 13 17V9C13 8.44772 12.5523 8 12 8C11.4477 8 11 8.44772 11 9V17C11 18.6569 12.3432 20 14 20C15.6569 20 17 18.6569 17 17V9C17 6.23858 14.7614 4 12 4Z" fill="#292929"/> </svg>
Copied!