file type mariadb logo
file-type-mariadb from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- file-type-mariadb
- Set
- VSCode Icons
- Style
- Color
- Viewbox
- 32×32
- License
- MIT
Related icons in VSCode Icons
file-type-accessfile-type-access2file-type-actionscriptfile-type-actionscript2file-type-adafile-type-advplfile-type-affinityfile-type-affinitydesignerfile-type-affinityphotofile-type-affinitypublisherfile-type-agdafile-type-agentsfile-type-aifile-type-ai2file-type-aikidofile-type-alfile-type-al-dalfile-type-alchemyfile-type-allcontributorsfile-type-alloyfile-type-allurefile-type-angularfile-type-ansiblefile-type-antlers-html
Use the file type mariadb logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#002b64" d="M29.386 6.7c-.433.014-.3.139-1.231.369a19 19 0 0 0-3.114.588c-3.035 1.273-3.644 5.624-6.4 7.182c-2.063 1.165-4.143 1.258-6.014 1.844a11 11 0 0 0-3.688 2.136c-.865.745-.887 1.4-1.791 2.336c-.966 1-3.841.017-5.143 1.547c.42.424.6.543 1.431.433c-.171.325-1.18.6-.983 1.075c.208.5 2.648.843 4.866-.5c1.033-.624 1.856-1.523 3.465-1.737a26.7 26.7 0 0 1 6.89.526a10.7 10.7 0 0 1-1.65 2.623c-.178.192.357.213.968.1a9.6 9.6 0 0 0 2.72-.973c1.019-.593 1.173-2.114 2.423-2.443a2.8 2.8 0 0 0 3.766.467c-1.031-.292-1.316-2.487-.968-3.455c.33-.916.656-2.381.988-3.591c.357-1.3.488-2.939.92-3.6a8.5 8.5 0 0 1 1.99-1.9A2.79 2.79 0 0 0 30 7.336c-.006-.414-.22-.645-.614-.632Z"/><path fill="#c49a6c" d="M2.9 24.122a6.2 6.2 0 0 0 3.809-.55a34 34 0 0 1 3.4-1.842c1.872-.6 3.924 0 5.925.121a8.6 8.6 0 0 0 1.449-.022c.745-.458.73-2.172 1.455-2.329a8.26 8.26 0 0 1-2.038 5.24a5.84 5.84 0 0 0 4.351-3.319a12 12 0 0 0 .7-1.63c.311.239.135.965.291 1.358c1.5-.834 2.353-2.736 2.921-4.66c.656-2.227.925-4.481 1.349-5.14a5.6 5.6 0 0 1 1.63-1.449a2.63 2.63 0 0 0 1.365-1.85c-.7-.065-.866-.228-.97-.582a2.1 2.1 0 0 1-1.042.252c-.317.01-.666 0-1.092.039c-3.523.362-3.971 4.245-6.229 6.447a5 5 0 0 1-.53.45a11 11 0 0 1-2.653 1.352c-1.444.552-2.817.591-4.172 1.067A12.5 12.5 0 0 0 10 18.49c-.2.14-.4.283-.574.428a5.6 5.6 0 0 0-1.1 1.275a8.5 8.5 0 0 1-1.079 1.389c-.749.735-3.546.214-4.531.9a.8.8 0 0 0-.256.276c.537.244.9.094 1.514.163c.081.587-1.275.935-1.075 1.205Z"/><path fill="#002b64" d="M25.231 9.216a.832.832 0 0 0 1.358-.776c-.775-.065-1.224.198-1.358.776m3.477-1.007a2.6 2.6 0 0 0-.387 1.345c0 .122-.092.2-.094.017a2.65 2.65 0 0 1 .385-1.385c.088-.16.145-.094.096.023m-.134-.109a3.2 3.2 0 0 0-.6 1.455c-.012.121-.11.2-.095.009a3.26 3.26 0 0 1 .6-1.495c.106-.148.155-.077.095.031m-.121-.135a3.8 3.8 0 0 0-.88 1.531c-.022.119-.126.186-.1 0a3.9 3.9 0 0 1 .885-1.57c.121-.142.163-.067.095.039m-.109-.155a5.2 5.2 0 0 0-1.121 1.64c-.039.115-.151.167-.095-.012A5.2 5.2 0 0 1 28.26 7.76c.135-.126.167-.045.084.051Z"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFileTypeMariadb(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#002b64" d="M29.386 6.7c-.433.014-.3.139-1.231.369a19 19 0 0 0-3.114.588c-3.035 1.273-3.644 5.624-6.4 7.182c-2.063 1.165-4.143 1.258-6.014 1.844a11 11 0 0 0-3.688 2.136c-.865.745-.887 1.4-1.791 2.336c-.966 1-3.841.017-5.143 1.547c.42.424.6.543 1.431.433c-.171.325-1.18.6-.983 1.075c.208.5 2.648.843 4.866-.5c1.033-.624 1.856-1.523 3.465-1.737a26.7 26.7 0 0 1 6.89.526a10.7 10.7 0 0 1-1.65 2.623c-.178.192.357.213.968.1a9.6 9.6 0 0 0 2.72-.973c1.019-.593 1.173-2.114 2.423-2.443a2.8 2.8 0 0 0 3.766.467c-1.031-.292-1.316-2.487-.968-3.455c.33-.916.656-2.381.988-3.591c.357-1.3.488-2.939.92-3.6a8.5 8.5 0 0 1 1.99-1.9A2.79 2.79 0 0 0 30 7.336c-.006-.414-.22-.645-.614-.632Z"/><path fill="#c49a6c" d="M2.9 24.122a6.2 6.2 0 0 0 3.809-.55a34 34 0 0 1 3.4-1.842c1.872-.6 3.924 0 5.925.121a8.6 8.6 0 0 0 1.449-.022c.745-.458.73-2.172 1.455-2.329a8.26 8.26 0 0 1-2.038 5.24a5.84 5.84 0 0 0 4.351-3.319a12 12 0 0 0 .7-1.63c.311.239.135.965.291 1.358c1.5-.834 2.353-2.736 2.921-4.66c.656-2.227.925-4.481 1.349-5.14a5.6 5.6 0 0 1 1.63-1.449a2.63 2.63 0 0 0 1.365-1.85c-.7-.065-.866-.228-.97-.582a2.1 2.1 0 0 1-1.042.252c-.317.01-.666 0-1.092.039c-3.523.362-3.971 4.245-6.229 6.447a5 5 0 0 1-.53.45a11 11 0 0 1-2.653 1.352c-1.444.552-2.817.591-4.172 1.067A12.5 12.5 0 0 0 10 18.49c-.2.14-.4.283-.574.428a5.6 5.6 0 0 0-1.1 1.275a8.5 8.5 0 0 1-1.079 1.389c-.749.735-3.546.214-4.531.9a.8.8 0 0 0-.256.276c.537.244.9.094 1.514.163c.081.587-1.275.935-1.075 1.205Z"/><path fill="#002b64" d="M25.231 9.216a.832.832 0 0 0 1.358-.776c-.775-.065-1.224.198-1.358.776m3.477-1.007a2.6 2.6 0 0 0-.387 1.345c0 .122-.092.2-.094.017a2.65 2.65 0 0 1 .385-1.385c.088-.16.145-.094.096.023m-.134-.109a3.2 3.2 0 0 0-.6 1.455c-.012.121-.11.2-.095.009a3.26 3.26 0 0 1 .6-1.495c.106-.148.155-.077.095.031m-.121-.135a3.8 3.8 0 0 0-.88 1.531c-.022.119-.126.186-.1 0a3.9 3.9 0 0 1 .885-1.57c.121-.142.163-.067.095.039m-.109-.155a5.2 5.2 0 0 0-1.121 1.64c-.039.115-.151.167-.095-.012A5.2 5.2 0 0 1 28.26 7.76c.135-.126.167-.045.084.051Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#002b64" d="M29.386 6.7c-.433.014-.3.139-1.231.369a19 19 0 0 0-3.114.588c-3.035 1.273-3.644 5.624-6.4 7.182c-2.063 1.165-4.143 1.258-6.014 1.844a11 11 0 0 0-3.688 2.136c-.865.745-.887 1.4-1.791 2.336c-.966 1-3.841.017-5.143 1.547c.42.424.6.543 1.431.433c-.171.325-1.18.6-.983 1.075c.208.5 2.648.843 4.866-.5c1.033-.624 1.856-1.523 3.465-1.737a26.7 26.7 0 0 1 6.89.526a10.7 10.7 0 0 1-1.65 2.623c-.178.192.357.213.968.1a9.6 9.6 0 0 0 2.72-.973c1.019-.593 1.173-2.114 2.423-2.443a2.8 2.8 0 0 0 3.766.467c-1.031-.292-1.316-2.487-.968-3.455c.33-.916.656-2.381.988-3.591c.357-1.3.488-2.939.92-3.6a8.5 8.5 0 0 1 1.99-1.9A2.79 2.79 0 0 0 30 7.336c-.006-.414-.22-.645-.614-.632Z"/><path fill="#c49a6c" d="M2.9 24.122a6.2 6.2 0 0 0 3.809-.55a34 34 0 0 1 3.4-1.842c1.872-.6 3.924 0 5.925.121a8.6 8.6 0 0 0 1.449-.022c.745-.458.73-2.172 1.455-2.329a8.26 8.26 0 0 1-2.038 5.24a5.84 5.84 0 0 0 4.351-3.319a12 12 0 0 0 .7-1.63c.311.239.135.965.291 1.358c1.5-.834 2.353-2.736 2.921-4.66c.656-2.227.925-4.481 1.349-5.14a5.6 5.6 0 0 1 1.63-1.449a2.63 2.63 0 0 0 1.365-1.85c-.7-.065-.866-.228-.97-.582a2.1 2.1 0 0 1-1.042.252c-.317.01-.666 0-1.092.039c-3.523.362-3.971 4.245-6.229 6.447a5 5 0 0 1-.53.45a11 11 0 0 1-2.653 1.352c-1.444.552-2.817.591-4.172 1.067A12.5 12.5 0 0 0 10 18.49c-.2.14-.4.283-.574.428a5.6 5.6 0 0 0-1.1 1.275a8.5 8.5 0 0 1-1.079 1.389c-.749.735-3.546.214-4.531.9a.8.8 0 0 0-.256.276c.537.244.9.094 1.514.163c.081.587-1.275.935-1.075 1.205Z"/><path fill="#002b64" d="M25.231 9.216a.832.832 0 0 0 1.358-.776c-.775-.065-1.224.198-1.358.776m3.477-1.007a2.6 2.6 0 0 0-.387 1.345c0 .122-.092.2-.094.017a2.65 2.65 0 0 1 .385-1.385c.088-.16.145-.094.096.023m-.134-.109a3.2 3.2 0 0 0-.6 1.455c-.012.121-.11.2-.095.009a3.26 3.26 0 0 1 .6-1.495c.106-.148.155-.077.095.031m-.121-.135a3.8 3.8 0 0 0-.88 1.531c-.022.119-.126.186-.1 0a3.9 3.9 0 0 1 .885-1.57c.121-.142.163-.067.095.039m-.109-.155a5.2 5.2 0 0 0-1.121 1.64c-.039.115-.151.167-.095-.012A5.2 5.2 0 0 1 28.26 7.76c.135-.126.167-.045.084.051Z"/></svg> </template>
CSS
.icon-file-type-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%2032%2032%22%3E%3Cpath%20fill%3D%22%23002b64%22%20d%3D%22M29.386%206.7c-.433.014-.3.139-1.231.369a19%2019%200%200%200-3.114.588c-3.035%201.273-3.644%205.624-6.4%207.182c-2.063%201.165-4.143%201.258-6.014%201.844a11%2011%200%200%200-3.688%202.136c-.865.745-.887%201.4-1.791%202.336c-.966%201-3.841.017-5.143%201.547c.42.424.6.543%201.431.433c-.171.325-1.18.6-.983%201.075c.208.5%202.648.843%204.866-.5c1.033-.624%201.856-1.523%203.465-1.737a26.7%2026.7%200%200%201%206.89.526a10.7%2010.7%200%200%201-1.65%202.623c-.178.192.357.213.968.1a9.6%209.6%200%200%200%202.72-.973c1.019-.593%201.173-2.114%202.423-2.443a2.8%202.8%200%200%200%203.766.467c-1.031-.292-1.316-2.487-.968-3.455c.33-.916.656-2.381.988-3.591c.357-1.3.488-2.939.92-3.6a8.5%208.5%200%200%201%201.99-1.9A2.79%202.79%200%200%200%2030%207.336c-.006-.414-.22-.645-.614-.632Z%22%2F%3E%3Cpath%20fill%3D%22%23c49a6c%22%20d%3D%22M2.9%2024.122a6.2%206.2%200%200%200%203.809-.55a34%2034%200%200%201%203.4-1.842c1.872-.6%203.924%200%205.925.121a8.6%208.6%200%200%200%201.449-.022c.745-.458.73-2.172%201.455-2.329a8.26%208.26%200%200%201-2.038%205.24a5.84%205.84%200%200%200%204.351-3.319a12%2012%200%200%200%20.7-1.63c.311.239.135.965.291%201.358c1.5-.834%202.353-2.736%202.921-4.66c.656-2.227.925-4.481%201.349-5.14a5.6%205.6%200%200%201%201.63-1.449a2.63%202.63%200%200%200%201.365-1.85c-.7-.065-.866-.228-.97-.582a2.1%202.1%200%200%201-1.042.252c-.317.01-.666%200-1.092.039c-3.523.362-3.971%204.245-6.229%206.447a5%205%200%200%201-.53.45a11%2011%200%200%201-2.653%201.352c-1.444.552-2.817.591-4.172%201.067A12.5%2012.5%200%200%200%2010%2018.49c-.2.14-.4.283-.574.428a5.6%205.6%200%200%200-1.1%201.275a8.5%208.5%200%200%201-1.079%201.389c-.749.735-3.546.214-4.531.9a.8.8%200%200%200-.256.276c.537.244.9.094%201.514.163c.081.587-1.275.935-1.075%201.205Z%22%2F%3E%3Cpath%20fill%3D%22%23002b64%22%20d%3D%22M25.231%209.216a.832.832%200%200%200%201.358-.776c-.775-.065-1.224.198-1.358.776m3.477-1.007a2.6%202.6%200%200%200-.387%201.345c0%20.122-.092.2-.094.017a2.65%202.65%200%200%201%20.385-1.385c.088-.16.145-.094.096.023m-.134-.109a3.2%203.2%200%200%200-.6%201.455c-.012.121-.11.2-.095.009a3.26%203.26%200%200%201%20.6-1.495c.106-.148.155-.077.095.031m-.121-.135a3.8%203.8%200%200%200-.88%201.531c-.022.119-.126.186-.1%200a3.9%203.9%200%200%201%20.885-1.57c.121-.142.163-.067.095.039m-.109-.155a5.2%205.2%200%200%200-1.121%201.64c-.039.115-.151.167-.095-.012A5.2%205.2%200%200%201%2028.26%207.76c.135-.126.167-.045.084.051Z%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%2032%2032%22%3E%3Cpath%20fill%3D%22%23002b64%22%20d%3D%22M29.386%206.7c-.433.014-.3.139-1.231.369a19%2019%200%200%200-3.114.588c-3.035%201.273-3.644%205.624-6.4%207.182c-2.063%201.165-4.143%201.258-6.014%201.844a11%2011%200%200%200-3.688%202.136c-.865.745-.887%201.4-1.791%202.336c-.966%201-3.841.017-5.143%201.547c.42.424.6.543%201.431.433c-.171.325-1.18.6-.983%201.075c.208.5%202.648.843%204.866-.5c1.033-.624%201.856-1.523%203.465-1.737a26.7%2026.7%200%200%201%206.89.526a10.7%2010.7%200%200%201-1.65%202.623c-.178.192.357.213.968.1a9.6%209.6%200%200%200%202.72-.973c1.019-.593%201.173-2.114%202.423-2.443a2.8%202.8%200%200%200%203.766.467c-1.031-.292-1.316-2.487-.968-3.455c.33-.916.656-2.381.988-3.591c.357-1.3.488-2.939.92-3.6a8.5%208.5%200%200%201%201.99-1.9A2.79%202.79%200%200%200%2030%207.336c-.006-.414-.22-.645-.614-.632Z%22%2F%3E%3Cpath%20fill%3D%22%23c49a6c%22%20d%3D%22M2.9%2024.122a6.2%206.2%200%200%200%203.809-.55a34%2034%200%200%201%203.4-1.842c1.872-.6%203.924%200%205.925.121a8.6%208.6%200%200%200%201.449-.022c.745-.458.73-2.172%201.455-2.329a8.26%208.26%200%200%201-2.038%205.24a5.84%205.84%200%200%200%204.351-3.319a12%2012%200%200%200%20.7-1.63c.311.239.135.965.291%201.358c1.5-.834%202.353-2.736%202.921-4.66c.656-2.227.925-4.481%201.349-5.14a5.6%205.6%200%200%201%201.63-1.449a2.63%202.63%200%200%200%201.365-1.85c-.7-.065-.866-.228-.97-.582a2.1%202.1%200%200%201-1.042.252c-.317.01-.666%200-1.092.039c-3.523.362-3.971%204.245-6.229%206.447a5%205%200%200%201-.53.45a11%2011%200%200%201-2.653%201.352c-1.444.552-2.817.591-4.172%201.067A12.5%2012.5%200%200%200%2010%2018.49c-.2.14-.4.283-.574.428a5.6%205.6%200%200%200-1.1%201.275a8.5%208.5%200%200%201-1.079%201.389c-.749.735-3.546.214-4.531.9a.8.8%200%200%200-.256.276c.537.244.9.094%201.514.163c.081.587-1.275.935-1.075%201.205Z%22%2F%3E%3Cpath%20fill%3D%22%23002b64%22%20d%3D%22M25.231%209.216a.832.832%200%200%200%201.358-.776c-.775-.065-1.224.198-1.358.776m3.477-1.007a2.6%202.6%200%200%200-.387%201.345c0%20.122-.092.2-.094.017a2.65%202.65%200%200%201%20.385-1.385c.088-.16.145-.094.096.023m-.134-.109a3.2%203.2%200%200%200-.6%201.455c-.012.121-.11.2-.095.009a3.26%203.26%200%200%201%20.6-1.495c.106-.148.155-.077.095.031m-.121-.135a3.8%203.8%200%200%200-.88%201.531c-.022.119-.126.186-.1%200a3.9%203.9%200%200%201%20.885-1.57c.121-.142.163-.067.095.039m-.109-.155a5.2%205.2%200%200%200-1.121%201.64c-.039.115-.151.167-.095-.012A5.2%205.2%200%200%201%2028.26%207.76c.135-.126.167-.045.084.051Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/vscode-icons/file-type-mariadb.svg?color=%231a73e8&size=48