Clipboardcleaner Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Clipboardcleaner 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/323813.svg" alt="Clipboardcleaner icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323813.svg" alt="Clipboardcleaner icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323813.svg" alt="Clipboardcleaner icon" :width="24" :height="24" />
CSS background
.icon-clipboardcleaner {
background-image: url('https://proicons.com/icon/323813.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 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="a" x1="43.5" y1="4.5" x2="30.9105" y2="17.0895"/><path class="a" d="M30.9105,17.09c3.03,3.03,4.2127,6.91,2.3556,11.1982C31.5186,32.322,26.7465,43.5,26.7465,43.5s-7.7086-.5146-14.72-7.5262S4.5,21.2535,4.5,21.2535s11.178-4.7721,15.2123-6.52C24,12.8768,27.8805,14.06,30.9105,17.09Z"/><line class="a" x1="18.1588" y1="15.4045" x2="32.5044" y2="29.7501"/></svg>
Copied!