Clipper Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Clipper 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/323816.svg" alt="Clipper icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323816.svg" alt="Clipper icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323816.svg" alt="Clipper icon" :width="24" :height="24" />
CSS background
.icon-clipper {
background-image: url('https://proicons.com/icon/323816.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m27.8105,43.147l9.9471-12.6731c.4752-.6054.0439-1.4923-.7258-1.4923h-19.8942c-.7696,0-1.201.8868-.7258,1.4923l9.9471,12.6731c.3694.4706,1.0821.4706,1.4515,0Z"/><path class="b" d="m26.6515,18.1509l-5.9383,7.5657c-.2837.3614-.0262.8909.4333.8909h11.8765c.4595,0,.717-.5294.4333-.8909l-5.9383-7.5657c-.2205-.281-.646-.281-.8665,0Z"/><path class="b" d="m16.9672,27.3397l5.9383-7.5657c.2837-.3614.0262-.8909-.4333-.8909h-11.8765c-.4595,0-.717.5294-.4333.8909l5.9383,7.5657c.2205.281.646.281.8665,0Z"/><path class="b" d="m26.7648,10.0259l-4.3851,5.5868c-.2095.2669-.0193.6579.3199.6579h8.7701c.3393,0,.5294-.391.3199-.6579l-4.3851-5.5868c-.1628-.2075-.477-.2075-.6399,0Z"/><polygon class="b" points="27.0847 4.5 24.0072 8.4209 30.1623 8.4209 27.0847 4.5"/><polygon class="b" points="16.6029 12.7746 13.1262 17.2042 20.0797 17.2042 16.6029 12.7746"/><polygon class="b" points="16.6029 8.2339 14.1295 11.3853 19.0764 11.3853 16.6029 8.2339"/><polygon class="b" points="16.6029 4.5 14.7627 6.8446 18.4432 6.8446 16.6029 4.5"/></svg>
Copied!