Nimbuss Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Nimbuss 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/306140.svg" alt="Nimbuss icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306140.svg" alt="Nimbuss icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306140.svg" alt="Nimbuss icon" :width="24" :height="24" />
CSS background
.icon-nimbuss {
background-image: url('https://proicons.com/icon/306140.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="M62 521v-41c2-13 3-25 5-37 12-92 49-172 113-240 70-75 156-120 257-135 14-2 29-4 43-6h41c3 1 6 2 9 2 17 2 35 4 52 7 236 45 391 271 348 507-45 253-299 412-547 343C216 875 93 735 68 562c-2-14-4-28-6-41zm347-117l3-1 12 27 145 281c4 7 9 9 17 9h82c8 0 10-3 10-11 0-139 0-277 1-416 0-8-3-11-11-11h-70c-11 0-12 1-13 13 0 27 1 54 0 81-1 71 5 141 12 214-3-6-5-10-7-15-41-99-97-190-147-285-3-6-7-8-13-8h-95c-10 0-12 1-12 12 0 138 1 277 0 416 0 8 3 10 11 10h72c12 0 13 0 13-12 0-48 0-96-1-144-1-29-3-58-5-88-1-24-2-48-4-72z"/></svg>
Copied!