notebooklm logo

notebooklm from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
notebooklm
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

Use the notebooklm logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.999 3.201C5.372 3.201 0 8.528 0 15.101V20.8h2.212v-.568c0-2.666 2.178-4.827 4.866-4.827s4.866 2.16 4.866 4.827v.568h2.212v-.568c0-3.877-3.17-7.019-7.078-7.019A7.1 7.1 0 0 0 2.992 14.5a7.36 7.36 0 0 1 6.568-4.016c4.057 0 7.347 3.264 7.347 7.287V20.8h2.212v-3.03c0-5.235-4.28-9.481-9.56-9.481a9.56 9.56 0 0 0-6.217 2.28A9.8 9.8 0 0 1 12 5.393c5.406 0 9.788 4.346 9.788 9.707v5.7H24v-5.7c-.001-6.573-5.373-11.9-12.001-11.9Z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsNotebooklm(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.999 3.201C5.372 3.201 0 8.528 0 15.101V20.8h2.212v-.568c0-2.666 2.178-4.827 4.866-4.827s4.866 2.16 4.866 4.827v.568h2.212v-.568c0-3.877-3.17-7.019-7.078-7.019A7.1 7.1 0 0 0 2.992 14.5a7.36 7.36 0 0 1 6.568-4.016c4.057 0 7.347 3.264 7.347 7.287V20.8h2.212v-3.03c0-5.235-4.28-9.481-9.56-9.481a9.56 9.56 0 0 0-6.217 2.28A9.8 9.8 0 0 1 12 5.393c5.406 0 9.788 4.346 9.788 9.707v5.7H24v-5.7c-.001-6.573-5.373-11.9-12.001-11.9Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.999 3.201C5.372 3.201 0 8.528 0 15.101V20.8h2.212v-.568c0-2.666 2.178-4.827 4.866-4.827s4.866 2.16 4.866 4.827v.568h2.212v-.568c0-3.877-3.17-7.019-7.078-7.019A7.1 7.1 0 0 0 2.992 14.5a7.36 7.36 0 0 1 6.568-4.016c4.057 0 7.347 3.264 7.347 7.287V20.8h2.212v-3.03c0-5.235-4.28-9.481-9.56-9.481a9.56 9.56 0 0 0-6.217 2.28A9.8 9.8 0 0 1 12 5.393c5.406 0 9.788 4.346 9.788 9.707v5.7H24v-5.7c-.001-6.573-5.373-11.9-12.001-11.9Z"/></svg>
</template>

CSS

.icon-notebooklm {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.999%203.201C5.372%203.201%200%208.528%200%2015.101V20.8h2.212v-.568c0-2.666%202.178-4.827%204.866-4.827s4.866%202.16%204.866%204.827v.568h2.212v-.568c0-3.877-3.17-7.019-7.078-7.019A7.1%207.1%200%200%200%202.992%2014.5a7.36%207.36%200%200%201%206.568-4.016c4.057%200%207.347%203.264%207.347%207.287V20.8h2.212v-3.03c0-5.235-4.28-9.481-9.56-9.481a9.56%209.56%200%200%200-6.217%202.28A9.8%209.8%200%200%201%2012%205.393c5.406%200%209.788%204.346%209.788%209.707v5.7H24v-5.7c-.001-6.573-5.373-11.9-12.001-11.9Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.999%203.201C5.372%203.201%200%208.528%200%2015.101V20.8h2.212v-.568c0-2.666%202.178-4.827%204.866-4.827s4.866%202.16%204.866%204.827v.568h2.212v-.568c0-3.877-3.17-7.019-7.078-7.019A7.1%207.1%200%200%200%202.992%2014.5a7.36%207.36%200%200%201%206.568-4.016c4.057%200%207.347%203.264%207.347%207.287V20.8h2.212v-3.03c0-5.235-4.28-9.481-9.56-9.481a9.56%209.56%200%200%200-6.217%202.28A9.8%209.8%200%200%201%2012%205.393c5.406%200%209.788%204.346%209.788%209.707v5.7H24v-5.7c-.001-6.573-5.373-11.9-12.001-11.9Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/notebooklm.svg?color=%231a73e8&size=48