Coolify Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Coolify 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/313972.svg" alt="Coolify icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/313972.svg" alt="Coolify icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/313972.svg" alt="Coolify icon" :width="24" :height="24" />
CSS background
.icon-coolify {
background-image: url('https://proicons.com/icon/313972.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>Coolify</title><path d="M4.364 4.364V0h17.454v4.364zm0 13.09H0V4.365h4.364zm0 0h17.454v4.364H4.364ZM6.545 6.546v-1.7H22.3V2.182H24v4.363zm0 0v10.4h-1.7v-10.4ZM3.882 17.936v1.7h-1.7v-1.7ZM24 24H6.545v-1.7H22.3v-2.664H24Z"/></svg>
Copied!