Jail Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Jail 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/305919.svg" alt="Jail icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305919.svg" alt="Jail icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305919.svg" alt="Jail icon" :width="24" :height="24" />
CSS background
.icon-jail {
background-image: url('https://proicons.com/icon/305919.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="M968 933h-24V56h24c18 0 32-10 32-28S986 0 968 0H32C15 0 0 10 0 28s15 28 32 28h13v877H32c-17 0-32 16-32 34s15 33 32 33h936c18 0 32-15 32-33s-14-34-32-34zM789 56h89v293h-89V56zM222 933H122V56h100v877zm156 0h-78V56h78v877zm166 0h-88V56h88v877zm167 0h-78V56h78v877zm167 0h-89V651h89v282zm0-358h-89v-1l30-70c-15-6-26-21-26-38 0-23 18-41 41-41 22 0 41 18 41 41 0 16-10 30-24 37l27 62 4 10h-4z"/></svg>
Copied!