Openzeppelin Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Openzeppelin 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/315457.svg" alt="Openzeppelin icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/315457.svg" alt="Openzeppelin icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/315457.svg" alt="Openzeppelin icon" :width="24" :height="24" />
CSS background
.icon-openzeppelin {
background-image: url('https://proicons.com/icon/315457.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>OpenZeppelin</title><path d="M22.783 24H9.317l2.196-3.69a5.23 5.23 0 0 1 4.494-2.558h6.775ZM1.217 0h21.566l-3.718 6.247H1.217ZM9.76 9.763a5.73 5.73 0 0 1 4.92-2.795h4.01L8.498 24h-7.26Z"/></svg>
Copied!