Clipboard Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Clipboard 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/310627.svg" alt="Clipboard icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310627.svg" alt="Clipboard icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310627.svg" alt="Clipboard icon" :width="24" :height="24" />
CSS background
.icon-clipboard {
background-image: url('https://proicons.com/icon/310627.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 d="M16.94 4.69727H17C17.7956 4.69727 18.5587 5.00502 19.1213 5.55282C19.6839 6.10063 20 6.84361 20 7.61832V17.3552C20 18.3881 19.5786 19.3787 18.8284 20.1092C18.0783 20.8396 17.0609 21.2499 16 21.2499H8C6.93913 21.2499 5.92172 20.8396 5.17157 20.1092C4.42143 19.3787 4 18.3881 4 17.3552V7.61832C3.99984 6.85362 4.30766 6.11936 4.85736 5.57321C5.40706 5.02705 6.15479 4.71256 6.94 4.69727" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M15.9399 2.75H7.93994C7.38766 2.75 6.93994 3.18593 6.93994 3.72368V5.67105C6.93994 6.2088 7.38766 6.64474 7.93994 6.64474H15.9399C16.4922 6.64474 16.9399 6.2088 16.9399 5.67105V3.72368C16.9399 3.18593 16.4922 2.75 15.9399 2.75Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Clipboard in other icon packs
Copied!