Qbittorrent Manager Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Qbittorrent Manager 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/346312.svg" alt="Qbittorrent Manager icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346312.svg" alt="Qbittorrent Manager icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346312.svg" alt="Qbittorrent Manager icon" :width="24" :height="24" />
CSS background
.icon-qbittorrent-manager {
background-image: url('https://proicons.com/icon/346312.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="m11.153,13.5276l23.3201,23.3201c-2.8322,2.2613-6.4296,3.6203-10.3467,3.6203-9.1705,0-16.5936-7.4232-16.5936-16.5936,0-3.9171,1.359-7.5145,3.6203-10.3467Z"/><path class="c" d="m38.139,32.7821c1.6331-2.5696,2.581-5.6302,2.581-8.9078,0-9.1704-7.4232-16.5936-16.5936-16.5936-3.2776,0-6.3382.9479-8.9078,2.581"/><polyline class="c" points="40.1033 42.4893 34.4731 36.8477 11.153 13.5276 5.5 7.8746"/></svg>
Copied!