Clusterduck Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Clusterduck 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/338402.svg" alt="Clusterduck icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338402.svg" alt="Clusterduck icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338402.svg" alt="Clusterduck icon" :width="24" :height="24" />
CSS background
.icon-clusterduck {
background-image: url('https://proicons.com/icon/338402.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m40.3312,22.6332c-4.8631.9339-14.9141-2.6879-15.0189-3.5018-.1047-.8138-.0739-1.2838,0-2.1011.1846-2.0386,1.769-2.9378,1.6342-4.9803-.2551-3.8682-3.6011-6.7717-7.4706-6.5368-3.6249.2201-6.5096,2.9065-6.6145,6.5368-.0044.1519-.0044.2371,0,.389m27.4698,10.1942c-.5167,2.2186-.935,5.1722-2.1707,7.0857-2.0358,3.1521-6.0395,5.882-7.4863,6.0657-.9044.1149-1.9379,0-1.9379,0m11.5949-13.1513c-1.5905,3.4047-2.5481,4.5644-5.533,4.4463m-19.1353-8.5706h-6.0486c-.3126,0-.5659-.2534-.5659-.5659v-1.2536c0-.2844.2305-.5151.5151-.5151h0m6.0994,2.3346l1.1121-1.3206c.0859-.102.133-.2311.133-.3646v-1.5055c0-.1938-.098-.3734-.2616-.4772-.6758-.4288-2.516-1.5967-3.785-2.402m2.8014,6.0699v.5058m-2.8014-6.5757c-2.5509.5502-5.0697-.9683-5.1347.0626-.0017.0267-.0032.0552-.0066.0819-.0228.1791-.1063.9207.0053,1.399.2538,1.0879,1.838,2.1917,1.838,2.1917m5.3497-.274l-.0713.0813c-.1074.1226-.2625.1927-.4254.1927h-4.8529m10.3016,14.3982s3.1258,2.6439,6.6924,2.6439c3.9113,0,8.4044-3.5633,8.4044-5.4473,0-1.6622-3.8909-5.6681-9.6495-5.6681-3.6348,0-5.4473,1.4659-5.4473,1.4659m8.8713,12.2175v3.4806c0,.3125-.2534.5659-.5659.5659h-4.1953m4.7612-4.0465h-2.1789m-2.8014,0s-1.0465.0644-1.712,0c-4.8065-.4651-7.5472-4.6097-8.0152-9.416-.2405-2.4694,1.2837-6.0584,1.5836-6.7356.0332-.0749.0505-.1548.0505-.2369v-.3813m8.0931,16.7698v1.8464c0,.3125-.2533.5659-.5659.5659h-.5802c-.3125,0-.5659.2534-.5659.5659v.5024c0,.3125.2534.5659.5659.5659h1.3653m-.2192-4.0465h2.8014m0,0v1.2298c0,.1502-.0595.294-.1657.4002l-2.4165,2.4165m-5.7235-20.5357l-2.5888.1006"/><path class="c" d="m28.9755,37.2478c4.857.2982,8.2321,1.3418,8.2321,2.5833,0,1.4739-5.0549,2.6689-11.2902,2.6689s-11.2902-1.195-11.2902-2.6689c0-1.2952,3.7689-2.3405,8.9463-2.5833"/></svg>
Copied!