Vidhub Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Vidhub 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/349306.svg" alt="Vidhub icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349306.svg" alt="Vidhub icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349306.svg" alt="Vidhub icon" :width="24" :height="24" />
CSS background
.icon-vidhub {
background-image: url('https://proicons.com/icon/349306.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>.q{fill:#fff;}.r{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="r" d="M45.5,24c0,11.8741-9.6259,21.5-21.5,21.5S2.5,35.8741,2.5,24,12.1259,2.5,24,2.5s21.5,9.6259,21.5,21.5Z"/><g id="c"><path id="d" class="r" d="M21.8015,28.6054v3.676c0,1.2253.9962,2.2279,2.2137,2.2279h0c1.2175,0,2.2137-1.0025,2.2137-2.2279v-3.676"/><path id="e" class="r" d="M26.2289,32.3928v2.2279"/><path id="f" class="r" d="M13.6923,25.5978v9.0229"/><path id="g" class="r" d="M13.6923,30.8333c0-1.2253.9962-2.2279,2.2137-2.2279h0c1.2175,0,2.2137,1.0025,2.2137,2.2279v3.676"/><path id="h" class="r" d="M29.9106,30.8333c0-1.2253.9962-2.2279,2.2137-2.2279h0c1.2175,0,2.2137,1.0025,2.2137,2.2279v1.4481c0,1.2253-.9962,2.2279-2.2137,2.2279h0c-1.2175,0-2.2137-1.0025-2.2137-2.2279"/><path id="i" class="r" d="M29.9106,34.6207v-8.9115"/></g><path id="j" class="r" d="M12.3867,22.1461h23.2267c1.108,0,2,.892,2,2v12.5187c0,1.108-.892,2-2,2H12.3867c-1.108,0-2-.892-2-2v-12.5187c0-1.108.892-2,2-2Z"/><g id="k"><path id="l" class="r" d="M21.2951,9.0798l-3.1366,9.71-3.1366-9.71"/><path id="m" class="r" d="M24.4846,12.2354v6.5542"/><path id="n" class="r" d="M32.4996,14.6629c0-1.3351-1.0857-2.4275-2.4128-2.4275h0c-1.327,0-2.4128,1.0924-2.4128,2.4275v1.5779c0,1.3351,1.0857,2.4275,2.4128,2.4275h0c1.327,0,2.4128-1.0924,2.4128-2.4275"/><path id="o" class="r" d="M32.4996,18.7896v-9.71"/><circle id="p" class="q" cx="24.4846" cy="9.3283" r=".75"/></g></svg>
Copied!