dgraph logo
dgraph from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- dgraph
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
The same logo in other sets
Use the dgraph logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.22 4.319c.226-.414.349-.892.349-1.403A2.917 2.917 0 0 0 15.653 0c-1.37 0-2.522.944-2.838 2.218c-.272-.013-.544-.033-.815-.033c-5.58 0-10.1 4.513-10.1 10.1c0 2.74 1.1 5.23 2.871 7.047a2.9 2.9 0 0 0-.588 1.752A2.917 2.917 0 0 0 7.1 24c1.241 0 2.295-.782 2.728-1.869a10.092 10.092 0 0 0 12.272-9.86a9.98 9.98 0 0 0-3.88-7.952m-2.554.381c-.162 0-.304-.013-.446-.064l-1.21 3.523l1.772-.284l-2.489 4.067l2.075-.511l-7.002 8.34c.35.317.556.783.556 1.307a1.78 1.78 0 0 1-1.784 1.784c-.99 0-1.785-.795-1.785-1.784s.796-1.785 1.785-1.785q.34.001.653.13l1.978-4.326l-1.933.524l3.142-4.5l-1.933.465L14.521 4.3c-.4-.337-.64-.828-.64-1.371c0-.99.796-1.785 1.785-1.785s1.784.796 1.784 1.785c.007.97-.795 1.771-1.784 1.771"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsDgraph(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="M18.22 4.319c.226-.414.349-.892.349-1.403A2.917 2.917 0 0 0 15.653 0c-1.37 0-2.522.944-2.838 2.218c-.272-.013-.544-.033-.815-.033c-5.58 0-10.1 4.513-10.1 10.1c0 2.74 1.1 5.23 2.871 7.047a2.9 2.9 0 0 0-.588 1.752A2.917 2.917 0 0 0 7.1 24c1.241 0 2.295-.782 2.728-1.869a10.092 10.092 0 0 0 12.272-9.86a9.98 9.98 0 0 0-3.88-7.952m-2.554.381c-.162 0-.304-.013-.446-.064l-1.21 3.523l1.772-.284l-2.489 4.067l2.075-.511l-7.002 8.34c.35.317.556.783.556 1.307a1.78 1.78 0 0 1-1.784 1.784c-.99 0-1.785-.795-1.785-1.784s.796-1.785 1.785-1.785q.34.001.653.13l1.978-4.326l-1.933.524l3.142-4.5l-1.933.465L14.521 4.3c-.4-.337-.64-.828-.64-1.371c0-.99.796-1.785 1.785-1.785s1.784.796 1.784 1.785c.007.97-.795 1.771-1.784 1.771"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.22 4.319c.226-.414.349-.892.349-1.403A2.917 2.917 0 0 0 15.653 0c-1.37 0-2.522.944-2.838 2.218c-.272-.013-.544-.033-.815-.033c-5.58 0-10.1 4.513-10.1 10.1c0 2.74 1.1 5.23 2.871 7.047a2.9 2.9 0 0 0-.588 1.752A2.917 2.917 0 0 0 7.1 24c1.241 0 2.295-.782 2.728-1.869a10.092 10.092 0 0 0 12.272-9.86a9.98 9.98 0 0 0-3.88-7.952m-2.554.381c-.162 0-.304-.013-.446-.064l-1.21 3.523l1.772-.284l-2.489 4.067l2.075-.511l-7.002 8.34c.35.317.556.783.556 1.307a1.78 1.78 0 0 1-1.784 1.784c-.99 0-1.785-.795-1.785-1.784s.796-1.785 1.785-1.785q.34.001.653.13l1.978-4.326l-1.933.524l3.142-4.5l-1.933.465L14.521 4.3c-.4-.337-.64-.828-.64-1.371c0-.99.796-1.785 1.785-1.785s1.784.796 1.784 1.785c.007.97-.795 1.771-1.784 1.771"/></svg> </template>
CSS
.icon-dgraph {
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%22M18.22%204.319c.226-.414.349-.892.349-1.403A2.917%202.917%200%200%200%2015.653%200c-1.37%200-2.522.944-2.838%202.218c-.272-.013-.544-.033-.815-.033c-5.58%200-10.1%204.513-10.1%2010.1c0%202.74%201.1%205.23%202.871%207.047a2.9%202.9%200%200%200-.588%201.752A2.917%202.917%200%200%200%207.1%2024c1.241%200%202.295-.782%202.728-1.869a10.092%2010.092%200%200%200%2012.272-9.86a9.98%209.98%200%200%200-3.88-7.952m-2.554.381c-.162%200-.304-.013-.446-.064l-1.21%203.523l1.772-.284l-2.489%204.067l2.075-.511l-7.002%208.34c.35.317.556.783.556%201.307a1.78%201.78%200%200%201-1.784%201.784c-.99%200-1.785-.795-1.785-1.784s.796-1.785%201.785-1.785q.34.001.653.13l1.978-4.326l-1.933.524l3.142-4.5l-1.933.465L14.521%204.3c-.4-.337-.64-.828-.64-1.371c0-.99.796-1.785%201.785-1.785s1.784.796%201.784%201.785c.007.97-.795%201.771-1.784%201.771%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%22M18.22%204.319c.226-.414.349-.892.349-1.403A2.917%202.917%200%200%200%2015.653%200c-1.37%200-2.522.944-2.838%202.218c-.272-.013-.544-.033-.815-.033c-5.58%200-10.1%204.513-10.1%2010.1c0%202.74%201.1%205.23%202.871%207.047a2.9%202.9%200%200%200-.588%201.752A2.917%202.917%200%200%200%207.1%2024c1.241%200%202.295-.782%202.728-1.869a10.092%2010.092%200%200%200%2012.272-9.86a9.98%209.98%200%200%200-3.88-7.952m-2.554.381c-.162%200-.304-.013-.446-.064l-1.21%203.523l1.772-.284l-2.489%204.067l2.075-.511l-7.002%208.34c.35.317.556.783.556%201.307a1.78%201.78%200%200%201-1.784%201.784c-.99%200-1.785-.795-1.785-1.784s.796-1.785%201.785-1.785q.34.001.653.13l1.978-4.326l-1.933.524l3.142-4.5l-1.933.465L14.521%204.3c-.4-.337-.64-.828-.64-1.371c0-.99.796-1.785%201.785-1.785s1.784.796%201.784%201.785c.007.97-.795%201.771-1.784%201.771%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/dgraph.svg?color=%231a73e8&size=48