Paperclip Icon
Free SVG icon from the Memory Icons collection. Download or copy for use in any project.
The Paperclip 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/311577.svg" alt="Paperclip icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/311577.svg" alt="Paperclip icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/311577.svg" alt="Paperclip icon" :width="24" :height="24" />
CSS background
.icon-paperclip {
background-image: url('https://proicons.com/icon/311577.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22"><path d="M15 21H8V20H7V19H6V3H7V2H8V1H12V2H13V3H14V17H13V18H10V17H9V5H11V16H12V4H11V3H9V4H8V18H9V19H14V18H15V5H17V19H16V20H15Z"/></svg>
Paperclip in other icon packs
Copied!