Verdaccio Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Verdaccio 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/316518.svg" alt="Verdaccio icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/316518.svg" alt="Verdaccio icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/316518.svg" alt="Verdaccio icon" :width="24" :height="24" />
CSS background
.icon-verdaccio {
background-image: url('https://proicons.com/icon/316518.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Verdaccio</title><path d="M17.376 9.84L18.72 7.2h-4.8v.566h.864l-.192.377H12.96v.566h1.344l-.288.565H12v.566h1.728zm-4.255 8.64l3.68-7.265h-3.68l-1.064 2.103L8.959 7.2H5.28l5.712 11.28zM8.88 0h6.24A8.86 8.86 0 0124 8.88v6.24A8.86 8.86 0 0115.12 24H8.88A8.86 8.86 0 010 15.12V8.88A8.86 8.86 0 018.88 0z"/></svg>
Copied!