xata logo
xata from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- xata
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 512×158
- License
- CC0
Related icons in SVG Logos
Use the xata logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 158"><path d="M270.093 46.388v3.838c0 15.851-12.848 28.7-28.7 28.7s-28.7-12.849-28.7-28.7v-3.838h-13.016v3.838c0 16.352 9.511 31.036 24.195 37.877c-14.684 6.842-24.195 21.526-24.195 37.878v3.838h13.015v-3.838c0-15.852 12.849-28.867 28.7-28.867c15.853 0 28.701 13.015 28.701 28.867v3.838h13.015v-3.838c0-16.352-9.51-31.036-24.195-37.878c14.684-6.841 24.195-21.525 24.195-37.877v-3.838zm101.119 41.715c0-23.36-18.856-41.715-41.883-41.715c-14.85 0-28.867 8.01-36.376 21.525c-9.177 16.686-6.007 37.544 7.843 50.56c8.009 7.508 18.188 11.346 28.533 11.346c7.843 0 15.518-2.17 22.36-6.508v-17.02c-5.674 6.842-13.85 10.513-22.193 10.513a29 29 0 0 1-14.183-3.671c-12.181-6.842-17.52-21.526-12.849-34.708c4.672-13.182 18.188-21.024 31.871-18.688c13.85 2.503 23.861 14.35 23.861 28.366v41.716h13.016zm49.344-28.533V46.555h-28.7V0H378.84v88.103c0 23.027 18.688 41.716 41.715 41.716v-13.015c-15.852 0-28.7-12.849-28.7-28.7V59.57zM512 88.103c0-23.36-18.852-41.715-41.88-41.715c-14.85 0-28.866 8.01-36.375 21.525c-9.178 16.686-6.007 37.544 7.842 50.56c8.01 7.508 18.188 11.346 28.534 11.346c7.842 0 15.518-2.17 22.36-6.508v-17.02c-5.674 6.842-13.85 10.513-22.193 10.513a29 29 0 0 1-14.184-3.671c-12.18-6.842-17.52-21.526-12.848-34.708s18.188-21.024 31.87-18.688c13.85 2.503 23.862 14.35 23.862 28.366v41.716H512z"/><path fill="#06d6a0" d="M129.738 157.722c10.76-10.735 17.96-24.158 20.014-37.316c2.055-13.157-1.203-24.972-9.057-32.845l-40.572 40.477z"/><path fill="#ffbe0b" d="M23.661 157.954c-10.76-10.735-17.96-24.158-20.014-37.316c-2.055-13.157 1.203-24.972 9.057-32.845l40.572 40.477z"/><path fill="#ff0075" d="M0 43.112a57.3 57.3 0 0 0 16.833 40.504v-.001l40.568 40.471a57.31 57.31 0 0 0-.096-81.048v.001L16.737 2.568A57.3 57.3 0 0 0 0 43.112"/><path fill="#0076ff" d="M153.398 42.88a57.3 57.3 0 0 1-16.833 40.504v-.001l-40.567 40.471a57.31 57.31 0 0 1 .095-81.048l.001.001L136.66 2.336a57.3 57.3 0 0 1 16.738 40.544"/></svg>
React
import type { SVGProps } from "react";
export function LogosXata(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 158"><path d="M270.093 46.388v3.838c0 15.851-12.848 28.7-28.7 28.7s-28.7-12.849-28.7-28.7v-3.838h-13.016v3.838c0 16.352 9.511 31.036 24.195 37.877c-14.684 6.842-24.195 21.526-24.195 37.878v3.838h13.015v-3.838c0-15.852 12.849-28.867 28.7-28.867c15.853 0 28.701 13.015 28.701 28.867v3.838h13.015v-3.838c0-16.352-9.51-31.036-24.195-37.878c14.684-6.841 24.195-21.525 24.195-37.877v-3.838zm101.119 41.715c0-23.36-18.856-41.715-41.883-41.715c-14.85 0-28.867 8.01-36.376 21.525c-9.177 16.686-6.007 37.544 7.843 50.56c8.009 7.508 18.188 11.346 28.533 11.346c7.843 0 15.518-2.17 22.36-6.508v-17.02c-5.674 6.842-13.85 10.513-22.193 10.513a29 29 0 0 1-14.183-3.671c-12.181-6.842-17.52-21.526-12.849-34.708c4.672-13.182 18.188-21.024 31.871-18.688c13.85 2.503 23.861 14.35 23.861 28.366v41.716h13.016zm49.344-28.533V46.555h-28.7V0H378.84v88.103c0 23.027 18.688 41.716 41.715 41.716v-13.015c-15.852 0-28.7-12.849-28.7-28.7V59.57zM512 88.103c0-23.36-18.852-41.715-41.88-41.715c-14.85 0-28.866 8.01-36.375 21.525c-9.178 16.686-6.007 37.544 7.842 50.56c8.01 7.508 18.188 11.346 28.534 11.346c7.842 0 15.518-2.17 22.36-6.508v-17.02c-5.674 6.842-13.85 10.513-22.193 10.513a29 29 0 0 1-14.184-3.671c-12.18-6.842-17.52-21.526-12.848-34.708s18.188-21.024 31.87-18.688c13.85 2.503 23.862 14.35 23.862 28.366v41.716H512z"/><path fill="#06d6a0" d="M129.738 157.722c10.76-10.735 17.96-24.158 20.014-37.316c2.055-13.157-1.203-24.972-9.057-32.845l-40.572 40.477z"/><path fill="#ffbe0b" d="M23.661 157.954c-10.76-10.735-17.96-24.158-20.014-37.316c-2.055-13.157 1.203-24.972 9.057-32.845l40.572 40.477z"/><path fill="#ff0075" d="M0 43.112a57.3 57.3 0 0 0 16.833 40.504v-.001l40.568 40.471a57.31 57.31 0 0 0-.096-81.048v.001L16.737 2.568A57.3 57.3 0 0 0 0 43.112"/><path fill="#0076ff" d="M153.398 42.88a57.3 57.3 0 0 1-16.833 40.504v-.001l-40.567 40.471a57.31 57.31 0 0 1 .095-81.048l.001.001L136.66 2.336a57.3 57.3 0 0 1 16.738 40.544"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 158"><path d="M270.093 46.388v3.838c0 15.851-12.848 28.7-28.7 28.7s-28.7-12.849-28.7-28.7v-3.838h-13.016v3.838c0 16.352 9.511 31.036 24.195 37.877c-14.684 6.842-24.195 21.526-24.195 37.878v3.838h13.015v-3.838c0-15.852 12.849-28.867 28.7-28.867c15.853 0 28.701 13.015 28.701 28.867v3.838h13.015v-3.838c0-16.352-9.51-31.036-24.195-37.878c14.684-6.841 24.195-21.525 24.195-37.877v-3.838zm101.119 41.715c0-23.36-18.856-41.715-41.883-41.715c-14.85 0-28.867 8.01-36.376 21.525c-9.177 16.686-6.007 37.544 7.843 50.56c8.009 7.508 18.188 11.346 28.533 11.346c7.843 0 15.518-2.17 22.36-6.508v-17.02c-5.674 6.842-13.85 10.513-22.193 10.513a29 29 0 0 1-14.183-3.671c-12.181-6.842-17.52-21.526-12.849-34.708c4.672-13.182 18.188-21.024 31.871-18.688c13.85 2.503 23.861 14.35 23.861 28.366v41.716h13.016zm49.344-28.533V46.555h-28.7V0H378.84v88.103c0 23.027 18.688 41.716 41.715 41.716v-13.015c-15.852 0-28.7-12.849-28.7-28.7V59.57zM512 88.103c0-23.36-18.852-41.715-41.88-41.715c-14.85 0-28.866 8.01-36.375 21.525c-9.178 16.686-6.007 37.544 7.842 50.56c8.01 7.508 18.188 11.346 28.534 11.346c7.842 0 15.518-2.17 22.36-6.508v-17.02c-5.674 6.842-13.85 10.513-22.193 10.513a29 29 0 0 1-14.184-3.671c-12.18-6.842-17.52-21.526-12.848-34.708s18.188-21.024 31.87-18.688c13.85 2.503 23.862 14.35 23.862 28.366v41.716H512z"/><path fill="#06d6a0" d="M129.738 157.722c10.76-10.735 17.96-24.158 20.014-37.316c2.055-13.157-1.203-24.972-9.057-32.845l-40.572 40.477z"/><path fill="#ffbe0b" d="M23.661 157.954c-10.76-10.735-17.96-24.158-20.014-37.316c-2.055-13.157 1.203-24.972 9.057-32.845l40.572 40.477z"/><path fill="#ff0075" d="M0 43.112a57.3 57.3 0 0 0 16.833 40.504v-.001l40.568 40.471a57.31 57.31 0 0 0-.096-81.048v.001L16.737 2.568A57.3 57.3 0 0 0 0 43.112"/><path fill="#0076ff" d="M153.398 42.88a57.3 57.3 0 0 1-16.833 40.504v-.001l-40.567 40.471a57.31 57.31 0 0 1 .095-81.048l.001.001L136.66 2.336a57.3 57.3 0 0 1 16.738 40.544"/></svg> </template>
CSS
.icon-xata {
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%20512%20158%22%3E%3Cpath%20d%3D%22M270.093%2046.388v3.838c0%2015.851-12.848%2028.7-28.7%2028.7s-28.7-12.849-28.7-28.7v-3.838h-13.016v3.838c0%2016.352%209.511%2031.036%2024.195%2037.877c-14.684%206.842-24.195%2021.526-24.195%2037.878v3.838h13.015v-3.838c0-15.852%2012.849-28.867%2028.7-28.867c15.853%200%2028.701%2013.015%2028.701%2028.867v3.838h13.015v-3.838c0-16.352-9.51-31.036-24.195-37.878c14.684-6.841%2024.195-21.525%2024.195-37.877v-3.838zm101.119%2041.715c0-23.36-18.856-41.715-41.883-41.715c-14.85%200-28.867%208.01-36.376%2021.525c-9.177%2016.686-6.007%2037.544%207.843%2050.56c8.009%207.508%2018.188%2011.346%2028.533%2011.346c7.843%200%2015.518-2.17%2022.36-6.508v-17.02c-5.674%206.842-13.85%2010.513-22.193%2010.513a29%2029%200%200%201-14.183-3.671c-12.181-6.842-17.52-21.526-12.849-34.708c4.672-13.182%2018.188-21.024%2031.871-18.688c13.85%202.503%2023.861%2014.35%2023.861%2028.366v41.716h13.016zm49.344-28.533V46.555h-28.7V0H378.84v88.103c0%2023.027%2018.688%2041.716%2041.715%2041.716v-13.015c-15.852%200-28.7-12.849-28.7-28.7V59.57zM512%2088.103c0-23.36-18.852-41.715-41.88-41.715c-14.85%200-28.866%208.01-36.375%2021.525c-9.178%2016.686-6.007%2037.544%207.842%2050.56c8.01%207.508%2018.188%2011.346%2028.534%2011.346c7.842%200%2015.518-2.17%2022.36-6.508v-17.02c-5.674%206.842-13.85%2010.513-22.193%2010.513a29%2029%200%200%201-14.184-3.671c-12.18-6.842-17.52-21.526-12.848-34.708s18.188-21.024%2031.87-18.688c13.85%202.503%2023.862%2014.35%2023.862%2028.366v41.716H512z%22%2F%3E%3Cpath%20fill%3D%22%2306d6a0%22%20d%3D%22M129.738%20157.722c10.76-10.735%2017.96-24.158%2020.014-37.316c2.055-13.157-1.203-24.972-9.057-32.845l-40.572%2040.477z%22%2F%3E%3Cpath%20fill%3D%22%23ffbe0b%22%20d%3D%22M23.661%20157.954c-10.76-10.735-17.96-24.158-20.014-37.316c-2.055-13.157%201.203-24.972%209.057-32.845l40.572%2040.477z%22%2F%3E%3Cpath%20fill%3D%22%23ff0075%22%20d%3D%22M0%2043.112a57.3%2057.3%200%200%200%2016.833%2040.504v-.001l40.568%2040.471a57.31%2057.31%200%200%200-.096-81.048v.001L16.737%202.568A57.3%2057.3%200%200%200%200%2043.112%22%2F%3E%3Cpath%20fill%3D%22%230076ff%22%20d%3D%22M153.398%2042.88a57.3%2057.3%200%200%201-16.833%2040.504v-.001l-40.567%2040.471a57.31%2057.31%200%200%201%20.095-81.048l.001.001L136.66%202.336a57.3%2057.3%200%200%201%2016.738%2040.544%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%20512%20158%22%3E%3Cpath%20d%3D%22M270.093%2046.388v3.838c0%2015.851-12.848%2028.7-28.7%2028.7s-28.7-12.849-28.7-28.7v-3.838h-13.016v3.838c0%2016.352%209.511%2031.036%2024.195%2037.877c-14.684%206.842-24.195%2021.526-24.195%2037.878v3.838h13.015v-3.838c0-15.852%2012.849-28.867%2028.7-28.867c15.853%200%2028.701%2013.015%2028.701%2028.867v3.838h13.015v-3.838c0-16.352-9.51-31.036-24.195-37.878c14.684-6.841%2024.195-21.525%2024.195-37.877v-3.838zm101.119%2041.715c0-23.36-18.856-41.715-41.883-41.715c-14.85%200-28.867%208.01-36.376%2021.525c-9.177%2016.686-6.007%2037.544%207.843%2050.56c8.009%207.508%2018.188%2011.346%2028.533%2011.346c7.843%200%2015.518-2.17%2022.36-6.508v-17.02c-5.674%206.842-13.85%2010.513-22.193%2010.513a29%2029%200%200%201-14.183-3.671c-12.181-6.842-17.52-21.526-12.849-34.708c4.672-13.182%2018.188-21.024%2031.871-18.688c13.85%202.503%2023.861%2014.35%2023.861%2028.366v41.716h13.016zm49.344-28.533V46.555h-28.7V0H378.84v88.103c0%2023.027%2018.688%2041.716%2041.715%2041.716v-13.015c-15.852%200-28.7-12.849-28.7-28.7V59.57zM512%2088.103c0-23.36-18.852-41.715-41.88-41.715c-14.85%200-28.866%208.01-36.375%2021.525c-9.178%2016.686-6.007%2037.544%207.842%2050.56c8.01%207.508%2018.188%2011.346%2028.534%2011.346c7.842%200%2015.518-2.17%2022.36-6.508v-17.02c-5.674%206.842-13.85%2010.513-22.193%2010.513a29%2029%200%200%201-14.184-3.671c-12.18-6.842-17.52-21.526-12.848-34.708s18.188-21.024%2031.87-18.688c13.85%202.503%2023.862%2014.35%2023.862%2028.366v41.716H512z%22%2F%3E%3Cpath%20fill%3D%22%2306d6a0%22%20d%3D%22M129.738%20157.722c10.76-10.735%2017.96-24.158%2020.014-37.316c2.055-13.157-1.203-24.972-9.057-32.845l-40.572%2040.477z%22%2F%3E%3Cpath%20fill%3D%22%23ffbe0b%22%20d%3D%22M23.661%20157.954c-10.76-10.735-17.96-24.158-20.014-37.316c-2.055-13.157%201.203-24.972%209.057-32.845l40.572%2040.477z%22%2F%3E%3Cpath%20fill%3D%22%23ff0075%22%20d%3D%22M0%2043.112a57.3%2057.3%200%200%200%2016.833%2040.504v-.001l40.568%2040.471a57.31%2057.31%200%200%200-.096-81.048v.001L16.737%202.568A57.3%2057.3%200%200%200%200%2043.112%22%2F%3E%3Cpath%20fill%3D%22%230076ff%22%20d%3D%22M153.398%2042.88a57.3%2057.3%200%200%201-16.833%2040.504v-.001l-40.567%2040.471a57.31%2057.31%200%200%201%20.095-81.048l.001.001L136.66%202.336a57.3%2057.3%200%200%201%2016.738%2040.544%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/xata.svg?color=%231a73e8&size=48