green book emoji
green-book from Noto Emoji by Google Inc · Default · Objects · Apache-2.0 Free for personal and commercial use.
- Name
- green-book
- Set
- Noto Emoji
- Style
- Default
- Category
- Objects
- Viewbox
- 128×128
- License
- Apache 2.0
The same emoji in other sets
More objects icons from Noto Emoji
Use the green book emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#689f38" d="M106.02 121.68H36.18c-1.66 0-1.26-1.35-1.26-3.01V14.05c0-1.66 1.35-3.01 3.01-3.01h69.36c2.72 0 4.93 2.21 4.93 4.93v99.76c0 3.86-1.83 5.95-6.2 5.95"/><path fill="#94c6d6" d="M18.53 115.14c0 1.94 3.07 3.57 5.01 3.57l80.39-.05c2.98 0 4.54-1.58 4.54-3.52l-.25-21.32H18.53z"/><path fill="#f5f5f5" d="M101.47 105.88s-2.13 5.85.03 8.78c2.51 3.4 6.89 2.58 6.89.99V16.44c0-.66-.61-1.14-1.25-1c-1.39.3-3.89.31-7.21-1.89z"/><path fill="#689f38" d="M94.16 110.85H23.64V6.45h72.25c2.27 0 3.87.61 4.62 1.62c.98 1.31 1.5 3.3 1.5 5.48V103a7.85 7.85 0 0 1-7.85 7.85"/><path fill="#9ccc65" d="M92.01 107.78H25.54c-2.76 0-4.99-2.24-4.99-4.99V11.45c0-2.76 2.24-4.99 4.99-4.99h66.47c3.82 0 6.92 2.18 6.92 6.92v87.49c-.01 3.81-3.1 6.91-6.92 6.91"/><path fill="#616161" d="M34.43 109.75L34.38 6.46h-11.2s-2.31-.4-3.85 0c-2.79.73-3.56 2.76-3.56 6.07v94.41c0 6.7.41 9.6 2.44 11.72c-.12-1.54.87-6.83 1.68-8.28c.72-1.28 14.54-.63 14.54-.63"/><path fill="none" stroke="#424242" stroke-miterlimit="10" stroke-width="2" d="M23.18 6.45v104.4"/><path fill="none" stroke="#424242" stroke-miterlimit="10" stroke-width="3" d="m34.38 109.34l-11.3.22c-3.77 0-5.06 4.04-4.39 6.71c.84 3.37 4.32 3.92 5.18 3.92h12.65"/></svg>
React
import type { SVGProps } from "react";
export function NotoGreenBook(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#689f38" d="M106.02 121.68H36.18c-1.66 0-1.26-1.35-1.26-3.01V14.05c0-1.66 1.35-3.01 3.01-3.01h69.36c2.72 0 4.93 2.21 4.93 4.93v99.76c0 3.86-1.83 5.95-6.2 5.95"/><path fill="#94c6d6" d="M18.53 115.14c0 1.94 3.07 3.57 5.01 3.57l80.39-.05c2.98 0 4.54-1.58 4.54-3.52l-.25-21.32H18.53z"/><path fill="#f5f5f5" d="M101.47 105.88s-2.13 5.85.03 8.78c2.51 3.4 6.89 2.58 6.89.99V16.44c0-.66-.61-1.14-1.25-1c-1.39.3-3.89.31-7.21-1.89z"/><path fill="#689f38" d="M94.16 110.85H23.64V6.45h72.25c2.27 0 3.87.61 4.62 1.62c.98 1.31 1.5 3.3 1.5 5.48V103a7.85 7.85 0 0 1-7.85 7.85"/><path fill="#9ccc65" d="M92.01 107.78H25.54c-2.76 0-4.99-2.24-4.99-4.99V11.45c0-2.76 2.24-4.99 4.99-4.99h66.47c3.82 0 6.92 2.18 6.92 6.92v87.49c-.01 3.81-3.1 6.91-6.92 6.91"/><path fill="#616161" d="M34.43 109.75L34.38 6.46h-11.2s-2.31-.4-3.85 0c-2.79.73-3.56 2.76-3.56 6.07v94.41c0 6.7.41 9.6 2.44 11.72c-.12-1.54.87-6.83 1.68-8.28c.72-1.28 14.54-.63 14.54-.63"/><path fill="none" stroke="#424242" strokeMiterlimit="10" strokeWidth="2" d="M23.18 6.45v104.4"/><path fill="none" stroke="#424242" strokeMiterlimit="10" strokeWidth="3" d="m34.38 109.34l-11.3.22c-3.77 0-5.06 4.04-4.39 6.71c.84 3.37 4.32 3.92 5.18 3.92h12.65"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#689f38" d="M106.02 121.68H36.18c-1.66 0-1.26-1.35-1.26-3.01V14.05c0-1.66 1.35-3.01 3.01-3.01h69.36c2.72 0 4.93 2.21 4.93 4.93v99.76c0 3.86-1.83 5.95-6.2 5.95"/><path fill="#94c6d6" d="M18.53 115.14c0 1.94 3.07 3.57 5.01 3.57l80.39-.05c2.98 0 4.54-1.58 4.54-3.52l-.25-21.32H18.53z"/><path fill="#f5f5f5" d="M101.47 105.88s-2.13 5.85.03 8.78c2.51 3.4 6.89 2.58 6.89.99V16.44c0-.66-.61-1.14-1.25-1c-1.39.3-3.89.31-7.21-1.89z"/><path fill="#689f38" d="M94.16 110.85H23.64V6.45h72.25c2.27 0 3.87.61 4.62 1.62c.98 1.31 1.5 3.3 1.5 5.48V103a7.85 7.85 0 0 1-7.85 7.85"/><path fill="#9ccc65" d="M92.01 107.78H25.54c-2.76 0-4.99-2.24-4.99-4.99V11.45c0-2.76 2.24-4.99 4.99-4.99h66.47c3.82 0 6.92 2.18 6.92 6.92v87.49c-.01 3.81-3.1 6.91-6.92 6.91"/><path fill="#616161" d="M34.43 109.75L34.38 6.46h-11.2s-2.31-.4-3.85 0c-2.79.73-3.56 2.76-3.56 6.07v94.41c0 6.7.41 9.6 2.44 11.72c-.12-1.54.87-6.83 1.68-8.28c.72-1.28 14.54-.63 14.54-.63"/><path fill="none" stroke="#424242" stroke-miterlimit="10" stroke-width="2" d="M23.18 6.45v104.4"/><path fill="none" stroke="#424242" stroke-miterlimit="10" stroke-width="3" d="m34.38 109.34l-11.3.22c-3.77 0-5.06 4.04-4.39 6.71c.84 3.37 4.32 3.92 5.18 3.92h12.65"/></svg> </template>
CSS
.icon-green-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%20128%20128%22%3E%3Cpath%20fill%3D%22%23689f38%22%20d%3D%22M106.02%20121.68H36.18c-1.66%200-1.26-1.35-1.26-3.01V14.05c0-1.66%201.35-3.01%203.01-3.01h69.36c2.72%200%204.93%202.21%204.93%204.93v99.76c0%203.86-1.83%205.95-6.2%205.95%22%2F%3E%3Cpath%20fill%3D%22%2394c6d6%22%20d%3D%22M18.53%20115.14c0%201.94%203.07%203.57%205.01%203.57l80.39-.05c2.98%200%204.54-1.58%204.54-3.52l-.25-21.32H18.53z%22%2F%3E%3Cpath%20fill%3D%22%23f5f5f5%22%20d%3D%22M101.47%20105.88s-2.13%205.85.03%208.78c2.51%203.4%206.89%202.58%206.89.99V16.44c0-.66-.61-1.14-1.25-1c-1.39.3-3.89.31-7.21-1.89z%22%2F%3E%3Cpath%20fill%3D%22%23689f38%22%20d%3D%22M94.16%20110.85H23.64V6.45h72.25c2.27%200%203.87.61%204.62%201.62c.98%201.31%201.5%203.3%201.5%205.48V103a7.85%207.85%200%200%201-7.85%207.85%22%2F%3E%3Cpath%20fill%3D%22%239ccc65%22%20d%3D%22M92.01%20107.78H25.54c-2.76%200-4.99-2.24-4.99-4.99V11.45c0-2.76%202.24-4.99%204.99-4.99h66.47c3.82%200%206.92%202.18%206.92%206.92v87.49c-.01%203.81-3.1%206.91-6.92%206.91%22%2F%3E%3Cpath%20fill%3D%22%23616161%22%20d%3D%22M34.43%20109.75L34.38%206.46h-11.2s-2.31-.4-3.85%200c-2.79.73-3.56%202.76-3.56%206.07v94.41c0%206.7.41%209.6%202.44%2011.72c-.12-1.54.87-6.83%201.68-8.28c.72-1.28%2014.54-.63%2014.54-.63%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23424242%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M23.18%206.45v104.4%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23424242%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%223%22%20d%3D%22m34.38%20109.34l-11.3.22c-3.77%200-5.06%204.04-4.39%206.71c.84%203.37%204.32%203.92%205.18%203.92h12.65%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%20128%20128%22%3E%3Cpath%20fill%3D%22%23689f38%22%20d%3D%22M106.02%20121.68H36.18c-1.66%200-1.26-1.35-1.26-3.01V14.05c0-1.66%201.35-3.01%203.01-3.01h69.36c2.72%200%204.93%202.21%204.93%204.93v99.76c0%203.86-1.83%205.95-6.2%205.95%22%2F%3E%3Cpath%20fill%3D%22%2394c6d6%22%20d%3D%22M18.53%20115.14c0%201.94%203.07%203.57%205.01%203.57l80.39-.05c2.98%200%204.54-1.58%204.54-3.52l-.25-21.32H18.53z%22%2F%3E%3Cpath%20fill%3D%22%23f5f5f5%22%20d%3D%22M101.47%20105.88s-2.13%205.85.03%208.78c2.51%203.4%206.89%202.58%206.89.99V16.44c0-.66-.61-1.14-1.25-1c-1.39.3-3.89.31-7.21-1.89z%22%2F%3E%3Cpath%20fill%3D%22%23689f38%22%20d%3D%22M94.16%20110.85H23.64V6.45h72.25c2.27%200%203.87.61%204.62%201.62c.98%201.31%201.5%203.3%201.5%205.48V103a7.85%207.85%200%200%201-7.85%207.85%22%2F%3E%3Cpath%20fill%3D%22%239ccc65%22%20d%3D%22M92.01%20107.78H25.54c-2.76%200-4.99-2.24-4.99-4.99V11.45c0-2.76%202.24-4.99%204.99-4.99h66.47c3.82%200%206.92%202.18%206.92%206.92v87.49c-.01%203.81-3.1%206.91-6.92%206.91%22%2F%3E%3Cpath%20fill%3D%22%23616161%22%20d%3D%22M34.43%20109.75L34.38%206.46h-11.2s-2.31-.4-3.85%200c-2.79.73-3.56%202.76-3.56%206.07v94.41c0%206.7.41%209.6%202.44%2011.72c-.12-1.54.87-6.83%201.68-8.28c.72-1.28%2014.54-.63%2014.54-.63%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23424242%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M23.18%206.45v104.4%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23424242%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%223%22%20d%3D%22m34.38%20109.34l-11.3.22c-3.77%200-5.06%204.04-4.39%206.71c.84%203.37%204.32%203.92%205.18%203.92h12.65%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/noto/green-book.svg?color=%231a73e8&size=48