notepage from Firefox OS Emoji by Mozilla · Default · Objects · Apache-2.0 Free for personal and commercial use.

Name
notepage
Set
Firefox OS Emoji
Style
Default
Category
Objects
Viewbox
512×512
License
Apache 2.0

More objects icons from Firefox OS Emoji

Use the notepage emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#FFD469" d="M450.812 462.658H74.759a8.8 8.8 0 0 1-8.802-8.802V77.802A8.8 8.8 0 0 1 74.759 69h376.215a8.64 8.64 0 0 1 8.64 8.64v376.215a8.8 8.8 0 0 1-8.802 8.803"/><path fill="#597B91" d="M393.375 168.403H126.007c-6.613 0-11.974-5.36-11.974-11.973s5.361-11.973 11.974-11.973h267.368c6.612 0 11.974 5.36 11.974 11.973s-5.362 11.973-11.974 11.973m-53.059 66.401c0-6.613-5.361-11.974-11.974-11.974H126.007c-6.613 0-11.974 5.361-11.974 11.974s5.361 11.974 11.974 11.974h202.335c6.613-.001 11.974-5.361 11.974-11.974m-85.479 78.374c0-6.612-5.361-11.974-11.974-11.974H126.007c-6.613 0-11.974 5.361-11.974 11.974s5.361 11.974 11.974 11.974h116.856c6.613-.001 11.974-5.362 11.974-11.974m101.165 78.374c0-6.612-5.361-11.974-11.974-11.974H126.007c-6.613 0-11.974 5.361-11.974 11.974s5.361 11.974 11.974 11.974h218.021c6.613-.001 11.974-5.362 11.974-11.974m40.334-78.374c0-6.612-5.361-11.974-11.974-11.974h-80.668c-6.612 0-11.974 5.361-11.974 11.974s5.361 11.974 11.974 11.974h80.668c6.613-.001 11.974-5.362 11.974-11.974"/></svg>

React

import type { SVGProps } from "react";

