camunda logo
camunda from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- camunda
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the camunda logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" 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 0zm8.687 3.307c1.875 0 2.84 1.105 2.84 3.049v1.175H13.05V6.23c0-.867-.392-1.203-.994-1.203c-.615-.014-.993.322-.993 1.189v6.56c0 .867.392 1.175.993 1.175c.616 0 .994-.308.994-1.175v-1.734h1.804v1.608c-.014 1.945-.979 3.049-2.854 3.049s-2.839-1.119-2.839-3.035V6.356c.014-1.944.979-3.049 2.853-3.049M9.161 17.476h5.693v3.217H9.161z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsCamunda(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" 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 0zm8.687 3.307c1.875 0 2.84 1.105 2.84 3.049v1.175H13.05V6.23c0-.867-.392-1.203-.994-1.203c-.615-.014-.993.322-.993 1.189v6.56c0 .867.392 1.175.993 1.175c.616 0 .994-.308.994-1.175v-1.734h1.804v1.608c-.014 1.945-.979 3.049-2.854 3.049s-2.839-1.119-2.839-3.035V6.356c.014-1.944.979-3.049 2.853-3.049M9.161 17.476h5.693v3.217H9.161z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" 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 0zm8.687 3.307c1.875 0 2.84 1.105 2.84 3.049v1.175H13.05V6.23c0-.867-.392-1.203-.994-1.203c-.615-.014-.993.322-.993 1.189v6.56c0 .867.392 1.175.993 1.175c.616 0 .994-.308.994-1.175v-1.734h1.804v1.608c-.014 1.945-.979 3.049-2.854 3.049s-2.839-1.119-2.839-3.035V6.356c.014-1.944.979-3.049 2.853-3.049M9.161 17.476h5.693v3.217H9.161z"/></svg> </template>
CSS
.icon-camunda {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.327%200A3.327%203.327%200%200%200%200%203.326v17.348A3.327%203.327%200%200%200%203.327%2024h17.347A3.326%203.326%200%200%200%2024%2020.674V3.326A3.326%203.326%200%200%200%2020.674%200zm8.687%203.307c1.875%200%202.84%201.105%202.84%203.049v1.175H13.05V6.23c0-.867-.392-1.203-.994-1.203c-.615-.014-.993.322-.993%201.189v6.56c0%20.867.392%201.175.993%201.175c.616%200%20.994-.308.994-1.175v-1.734h1.804v1.608c-.014%201.945-.979%203.049-2.854%203.049s-2.839-1.119-2.839-3.035V6.356c.014-1.944.979-3.049%202.853-3.049M9.161%2017.476h5.693v3.217H9.161z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.327%200A3.327%203.327%200%200%200%200%203.326v17.348A3.327%203.327%200%200%200%203.327%2024h17.347A3.326%203.326%200%200%200%2024%2020.674V3.326A3.326%203.326%200%200%200%2020.674%200zm8.687%203.307c1.875%200%202.84%201.105%202.84%203.049v1.175H13.05V6.23c0-.867-.392-1.203-.994-1.203c-.615-.014-.993.322-.993%201.189v6.56c0%20.867.392%201.175.993%201.175c.616%200%20.994-.308.994-1.175v-1.734h1.804v1.608c-.014%201.945-.979%203.049-2.854%203.049s-2.839-1.119-2.839-3.035V6.356c.014-1.944.979-3.049%202.853-3.049M9.161%2017.476h5.693v3.217H9.161z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/camunda.svg?color=%231a73e8&size=48