Google Journal Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Google Journal 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/341213.svg" alt="Google Journal icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341213.svg" alt="Google Journal icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341213.svg" alt="Google Journal icon" :width="24" :height="24" />
CSS background
.icon-google-journal {
background-image: url('https://proicons.com/icon/341213.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="d" d="m37.53 16.5h3.4696c.831 0 1.5.669 1.5 1.5l-1e-6 15.5c0 3.324-2.676 6-6 6h-25c-3.324 0-6-2.676-6-6l1.4e-6-15.5c0-.831.669-1.5 1.5-1.5h3.4696"/><path class="d" d="m24 39.5-10.53-7.1669c-1.8564-1.0718-3-3.0526-3-5.1962l1e-6-17.137c0-.56406.31643-1.0804.81901-1.3365s1.1063-.20856 1.5627.12298l11.149 7.7135 11.149-7.7135c.45633-.33155 1.0601-.37906 1.5627-.12298s.81901.77245.81901 1.3365l1e-6 17.137c0 2.1436-1.1436 4.1244-3 5.1962l-10.53 7.1669v-23"/></svg>
Copied!