Jar Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Jar 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/305920.svg" alt="Jar icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305920.svg" alt="Jar icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305920.svg" alt="Jar icon" :width="24" :height="24" />
CSS background
.icon-jar {
background-image: url('https://proicons.com/icon/305920.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M700 223v-63H301v64c-38 5-58 25-67 57-2 8-2 18-2 27-1 187-1 374 0 561 0 38 32 69 72 69h392c41 0 73-31 73-69V308c0-48-19-72-69-85zM683 62H317c-9 0-16 8-16 17v60h398V79c0-9-7-17-16-17z"/></svg>
Copied!