Brand Nvidia Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Brand Nvidia 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/305195.svg" alt="Brand Nvidia icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305195.svg" alt="Brand Nvidia icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305195.svg" alt="Brand Nvidia icon" :width="24" :height="24" />
CSS background
.icon-brand-nvidia {
background-image: url('https://proicons.com/icon/305195.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="M373 366v-59c6-1 12-1 18-1 163-5 271 140 271 140S546 607 422 607c-18 0-34-3-49-8V418c64 8 77 36 115 100l85-72s-62-82-167-82c-11 0-22 1-33 2zm0-197v89c6 0 12-1 18-1 227-7 375 187 375 187S596 651 419 651c-16 0-31-2-46-4v55c12 1 25 2 38 2 165 0 285-84 400-184 19 16 98 53 114 69-110 92-366 166-511 166-14 0-27 0-41-2v78h627V169H373zm0 430v47c-152-27-195-185-195-185s74-82 195-95v52c-64-8-114 52-114 52s28 100 114 129zM102 454s91-134 271-147v-49C173 274 0 444 0 444s98 283 373 309v-51c-202-26-271-248-271-248z"/></svg>
Copied!