Emoji Clipboard Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji 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/325180.svg" alt="Emoji Clipboard icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325180.svg" alt="Emoji Clipboard icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325180.svg" alt="Emoji Clipboard icon" :width="24" :height="24" />
CSS background
.icon-emoji-clipboard {
background-image: url('https://proicons.com/icon/325180.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.n{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="n" d="M29.745,8.4481h5.9544v32.1953c0,1.0254-.8303,1.8567-1.8546,1.8567H14.1552c-1.0243,0-1.8546-.8313-1.8546-1.8567V8.4481h6.0556"/><path id="c" class="n" d="M28.0379,7.8242h-2.3468c.0805-.1969.1257-.4122.1257-.6381,0-.9312-.7542-1.6861-1.6844-1.6861s-1.6843.7549-1.6843,1.6861c0,.226.0451.4412.1257.6381h-2.5106c-1.4633,0-2.6497,1.1876-2.6497,2.6526h13.274c0-1.465-1.1863-2.6526-2.6497-2.6526h0"/><path id="d" class="n" d="M28.7434,39.0649v-3.997l4.5614-.0024-4.5502,3.9994h-13.9317V10.2075"/><path id="e" class="n" d="M33.3055,10.2075v24.8579"/><path id="f" class="n" d="M17.0984,15.0472h7.8925"/><path id="g" class="n" d="M17.0984,17.5228h10.4987"/><path id="h" class="n" d="M17.0984,19.9983h12.488"/><path id="i" class="n" d="M17.0984,22.4739h8.3784"/><path id="j" class="n" d="M17.0984,24.9494h10.1453"/><path id="k" class="n" d="M17.0984,27.425h4.403"/><path id="l" class="n" d="M33.3055,10.2075h-2.6314"/><path id="m" class="n" d="M14.8229,10.2075h2.6042"/></svg>
Copied!