Crimpd Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Crimpd 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/324103.svg" alt="Crimpd icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324103.svg" alt="Crimpd icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324103.svg" alt="Crimpd icon" :width="24" :height="24" />
CSS background
.icon-crimpd {
background-image: url('https://proicons.com/icon/324103.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="M4.5,31.4021h3.6955l4.4653-5.5141,5.6282,4.2412,8.5879-10.2347,11.8827,12.5218,4.3633-4.7617c.5358-.5847.4961-1.4931-.0886-2.0288-.5847-.5358-1.4931-.4961-2.0288.0886l-2.2826,2.4911-11.9777-12.6218-8.9043,10.6118-5.6666-4.2701-7.6741,9.4767Z"/></svg>
Copied!