Dnv Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Dnv 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/324638.svg" alt="Dnv icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324638.svg" alt="Dnv icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324638.svg" alt="Dnv icon" :width="24" :height="24" />
CSS background
.icon-dnv {
background-image: url('https://proicons.com/icon/324638.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="d" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.k{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="e" class="k" d="M12.7,4.5h-2.3c-1.1,0-2,.9-2,2v35c0,1.1.9,2,2,2h2.3"/><path id="f" class="k" d="M12.7,4.5v39h24.9c1.1,0,2-.9,2-2V6.5c0-1.1-.9-2-2-2H12.7Z"/><path id="g" class="k" d="M15.5,27v-8h1.8c1.933,0,3.5,1.567,3.5,3.5v1c0,1.933-1.567,3.5-3.5,3.5h-1.8Z"/><polyline id="h" class="k" points="23.1253 27 23.1253 19 28.4253 27 28.4253 19"/><polyline id="i" class="k" points="36.1442 19 33.4942 27 30.8442 19"/></svg>
Copied!