Google Notebooklm Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Google Notebooklm 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/326669.svg" alt="Google Notebooklm icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326669.svg" alt="Google Notebooklm icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326669.svg" alt="Google Notebooklm icon" :width="24" :height="24" />
CSS background
.icon-google-notebooklm {
background-image: url('https://proicons.com/icon/326669.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="d" d="m4.5 37.664c0-5.3992 4.3652-9.7761 9.75-9.7761s9.75 4.3769 9.75 9.7761"/><path class="d" d="m4.5 33.776c0-8.0988 6.5478-14.664 14.625-14.664s14.625 6.5654 14.625 14.664v3.888"/><path class="d" d="m4.5 37.664v-7.7761c0-10.798 8.7304-19.552 19.5-19.552 10.77 0 19.5 8.7538 19.5 19.552v7.7761"/></svg>
Copied!