faunadb logo
faunadb-wordmark from Devicon by konpa · Wordmark · MIT Free for personal and commercial use.
- Name
- faunadb-wordmark
- Set
- Devicon
- Style
- Wordmark
- Viewbox
- 128×128
- License
- MIT
1 other variant in Devicon
Use the faunadb logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#3a1ab6" d="M0 47.059s1.066 7.078 1.438 9.683c.261 1.836.707 2.66 2.12 3.496l.57.309l2.438 1.316l-1.449-.77l6.688 3.727l-.043.102l-7.2-3.406c.383 1.336 1.122 3.906 1.438 5.043c.336 1.222.719 1.668 1.883 2.101l2.148.805l1.324-.535l-1.687 1.144L1.23 81.016c5.606-5.32 10.356-7.211 13.832-8.758c4.43-1.957 7.098-3.219 8.84-7.735c1.243-3.171 2.211-7.234 3.442-8.804l2.625-3.426s-5.434 1.469-6.688 1.89c-2.058.7-3.05 1.958-3.722 3.919c-.176.523-.61 1.101-1.102 1.492l1.688 1.847l-5.36-3.832Zm47.848 5.363c-4.02 0-7.438 3.008-7.438 7.07v1.235h-2.332v3.039h2.332v15.457h3.942V63.777h4.824v-3.039h-4.824v-1.234c0-1.816 1.406-3.375 3.496-3.375c.359 0 .718.043 1.047.168l.921-3.629c-.359-.121-1.164-.246-1.968-.246m52.05 8.094a6.87 6.87 0 0 0-5.511 2.714v-2.503h-3.899V79.19h3.899V68.473c0-1.817 1.656-4.688 4.867-4.688c2.418 0 4.305 1.938 4.305 4.445v10.973h3.894V68.484c0-4.308-2.851-7.968-7.555-7.968m-41.16.011c-4.988 0-8.765 4.106-8.765 9.45c0 5.296 3.777 9.449 8.754 9.457c2.535 0 4.78-1.403 6.152-3.493v3.282h3.941V60.738h-3.933v3.282c-1.328-2.094-3.578-3.493-6.149-3.493m59.246 0c-4.988 0-8.765 4.106-8.765 9.45c0 5.296 3.777 9.449 8.765 9.457c2.536 0 4.782-1.403 6.153-3.493v3.282h3.941V60.738h-3.941v3.282c-1.328-2.094-3.582-3.493-6.153-3.493m-46.629.207v10.72c0 4.308 2.81 7.972 7.547 7.991c2.297 0 4.27-1.113 5.512-2.715v2.504h3.898V60.746h-3.898v10.719c0 1.937-1.723 4.683-4.902 4.683c-2.492 0-4.258-2.054-4.258-4.437V60.734ZM59.38 63.61c3.137 0 5.508 2.84 5.508 6.368c0 4.183-2.938 6.363-5.508 6.363c-3.016 0-5.469-2.79-5.469-6.363c0-3.497 2.453-6.368 5.469-6.368m59.246 0c3.137 0 5.512 2.84 5.512 6.368c0 4.183-2.942 6.363-5.512 6.363c-3.016 0-5.465-2.79-5.465-6.363c0-3.497 2.45-6.368 5.465-6.368m0 0"/></svg>
React
import type { SVGProps } from "react";
export function DeviconFaunadbWordmark(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#3a1ab6" d="M0 47.059s1.066 7.078 1.438 9.683c.261 1.836.707 2.66 2.12 3.496l.57.309l2.438 1.316l-1.449-.77l6.688 3.727l-.043.102l-7.2-3.406c.383 1.336 1.122 3.906 1.438 5.043c.336 1.222.719 1.668 1.883 2.101l2.148.805l1.324-.535l-1.687 1.144L1.23 81.016c5.606-5.32 10.356-7.211 13.832-8.758c4.43-1.957 7.098-3.219 8.84-7.735c1.243-3.171 2.211-7.234 3.442-8.804l2.625-3.426s-5.434 1.469-6.688 1.89c-2.058.7-3.05 1.958-3.722 3.919c-.176.523-.61 1.101-1.102 1.492l1.688 1.847l-5.36-3.832Zm47.848 5.363c-4.02 0-7.438 3.008-7.438 7.07v1.235h-2.332v3.039h2.332v15.457h3.942V63.777h4.824v-3.039h-4.824v-1.234c0-1.816 1.406-3.375 3.496-3.375c.359 0 .718.043 1.047.168l.921-3.629c-.359-.121-1.164-.246-1.968-.246m52.05 8.094a6.87 6.87 0 0 0-5.511 2.714v-2.503h-3.899V79.19h3.899V68.473c0-1.817 1.656-4.688 4.867-4.688c2.418 0 4.305 1.938 4.305 4.445v10.973h3.894V68.484c0-4.308-2.851-7.968-7.555-7.968m-41.16.011c-4.988 0-8.765 4.106-8.765 9.45c0 5.296 3.777 9.449 8.754 9.457c2.535 0 4.78-1.403 6.152-3.493v3.282h3.941V60.738h-3.933v3.282c-1.328-2.094-3.578-3.493-6.149-3.493m59.246 0c-4.988 0-8.765 4.106-8.765 9.45c0 5.296 3.777 9.449 8.765 9.457c2.536 0 4.782-1.403 6.153-3.493v3.282h3.941V60.738h-3.941v3.282c-1.328-2.094-3.582-3.493-6.153-3.493m-46.629.207v10.72c0 4.308 2.81 7.972 7.547 7.991c2.297 0 4.27-1.113 5.512-2.715v2.504h3.898V60.746h-3.898v10.719c0 1.937-1.723 4.683-4.902 4.683c-2.492 0-4.258-2.054-4.258-4.437V60.734ZM59.38 63.61c3.137 0 5.508 2.84 5.508 6.368c0 4.183-2.938 6.363-5.508 6.363c-3.016 0-5.469-2.79-5.469-6.363c0-3.497 2.453-6.368 5.469-6.368m59.246 0c3.137 0 5.512 2.84 5.512 6.368c0 4.183-2.942 6.363-5.512 6.363c-3.016 0-5.465-2.79-5.465-6.363c0-3.497 2.45-6.368 5.465-6.368m0 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#3a1ab6" d="M0 47.059s1.066 7.078 1.438 9.683c.261 1.836.707 2.66 2.12 3.496l.57.309l2.438 1.316l-1.449-.77l6.688 3.727l-.043.102l-7.2-3.406c.383 1.336 1.122 3.906 1.438 5.043c.336 1.222.719 1.668 1.883 2.101l2.148.805l1.324-.535l-1.687 1.144L1.23 81.016c5.606-5.32 10.356-7.211 13.832-8.758c4.43-1.957 7.098-3.219 8.84-7.735c1.243-3.171 2.211-7.234 3.442-8.804l2.625-3.426s-5.434 1.469-6.688 1.89c-2.058.7-3.05 1.958-3.722 3.919c-.176.523-.61 1.101-1.102 1.492l1.688 1.847l-5.36-3.832Zm47.848 5.363c-4.02 0-7.438 3.008-7.438 7.07v1.235h-2.332v3.039h2.332v15.457h3.942V63.777h4.824v-3.039h-4.824v-1.234c0-1.816 1.406-3.375 3.496-3.375c.359 0 .718.043 1.047.168l.921-3.629c-.359-.121-1.164-.246-1.968-.246m52.05 8.094a6.87 6.87 0 0 0-5.511 2.714v-2.503h-3.899V79.19h3.899V68.473c0-1.817 1.656-4.688 4.867-4.688c2.418 0 4.305 1.938 4.305 4.445v10.973h3.894V68.484c0-4.308-2.851-7.968-7.555-7.968m-41.16.011c-4.988 0-8.765 4.106-8.765 9.45c0 5.296 3.777 9.449 8.754 9.457c2.535 0 4.78-1.403 6.152-3.493v3.282h3.941V60.738h-3.933v3.282c-1.328-2.094-3.578-3.493-6.149-3.493m59.246 0c-4.988 0-8.765 4.106-8.765 9.45c0 5.296 3.777 9.449 8.765 9.457c2.536 0 4.782-1.403 6.153-3.493v3.282h3.941V60.738h-3.941v3.282c-1.328-2.094-3.582-3.493-6.153-3.493m-46.629.207v10.72c0 4.308 2.81 7.972 7.547 7.991c2.297 0 4.27-1.113 5.512-2.715v2.504h3.898V60.746h-3.898v10.719c0 1.937-1.723 4.683-4.902 4.683c-2.492 0-4.258-2.054-4.258-4.437V60.734ZM59.38 63.61c3.137 0 5.508 2.84 5.508 6.368c0 4.183-2.938 6.363-5.508 6.363c-3.016 0-5.469-2.79-5.469-6.363c0-3.497 2.453-6.368 5.469-6.368m59.246 0c3.137 0 5.512 2.84 5.512 6.368c0 4.183-2.942 6.363-5.512 6.363c-3.016 0-5.465-2.79-5.465-6.363c0-3.497 2.45-6.368 5.465-6.368m0 0"/></svg> </template>
CSS
.icon-faunadb-wordmark {
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%3Cpath%20fill%3D%22%233a1ab6%22%20d%3D%22M0%2047.059s1.066%207.078%201.438%209.683c.261%201.836.707%202.66%202.12%203.496l.57.309l2.438%201.316l-1.449-.77l6.688%203.727l-.043.102l-7.2-3.406c.383%201.336%201.122%203.906%201.438%205.043c.336%201.222.719%201.668%201.883%202.101l2.148.805l1.324-.535l-1.687%201.144L1.23%2081.016c5.606-5.32%2010.356-7.211%2013.832-8.758c4.43-1.957%207.098-3.219%208.84-7.735c1.243-3.171%202.211-7.234%203.442-8.804l2.625-3.426s-5.434%201.469-6.688%201.89c-2.058.7-3.05%201.958-3.722%203.919c-.176.523-.61%201.101-1.102%201.492l1.688%201.847l-5.36-3.832Zm47.848%205.363c-4.02%200-7.438%203.008-7.438%207.07v1.235h-2.332v3.039h2.332v15.457h3.942V63.777h4.824v-3.039h-4.824v-1.234c0-1.816%201.406-3.375%203.496-3.375c.359%200%20.718.043%201.047.168l.921-3.629c-.359-.121-1.164-.246-1.968-.246m52.05%208.094a6.87%206.87%200%200%200-5.511%202.714v-2.503h-3.899V79.19h3.899V68.473c0-1.817%201.656-4.688%204.867-4.688c2.418%200%204.305%201.938%204.305%204.445v10.973h3.894V68.484c0-4.308-2.851-7.968-7.555-7.968m-41.16.011c-4.988%200-8.765%204.106-8.765%209.45c0%205.296%203.777%209.449%208.754%209.457c2.535%200%204.78-1.403%206.152-3.493v3.282h3.941V60.738h-3.933v3.282c-1.328-2.094-3.578-3.493-6.149-3.493m59.246%200c-4.988%200-8.765%204.106-8.765%209.45c0%205.296%203.777%209.449%208.765%209.457c2.536%200%204.782-1.403%206.153-3.493v3.282h3.941V60.738h-3.941v3.282c-1.328-2.094-3.582-3.493-6.153-3.493m-46.629.207v10.72c0%204.308%202.81%207.972%207.547%207.991c2.297%200%204.27-1.113%205.512-2.715v2.504h3.898V60.746h-3.898v10.719c0%201.937-1.723%204.683-4.902%204.683c-2.492%200-4.258-2.054-4.258-4.437V60.734ZM59.38%2063.61c3.137%200%205.508%202.84%205.508%206.368c0%204.183-2.938%206.363-5.508%206.363c-3.016%200-5.469-2.79-5.469-6.363c0-3.497%202.453-6.368%205.469-6.368m59.246%200c3.137%200%205.512%202.84%205.512%206.368c0%204.183-2.942%206.363-5.512%206.363c-3.016%200-5.465-2.79-5.465-6.363c0-3.497%202.45-6.368%205.465-6.368m0%200%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%20128%20128%22%3E%3Cpath%20fill%3D%22%233a1ab6%22%20d%3D%22M0%2047.059s1.066%207.078%201.438%209.683c.261%201.836.707%202.66%202.12%203.496l.57.309l2.438%201.316l-1.449-.77l6.688%203.727l-.043.102l-7.2-3.406c.383%201.336%201.122%203.906%201.438%205.043c.336%201.222.719%201.668%201.883%202.101l2.148.805l1.324-.535l-1.687%201.144L1.23%2081.016c5.606-5.32%2010.356-7.211%2013.832-8.758c4.43-1.957%207.098-3.219%208.84-7.735c1.243-3.171%202.211-7.234%203.442-8.804l2.625-3.426s-5.434%201.469-6.688%201.89c-2.058.7-3.05%201.958-3.722%203.919c-.176.523-.61%201.101-1.102%201.492l1.688%201.847l-5.36-3.832Zm47.848%205.363c-4.02%200-7.438%203.008-7.438%207.07v1.235h-2.332v3.039h2.332v15.457h3.942V63.777h4.824v-3.039h-4.824v-1.234c0-1.816%201.406-3.375%203.496-3.375c.359%200%20.718.043%201.047.168l.921-3.629c-.359-.121-1.164-.246-1.968-.246m52.05%208.094a6.87%206.87%200%200%200-5.511%202.714v-2.503h-3.899V79.19h3.899V68.473c0-1.817%201.656-4.688%204.867-4.688c2.418%200%204.305%201.938%204.305%204.445v10.973h3.894V68.484c0-4.308-2.851-7.968-7.555-7.968m-41.16.011c-4.988%200-8.765%204.106-8.765%209.45c0%205.296%203.777%209.449%208.754%209.457c2.535%200%204.78-1.403%206.152-3.493v3.282h3.941V60.738h-3.933v3.282c-1.328-2.094-3.578-3.493-6.149-3.493m59.246%200c-4.988%200-8.765%204.106-8.765%209.45c0%205.296%203.777%209.449%208.765%209.457c2.536%200%204.782-1.403%206.153-3.493v3.282h3.941V60.738h-3.941v3.282c-1.328-2.094-3.582-3.493-6.153-3.493m-46.629.207v10.72c0%204.308%202.81%207.972%207.547%207.991c2.297%200%204.27-1.113%205.512-2.715v2.504h3.898V60.746h-3.898v10.719c0%201.937-1.723%204.683-4.902%204.683c-2.492%200-4.258-2.054-4.258-4.437V60.734ZM59.38%2063.61c3.137%200%205.508%202.84%205.508%206.368c0%204.183-2.938%206.363-5.508%206.363c-3.016%200-5.469-2.79-5.469-6.363c0-3.497%202.453-6.368%205.469-6.368m59.246%200c3.137%200%205.512%202.84%205.512%206.368c0%204.183-2.942%206.363-5.512%206.363c-3.016%200-5.465-2.79-5.465-6.363c0-3.497%202.45-6.368%205.465-6.368m0%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/devicon/faunadb-wordmark.svg?color=%231a73e8&size=48