Brand Thenextweb Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Brand Thenextweb 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/305241.svg" alt="Brand Thenextweb icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305241.svg" alt="Brand Thenextweb icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305241.svg" alt="Brand Thenextweb icon" :width="24" :height="24" />
CSS background
.icon-brand-thenextweb {
background-image: url('https://proicons.com/icon/305241.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M439 405c-17-17-40-26-64-26H242v242h91V470h29c8 0 16 3 22 9l31 31c6 6 9 13 9 21v90h91V519c0-24-10-47-27-65l-49-49zm470-26v90c0 8-3 15-9 21l-31 31c-6 6-14 9-22 9h-43c9-14 14-31 14-49V379h-91v90c0 8-3 15-8 21l-32 31c-6 6-13 9-21 9h-29V379h-91v242h132c24 0 48-9 65-26l30-31v57h87c24 0 47-9 64-26l50-50c17-17 26-40 26-64V379h-91zM0 470h61v151h91V470h60v-91H0z"/></svg>
Copied!