neo4j logo
neo4j from Devicon by konpa · Original · MIT Free for personal and commercial use.
- Name
- neo4j
- Set
- Devicon
- Style
- Original
- Viewbox
- 128×128
- License
- MIT
1 other variant in Devicon
The same logo in other sets
Use the neo4j logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><g fill="none"><path fill="#000" d="M63.333 32.567c-5.2.866-9.566 3-12.833 6.266c-3.867 3.867-5.833 8.5-6.5 15.367c-.3 3.133-.467 15.467-.2 15.467c.067 0 .7-.234 1.4-.534c1.633-.7 5.167-.7 7-.033l1.4.5l.167-8.033c.166-8.567.366-9.867 1.966-13.067c1.1-2.133 3.767-4.633 6.034-5.667c2.6-1.2 6.4-1.666 9.333-1.2c6.267 1.034 10 4.434 11.567 10.5c.633 2.434.666 3.7.666 17.1v14.434H93.4L93.233 67.9c-.1-14.9-.166-15.9-.866-18.567c-1.9-7.4-6.5-12.766-12.934-15.2c-3.433-1.3-6.7-1.8-11.2-1.766c-2.233.033-4.433.133-4.9.2"/><path fill="#018bff" d="M22.733 57.2c-2.866 1.433-4.4 4-4.4 7.467c0 1.1.2 2.5.467 3.133c.633 1.567 2.433 3.467 4 4.3c1.9 1 5.5 1 7.367.033l1.366-.7l4.267 2.9l4.267 2.934V81.7L35.8 84.633l-4.3 2.934l-1.1-.667c-1.6-.933-4.7-1.133-6.6-.4c-2 .767-4.067 2.6-4.833 4.333c-.834 1.767-.834 5.234 0 7c.7 1.567 2.333 3.3 3.8 4.067c.6.3 2.033.6 3.233.7c2.8.2 5.167-.733 6.867-2.733c1.366-1.6 2.266-4.4 2.033-6.334l-.167-1.366l4.3-2.9l4.3-2.9l1.534.7c2.333 1 5.8.766 8-.567c2.4-1.5 3.6-3.633 3.733-6.633c.1-2.1 0-2.567-.833-4.2c-2.167-4.134-7-5.7-11.134-3.634l-1.233.6l-4.233-2.9l-4.234-2.9l-.1-2.333c-.066-2.8-.866-4.6-2.833-6.233c-2.5-2.134-6.233-2.567-9.267-1.067"/></g></svg>
React
import type { SVGProps } from "react";
export function DeviconNeo4j(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><g fill="none"><path fill="#000" d="M63.333 32.567c-5.2.866-9.566 3-12.833 6.266c-3.867 3.867-5.833 8.5-6.5 15.367c-.3 3.133-.467 15.467-.2 15.467c.067 0 .7-.234 1.4-.534c1.633-.7 5.167-.7 7-.033l1.4.5l.167-8.033c.166-8.567.366-9.867 1.966-13.067c1.1-2.133 3.767-4.633 6.034-5.667c2.6-1.2 6.4-1.666 9.333-1.2c6.267 1.034 10 4.434 11.567 10.5c.633 2.434.666 3.7.666 17.1v14.434H93.4L93.233 67.9c-.1-14.9-.166-15.9-.866-18.567c-1.9-7.4-6.5-12.766-12.934-15.2c-3.433-1.3-6.7-1.8-11.2-1.766c-2.233.033-4.433.133-4.9.2"/><path fill="#018bff" d="M22.733 57.2c-2.866 1.433-4.4 4-4.4 7.467c0 1.1.2 2.5.467 3.133c.633 1.567 2.433 3.467 4 4.3c1.9 1 5.5 1 7.367.033l1.366-.7l4.267 2.9l4.267 2.934V81.7L35.8 84.633l-4.3 2.934l-1.1-.667c-1.6-.933-4.7-1.133-6.6-.4c-2 .767-4.067 2.6-4.833 4.333c-.834 1.767-.834 5.234 0 7c.7 1.567 2.333 3.3 3.8 4.067c.6.3 2.033.6 3.233.7c2.8.2 5.167-.733 6.867-2.733c1.366-1.6 2.266-4.4 2.033-6.334l-.167-1.366l4.3-2.9l4.3-2.9l1.534.7c2.333 1 5.8.766 8-.567c2.4-1.5 3.6-3.633 3.733-6.633c.1-2.1 0-2.567-.833-4.2c-2.167-4.134-7-5.7-11.134-3.634l-1.233.6l-4.233-2.9l-4.234-2.9l-.1-2.333c-.066-2.8-.866-4.6-2.833-6.233c-2.5-2.134-6.233-2.567-9.267-1.067"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><g fill="none"><path fill="#000" d="M63.333 32.567c-5.2.866-9.566 3-12.833 6.266c-3.867 3.867-5.833 8.5-6.5 15.367c-.3 3.133-.467 15.467-.2 15.467c.067 0 .7-.234 1.4-.534c1.633-.7 5.167-.7 7-.033l1.4.5l.167-8.033c.166-8.567.366-9.867 1.966-13.067c1.1-2.133 3.767-4.633 6.034-5.667c2.6-1.2 6.4-1.666 9.333-1.2c6.267 1.034 10 4.434 11.567 10.5c.633 2.434.666 3.7.666 17.1v14.434H93.4L93.233 67.9c-.1-14.9-.166-15.9-.866-18.567c-1.9-7.4-6.5-12.766-12.934-15.2c-3.433-1.3-6.7-1.8-11.2-1.766c-2.233.033-4.433.133-4.9.2"/><path fill="#018bff" d="M22.733 57.2c-2.866 1.433-4.4 4-4.4 7.467c0 1.1.2 2.5.467 3.133c.633 1.567 2.433 3.467 4 4.3c1.9 1 5.5 1 7.367.033l1.366-.7l4.267 2.9l4.267 2.934V81.7L35.8 84.633l-4.3 2.934l-1.1-.667c-1.6-.933-4.7-1.133-6.6-.4c-2 .767-4.067 2.6-4.833 4.333c-.834 1.767-.834 5.234 0 7c.7 1.567 2.333 3.3 3.8 4.067c.6.3 2.033.6 3.233.7c2.8.2 5.167-.733 6.867-2.733c1.366-1.6 2.266-4.4 2.033-6.334l-.167-1.366l4.3-2.9l4.3-2.9l1.534.7c2.333 1 5.8.766 8-.567c2.4-1.5 3.6-3.633 3.733-6.633c.1-2.1 0-2.567-.833-4.2c-2.167-4.134-7-5.7-11.134-3.634l-1.233.6l-4.233-2.9l-4.234-2.9l-.1-2.333c-.066-2.8-.866-4.6-2.833-6.233c-2.5-2.134-6.233-2.567-9.267-1.067"/></g></svg> </template>
CSS
.icon-neo4j {
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%20128%20128%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M63.333%2032.567c-5.2.866-9.566%203-12.833%206.266c-3.867%203.867-5.833%208.5-6.5%2015.367c-.3%203.133-.467%2015.467-.2%2015.467c.067%200%20.7-.234%201.4-.534c1.633-.7%205.167-.7%207-.033l1.4.5l.167-8.033c.166-8.567.366-9.867%201.966-13.067c1.1-2.133%203.767-4.633%206.034-5.667c2.6-1.2%206.4-1.666%209.333-1.2c6.267%201.034%2010%204.434%2011.567%2010.5c.633%202.434.666%203.7.666%2017.1v14.434H93.4L93.233%2067.9c-.1-14.9-.166-15.9-.866-18.567c-1.9-7.4-6.5-12.766-12.934-15.2c-3.433-1.3-6.7-1.8-11.2-1.766c-2.233.033-4.433.133-4.9.2%22%2F%3E%3Cpath%20fill%3D%22%23018bff%22%20d%3D%22M22.733%2057.2c-2.866%201.433-4.4%204-4.4%207.467c0%201.1.2%202.5.467%203.133c.633%201.567%202.433%203.467%204%204.3c1.9%201%205.5%201%207.367.033l1.366-.7l4.267%202.9l4.267%202.934V81.7L35.8%2084.633l-4.3%202.934l-1.1-.667c-1.6-.933-4.7-1.133-6.6-.4c-2%20.767-4.067%202.6-4.833%204.333c-.834%201.767-.834%205.234%200%207c.7%201.567%202.333%203.3%203.8%204.067c.6.3%202.033.6%203.233.7c2.8.2%205.167-.733%206.867-2.733c1.366-1.6%202.266-4.4%202.033-6.334l-.167-1.366l4.3-2.9l4.3-2.9l1.534.7c2.333%201%205.8.766%208-.567c2.4-1.5%203.6-3.633%203.733-6.633c.1-2.1%200-2.567-.833-4.2c-2.167-4.134-7-5.7-11.134-3.634l-1.233.6l-4.233-2.9l-4.234-2.9l-.1-2.333c-.066-2.8-.866-4.6-2.833-6.233c-2.5-2.134-6.233-2.567-9.267-1.067%22%2F%3E%3C%2Fg%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%20128%20128%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M63.333%2032.567c-5.2.866-9.566%203-12.833%206.266c-3.867%203.867-5.833%208.5-6.5%2015.367c-.3%203.133-.467%2015.467-.2%2015.467c.067%200%20.7-.234%201.4-.534c1.633-.7%205.167-.7%207-.033l1.4.5l.167-8.033c.166-8.567.366-9.867%201.966-13.067c1.1-2.133%203.767-4.633%206.034-5.667c2.6-1.2%206.4-1.666%209.333-1.2c6.267%201.034%2010%204.434%2011.567%2010.5c.633%202.434.666%203.7.666%2017.1v14.434H93.4L93.233%2067.9c-.1-14.9-.166-15.9-.866-18.567c-1.9-7.4-6.5-12.766-12.934-15.2c-3.433-1.3-6.7-1.8-11.2-1.766c-2.233.033-4.433.133-4.9.2%22%2F%3E%3Cpath%20fill%3D%22%23018bff%22%20d%3D%22M22.733%2057.2c-2.866%201.433-4.4%204-4.4%207.467c0%201.1.2%202.5.467%203.133c.633%201.567%202.433%203.467%204%204.3c1.9%201%205.5%201%207.367.033l1.366-.7l4.267%202.9l4.267%202.934V81.7L35.8%2084.633l-4.3%202.934l-1.1-.667c-1.6-.933-4.7-1.133-6.6-.4c-2%20.767-4.067%202.6-4.833%204.333c-.834%201.767-.834%205.234%200%207c.7%201.567%202.333%203.3%203.8%204.067c.6.3%202.033.6%203.233.7c2.8.2%205.167-.733%206.867-2.733c1.366-1.6%202.266-4.4%202.033-6.334l-.167-1.366l4.3-2.9l4.3-2.9l1.534.7c2.333%201%205.8.766%208-.567c2.4-1.5%203.6-3.633%203.733-6.633c.1-2.1%200-2.567-.833-4.2c-2.167-4.134-7-5.7-11.134-3.634l-1.233.6l-4.233-2.9l-4.234-2.9l-.1-2.333c-.066-2.8-.866-4.6-2.833-6.233c-2.5-2.134-6.233-2.567-9.267-1.067%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/devicon/neo4j.svg?color=%231a73e8&size=48