Undertale Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Undertale 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/316461.svg" alt="Undertale icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/316461.svg" alt="Undertale icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/316461.svg" alt="Undertale icon" :width="24" :height="24" />
CSS background
.icon-undertale {
background-image: url('https://proicons.com/icon/316461.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>Undertale</title><path d="M3 0v1.5H1.5V3H0v12h3v3h3v3h3v3h6v-3h3v-3h3v-3h3V3h-1.5V1.5H21V0h-3v1.5h-3V3h-1.5v3h-3V3H9V1.5H6V0z"/></svg>
Copied!