Google Keyboard Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Google Keyboard 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/326656.svg" alt="Google Keyboard icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326656.svg" alt="Google Keyboard icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326656.svg" alt="Google Keyboard icon" :width="24" :height="24" />
CSS background
.icon-google-keyboard {
background-image: url('https://proicons.com/icon/326656.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M13.1676,18.573H7.64a2.0779,2.0779,0,0,0-2.0779,2.0778V40.4222A2.0779,2.0779,0,0,0,7.64,42.5H40.36a2.0779,2.0779,0,0,0,2.0779-2.0778V20.6508A2.0779,2.0779,0,0,0,40.36,18.573h-5.284"/><rect class="a" x="14.0996" y="35.7634" width="20.0445" height="3.327" rx="0.4208"/><rect class="a" x="10.7333" y="29.78" width="3.3663" height="3.3663" rx="0.4208"/><rect class="a" x="16.586" y="29.78" width="3.3663" height="3.3663" rx="0.4208"/><path class="a" d="M25.8051,30.3553v2.37a.4208.4208,0,0,1-.4208.4208H22.86a.4207.4207,0,0,1-.4207-.4208v-2.37"/><rect class="a" x="28.2915" y="29.78" width="3.3663" height="3.3663" rx="0.4208"/><rect class="a" x="34.1442" y="29.78" width="3.3663" height="3.3663" rx="0.4208"/><rect class="a" x="10.7333" y="23.7965" width="3.3663" height="3.3663" rx="0.4208"/><path class="a" d="M18.2755,27.1628H17.0068a.4208.4208,0,0,1-.4208-.4208v-.8747"/><path class="a" d="M31.6578,25.8673v.8747a.4208.4208,0,0,1-.4208.4208H29.9683"/><rect class="a" x="34.1442" y="23.7965" width="3.3663" height="3.3663" rx="0.4208"/><path class="a" d="M34.2525,23.8775,24.1219,31.646,13.9913,23.8775a2.1036,2.1036,0,0,1-.8237-1.67V7.1832A1.6832,1.6832,0,0,1,14.8508,5.5H33.393a1.6832,1.6832,0,0,1,1.6832,1.6832V22.208A2.1036,2.1036,0,0,1,34.2525,23.8775Z"/><path class="a" d="M28.47,14.3471a4.3527,4.3527,0,0,0-4.5822-4.3516,4.5205,4.5205,0,0,0-4.1146,4.5982v4.0379a4.3532,4.3532,0,0,0,4.3484,4.3578h0A4.3531,4.3531,0,0,0,28.47,18.6316H24.1219"/></svg>
Copied!