book one icon

book-one from IconPark by ByteDance · Color · Office · Apache-2.0 Free for personal and commercial use.

Name
book-one
Set
IconPark
Style
Color
Category
Office
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More office icons from IconPark

Use the book one icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" d="M7 37C7 29.2967 7 11 7 11C7 7.68629 9.68629 5 13 5H35V31C35 31 18.2326 31 13 31C9.7 31 7 33.6842 7 37Z"/><path stroke-linecap="round" d="M35 31C35 31 14.1537 31 13 31C9.68629 31 7 33.6863 7 37C7 40.3137 9.68629 43 13 43C15.2091 43 25.8758 43 41 43V7"/><path stroke-linecap="round" d="M14 37H34"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkBookOne(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeLinejoin="round" strokeWidth="4"><path fill="#2F88FF" d="M7 37C7 29.2967 7 11 7 11C7 7.68629 9.68629 5 13 5H35V31C35 31 18.2326 31 13 31C9.7 31 7 33.6842 7 37Z"/><path strokeLinecap="round" d="M35 31C35 31 14.1537 31 13 31C9.68629 31 7 33.6863 7 37C7 40.3137 9.68629 43 13 43C15.2091 43 25.8758 43 41 43V7"/><path strokeLinecap="round" d="M14 37H34"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" d="M7 37C7 29.2967 7 11 7 11C7 7.68629 9.68629 5 13 5H35V31C35 31 18.2326 31 13 31C9.7 31 7 33.6842 7 37Z"/><path stroke-linecap="round" d="M35 31C35 31 14.1537 31 13 31C9.68629 31 7 33.6863 7 37C7 40.3137 9.68629 43 13 43C15.2091 43 25.8758 43 41 43V7"/><path stroke-linecap="round" d="M14 37H34"/></g></svg>
</template>

CSS

.icon-book-one {
  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%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M7%2037C7%2029.2967%207%2011%207%2011C7%207.68629%209.68629%205%2013%205H35V31C35%2031%2018.2326%2031%2013%2031C9.7%2031%207%2033.6842%207%2037Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M35%2031C35%2031%2014.1537%2031%2013%2031C9.68629%2031%207%2033.6863%207%2037C7%2040.3137%209.68629%2043%2013%2043C15.2091%2043%2025.8758%2043%2041%2043V7%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M14%2037H34%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%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M7%2037C7%2029.2967%207%2011%207%2011C7%207.68629%209.68629%205%2013%205H35V31C35%2031%2018.2326%2031%2013%2031C9.7%2031%207%2033.6842%207%2037Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M35%2031C35%2031%2014.1537%2031%2013%2031C9.68629%2031%207%2033.6863%207%2037C7%2040.3137%209.68629%2043%2013%2043C15.2091%2043%2025.8758%2043%2041%2043V7%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M14%2037H34%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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