Aseprite Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Aseprite 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/313579.svg" alt="Aseprite icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/313579.svg" alt="Aseprite icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/313579.svg" alt="Aseprite icon" :width="24" :height="24" />
CSS background
.icon-aseprite {
background-image: url('https://proicons.com/icon/313579.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>Aseprite</title><path d="M4.006 0v1.6h15.988V0zm15.988 1.6v1.6h1.6V1.6zm1.6 1.6v14.4h-1.6v1.6H4.006v-1.6h-1.6V3.2H.809v17.6h1.599v1.6h1.599V24h15.988v-1.6h1.6v-1.6h1.598V3.2zm-19.187 0h1.599V1.6h-1.6zm4.796 3.2v6.4h1.6V6.4zm7.995 0v6.4h1.599V6.4z"/></svg>
Copied!