Camunda Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Camunda 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/313795.svg" alt="Camunda icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/313795.svg" alt="Camunda icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/313795.svg" alt="Camunda icon" :width="24" :height="24" />
CSS background
.icon-camunda {
background-image: url('https://proicons.com/icon/313795.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>Camunda</title><path d="M3.327 0A3.327 3.327 0 0 0 0 3.326v17.348A3.327 3.327 0 0 0 3.327 24h17.347A3.326 3.326 0 0 0 24 20.674V3.326A3.326 3.326 0 0 0 20.674 0H3.327Zm8.687 3.307c1.875 0 2.84 1.105 2.84 3.049v1.175H13.05V6.23c0-.867-.392-1.203-.994-1.203-.615-.014-.993.322-.993 1.189v6.56c0 .867.392 1.175.993 1.175.616 0 .994-.308.994-1.175v-1.734h1.804v1.608c-.014 1.945-.979 3.049-2.854 3.049-1.874 0-2.839-1.119-2.839-3.035V6.356c.014-1.944.979-3.049 2.853-3.049ZM9.161 17.476h5.693v3.217H9.161v-3.217Z"/></svg>
Copied!