Description
A ready to use DNB logo in SVG format.
Demos
DNB Logo with dynamic height
The height will be set based on the inherited font-size
.
<span style={{ fontSize: '12rem' }}><Logo size="auto" /></span>
DNB Logo with dynamic height
The height will be set based on the parent, inherited height
.
<span style={{ height: '12rem' }}><Logo size="inherit" /></span>
DNB Logo with fixed height
<Logo height="192" />
DNB Logo and inherit color
The color will be set based on the parent, inherited color
by using currentColor
.
<span style={{ color: 'tomato' }}><Logo height="192" inherit_color /></span>