mariadb logo
mariadb from Devicon by konpa · Original · MIT Free for personal and commercial use.
- Name
- mariadb
- Set
- Devicon
- Style
- Original
- Viewbox
- 128×128
- License
- MIT
1 other variant in Devicon
The same logo in other sets
Use the mariadb logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#003545" d="M127.403 22.767a1.82 1.82 0 0 0-1.24-.414c-1.236 0-2.833.838-3.693 1.287l-.34.175a11.7 11.7 0 0 1-4.612 1.16a65 65 0 0 0-4.896.34c-10.91 1.121-15.777 9.484-20.464 17.57c-2.552 4.399-5.188 8.969-8.802 12.46q-1.121 1.088-2.378 2.02c-3.74 2.78-8.435 4.765-12.088 6.17c-3.518 1.345-7.359 2.553-11.066 3.722c-3.4 1.07-6.609 2.082-9.56 3.178q-1.718.632-3.459 1.205c-2.688.872-4.626 1.54-7.458 3.49a48 48 0 0 0-2.963 2.183a31.3 31.3 0 0 0-5.913 6.227a36.8 36.8 0 0 1-4.966 5.961c-.598.584-1.659.872-3.248.872c-1.86 0-4.115-.384-6.501-.79c-2.462-.435-5.006-.85-7.188-.85c-1.771 0-3.13.29-4.141.873c0 0-1.708.995-2.427 2.282l.707.32a14.5 14.5 0 0 1 3.02 2.181a15.2 15.2 0 0 0 3.141 2.234c.365.134.695.344.97.616c-.296.436-.734.999-1.193 1.6c-2.517 3.296-3.987 5.377-3.145 6.511c.404.21.855.312 1.31.297c5.49 0 8.44-1.426 12.17-3.233c1.082-.522 2.182-1.06 3.491-1.615c2.182-.946 4.531-2.456 7.022-4.054c3.26-2.124 6.668-4.306 9.976-5.358a27.2 27.2 0 0 1 8.391-1.179c3.492 0 7.167.466 10.71.92c2.641.342 5.377.69 8.06.852a50 50 0 0 0 2.946.092a34 34 0 0 0 3.757-.196l.3-.105c1.883-1.158 2.765-3.64 3.618-6.04c.551-1.546 1.014-2.933 1.747-3.814q.065-.064.14-.117a.175.175 0 0 1 .213.034v.07c-.435 9.387-4.215 15.348-8.038 20.646l-2.552 2.736s3.573 0 5.607-.786c7.42-2.217 13.018-7.104 17.093-14.899a64 64 0 0 0 2.693-6.15c.07-.172.712-.496.65.407c-.021.267-.04.563-.061.874c0 .182 0 .37-.035.558c-.104 1.31-.414 4.076-.414 4.076l2.29-1.227c5.525-3.49 9.784-10.533 13.015-21.491c1.344-4.566 2.33-9.1 3.197-13.093c1.039-4.801 1.935-8.915 2.96-10.512c1.61-2.506 4.067-4.2 6.445-5.844c.323-.222.65-.437.97-.673c2.988-2.098 5.96-4.52 6.616-9.037v-.1c.474-3.37.073-4.228-.384-4.621z"/></svg>
React
import type { SVGProps } from "react";
export function DeviconMariadb(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#003545" d="M127.403 22.767a1.82 1.82 0 0 0-1.24-.414c-1.236 0-2.833.838-3.693 1.287l-.34.175a11.7 11.7 0 0 1-4.612 1.16a65 65 0 0 0-4.896.34c-10.91 1.121-15.777 9.484-20.464 17.57c-2.552 4.399-5.188 8.969-8.802 12.46q-1.121 1.088-2.378 2.02c-3.74 2.78-8.435 4.765-12.088 6.17c-3.518 1.345-7.359 2.553-11.066 3.722c-3.4 1.07-6.609 2.082-9.56 3.178q-1.718.632-3.459 1.205c-2.688.872-4.626 1.54-7.458 3.49a48 48 0 0 0-2.963 2.183a31.3 31.3 0 0 0-5.913 6.227a36.8 36.8 0 0 1-4.966 5.961c-.598.584-1.659.872-3.248.872c-1.86 0-4.115-.384-6.501-.79c-2.462-.435-5.006-.85-7.188-.85c-1.771 0-3.13.29-4.141.873c0 0-1.708.995-2.427 2.282l.707.32a14.5 14.5 0 0 1 3.02 2.181a15.2 15.2 0 0 0 3.141 2.234c.365.134.695.344.97.616c-.296.436-.734.999-1.193 1.6c-2.517 3.296-3.987 5.377-3.145 6.511c.404.21.855.312 1.31.297c5.49 0 8.44-1.426 12.17-3.233c1.082-.522 2.182-1.06 3.491-1.615c2.182-.946 4.531-2.456 7.022-4.054c3.26-2.124 6.668-4.306 9.976-5.358a27.2 27.2 0 0 1 8.391-1.179c3.492 0 7.167.466 10.71.92c2.641.342 5.377.69 8.06.852a50 50 0 0 0 2.946.092a34 34 0 0 0 3.757-.196l.3-.105c1.883-1.158 2.765-3.64 3.618-6.04c.551-1.546 1.014-2.933 1.747-3.814q.065-.064.14-.117a.175.175 0 0 1 .213.034v.07c-.435 9.387-4.215 15.348-8.038 20.646l-2.552 2.736s3.573 0 5.607-.786c7.42-2.217 13.018-7.104 17.093-14.899a64 64 0 0 0 2.693-6.15c.07-.172.712-.496.65.407c-.021.267-.04.563-.061.874c0 .182 0 .37-.035.558c-.104 1.31-.414 4.076-.414 4.076l2.29-1.227c5.525-3.49 9.784-10.533 13.015-21.491c1.344-4.566 2.33-9.1 3.197-13.093c1.039-4.801 1.935-8.915 2.96-10.512c1.61-2.506 4.067-4.2 6.445-5.844c.323-.222.65-.437.97-.673c2.988-2.098 5.96-4.52 6.616-9.037v-.1c.474-3.37.073-4.228-.384-4.621z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#003545" d="M127.403 22.767a1.82 1.82 0 0 0-1.24-.414c-1.236 0-2.833.838-3.693 1.287l-.34.175a11.7 11.7 0 0 1-4.612 1.16a65 65 0 0 0-4.896.34c-10.91 1.121-15.777 9.484-20.464 17.57c-2.552 4.399-5.188 8.969-8.802 12.46q-1.121 1.088-2.378 2.02c-3.74 2.78-8.435 4.765-12.088 6.17c-3.518 1.345-7.359 2.553-11.066 3.722c-3.4 1.07-6.609 2.082-9.56 3.178q-1.718.632-3.459 1.205c-2.688.872-4.626 1.54-7.458 3.49a48 48 0 0 0-2.963 2.183a31.3 31.3 0 0 0-5.913 6.227a36.8 36.8 0 0 1-4.966 5.961c-.598.584-1.659.872-3.248.872c-1.86 0-4.115-.384-6.501-.79c-2.462-.435-5.006-.85-7.188-.85c-1.771 0-3.13.29-4.141.873c0 0-1.708.995-2.427 2.282l.707.32a14.5 14.5 0 0 1 3.02 2.181a15.2 15.2 0 0 0 3.141 2.234c.365.134.695.344.97.616c-.296.436-.734.999-1.193 1.6c-2.517 3.296-3.987 5.377-3.145 6.511c.404.21.855.312 1.31.297c5.49 0 8.44-1.426 12.17-3.233c1.082-.522 2.182-1.06 3.491-1.615c2.182-.946 4.531-2.456 7.022-4.054c3.26-2.124 6.668-4.306 9.976-5.358a27.2 27.2 0 0 1 8.391-1.179c3.492 0 7.167.466 10.71.92c2.641.342 5.377.69 8.06.852a50 50 0 0 0 2.946.092a34 34 0 0 0 3.757-.196l.3-.105c1.883-1.158 2.765-3.64 3.618-6.04c.551-1.546 1.014-2.933 1.747-3.814q.065-.064.14-.117a.175.175 0 0 1 .213.034v.07c-.435 9.387-4.215 15.348-8.038 20.646l-2.552 2.736s3.573 0 5.607-.786c7.42-2.217 13.018-7.104 17.093-14.899a64 64 0 0 0 2.693-6.15c.07-.172.712-.496.65.407c-.021.267-.04.563-.061.874c0 .182 0 .37-.035.558c-.104 1.31-.414 4.076-.414 4.076l2.29-1.227c5.525-3.49 9.784-10.533 13.015-21.491c1.344-4.566 2.33-9.1 3.197-13.093c1.039-4.801 1.935-8.915 2.96-10.512c1.61-2.506 4.067-4.2 6.445-5.844c.323-.222.65-.437.97-.673c2.988-2.098 5.96-4.52 6.616-9.037v-.1c.474-3.37.073-4.228-.384-4.621z"/></svg> </template>
CSS
.icon-mariadb {
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%23003545%22%20d%3D%22M127.403%2022.767a1.82%201.82%200%200%200-1.24-.414c-1.236%200-2.833.838-3.693%201.287l-.34.175a11.7%2011.7%200%200%201-4.612%201.16a65%2065%200%200%200-4.896.34c-10.91%201.121-15.777%209.484-20.464%2017.57c-2.552%204.399-5.188%208.969-8.802%2012.46q-1.121%201.088-2.378%202.02c-3.74%202.78-8.435%204.765-12.088%206.17c-3.518%201.345-7.359%202.553-11.066%203.722c-3.4%201.07-6.609%202.082-9.56%203.178q-1.718.632-3.459%201.205c-2.688.872-4.626%201.54-7.458%203.49a48%2048%200%200%200-2.963%202.183a31.3%2031.3%200%200%200-5.913%206.227a36.8%2036.8%200%200%201-4.966%205.961c-.598.584-1.659.872-3.248.872c-1.86%200-4.115-.384-6.501-.79c-2.462-.435-5.006-.85-7.188-.85c-1.771%200-3.13.29-4.141.873c0%200-1.708.995-2.427%202.282l.707.32a14.5%2014.5%200%200%201%203.02%202.181a15.2%2015.2%200%200%200%203.141%202.234c.365.134.695.344.97.616c-.296.436-.734.999-1.193%201.6c-2.517%203.296-3.987%205.377-3.145%206.511c.404.21.855.312%201.31.297c5.49%200%208.44-1.426%2012.17-3.233c1.082-.522%202.182-1.06%203.491-1.615c2.182-.946%204.531-2.456%207.022-4.054c3.26-2.124%206.668-4.306%209.976-5.358a27.2%2027.2%200%200%201%208.391-1.179c3.492%200%207.167.466%2010.71.92c2.641.342%205.377.69%208.06.852a50%2050%200%200%200%202.946.092a34%2034%200%200%200%203.757-.196l.3-.105c1.883-1.158%202.765-3.64%203.618-6.04c.551-1.546%201.014-2.933%201.747-3.814q.065-.064.14-.117a.175.175%200%200%201%20.213.034v.07c-.435%209.387-4.215%2015.348-8.038%2020.646l-2.552%202.736s3.573%200%205.607-.786c7.42-2.217%2013.018-7.104%2017.093-14.899a64%2064%200%200%200%202.693-6.15c.07-.172.712-.496.65.407c-.021.267-.04.563-.061.874c0%20.182%200%20.37-.035.558c-.104%201.31-.414%204.076-.414%204.076l2.29-1.227c5.525-3.49%209.784-10.533%2013.015-21.491c1.344-4.566%202.33-9.1%203.197-13.093c1.039-4.801%201.935-8.915%202.96-10.512c1.61-2.506%204.067-4.2%206.445-5.844c.323-.222.65-.437.97-.673c2.988-2.098%205.96-4.52%206.616-9.037v-.1c.474-3.37.073-4.228-.384-4.621z%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%23003545%22%20d%3D%22M127.403%2022.767a1.82%201.82%200%200%200-1.24-.414c-1.236%200-2.833.838-3.693%201.287l-.34.175a11.7%2011.7%200%200%201-4.612%201.16a65%2065%200%200%200-4.896.34c-10.91%201.121-15.777%209.484-20.464%2017.57c-2.552%204.399-5.188%208.969-8.802%2012.46q-1.121%201.088-2.378%202.02c-3.74%202.78-8.435%204.765-12.088%206.17c-3.518%201.345-7.359%202.553-11.066%203.722c-3.4%201.07-6.609%202.082-9.56%203.178q-1.718.632-3.459%201.205c-2.688.872-4.626%201.54-7.458%203.49a48%2048%200%200%200-2.963%202.183a31.3%2031.3%200%200%200-5.913%206.227a36.8%2036.8%200%200%201-4.966%205.961c-.598.584-1.659.872-3.248.872c-1.86%200-4.115-.384-6.501-.79c-2.462-.435-5.006-.85-7.188-.85c-1.771%200-3.13.29-4.141.873c0%200-1.708.995-2.427%202.282l.707.32a14.5%2014.5%200%200%201%203.02%202.181a15.2%2015.2%200%200%200%203.141%202.234c.365.134.695.344.97.616c-.296.436-.734.999-1.193%201.6c-2.517%203.296-3.987%205.377-3.145%206.511c.404.21.855.312%201.31.297c5.49%200%208.44-1.426%2012.17-3.233c1.082-.522%202.182-1.06%203.491-1.615c2.182-.946%204.531-2.456%207.022-4.054c3.26-2.124%206.668-4.306%209.976-5.358a27.2%2027.2%200%200%201%208.391-1.179c3.492%200%207.167.466%2010.71.92c2.641.342%205.377.69%208.06.852a50%2050%200%200%200%202.946.092a34%2034%200%200%200%203.757-.196l.3-.105c1.883-1.158%202.765-3.64%203.618-6.04c.551-1.546%201.014-2.933%201.747-3.814q.065-.064.14-.117a.175.175%200%200%201%20.213.034v.07c-.435%209.387-4.215%2015.348-8.038%2020.646l-2.552%202.736s3.573%200%205.607-.786c7.42-2.217%2013.018-7.104%2017.093-14.899a64%2064%200%200%200%202.693-6.15c.07-.172.712-.496.65.407c-.021.267-.04.563-.061.874c0%20.182%200%20.37-.035.558c-.104%201.31-.414%204.076-.414%204.076l2.29-1.227c5.525-3.49%209.784-10.533%2013.015-21.491c1.344-4.566%202.33-9.1%203.197-13.093c1.039-4.801%201.935-8.915%202.96-10.512c1.61-2.506%204.067-4.2%206.445-5.844c.323-.222.65-.437.97-.673c2.988-2.098%205.96-4.52%206.616-9.037v-.1c.474-3.37.073-4.228-.384-4.621z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/devicon/mariadb.svg?color=%231a73e8&size=48