Googlefonts Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Googlefonts 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/314529.svg" alt="Googlefonts icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314529.svg" alt="Googlefonts icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314529.svg" alt="Googlefonts icon" :width="24" :height="24" />
CSS background
.icon-googlefonts {
background-image: url('https://proicons.com/icon/314529.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 Fonts</title><path d="M4 2.8A3.6 3.6 0 1 0 4 10a3.6 3.6 0 0 0 0-7.2zm7.6 0v18.4h7.2a5.2 5.2 0 1 1 0-10.4 4 4 0 1 1 0-8zm7.2 0v8a4 4 0 1 0 0-8zm0 8v10.4A5.2 5.2 0 0 0 24 16a5.2 5.2 0 0 0-5.2-5.2zm-7.7-7.206L0 21.199h8.8l2.3-3.64Z"/></svg>
Copied!