export function FxemojiNotepage(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#FFD469" d="M450.812 462.658H74.759a8.8 8.8 0 0 1-8.802-8.802V77.802A8.8 8.8 0 0 1 74.759 69h376.215a8.64 8.64 0 0 1 8.64 8.64v376.215a8.8 8.8 0 0 1-8.802 8.803"/><path fill="#597B91" d="M393.375 168.403H126.007c-6.613 0-11.974-5.36-11.974-11.973s5.361-11.973 11.974-11.973h267.368c6.612 0 11.974 5.36 11.974 11.973s-5.362 11.973-11.974 11.973m-53.059 66.401c0-6.613-5.361-11.974-11.974-11.974H126.007c-6.613 0-11.974 5.361-11.974 11.974s5.361 11.974 11.974 11.974h202.335c6.613-.001 11.974-5.361 11.974-11.974m-85.479 78.374c0-6.612-5.361-11.974-11.974-11.974H126.007c-6.613 0-11.974 5.361-11.974 11.974s5.361 11.974 11.974 11.974h116.856c6.613-.001 11.974-5.362 11.974-11.974m101.165 78.374c0-6.612-5.361-11.974-11.974-11.974H126.007c-6.613 0-11.974 5.361-11.974 11.974s5.361 11.974 11.974 11.974h218.021c6.613-.001 11.974-5.362 11.974-11.974m40.334-78.374c0-6.612-5.361-11.974-11.974-11.974h-80.668c-6.612 0-11.974 5.361-11.974 11.974s5.361 11.974 11.974 11.974h80.668c6.613-.001 11.974-5.362 11.974-11.974"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#FFD469" d="M450.812 462.658H74.759a8.8 8.8 0 0 1-8.802-8.802V77.802A8.8 8.8 0 0 1 74.759 69h376.215a8.64 8.64 0 0 1 8.64 8.64v376.215a8.8 8.8 0 0 1-8.802 8.803"/><path fill="#597B91" d="M393.375 168.403H126.007c-6.613 0-11.974-5.36-11.974-11.973s5.361-11.973 11.974-11.973h267.368c6.612 0 11.974 5.36 11.974 11.973s-5.362 11.973-11.974 11.973m-53.059 66.401c0-6.613-5.361-11.974-11.974-11.974H126.007c-6.613 0-11.974 5.361-11.974 11.974s5.361 11.974 11.974 11.974h202.335c6.613-.001 11.974-5.361 11.974-11.974m-85.479 78.374c0-6.612-5.361-11.974-11.974-11.974H126.007c-6.613 0-11.974 5.361-11.974 11.974s5.361 11.974 11.974 11.974h116.856c6.613-.001 11.974-5.362 11.974-11.974m101.165 78.374c0-6.612-5.361-11.974-11.974-11.974H126.007c-6.613 0-11.974 5.361-11.974 11.974s5.361 11.974 11.974 11.974h218.021c6.613-.001 11.974-5.362 11.974-11.974m40.334-78.374c0-6.612-5.361-11.974-11.974-11.974h-80.668c-6.612 0-11.974 5.361-11.974 11.974s5.361 11.974 11.974 11.974h80.668c6.613-.001 11.974-5.362 11.974-11.974"/></svg>
</template>

CSS

.icon-notepage {
  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%20512%20512%22%3E%3Cpath%20fill%3D%22%23FFD469%22%20d%3D%22M450.812%20462.658H74.759a8.8%208.8%200%200%201-8.802-8.802V77.802A8.8%208.8%200%200%201%2074.759%2069h376.215a8.64%208.64%200%200%201%208.64%208.64v376.215a8.8%208.8%200%200%201-8.802%208.803%22%2F%3E%3Cpath%20fill%3D%22%23597B91%22%20d%3D%22M393.375%20168.403H126.007c-6.613%200-11.974-5.36-11.974-11.973s5.361-11.973%2011.974-11.973h267.368c6.612%200%2011.974%205.36%2011.974%2011.973s-5.362%2011.973-11.974%2011.973m-53.059%2066.401c0-6.613-5.361-11.974-11.974-11.974H126.007c-6.613%200-11.974%205.361-11.974%2011.974s5.361%2011.974%2011.974%2011.974h202.335c6.613-.001%2011.974-5.361%2011.974-11.974m-85.479%2078.374c0-6.612-5.361-11.974-11.974-11.974H126.007c-6.613%200-11.974%205.361-11.974%2011.974s5.361%2011.974%2011.974%2011.974h116.856c6.613-.001%2011.974-5.362%2011.974-11.974m101.165%2078.374c0-6.612-5.361-11.974-11.974-11.974H126.007c-6.613%200-11.974%205.361-11.974%2011.974s5.361%2011.974%2011.974%2011.974h218.021c6.613-.001%2011.974-5.362%2011.974-11.974m40.334-78.374c0-6.612-5.361-11.974-11.974-11.974h-80.668c-6.612%200-11.974%205.361-11.974%2011.974s5.361%2011.974%2011.974%2011.974h80.668c6.613-.001%2011.974-5.362%2011.974-11.974%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%20512%20512%22%3E%3Cpath%20fill%3D%22%23FFD469%22%20d%3D%22M450.812%20462.658H74.759a8.8%208.8%200%200%201-8.802-8.802V77.802A8.8%208.8%200%200%201%2074.759%2069h376.215a8.64%208.64%200%200%201%208.64%208.64v376.215a8.8%208.8%200%200%201-8.802%208.803%22%2F%3E%3Cpath%20fill%3D%22%23597B91%22%20d%3D%22M393.375%20168.403H126.007c-6.613%200-11.974-5.36-11.974-11.973s5.361-11.973%2011.974-11.973h267.368c6.612%200%2011.974%205.36%2011.974%2011.973s-5.362%2011.973-11.974%2011.973m-53.059%2066.401c0-6.613-5.361-11.974-11.974-11.974H126.007c-6.613%200-11.974%205.361-11.974%2011.974s5.361%2011.974%2011.974%2011.974h202.335c6.613-.001%2011.974-5.361%2011.974-11.974m-85.479%2078.374c0-6.612-5.361-11.974-11.974-11.974H126.007c-6.613%200-11.974%205.361-11.974%2011.974s5.361%2011.974%2011.974%2011.974h116.856c6.613-.001%2011.974-5.362%2011.974-11.974m101.165%2078.374c0-6.612-5.361-11.974-11.974-11.974H126.007c-6.613%200-11.974%205.361-11.974%2011.974s5.361%2011.974%2011.974%2011.974h218.021c6.613-.001%2011.974-5.362%2011.974-11.974m40.334-78.374c0-6.612-5.361-11.974-11.974-11.974h-80.668c-6.612%200-11.974%205.361-11.974%2011.974s5.361%2011.974%2011.974%2011.974h80.668c6.613-.001%2011.974-5.362%2011.974-11.974%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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