Subhub Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Subhub 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/347974.svg" alt="Subhub icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347974.svg" alt="Subhub icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347974.svg" alt="Subhub icon" :width="24" :height="24" />
CSS background
.icon-subhub {
background-image: url('https://proicons.com/icon/347974.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M19.3,4.5,40.4007,16.7671V30.0283L19.52,43.5l-11.92-6.4127V11.4118Z"/><path class="a" d="M30.218,36.5429,7.5993,23.8533"/><path class="a" d="M30.1916,11.0582l.0264,25.4847"/><path class="a" d="M7.5993,23.8533,30.1916,11.0582"/><path class="a" d="M18.4064,17.75l.2325,12.2286"/><path class="a" d="M29.9386,23.8509l-11.3,6.1278"/></svg>
Copied!