Decapcms Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Decapcms 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/314064.svg" alt="Decapcms icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314064.svg" alt="Decapcms icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314064.svg" alt="Decapcms icon" :width="24" :height="24" />
CSS background
.icon-decapcms {
background-image: url('https://proicons.com/icon/314064.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>Decap CMS</title><path d="M18.947 13.177c0 3.263-2 5.649-4.736 5.649h-2.773v-5.65H6.282v10.387h7.93c5.403 0 9.788-4.668 9.788-10.386h-5.052ZM7.894.476 0 1.212l.948 10.352 5.157-.456-.526-5.615 2.737-.245c2.737-.246 4.91 1.93 5.227 5.193l5.052-.458c-.49-5.752-5.297-9.998-10.7-9.507Z"/></svg>
Copied!