orange book emoji

orange-book from OpenMoji by OpenMoji · Default · Objects · CC-BY-SA-4.0 Attribution required.

Name
orange-book
Set
OpenMoji
Style
Default
Category
Objects
Viewbox
72×72
License
CC BY-SA 4.0

The same emoji in other sets

More objects icons from OpenMoji

Use the orange book emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#f4aa41" d="M18 12h42v47.5H18z"/><path fill="#e27022" d="M14.637 12h2.469c1.042 0 1.886.845 1.886 1.887l-1 43.726c0 1.042.156 1.887-.886 1.887h-2.47a1.887 1.887 0 0 1-1.886-1.887V13.887c0-1.042.845-1.887 1.887-1.887"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M18 13v46m44.909-4.185A1.99 1.99 0 0 0 64 53.047V9.083C64 7.933 63.067 7 61.917 7H16.459c-1.597 0-3.089.8-3.973 2.13h0a1.889 1.889 0 0 0 1.573 2.935h3.808L20 12.047h39.917v48H14.058a1.89 1.89 0 0 1-1.891-1.85V10.575"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M39.533 27.219v7h3m-8.825 0a2.5 2.5 0 0 1-2.5-2.5v-2a2.5 2.5 0 0 1 2.5-2.5h0a2.5 2.5 0 0 1 2.5 2.5v2a2.5 2.5 0 0 1-2.5 2.5m16.456-7l-.601 3.88h4.095m-.675-3.88v7"/><circle cx="45.533" cy="34.219" r="1"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m28.416 27.29l-1.518 7h-1.361l-1.537-7"/></svg>

React

import type { SVGProps } from "react";

export function OpenmojiOrangeBook(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#f4aa41" d="M18 12h42v47.5H18z"/><path fill="#e27022" d="M14.637 12h2.469c1.042 0 1.886.845 1.886 1.887l-1 43.726c0 1.042.156 1.887-.886 1.887h-2.47a1.887 1.887 0 0 1-1.886-1.887V13.887c0-1.042.845-1.887 1.887-1.887"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M18 13v46m44.909-4.185A1.99 1.99 0 0 0 64 53.047V9.083C64 7.933 63.067 7 61.917 7H16.459c-1.597 0-3.089.8-3.973 2.13h0a1.889 1.889 0 0 0 1.573 2.935h3.808L20 12.047h39.917v48H14.058a1.89 1.89 0 0 1-1.891-1.85V10.575"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M39.533 27.219v7h3m-8.825 0a2.5 2.5 0 0 1-2.5-2.5v-2a2.5 2.5 0 0 1 2.5-2.5h0a2.5 2.5 0 0 1 2.5 2.5v2a2.5 2.5 0 0 1-2.5 2.5m16.456-7l-.601 3.88h4.095m-.675-3.88v7"/><circle cx="45.533" cy="34.219" r="1"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="m28.416 27.29l-1.518 7h-1.361l-1.537-7"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#f4aa41" d="M18 12h42v47.5H18z"/><path fill="#e27022" d="M14.637 12h2.469c1.042 0 1.886.845 1.886 1.887l-1 43.726c0 1.042.156 1.887-.886 1.887h-2.47a1.887 1.887 0 0 1-1.886-1.887V13.887c0-1.042.845-1.887 1.887-1.887"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M18 13v46m44.909-4.185A1.99 1.99 0 0 0 64 53.047V9.083C64 7.933 63.067 7 61.917 7H16.459c-1.597 0-3.089.8-3.973 2.13h0a1.889 1.889 0 0 0 1.573 2.935h3.808L20 12.047h39.917v48H14.058a1.89 1.89 0 0 1-1.891-1.85V10.575"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M39.533 27.219v7h3m-8.825 0a2.5 2.5 0 0 1-2.5-2.5v-2a2.5 2.5 0 0 1 2.5-2.5h0a2.5 2.5 0 0 1 2.5 2.5v2a2.5 2.5 0 0 1-2.5 2.5m16.456-7l-.601 3.88h4.095m-.675-3.88v7"/><circle cx="45.533" cy="34.219" r="1"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m28.416 27.29l-1.518 7h-1.361l-1.537-7"/></svg>
</template>

CSS

.icon-orange-book {
  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%2072%2072%22%3E%3Cpath%20fill%3D%22%23f4aa41%22%20d%3D%22M18%2012h42v47.5H18z%22%2F%3E%3Cpath%20fill%3D%22%23e27022%22%20d%3D%22M14.637%2012h2.469c1.042%200%201.886.845%201.886%201.887l-1%2043.726c0%201.042.156%201.887-.886%201.887h-2.47a1.887%201.887%200%200%201-1.886-1.887V13.887c0-1.042.845-1.887%201.887-1.887%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M18%2013v46m44.909-4.185A1.99%201.99%200%200%200%2064%2053.047V9.083C64%207.933%2063.067%207%2061.917%207H16.459c-1.597%200-3.089.8-3.973%202.13h0a1.889%201.889%200%200%200%201.573%202.935h3.808L20%2012.047h39.917v48H14.058a1.89%201.89%200%200%201-1.891-1.85V10.575%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M39.533%2027.219v7h3m-8.825%200a2.5%202.5%200%200%201-2.5-2.5v-2a2.5%202.5%200%200%201%202.5-2.5h0a2.5%202.5%200%200%201%202.5%202.5v2a2.5%202.5%200%200%201-2.5%202.5m16.456-7l-.601%203.88h4.095m-.675-3.88v7%22%2F%3E%3Ccircle%20cx%3D%2245.533%22%20cy%3D%2234.219%22%20r%3D%221%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m28.416%2027.29l-1.518%207h-1.361l-1.537-7%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23f4aa41%22%20d%3D%22M18%2012h42v47.5H18z%22%2F%3E%3Cpath%20fill%3D%22%23e27022%22%20d%3D%22M14.637%2012h2.469c1.042%200%201.886.845%201.886%201.887l-1%2043.726c0%201.042.156%201.887-.886%201.887h-2.47a1.887%201.887%200%200%201-1.886-1.887V13.887c0-1.042.845-1.887%201.887-1.887%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M18%2013v46m44.909-4.185A1.99%201.99%200%200%200%2064%2053.047V9.083C64%207.933%2063.067%207%2061.917%207H16.459c-1.597%200-3.089.8-3.973%202.13h0a1.889%201.889%200%200%200%201.573%202.935h3.808L20%2012.047h39.917v48H14.058a1.89%201.89%200%200%201-1.891-1.85V10.575%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M39.533%2027.219v7h3m-8.825%200a2.5%202.5%200%200%201-2.5-2.5v-2a2.5%202.5%200%200%201%202.5-2.5h0a2.5%202.5%200%200%201%202.5%202.5v2a2.5%202.5%200%200%201-2.5%202.5m16.456-7l-.601%203.88h4.095m-.675-3.88v7%22%2F%3E%3Ccircle%20cx%3D%2245.533%22%20cy%3D%2234.219%22%20r%3D%221%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m28.416%2027.29l-1.518%207h-1.361l-1.537-7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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