book-outline from Health Icons by Resolve to Save Lives · Outline · Objects · MIT Free for personal and commercial use.

Name
book-outline
Set
Health Icons
Style
Outline
Category
Objects
Viewbox
48×48
License
MIT
Aliases
book2x-outline

1 other variant in Health Icons

The same icon in other sets

More objects icons from Health Icons

Use the book icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M30 19h-5v-5h-2v5h-5v2h5v5h2v-5h5z"/><path fill-rule="evenodd" d="M9 10a5 5 0 0 1 5-5h24a1 1 0 0 1 1 1v30a1 1 0 0 1-1 1H14a3 3 0 0 0-3 3v1h27v2H10a1 1 0 0 1-1-1zm5 25a4.98 4.98 0 0 0-3 1V10a3 3 0 0 1 3-3h23v28z" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsBookOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M30 19h-5v-5h-2v5h-5v2h5v5h2v-5h5z"/><path fillRule="evenodd" d="M9 10a5 5 0 0 1 5-5h24a1 1 0 0 1 1 1v30a1 1 0 0 1-1 1H14a3 3 0 0 0-3 3v1h27v2H10a1 1 0 0 1-1-1zm5 25a4.98 4.98 0 0 0-3 1V10a3 3 0 0 1 3-3h23v28z" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M30 19h-5v-5h-2v5h-5v2h5v5h2v-5h5z"/><path fill-rule="evenodd" d="M9 10a5 5 0 0 1 5-5h24a1 1 0 0 1 1 1v30a1 1 0 0 1-1 1H14a3 3 0 0 0-3 3v1h27v2H10a1 1 0 0 1-1-1zm5 25a4.98 4.98 0 0 0-3 1V10a3 3 0 0 1 3-3h23v28z" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-book-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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M30%2019h-5v-5h-2v5h-5v2h5v5h2v-5h5z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M9%2010a5%205%200%200%201%205-5h24a1%201%200%200%201%201%201v30a1%201%200%200%201-1%201H14a3%203%200%200%200-3%203v1h27v2H10a1%201%200%200%201-1-1zm5%2025a4.98%204.98%200%200%200-3%201V10a3%203%200%200%201%203-3h23v28z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M30%2019h-5v-5h-2v5h-5v2h5v5h2v-5h5z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M9%2010a5%205%200%200%201%205-5h24a1%201%200%200%201%201%201v30a1%201%200%200%201-1%201H14a3%203%200%200%200-3%203v1h27v2H10a1%201%200%200%201-1-1zm5%2025a4.98%204.98%200%200%200-3%201V10a3%203%200%200%201%203-3h23v28z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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