blue book emoji
blue-book from OpenMoji by OpenMoji · Default · Objects · CC-BY-SA-4.0 Attribution required.
- Name
- blue-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 blue book emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#92d3f5" d="M18 12h42v47.5H18z"/><path fill="#61b2e4" d="M12.5 12h6.493l-1.25 47.5h-2.737c-1.66 0-2.506-1.346-2.506-3.006z"/><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.5"/><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-7m25.563 5.531a1.93 1.93 0 0 0 1.934 1.398h0a1.763 1.763 0 1 0 0-3.5a1.763 1.763 0 1 0 0-3.5h0a1.93 1.93 0 0 0-1.934 1.397"/></svg>
React
import type { SVGProps } from "react";
export function OpenmojiBlueBook(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#92d3f5" d="M18 12h42v47.5H18z"/><path fill="#61b2e4" d="M12.5 12h6.493l-1.25 47.5h-2.737c-1.66 0-2.506-1.346-2.506-3.006z"/><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.5"/><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-7m25.563 5.531a1.93 1.93 0 0 0 1.934 1.398h0a1.763 1.763 0 1 0 0-3.5a1.763 1.763 0 1 0 0-3.5h0a1.93 1.93 0 0 0-1.934 1.397"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#92d3f5" d="M18 12h42v47.5H18z"/><path fill="#61b2e4" d="M12.5 12h6.493l-1.25 47.5h-2.737c-1.66 0-2.506-1.346-2.506-3.006z"/><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.5"/><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-7m25.563 5.531a1.93 1.93 0 0 0 1.934 1.398h0a1.763 1.763 0 1 0 0-3.5a1.763 1.763 0 1 0 0-3.5h0a1.93 1.93 0 0 0-1.934 1.397"/></svg> </template>
CSS
.icon-blue-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%2392d3f5%22%20d%3D%22M18%2012h42v47.5H18z%22%2F%3E%3Cpath%20fill%3D%22%2361b2e4%22%20d%3D%22M12.5%2012h6.493l-1.25%2047.5h-2.737c-1.66%200-2.506-1.346-2.506-3.006z%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.5%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-7m25.563%205.531a1.93%201.93%200%200%200%201.934%201.398h0a1.763%201.763%200%201%200%200-3.5a1.763%201.763%200%201%200%200-3.5h0a1.93%201.93%200%200%200-1.934%201.397%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%2392d3f5%22%20d%3D%22M18%2012h42v47.5H18z%22%2F%3E%3Cpath%20fill%3D%22%2361b2e4%22%20d%3D%22M12.5%2012h6.493l-1.25%2047.5h-2.737c-1.66%200-2.506-1.346-2.506-3.006z%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.5%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-7m25.563%205.531a1.93%201.93%200%200%200%201.934%201.398h0a1.763%201.763%200%201%200%200-3.5a1.763%201.763%200%201%200%200-3.5h0a1.93%201.93%200%200%200-1.934%201.397%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/blue-book.svg?color=%231a73e8&size=48