Googlechronicle Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Googlechronicle 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/314514.svg" alt="Googlechronicle icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314514.svg" alt="Googlechronicle icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314514.svg" alt="Googlechronicle icon" :width="24" :height="24" />
CSS background
.icon-googlechronicle {
background-image: url('https://proicons.com/icon/314514.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 Chronicle</title><path d="m2.719 4.812 4.812 3v4l-4.812 3Zm0 10 4.812-3v9.375l-3.914-2.389a1.875 1.875 0 0 1-.898-1.6ZM2.719 0h18.562v4.812H2.719Zm4.812 21.188 13.75-8.594v4.618c0 .626-.323 1.208-.854 1.539L12 24Z"/></svg>
Copied!