local-library from Material Symbols Light by Google · Regular · Maps · Apache-2.0 Free for personal and commercial use.

Name
local-library
Set
Material Symbols Light
Style
Regular
Category
Maps
Viewbox
24×24
License
Apache 2.0
Aliases
local-library-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More maps icons from Material Symbols Light

Use the local library icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 21.116q-1.684-1.374-3.721-2.168T4 18V8.654q2.294.135 4.36 1.095q2.065.96 3.64 2.378q1.575-1.418 3.64-2.378T20 8.654V18q-2.248.154-4.282.948T12 21.116M9.714 7.633q-.945-.944-.945-2.287t.944-2.286T12 2.116t2.286.944t.945 2.286t-.944 2.287T12 8.577t-2.286-.944"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightLocalLibrary(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="M12 21.116q-1.684-1.374-3.721-2.168T4 18V8.654q2.294.135 4.36 1.095q2.065.96 3.64 2.378q1.575-1.418 3.64-2.378T20 8.654V18q-2.248.154-4.282.948T12 21.116M9.714 7.633q-.945-.944-.945-2.287t.944-2.286T12 2.116t2.286.944t.945 2.286t-.944 2.287T12 8.577t-2.286-.944"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 21.116q-1.684-1.374-3.721-2.168T4 18V8.654q2.294.135 4.36 1.095q2.065.96 3.64 2.378q1.575-1.418 3.64-2.378T20 8.654V18q-2.248.154-4.282.948T12 21.116M9.714 7.633q-.945-.944-.945-2.287t.944-2.286T12 2.116t2.286.944t.945 2.286t-.944 2.287T12 8.577t-2.286-.944"/></svg>
</template>

CSS

.icon-local-library {
  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%22M12%2021.116q-1.684-1.374-3.721-2.168T4%2018V8.654q2.294.135%204.36%201.095q2.065.96%203.64%202.378q1.575-1.418%203.64-2.378T20%208.654V18q-2.248.154-4.282.948T12%2021.116M9.714%207.633q-.945-.944-.945-2.287t.944-2.286T12%202.116t2.286.944t.945%202.286t-.944%202.287T12%208.577t-2.286-.944%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%22M12%2021.116q-1.684-1.374-3.721-2.168T4%2018V8.654q2.294.135%204.36%201.095q2.065.96%203.64%202.378q1.575-1.418%203.64-2.378T20%208.654V18q-2.248.154-4.282.948T12%2021.116M9.714%207.633q-.945-.944-.945-2.287t.944-2.286T12%202.116t2.286.944t.945%202.286t-.944%202.287T12%208.577t-2.286-.944%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/local-library.svg?color=%231a73e8&size=48