Googlecloudspanner Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Googlecloudspanner 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/314518.svg" alt="Googlecloudspanner icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314518.svg" alt="Googlecloudspanner icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314518.svg" alt="Googlecloudspanner icon" :width="24" :height="24" />
CSS background
.icon-googlecloudspanner {
background-image: url('https://proicons.com/icon/314518.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>Google Cloud Spanner</title><path d="M12 9.06 7.944 6.864V2.388L10.38.924v3.66l1.62.744 1.62-.744V.924l2.436 1.464v4.476L12 9.06zm-8.124 4.752L0 16.056v2.988l3.228-1.86 1.404.912.096 1.632-3.24 1.872 2.616 1.476 3.828-2.268-.132-4.596-3.924-2.4zm9.732-.9V8.758l-1.37.742-.238.129-.238-.13-1.37-.741v4.154l-3.613 2.09 1.282.783.231.142.008.27.046 1.612L12 15.696l3.595 2.079.045-1.59.008-.27.231-.142 1.301-.795-3.572-2.066zm7.164 4.272L24 19.044v-2.988L20.064 13.8l-3.924 2.4-.132 4.596 3.888 2.244 2.616-1.44-3.24-1.836.096-1.668 1.404-.912z"/></svg>
Copied!