n8n logo
n8n from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- n8n
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
The same logo in other sets
Use the n8n logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.474 5.684a2.53 2.53 0 0 0-2.447 1.895H16.13a2.526 2.526 0 0 0-2.492 2.11l-.103.624a1.26 1.26 0 0 1-1.246 1.055h-1.001a2.527 2.527 0 0 0-4.893 0H4.973a2.527 2.527 0 1 0 0 1.264h1.422a2.527 2.527 0 0 0 4.894 0h1a1.26 1.26 0 0 1 1.247 1.055l.103.623a2.526 2.526 0 0 0 2.492 2.111h.37a2.527 2.527 0 1 0 0-1.263h-.37a1.26 1.26 0 0 1-1.246-1.056l-.103-.623A2.52 2.52 0 0 0 13.96 12a2.52 2.52 0 0 0 .82-1.48l.104-.622a1.26 1.26 0 0 1 1.246-1.056h2.896a2.527 2.527 0 1 0 2.447-3.158m0 1.263a1.263 1.263 0 0 1 1.263 1.263a1.263 1.263 0 0 1-1.263 1.264A1.263 1.263 0 0 1 20.21 8.21a1.263 1.263 0 0 1 1.264-1.263m-18.948 3.79A1.263 1.263 0 0 1 3.79 12a1.263 1.263 0 0 1-1.264 1.263A1.263 1.263 0 0 1 1.263 12a1.263 1.263 0 0 1 1.263-1.263m6.316 0A1.263 1.263 0 0 1 10.105 12a1.263 1.263 0 0 1-1.263 1.263A1.263 1.263 0 0 1 7.58 12a1.263 1.263 0 0 1 1.263-1.263m10.106 3.79a1.263 1.263 0 0 1 1.263 1.263a1.263 1.263 0 0 1-1.263 1.263a1.263 1.263 0 0 1-1.264-1.263a1.263 1.263 0 0 1 1.263-1.264"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsN8n(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="M21.474 5.684a2.53 2.53 0 0 0-2.447 1.895H16.13a2.526 2.526 0 0 0-2.492 2.11l-.103.624a1.26 1.26 0 0 1-1.246 1.055h-1.001a2.527 2.527 0 0 0-4.893 0H4.973a2.527 2.527 0 1 0 0 1.264h1.422a2.527 2.527 0 0 0 4.894 0h1a1.26 1.26 0 0 1 1.247 1.055l.103.623a2.526 2.526 0 0 0 2.492 2.111h.37a2.527 2.527 0 1 0 0-1.263h-.37a1.26 1.26 0 0 1-1.246-1.056l-.103-.623A2.52 2.52 0 0 0 13.96 12a2.52 2.52 0 0 0 .82-1.48l.104-.622a1.26 1.26 0 0 1 1.246-1.056h2.896a2.527 2.527 0 1 0 2.447-3.158m0 1.263a1.263 1.263 0 0 1 1.263 1.263a1.263 1.263 0 0 1-1.263 1.264A1.263 1.263 0 0 1 20.21 8.21a1.263 1.263 0 0 1 1.264-1.263m-18.948 3.79A1.263 1.263 0 0 1 3.79 12a1.263 1.263 0 0 1-1.264 1.263A1.263 1.263 0 0 1 1.263 12a1.263 1.263 0 0 1 1.263-1.263m6.316 0A1.263 1.263 0 0 1 10.105 12a1.263 1.263 0 0 1-1.263 1.263A1.263 1.263 0 0 1 7.58 12a1.263 1.263 0 0 1 1.263-1.263m10.106 3.79a1.263 1.263 0 0 1 1.263 1.263a1.263 1.263 0 0 1-1.263 1.263a1.263 1.263 0 0 1-1.264-1.263a1.263 1.263 0 0 1 1.263-1.264"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.474 5.684a2.53 2.53 0 0 0-2.447 1.895H16.13a2.526 2.526 0 0 0-2.492 2.11l-.103.624a1.26 1.26 0 0 1-1.246 1.055h-1.001a2.527 2.527 0 0 0-4.893 0H4.973a2.527 2.527 0 1 0 0 1.264h1.422a2.527 2.527 0 0 0 4.894 0h1a1.26 1.26 0 0 1 1.247 1.055l.103.623a2.526 2.526 0 0 0 2.492 2.111h.37a2.527 2.527 0 1 0 0-1.263h-.37a1.26 1.26 0 0 1-1.246-1.056l-.103-.623A2.52 2.52 0 0 0 13.96 12a2.52 2.52 0 0 0 .82-1.48l.104-.622a1.26 1.26 0 0 1 1.246-1.056h2.896a2.527 2.527 0 1 0 2.447-3.158m0 1.263a1.263 1.263 0 0 1 1.263 1.263a1.263 1.263 0 0 1-1.263 1.264A1.263 1.263 0 0 1 20.21 8.21a1.263 1.263 0 0 1 1.264-1.263m-18.948 3.79A1.263 1.263 0 0 1 3.79 12a1.263 1.263 0 0 1-1.264 1.263A1.263 1.263 0 0 1 1.263 12a1.263 1.263 0 0 1 1.263-1.263m6.316 0A1.263 1.263 0 0 1 10.105 12a1.263 1.263 0 0 1-1.263 1.263A1.263 1.263 0 0 1 7.58 12a1.263 1.263 0 0 1 1.263-1.263m10.106 3.79a1.263 1.263 0 0 1 1.263 1.263a1.263 1.263 0 0 1-1.263 1.263a1.263 1.263 0 0 1-1.264-1.263a1.263 1.263 0 0 1 1.263-1.264"/></svg> </template>
CSS
.icon-n8n {
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%22M21.474%205.684a2.53%202.53%200%200%200-2.447%201.895H16.13a2.526%202.526%200%200%200-2.492%202.11l-.103.624a1.26%201.26%200%200%201-1.246%201.055h-1.001a2.527%202.527%200%200%200-4.893%200H4.973a2.527%202.527%200%201%200%200%201.264h1.422a2.527%202.527%200%200%200%204.894%200h1a1.26%201.26%200%200%201%201.247%201.055l.103.623a2.526%202.526%200%200%200%202.492%202.111h.37a2.527%202.527%200%201%200%200-1.263h-.37a1.26%201.26%200%200%201-1.246-1.056l-.103-.623A2.52%202.52%200%200%200%2013.96%2012a2.52%202.52%200%200%200%20.82-1.48l.104-.622a1.26%201.26%200%200%201%201.246-1.056h2.896a2.527%202.527%200%201%200%202.447-3.158m0%201.263a1.263%201.263%200%200%201%201.263%201.263a1.263%201.263%200%200%201-1.263%201.264A1.263%201.263%200%200%201%2020.21%208.21a1.263%201.263%200%200%201%201.264-1.263m-18.948%203.79A1.263%201.263%200%200%201%203.79%2012a1.263%201.263%200%200%201-1.264%201.263A1.263%201.263%200%200%201%201.263%2012a1.263%201.263%200%200%201%201.263-1.263m6.316%200A1.263%201.263%200%200%201%2010.105%2012a1.263%201.263%200%200%201-1.263%201.263A1.263%201.263%200%200%201%207.58%2012a1.263%201.263%200%200%201%201.263-1.263m10.106%203.79a1.263%201.263%200%200%201%201.263%201.263a1.263%201.263%200%200%201-1.263%201.263a1.263%201.263%200%200%201-1.264-1.263a1.263%201.263%200%200%201%201.263-1.264%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%22M21.474%205.684a2.53%202.53%200%200%200-2.447%201.895H16.13a2.526%202.526%200%200%200-2.492%202.11l-.103.624a1.26%201.26%200%200%201-1.246%201.055h-1.001a2.527%202.527%200%200%200-4.893%200H4.973a2.527%202.527%200%201%200%200%201.264h1.422a2.527%202.527%200%200%200%204.894%200h1a1.26%201.26%200%200%201%201.247%201.055l.103.623a2.526%202.526%200%200%200%202.492%202.111h.37a2.527%202.527%200%201%200%200-1.263h-.37a1.26%201.26%200%200%201-1.246-1.056l-.103-.623A2.52%202.52%200%200%200%2013.96%2012a2.52%202.52%200%200%200%20.82-1.48l.104-.622a1.26%201.26%200%200%201%201.246-1.056h2.896a2.527%202.527%200%201%200%202.447-3.158m0%201.263a1.263%201.263%200%200%201%201.263%201.263a1.263%201.263%200%200%201-1.263%201.264A1.263%201.263%200%200%201%2020.21%208.21a1.263%201.263%200%200%201%201.264-1.263m-18.948%203.79A1.263%201.263%200%200%201%203.79%2012a1.263%201.263%200%200%201-1.264%201.263A1.263%201.263%200%200%201%201.263%2012a1.263%201.263%200%200%201%201.263-1.263m6.316%200A1.263%201.263%200%200%201%2010.105%2012a1.263%201.263%200%200%201-1.263%201.263A1.263%201.263%200%200%201%207.58%2012a1.263%201.263%200%200%201%201.263-1.263m10.106%203.79a1.263%201.263%200%200%201%201.263%201.263a1.263%201.263%200%200%201-1.263%201.263a1.263%201.263%200%200%201-1.264-1.263a1.263%201.263%200%200%201%201.263-1.264%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/n8n.svg?color=%231a73e8&size=48