Snake Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Snake 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/307412.svg" alt="Snake icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307412.svg" alt="Snake icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307412.svg" alt="Snake icon" :width="24" :height="24" />
CSS background
.icon-snake {
background-image: url('https://proicons.com/icon/307412.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M13 11V10C13 8.897 12.103 8 11 8V3.5C11 2.122 9.879 1 8.5 1H5.5C4.121 1 3 2.122 3 3.5C3 4.009 3.154 4.481 3.416 4.877L2.293 6H1C0.724 6 0.5 6.224 0.5 6.5C0.5 6.776 0.724 7 1 7H2V8C2 8.276 2.224 8.5 2.5 8.5C2.776 8.5 3 8.276 3 8V6.707L4.123 5.584C4.518 5.846 4.991 6 5.5 6H7V8H6C4.897 8 4 8.897 4 10V11C2.897 11 2 11.897 2 13C2 14.103 2.897 15 4 15H13C14.103 15 15 14.103 15 13C15 11.897 14.103 11 13 11ZM13 14H4C3.448 14 3 13.551 3 13C3 12.449 3.448 12 4 12H4.5C4.776 12 5 11.776 5 11.5V10C5 9.449 5.448 9 6 9H7.5C7.776 9 8 8.776 8 8.5V5.5C8 5.224 7.776 5 7.5 5H5.5C4.673 5 4 4.327 4 3.5C4 2.673 4.673 2 5.5 2H8.5C9.327 2 10 2.673 10 3.5V8.5C10 8.776 10.224 9 10.5 9H11C11.552 9 12 9.449 12 10V11H7.5C7.224 11 7 11.224 7 11.5C7 11.776 7.224 12 7.5 12H13C13.552 12 14 12.449 14 13C14 13.551 13.552 14 13 14ZM7 3.5C7 3.776 6.776 4 6.5 4C6.224 4 6 3.776 6 3.5C6 3.224 6.224 3 6.5 3C6.776 3 7 3.224 7 3.5Z"/></svg>
Snake in other icon packs
Copied!