Tidb Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Tidb icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/316337.svg" alt="Tidb icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/316337.svg" alt="Tidb icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/316337.svg" alt="Tidb icon" :width="24" :height="24" />
CSS background
.icon-tidb {
background-image: url('https://proicons.com/icon/316337.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>TiDB</title><path d="M12 0 1.609 6.001v11.998L11.999 24l10.393-6.001V6.001ZM8.535 17.999v-7.998L5.07 12V8L12 4l3.462 2-3.464 2.001v12Zm6.93 0v-7.997l3.464-2v7.997z"/></svg>
Copied!