library icon

library-16 from Octicons by GitHub · 16 · MIT Free for personal and commercial use.

Name
library-16
Set
Octicons
Style
16
Viewbox
16×16
License
MIT

1 other variant in Octicons

The same icon in other sets

Use the library icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M.49 15.201V.8c0-.442.353-.8.792-.8c.438 0 .793.358.793.799V15.2a.796.796 0 0 1-.793.799a.796.796 0 0 1-.794-.799m3.46 0V5.005c0-.44.356-.798.794-.798s.793.357.793.798v10.196a.796.796 0 0 1-.793.799a.796.796 0 0 1-.794-.799m3.434 0V2.55c0-.441.356-.799.794-.799s.793.358.793.799V15.2a.796.796 0 0 1-.793.799a.796.796 0 0 1-.794-.799m4.022-12.436a.793.793 0 0 1 .972.564l3.106 11.665a.793.793 0 1 1-1.533.413L10.844 3.744a.8.8 0 0 1 .561-.978"/></svg>

React

import type { SVGProps } from "react";

export function OcticonLibrary16(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M.49 15.201V.8c0-.442.353-.8.792-.8c.438 0 .793.358.793.799V15.2a.796.796 0 0 1-.793.799a.796.796 0 0 1-.794-.799m3.46 0V5.005c0-.44.356-.798.794-.798s.793.357.793.798v10.196a.796.796 0 0 1-.793.799a.796.796 0 0 1-.794-.799m3.434 0V2.55c0-.441.356-.799.794-.799s.793.358.793.799V15.2a.796.796 0 0 1-.793.799a.796.796 0 0 1-.794-.799m4.022-12.436a.793.793 0 0 1 .972.564l3.106 11.665a.793.793 0 1 1-1.533.413L10.844 3.744a.8.8 0 0 1 .561-.978"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M.49 15.201V.8c0-.442.353-.8.792-.8c.438 0 .793.358.793.799V15.2a.796.796 0 0 1-.793.799a.796.796 0 0 1-.794-.799m3.46 0V5.005c0-.44.356-.798.794-.798s.793.357.793.798v10.196a.796.796 0 0 1-.793.799a.796.796 0 0 1-.794-.799m3.434 0V2.55c0-.441.356-.799.794-.799s.793.358.793.799V15.2a.796.796 0 0 1-.793.799a.796.796 0 0 1-.794-.799m4.022-12.436a.793.793 0 0 1 .972.564l3.106 11.665a.793.793 0 1 1-1.533.413L10.844 3.744a.8.8 0 0 1 .561-.978"/></svg>
</template>

CSS

.icon-library-16 {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M.49%2015.201V.8c0-.442.353-.8.792-.8c.438%200%20.793.358.793.799V15.2a.796.796%200%200%201-.793.799a.796.796%200%200%201-.794-.799m3.46%200V5.005c0-.44.356-.798.794-.798s.793.357.793.798v10.196a.796.796%200%200%201-.793.799a.796.796%200%200%201-.794-.799m3.434%200V2.55c0-.441.356-.799.794-.799s.793.358.793.799V15.2a.796.796%200%200%201-.793.799a.796.796%200%200%201-.794-.799m4.022-12.436a.793.793%200%200%201%20.972.564l3.106%2011.665a.793.793%200%201%201-1.533.413L10.844%203.744a.8.8%200%200%201%20.561-.978%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M.49%2015.201V.8c0-.442.353-.8.792-.8c.438%200%20.793.358.793.799V15.2a.796.796%200%200%201-.793.799a.796.796%200%200%201-.794-.799m3.46%200V5.005c0-.44.356-.798.794-.798s.793.357.793.798v10.196a.796.796%200%200%201-.793.799a.796.796%200%200%201-.794-.799m3.434%200V2.55c0-.441.356-.799.794-.799s.793.358.793.799V15.2a.796.796%200%200%201-.793.799a.796.796%200%200%201-.794-.799m4.022-12.436a.793.793%200%200%201%20.972.564l3.106%2011.665a.793.793%200%201%201-1.533.413L10.844%203.744a.8.8%200%200%201%20.561-.978%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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