Skull Icon
Free SVG icon from the Memory Icons collection. Download or copy for use in any project.
The Skull 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/312257.svg" alt="Skull icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/312257.svg" alt="Skull icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/312257.svg" alt="Skull icon" :width="24" :height="24" />
CSS background
.icon-skull {
background-image: url('https://proicons.com/icon/312257.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" id="memory-skull" viewBox="0 0 22 22"><path d="M6 2H8V1H14V2H16V3H17V4H18V5H19V7H20V14H19V16H18V20H17V21H5V20H4V16H3V14H2V8H3V5H4V4H5V3H6V2M15 5V4H13V3H9V4H7V5H6V6H5V9H4V13H5V15H6V19H8V17H10V19H12V17H14V19H16V15H17V13H18V8H17V6H16V5H15M7 8H10V11H7V8M12 11V8H15V11H12M10 13H12V15H10V13Z" /></svg>
Skull in other icon packs
Copied!