Brand Cnet Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Brand Cnet 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/305101.svg" alt="Brand Cnet icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305101.svg" alt="Brand Cnet icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305101.svg" alt="Brand Cnet icon" :width="24" :height="24" />
CSS background
.icon-brand-cnet {
background-image: url('https://proicons.com/icon/305101.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="M500 0C224 0 0 224 0 500s224 500 500 500 500-224 500-500S776 0 500 0zM121 600V436c-2-93 161-93 158 2v29h-47l-1-31c0-36-62-35-63 2l1-2v166c0 36 62 35 62 0v-37h48v35c3 95-160 92-158 0zm225 199h-35V231h35v568zm236-136h-79V431c0-34-57-32-57 2v230h-71v-36h23V410h-27v-35h68v26s9-13 30-25c26-14 51-2 51-1 22 9 30 33 31 58v194h31v36zm15-63V436c-1-93 161-93 158 2v79c0 5-4 8-8 8H645v77c0 36 62 35 62 0v-37h48v35c3 94-160 92-158 0zm255 63c-13 0-24-5-26-6h-1c-21-10-29-33-30-59V300h48v75h46v35h-46v192c1 19 12 25 25 25h30v35s-38 0-46 1zM707 436c0-36-61-36-62 0v53h62v-53z"/></svg>
Copied!