Clipt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Clipt 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/323817.svg" alt="Clipt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323817.svg" alt="Clipt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323817.svg" alt="Clipt icon" :width="24" :height="24" />
CSS background
.icon-clipt {
background-image: url('https://proicons.com/icon/323817.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m26.3911,43.5h-4.953c-6.9607,0-12.6034-5.6428-12.6034-12.6034v-12.5328c0-2.0882,1.6928-3.781,3.781-3.781h12.6859c2.0882,0,3.781,1.6928,3.781,3.781v11.349c0,2.0882-1.6928,3.781-3.781,3.781h-2.6031c-2.0882,0-3.781-1.6928-3.781-3.781V8.281c0-2.0882,1.6928-3.781,3.781-3.781h3.8635c6.9607,0,12.6034,5.6428,12.6034,12.6034v13.7931"/></svg>
Copied!