Fitcloudpro Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fitcloudpro 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/325910.svg" alt="Fitcloudpro icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325910.svg" alt="Fitcloudpro icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325910.svg" alt="Fitcloudpro icon" :width="24" :height="24" />
CSS background
.icon-fitcloudpro {
background-image: url('https://proicons.com/icon/325910.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>.i{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="c"><path id="d" class="i" d="M9.5149,5.4921h29c2.216,0,4,1.784,4,4v29c0,2.216-1.784,4-4,4H9.5149c-2.216,0-4-1.784-4-4V9.4921c0-2.216,1.784-4,4-4Z"/><path id="e" class="i" d="M11.5113,42.5085c9.3154-4.9047,23.1358-15.3771,27.4004-21.6565,3.9243-5.7783-5.1212-9.8702-10.704-11.5692-3.4988-1.0648-9.7385-2.4261-9.5548-3.7914"/><path id="f" class="i" d="M5.4851,21.7917c6.6226-1.7697,16.1503-4.5943,16.8174-7.3699.5897-2.4536-1.0256-4.0446-6.012-5.8822-2.1397-.7886-3.7397-1.8983-2.7076-3.0468"/><path id="g" class="i" d="M17.0927,5.4931c-.6096,1.3271,2.6254,2.2093,7.1566,3.6032,8.7447,2.6899,11.4518,7.0502,5.947,11.214-6.7722,5.1225-15.667,10.1079-24.6807,14.2939"/><path id="h" class="i" d="M15.5461,5.4917c-1.3,1.3966,1.9466,2.3898,6.2286,4.0617,5.7017,2.2262,7.5712,6.1247,1.4733,9.3717-5.4403,2.8969-11.2855,5.3902-17.7312,7.5344"/></g></svg>
Copied!