Crkd Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Crkd 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/324108.svg" alt="Crkd icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324108.svg" alt="Crkd icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324108.svg" alt="Crkd icon" :width="24" :height="24" />
CSS background
.icon-crkd {
background-image: url('https://proicons.com/icon/324108.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.3971,9.6413h0v23.9137c0,2.6539-2.1498,4.8037-4.8037,4.8037h0V14.445c0-2.6539,2.1498-4.8037,4.8037-4.8037Z"/><path class="c" d="M33.6073,24.0048c0-.2663.0951-.5327.2949-.742l9.5978-10.14h-3.881c-1.208,0-2.359.4946-3.1961,1.3698l-6.5824,6.9534c-.6849.7229-1.0178,1.6361-1.0178,2.5588h0c0,.9227.3424,1.8454,1.0178,2.5588l6.5824,6.9534c.8276.8751,1.988,1.3698,3.1961,1.3698h3.881l-9.5978-10.1495c-.1998-.2093-.2949-.4756-.2949-.742v.0095Z"/><path class="c" d="M14.3927,24.0048c0-.2663-.0951-.5327-.2949-.742L4.5,13.1228h3.881c1.208,0,2.359.4946,3.1961,1.3698l6.5824,6.9534c.6849.7229,1.0178,1.6361,1.0178,2.5588h0c0,.9227-.3424,1.8454-1.0178,2.5588l-6.5824,6.9534c-.8276.8751-1.988,1.3698-3.1961,1.3698h-3.881l9.5978-10.1495c.1998-.2093.2949-.4756.2949-.742v.0095Z"/></svg>
Copied!