Renthub Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Renthub 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/332090.svg" alt="Renthub icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332090.svg" alt="Renthub icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332090.svg" alt="Renthub icon" :width="24" :height="24" />
CSS background
.icon-renthub {
background-image: url('https://proicons.com/icon/332090.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M11.0196,10.5398v22.0367M11.0196,32.5765v8.2475c0,.9489-.174,1.9099.483,2.3999.781.584,1.8429.115,2.9208-.246l21.2968-7.1286c.505-.169,1.0009-.496,1.1889-1.0589s.103-1.4959-.393-1.9299l-7.3016-6.3926-18.1949,6.1086ZM29.2156,26.4679L11.0206,10.5398l16.2621-5.4107c8.7715-2.9188,10.0594,4.8867,9.0535,11.7383-.562,3.8298-3.5728,6.8046-7.1206,9.6014v-.001Z"/></svg>
Copied!