Tenantcloud Pro Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tenantcloud Pro 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/348340.svg" alt="Tenantcloud Pro icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348340.svg" alt="Tenantcloud Pro icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348340.svg" alt="Tenantcloud Pro icon" :width="24" :height="24" />
CSS background
.icon-tenantcloud-pro {
background-image: url('https://proicons.com/icon/348340.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="M24.4984,20.656v13.4487c0,1.2701,1.0296,2.2997,2.2997,2.2997h9.1099c4.1928,0,7.592-3.3991,7.592-7.5921s-3.3992-7.592-7.592-7.592c-.194,0-.3843.0147-.5745.0291-.6253-5.433-5.2344-9.6536-10.8351-9.6536-5.6461,0-10.29,4.2876-10.855,9.7843-.6614-.1373-1.3535-.1905-2.0662-.1423-3.9187.2646-7.0833,3.6592-7.0772,7.5868.0065,4.1874,3.4033,7.5801,7.592,7.5801h0s5.6578,0,5.6578,0"/><line class="c" x1="28.324" y1="24" x2="22.4647" y2="24"/></svg>
Copied!