local library icon

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

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

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="M3 17.15V10q0-.8.588-1.35t1.387-.5q1.975.3 3.763 1.163T12 11.55q1.475-1.375 3.263-2.238t3.762-1.162q.8-.05 1.388.5T21 10v7.15q0 .8-.525 1.363t-1.325.612q-1.6.25-3.1.825t-2.8 1.525q-.275.225-.587.337t-.663.113t-.663-.112t-.587-.338q-1.3-.95-2.8-1.525t-3.1-.825q-.8-.05-1.325-.612T3 17.15m9 2.75q1.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 MaterialSymbolsLocalLibraryOutlineRounded(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="M3 17.15V10q0-.8.588-1.35t1.387-.5q1.975.3 3.763 1.163T12 11.55q1.475-1.375 3.263-2.238t3.762-1.162q.8-.05 1.388.5T21 10v7.15q0 .8-.525 1.363t-1.325.612q-1.6.25-3.1.825t-2.8 1.525q-.275.225-.587.337t-.663.113t-.663-.112t-.587-.338q-1.3-.95-2.8-1.525t-3.1-.825q-.8-.05-1.325-.612T3 17.15m9 2.75q1.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="M3 17.15V10q0-.8.588-1.35t1.387-.5q1.975.3 3.763 1.163T12 11.55q1.475-1.375 3.263-2.238t3.762-1.162q.8-.05 1.388.5T21 10v7.15q0 .8-.525 1.363t-1.325.612q-1.6.25-3.1.825t-2.8 1.525q-.275.225-.587.337t-.663.113t-.663-.112t-.587-.338q-1.3-.95-2.8-1.525t-3.1-.825q-.8-.05-1.325-.612T3 17.15m9 2.75q1.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-rounded {
  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%22M3%2017.15V10q0-.8.588-1.35t1.387-.5q1.975.3%203.763%201.163T12%2011.55q1.475-1.375%203.263-2.238t3.762-1.162q.8-.05%201.388.5T21%2010v7.15q0%20.8-.525%201.363t-1.325.612q-1.6.25-3.1.825t-2.8%201.525q-.275.225-.587.337t-.663.113t-.663-.112t-.587-.338q-1.3-.95-2.8-1.525t-3.1-.825q-.8-.05-1.325-.612T3%2017.15m9%202.75q1.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%22M3%2017.15V10q0-.8.588-1.35t1.387-.5q1.975.3%203.763%201.163T12%2011.55q1.475-1.375%203.263-2.238t3.762-1.162q.8-.05%201.388.5T21%2010v7.15q0%20.8-.525%201.363t-1.325.612q-1.6.25-3.1.825t-2.8%201.525q-.275.225-.587.337t-.663.113t-.663-.112t-.587-.338q-1.3-.95-2.8-1.525t-3.1-.825q-.8-.05-1.325-.612T3%2017.15m9%202.75q1.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-rounded.svg?color=%231a73e8&size=48