page-facing-up from Fluent Emoji High Contrast by Microsoft Corporation · Default · Objects · MIT Free for personal and commercial use.

Name
page-facing-up
Set
Fluent Emoji High Contrast
Style
Default
Category
Objects
Viewbox
32×32
License
MIT

The same emoji in other sets

More objects icons from Fluent Emoji High Contrast

Use the page facing up emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M9.5 12a.5.5 0 0 0 0 1h13a.5.5 0 0 0 0-1zm0 3a.5.5 0 0 0 0 1h13a.5.5 0 0 0 0-1zM9 18.5a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 0 1h-13a.5.5 0 0 1-.5-.5m.5 2.5a.5.5 0 0 0 0 1h8a.5.5 0 0 0 0-1z"/><path d="M4 4a3 3 0 0 1 3-3h13.05a1 1 0 0 1 .707.293l6.95 6.95A1 1 0 0 1 28 8.95V28a3 3 0 0 1-3 3H7a3 3 0 0 1-3-3zm3-1a1 1 0 0 0-1 1v24a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1V9.364L25.636 9h-4.643A.997.997 0 0 1 20 8V3.364L19.636 3z"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastPageFacingUp(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M9.5 12a.5.5 0 0 0 0 1h13a.5.5 0 0 0 0-1zm0 3a.5.5 0 0 0 0 1h13a.5.5 0 0 0 0-1zM9 18.5a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 0 1h-13a.5.5 0 0 1-.5-.5m.5 2.5a.5.5 0 0 0 0 1h8a.5.5 0 0 0 0-1z"/><path d="M4 4a3 3 0 0 1 3-3h13.05a1 1 0 0 1 .707.293l6.95 6.95A1 1 0 0 1 28 8.95V28a3 3 0 0 1-3 3H7a3 3 0 0 1-3-3zm3-1a1 1 0 0 0-1 1v24a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1V9.364L25.636 9h-4.643A.997.997 0 0 1 20 8V3.364L19.636 3z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M9.5 12a.5.5 0 0 0 0 1h13a.5.5 0 0 0 0-1zm0 3a.5.5 0 0 0 0 1h13a.5.5 0 0 0 0-1zM9 18.5a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 0 1h-13a.5.5 0 0 1-.5-.5m.5 2.5a.5.5 0 0 0 0 1h8a.5.5 0 0 0 0-1z"/><path d="M4 4a3 3 0 0 1 3-3h13.05a1 1 0 0 1 .707.293l6.95 6.95A1 1 0 0 1 28 8.95V28a3 3 0 0 1-3 3H7a3 3 0 0 1-3-3zm3-1a1 1 0 0 0-1 1v24a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1V9.364L25.636 9h-4.643A.997.997 0 0 1 20 8V3.364L19.636 3z"/></g></svg>
</template>

CSS

.icon-page-facing-up {
  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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M9.5%2012a.5.5%200%200%200%200%201h13a.5.5%200%200%200%200-1zm0%203a.5.5%200%200%200%200%201h13a.5.5%200%200%200%200-1zM9%2018.5a.5.5%200%200%201%20.5-.5h13a.5.5%200%200%201%200%201h-13a.5.5%200%200%201-.5-.5m.5%202.5a.5.5%200%200%200%200%201h8a.5.5%200%200%200%200-1z%22%2F%3E%3Cpath%20d%3D%22M4%204a3%203%200%200%201%203-3h13.05a1%201%200%200%201%20.707.293l6.95%206.95A1%201%200%200%201%2028%208.95V28a3%203%200%200%201-3%203H7a3%203%200%200%201-3-3zm3-1a1%201%200%200%200-1%201v24a1%201%200%200%200%201%201h18a1%201%200%200%200%201-1V9.364L25.636%209h-4.643A.997.997%200%200%201%2020%208V3.364L19.636%203z%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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M9.5%2012a.5.5%200%200%200%200%201h13a.5.5%200%200%200%200-1zm0%203a.5.5%200%200%200%200%201h13a.5.5%200%200%200%200-1zM9%2018.5a.5.5%200%200%201%20.5-.5h13a.5.5%200%200%201%200%201h-13a.5.5%200%200%201-.5-.5m.5%202.5a.5.5%200%200%200%200%201h8a.5.5%200%200%200%200-1z%22%2F%3E%3Cpath%20d%3D%22M4%204a3%203%200%200%201%203-3h13.05a1%201%200%200%201%20.707.293l6.95%206.95A1%201%200%200%201%2028%208.95V28a3%203%200%200%201-3%203H7a3%203%200%200%201-3-3zm3-1a1%201%200%200%200-1%201v24a1%201%200%200%200%201%201h18a1%201%200%200%200%201-1V9.364L25.636%209h-4.643A.997.997%200%200%201%2020%208V3.364L19.636%203z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/page-facing-up.svg?color=%231a73e8&size=48