tanstack from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
tanstack
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

Use the tanstack logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0c6.627 0 9.166 4.102 9.166 12S18.626 24 12 24s-9.166-4.096-9.166-12c0-7.898 2.54-12 9.166-12m3.031 17.485c-.861 0-1.33.234-1.708.423c-.327.164-.582.292-1.148.292c-.567 0-.822-.128-1.148-.292c-.378-.189-.848-.423-1.71-.423c-.86 0-1.33.234-1.708.423c-.327.164-.581.292-1.148.292v1.251c.862 0 1.331-.234 1.709-.423c.326-.163.581-.292 1.148-.292s.821.129 1.148.292c.378.189.847.423 1.709.423c.861 0 1.33-.234 1.709-.423c.326-.163.58-.292 1.147-.292s.822.129 1.148.292c.378.189.848.423 1.71.423v-1.25c-.565 0-.822-.13-1.149-.293c-.377-.189-.847-.423-1.709-.423m.41-12.536c.65-.586 0-1.648-.813-1.328c-.45.18-.873.438-1.251.779a4.2 4.2 0 0 0-1.202 1.94a4.2 4.2 0 0 0-1.203-1.94a4.3 4.3 0 0 0-1.25-.779c-.814-.32-1.463.742-.814 1.328l2.385 2.153a4.86 4.86 0 0 0-2.731-.839c-.552 0-1.082.09-1.58.26c-.836.284-.604 1.532.275 1.532h3.326a4.2 4.2 0 0 0-2.012.988a4 4 0 0 0-.9 1.165c-.403.776.588 1.529 1.237.948l2.686-2.42l-.2 6.656c0 .08-.047.158-.107.223a5 5 0 0 1-.257-.123c-.378-.189-.848-.423-1.71-.423c-.861 0-1.33.234-1.708.423c-.327.164-.581.292-1.148.292v1.251c.861 0 1.33-.234 1.709-.423c.326-.164.58-.292 1.148-.292c.566 0 .821.128 1.148.292c.377.189.847.423 1.708.423c.862 0 1.332-.234 1.71-.423c.326-.164.58-.292 1.147-.292s.822.128 1.148.292c.378.189.848.423 1.71.423v-1.25c-.565 0-.822-.13-1.149-.293v-.005c-.378-.19-.847-.424-1.709-.424c-.861 0-1.33.235-1.709.424c-.097.045-.189.094-.283.131a.34.34 0 0 1-.12-.232l-.2-6.69l2.722 2.457c.65.587 1.64-.166 1.236-.948a4.11 4.11 0 0 0-2.911-2.153h3.326c.882 0 1.108-1.245.275-1.531a4.88 4.88 0 0 0-4.311.578l2.385-2.152z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsTanstack(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="M12 0c6.627 0 9.166 4.102 9.166 12S18.626 24 12 24s-9.166-4.096-9.166-12c0-7.898 2.54-12 9.166-12m3.031 17.485c-.861 0-1.33.234-1.708.423c-.327.164-.582.292-1.148.292c-.567 0-.822-.128-1.148-.292c-.378-.189-.848-.423-1.71-.423c-.86 0-1.33.234-1.708.423c-.327.164-.581.292-1.148.292v1.251c.862 0 1.331-.234 1.709-.423c.326-.163.581-.292 1.148-.292s.821.129 1.148.292c.378.189.847.423 1.709.423c.861 0 1.33-.234 1.709-.423c.326-.163.58-.292 1.147-.292s.822.129 1.148.292c.378.189.848.423 1.71.423v-1.25c-.565 0-.822-.13-1.149-.293c-.377-.189-.847-.423-1.709-.423m.41-12.536c.65-.586 0-1.648-.813-1.328c-.45.18-.873.438-1.251.779a4.2 4.2 0 0 0-1.202 1.94a4.2 4.2 0 0 0-1.203-1.94a4.3 4.3 0 0 0-1.25-.779c-.814-.32-1.463.742-.814 1.328l2.385 2.153a4.86 4.86 0 0 0-2.731-.839c-.552 0-1.082.09-1.58.26c-.836.284-.604 1.532.275 1.532h3.326a4.2 4.2 0 0 0-2.012.988a4 4 0 0 0-.9 1.165c-.403.776.588 1.529 1.237.948l2.686-2.42l-.2 6.656c0 .08-.047.158-.107.223a5 5 0 0 1-.257-.123c-.378-.189-.848-.423-1.71-.423c-.861 0-1.33.234-1.708.423c-.327.164-.581.292-1.148.292v1.251c.861 0 1.33-.234 1.709-.423c.326-.164.58-.292 1.148-.292c.566 0 .821.128 1.148.292c.377.189.847.423 1.708.423c.862 0 1.332-.234 1.71-.423c.326-.164.58-.292 1.147-.292s.822.128 1.148.292c.378.189.848.423 1.71.423v-1.25c-.565 0-.822-.13-1.149-.293v-.005c-.378-.19-.847-.424-1.709-.424c-.861 0-1.33.235-1.709.424c-.097.045-.189.094-.283.131a.34.34 0 0 1-.12-.232l-.2-6.69l2.722 2.457c.65.587 1.64-.166 1.236-.948a4.11 4.11 0 0 0-2.911-2.153h3.326c.882 0 1.108-1.245.275-1.531a4.88 4.88 0 0 0-4.311.578l2.385-2.152z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0c6.627 0 9.166 4.102 9.166 12S18.626 24 12 24s-9.166-4.096-9.166-12c0-7.898 2.54-12 9.166-12m3.031 17.485c-.861 0-1.33.234-1.708.423c-.327.164-.582.292-1.148.292c-.567 0-.822-.128-1.148-.292c-.378-.189-.848-.423-1.71-.423c-.86 0-1.33.234-1.708.423c-.327.164-.581.292-1.148.292v1.251c.862 0 1.331-.234 1.709-.423c.326-.163.581-.292 1.148-.292s.821.129 1.148.292c.378.189.847.423 1.709.423c.861 0 1.33-.234 1.709-.423c.326-.163.58-.292 1.147-.292s.822.129 1.148.292c.378.189.848.423 1.71.423v-1.25c-.565 0-.822-.13-1.149-.293c-.377-.189-.847-.423-1.709-.423m.41-12.536c.65-.586 0-1.648-.813-1.328c-.45.18-.873.438-1.251.779a4.2 4.2 0 0 0-1.202 1.94a4.2 4.2 0 0 0-1.203-1.94a4.3 4.3 0 0 0-1.25-.779c-.814-.32-1.463.742-.814 1.328l2.385 2.153a4.86 4.86 0 0 0-2.731-.839c-.552 0-1.082.09-1.58.26c-.836.284-.604 1.532.275 1.532h3.326a4.2 4.2 0 0 0-2.012.988a4 4 0 0 0-.9 1.165c-.403.776.588 1.529 1.237.948l2.686-2.42l-.2 6.656c0 .08-.047.158-.107.223a5 5 0 0 1-.257-.123c-.378-.189-.848-.423-1.71-.423c-.861 0-1.33.234-1.708.423c-.327.164-.581.292-1.148.292v1.251c.861 0 1.33-.234 1.709-.423c.326-.164.58-.292 1.148-.292c.566 0 .821.128 1.148.292c.377.189.847.423 1.708.423c.862 0 1.332-.234 1.71-.423c.326-.164.58-.292 1.147-.292s.822.128 1.148.292c.378.189.848.423 1.71.423v-1.25c-.565 0-.822-.13-1.149-.293v-.005c-.378-.19-.847-.424-1.709-.424c-.861 0-1.33.235-1.709.424c-.097.045-.189.094-.283.131a.34.34 0 0 1-.12-.232l-.2-6.69l2.722 2.457c.65.587 1.64-.166 1.236-.948a4.11 4.11 0 0 0-2.911-2.153h3.326c.882 0 1.108-1.245.275-1.531a4.88 4.88 0 0 0-4.311.578l2.385-2.152z"/></svg>
</template>

CSS

.icon-tanstack {
  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%22M12%200c6.627%200%209.166%204.102%209.166%2012S18.626%2024%2012%2024s-9.166-4.096-9.166-12c0-7.898%202.54-12%209.166-12m3.031%2017.485c-.861%200-1.33.234-1.708.423c-.327.164-.582.292-1.148.292c-.567%200-.822-.128-1.148-.292c-.378-.189-.848-.423-1.71-.423c-.86%200-1.33.234-1.708.423c-.327.164-.581.292-1.148.292v1.251c.862%200%201.331-.234%201.709-.423c.326-.163.581-.292%201.148-.292s.821.129%201.148.292c.378.189.847.423%201.709.423c.861%200%201.33-.234%201.709-.423c.326-.163.58-.292%201.147-.292s.822.129%201.148.292c.378.189.848.423%201.71.423v-1.25c-.565%200-.822-.13-1.149-.293c-.377-.189-.847-.423-1.709-.423m.41-12.536c.65-.586%200-1.648-.813-1.328c-.45.18-.873.438-1.251.779a4.2%204.2%200%200%200-1.202%201.94a4.2%204.2%200%200%200-1.203-1.94a4.3%204.3%200%200%200-1.25-.779c-.814-.32-1.463.742-.814%201.328l2.385%202.153a4.86%204.86%200%200%200-2.731-.839c-.552%200-1.082.09-1.58.26c-.836.284-.604%201.532.275%201.532h3.326a4.2%204.2%200%200%200-2.012.988a4%204%200%200%200-.9%201.165c-.403.776.588%201.529%201.237.948l2.686-2.42l-.2%206.656c0%20.08-.047.158-.107.223a5%205%200%200%201-.257-.123c-.378-.189-.848-.423-1.71-.423c-.861%200-1.33.234-1.708.423c-.327.164-.581.292-1.148.292v1.251c.861%200%201.33-.234%201.709-.423c.326-.164.58-.292%201.148-.292c.566%200%20.821.128%201.148.292c.377.189.847.423%201.708.423c.862%200%201.332-.234%201.71-.423c.326-.164.58-.292%201.147-.292s.822.128%201.148.292c.378.189.848.423%201.71.423v-1.25c-.565%200-.822-.13-1.149-.293v-.005c-.378-.19-.847-.424-1.709-.424c-.861%200-1.33.235-1.709.424c-.097.045-.189.094-.283.131a.34.34%200%200%201-.12-.232l-.2-6.69l2.722%202.457c.65.587%201.64-.166%201.236-.948a4.11%204.11%200%200%200-2.911-2.153h3.326c.882%200%201.108-1.245.275-1.531a4.88%204.88%200%200%200-4.311.578l2.385-2.152z%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%22M12%200c6.627%200%209.166%204.102%209.166%2012S18.626%2024%2012%2024s-9.166-4.096-9.166-12c0-7.898%202.54-12%209.166-12m3.031%2017.485c-.861%200-1.33.234-1.708.423c-.327.164-.582.292-1.148.292c-.567%200-.822-.128-1.148-.292c-.378-.189-.848-.423-1.71-.423c-.86%200-1.33.234-1.708.423c-.327.164-.581.292-1.148.292v1.251c.862%200%201.331-.234%201.709-.423c.326-.163.581-.292%201.148-.292s.821.129%201.148.292c.378.189.847.423%201.709.423c.861%200%201.33-.234%201.709-.423c.326-.163.58-.292%201.147-.292s.822.129%201.148.292c.378.189.848.423%201.71.423v-1.25c-.565%200-.822-.13-1.149-.293c-.377-.189-.847-.423-1.709-.423m.41-12.536c.65-.586%200-1.648-.813-1.328c-.45.18-.873.438-1.251.779a4.2%204.2%200%200%200-1.202%201.94a4.2%204.2%200%200%200-1.203-1.94a4.3%204.3%200%200%200-1.25-.779c-.814-.32-1.463.742-.814%201.328l2.385%202.153a4.86%204.86%200%200%200-2.731-.839c-.552%200-1.082.09-1.58.26c-.836.284-.604%201.532.275%201.532h3.326a4.2%204.2%200%200%200-2.012.988a4%204%200%200%200-.9%201.165c-.403.776.588%201.529%201.237.948l2.686-2.42l-.2%206.656c0%20.08-.047.158-.107.223a5%205%200%200%201-.257-.123c-.378-.189-.848-.423-1.71-.423c-.861%200-1.33.234-1.708.423c-.327.164-.581.292-1.148.292v1.251c.861%200%201.33-.234%201.709-.423c.326-.164.58-.292%201.148-.292c.566%200%20.821.128%201.148.292c.377.189.847.423%201.708.423c.862%200%201.332-.234%201.71-.423c.326-.164.58-.292%201.147-.292s.822.128%201.148.292c.378.189.848.423%201.71.423v-1.25c-.565%200-.822-.13-1.149-.293v-.005c-.378-.19-.847-.424-1.709-.424c-.861%200-1.33.235-1.709.424c-.097.045-.189.094-.283.131a.34.34%200%200%201-.12-.232l-.2-6.69l2.722%202.457c.65.587%201.64-.166%201.236-.948a4.11%204.11%200%200%200-2.911-2.153h3.326c.882%200%201.108-1.245.275-1.531a4.88%204.88%200%200%200-4.311.578l2.385-2.152z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/tanstack.svg?color=%231a73e8&size=48