local library icon

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

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

3 other variants in Material Symbols

The same icon in other sets

More maps icons from Material Symbols

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 22.5q-1.8-1.7-4.125-2.6T3 19V8q2.525 0 4.85.913T12 11.55q1.825-1.725 4.15-2.637T21 8v11q-2.575 0-4.887.9T12 22.5m0-2.6q1.575-1.175 3.35-1.875T19 17.1v-6.9q-1.825.325-3.588 1.313T12 14.15q-1.65-1.65-3.412-2.637T5 10.2v6.9q1.875.225 3.65.925T12 19.9M9.175 7.825Q8 6.65 8 5t1.175-2.825T12 1t2.825 1.175T16 5t-1.175 2.825T12 9T9.175 7.825m4.238-1.412Q14 5.825 14 5t-.587-1.412T12 3t-1.412.588T10 5t.588 1.413T12 7t1.413-.587M12 14.15"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLocalLibraryOutline(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 22.5q-1.8-1.7-4.125-2.6T3 19V8q2.525 0 4.85.913T12 11.55q1.825-1.725 4.15-2.637T21 8v11q-2.575 0-4.887.9T12 22.5m0-2.6q1.575-1.175 3.35-1.875T19 17.1v-6.9q-1.825.325-3.588 1.313T12 14.15q-1.65-1.65-3.412-2.637T5 10.2v6.9q1.875.225 3.65.925T12 19.9M9.175 7.825Q8 6.65 8 5t1.175-2.825T12 1t2.825 1.175T16 5t-1.175 2.825T12 9T9.175 7.825m4.238-1.412Q14 5.825 14 5t-.587-1.412T12 3t-1.412.588T10 5t.588 1.413T12 7t1.413-.587M12 14.15"/></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 22.5q-1.8-1.7-4.125-2.6T3 19V8q2.525 0 4.85.913T12 11.55q1.825-1.725 4.15-2.637T21 8v11q-2.575 0-4.887.9T12 22.5m0-2.6q1.575-1.175 3.35-1.875T19 17.1v-6.9q-1.825.325-3.588 1.313T12 14.15q-1.65-1.65-3.412-2.637T5 10.2v6.9q1.875.225 3.65.925T12 19.9M9.175 7.825Q8 6.65 8 5t1.175-2.825T12 1t2.825 1.175T16 5t-1.175 2.825T12 9T9.175 7.825m4.238-1.412Q14 5.825 14 5t-.587-1.412T12 3t-1.412.588T10 5t.588 1.413T12 7t1.413-.587M12 14.15"/></svg>
</template>

CSS

.icon-local-library-outline {
  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%2022.5q-1.8-1.7-4.125-2.6T3%2019V8q2.525%200%204.85.913T12%2011.55q1.825-1.725%204.15-2.637T21%208v11q-2.575%200-4.887.9T12%2022.5m0-2.6q1.575-1.175%203.35-1.875T19%2017.1v-6.9q-1.825.325-3.588%201.313T12%2014.15q-1.65-1.65-3.412-2.637T5%2010.2v6.9q1.875.225%203.65.925T12%2019.9M9.175%207.825Q8%206.65%208%205t1.175-2.825T12%201t2.825%201.175T16%205t-1.175%202.825T12%209T9.175%207.825m4.238-1.412Q14%205.825%2014%205t-.587-1.412T12%203t-1.412.588T10%205t.588%201.413T12%207t1.413-.587M12%2014.15%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%2022.5q-1.8-1.7-4.125-2.6T3%2019V8q2.525%200%204.85.913T12%2011.55q1.825-1.725%204.15-2.637T21%208v11q-2.575%200-4.887.9T12%2022.5m0-2.6q1.575-1.175%203.35-1.875T19%2017.1v-6.9q-1.825.325-3.588%201.313T12%2014.15q-1.65-1.65-3.412-2.637T5%2010.2v6.9q1.875.225%203.65.925T12%2019.9M9.175%207.825Q8%206.65%208%205t1.175-2.825T12%201t2.825%201.175T16%205t-1.175%202.825T12%209T9.175%207.825m4.238-1.412Q14%205.825%2014%205t-.587-1.412T12%203t-1.412.588T10%205t.588%201.413T12%207t1.413-.587M12%2014.15%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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