Zilch Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Zilch 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/316748.svg" alt="Zilch icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/316748.svg" alt="Zilch icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/316748.svg" alt="Zilch icon" :width="24" :height="24" />
CSS background
.icon-zilch {
background-image: url('https://proicons.com/icon/316748.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>Zilch</title><path d="M4.421 6.149c3.292-2.011 6.584-4.036 9.862-6.046a.702.702 0 0 1 .83.073c1.312 1.18 2.637 2.36 3.948 3.54a.694.694 0 0 1 .175.815 1737.248 1737.248 0 0 1-4.341 9.338.61.61 0 0 0 .408.845c1.427.335 2.855.656 4.283.991a.546.546 0 0 1 .204.976c-3.234 2.375-6.483 4.749-9.717 7.124a.986.986 0 0 1-1.136.029l-4.633-3.016a.691.691 0 0 1-.248-.888c1.326-2.812 2.666-5.623 3.992-8.421a.78.78 0 0 0-.146-.859 802.196 802.196 0 0 0-3.583-3.569c-.277-.262-.219-.729.102-.932Z"/></svg>
Copied!