Zorin Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Zorin 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/316758.svg" alt="Zorin icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/316758.svg" alt="Zorin icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/316758.svg" alt="Zorin icon" :width="24" :height="24" />
CSS background
.icon-zorin {
background-image: url('https://proicons.com/icon/316758.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>Zorin</title><path d="M4 18.944L5.995 22.4h12.01L20 18.944H4zM24 12l-2.013 3.488H9.216l12.771-6.976L24 12zM0 12l2.013-3.488h12.771L2.013 15.488 0 12zm4-6.944L5.995 1.6h12.01L20 5.056H4z"/></svg>
Copied!