Circloo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Circloo 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/323730.svg" alt="Circloo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323730.svg" alt="Circloo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323730.svg" alt="Circloo icon" :width="24" :height="24" />
CSS background
.icon-circloo {
background-image: url('https://proicons.com/icon/323730.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>.t{fill:#000;}.u{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="u" d="M38.5,5.5H9.5c-2.20909977,0-4,1.79090023-4,4v29c0,2.20909882,1.79090023,4,4,4h29c2.20909882,0,4-1.79090118,4-4V9.5c0-2.20909977-1.79090118-4-4-4Z"/></g><g id="d"><path id="e" class="u" d="M23.7928009,20.43919945c-1.9958992,0-3.62310028,1.62409973-3.62310028,3.6182003s1.62730026,3.6182003,3.62310028,3.6182003,3.62310028-1.62409973,3.62310028-3.6182003-1.62730026-3.6182003-3.62310028-3.6182003Z"/><path id="f" class="u" d="M21.21279907,26.87400055c1.98169899,1.71279907,2.27449989,4.24090004,1.65369987,6.68249893-.62080002,2.44150162-2.71710014,4.5304985-5.3166008,5.24739838-2.5994997.71689987-4.98050022.26580048-6.94649982-1.46229935"/><path id="g" class="u" d="M29.49360085,42.4897995l5.90390015-6.85599899"/><path id="h" class="u" d="M29.33429909,29.50650024l-2.67429924-.55450058-6.13500023,13.53779984"/><path id="i" class="u" d="M5.5,22.24766355l14.26819992,5.76703638"/><path id="j" class="u" d="M14.80090046,15.05169964l11.00520039,4.35939884"/><path id="k" class="u" d="M28.02540016,16.72459984l5.40620041-2.05259991"/><path id="l" class="u" d="M41.39460182,6.7420001l-14.87059975,14.87060022"/><path id="m" class="u" d="M6.55840015,6.7968998l14.58080006,14.70030022"/><path id="n" class="u" d="M6.56860018,41.21429825l14.57050085-14.57049942"/><path id="o" class="u" d="M41.2385006,41.41080093l-14.8307991-14.8307991"/></g><path class="u" d="M8.0934,8.36349964c7.15019989.10900021,16.89320087-.74639988,23.95869923-2.84459972"/><path class="u" d="M37.47519875,10.66149998c-3.50260162,8.18900013-2.34440041,18.22400994,5.02480125,25.56980843"/><path class="u" d="M28.72559929,19.41110039c-.50060081,3.64500046.19779968,10.1923008,3.07290077,12.582201"/><circle id="p" class="t" cx="16.75670052" cy="28.70800018" r=".75000095"/><circle id="q" class="t" cx="13.67160034" cy="29.1072998" r=".75000048"/><circle id="r" class="t" cx="10.58650017" cy="29.50650024" r=".75000048"/><circle id="s" class="t" cx="7.50150013" cy="29.90579987" r=".75000048"/></svg>
Copied!