pages emoji
pages from Firefox OS Emoji by Mozilla · Default · Objects · Apache-2.0 Free for personal and commercial use.
- Name
- pages
- Set
- Firefox OS Emoji
- Style
- Default
- Category
- Objects
- Viewbox
- 512×512
- License
- Apache 2.0
The same emoji in other sets
More objects icons from Firefox OS Emoji
admissionticketsalienmonsteramericanfootballartistpaletteauberginebabybottlebackofenvelopeballoonballotboldscriptxballotboxboldcheckballotboxwithboldscriptxballottboxwithballottballottboxwithscriptxballottscriptxbananabanknotedollarbanknoteeurobanknotepoundbanknoteyenbarchartbaseballbasketballandhoopbathbathtub
Use the pages emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#EAC083" d="M446.067 512h-217.97c-2.818 0-5.102-3.663-5.102-8.182V8.182c0-4.519 2.284-8.182 5.102-8.182H446.23c2.727 0 4.938 3.546 4.938 7.92v495.898c.001 4.519-2.283 8.182-5.101 8.182"/><path fill="#F9E7C0" d="M392.753 512H191.967L35.007 355.04V8.182A8.18 8.18 0 0 1 43.189 0h349.826a7.92 7.92 0 0 1 7.92 7.92v495.898a8.18 8.18 0 0 1-8.182 8.182"/><path fill="#597B91" d="M303.694 456.668h-60.108c-6.147 0-11.13-4.983-11.13-11.13s4.983-11.13 11.13-11.13h60.108c6.146 0 11.13 4.983 11.13 11.13s-4.983 11.13-11.13 11.13m59.646-83.983c0-6.146-4.983-11.13-11.13-11.13H243.586c-6.147 0-11.13 4.983-11.13 11.13s4.983 11.13 11.13 11.13H352.21c6.146-.001 11.13-4.984 11.13-11.13m-23.867-72.854c0-6.146-4.983-11.13-11.13-11.13h-84.757c-6.147 0-11.13 4.983-11.13 11.13s4.983 11.13 11.13 11.13h84.757c6.146 0 11.13-4.983 11.13-11.13m-49.297-72.853c0-6.147-4.983-11.13-11.13-11.13H102.809c-6.147 0-11.13 4.983-11.13 11.13s4.983 11.13 11.13 11.13h176.237c6.146-.001 11.13-4.983 11.13-11.13m-92.007 72.853c0-6.146-4.983-11.13-11.13-11.13h-84.231c-6.147 0-11.13 4.983-11.13 11.13s4.983 11.13 11.13 11.13h84.231c6.148 0 11.13-4.983 11.13-11.13m110.859-145.707c0-6.147-4.983-11.13-11.13-11.13h-195.09c-6.147 0-11.13 4.983-11.13 11.13s4.983 11.13 11.13 11.13h195.09c6.147 0 11.13-4.983 11.13-11.13m54.312-72.853c0-6.147-4.983-11.13-11.13-11.13H102.809c-6.147 0-11.13 4.983-11.13 11.13s4.983 11.13 11.13 11.13H352.21c6.146 0 11.13-4.983 11.13-11.13"/><path fill="#EAC083" d="M191.967 512L35.007 355.04h123.597c18.426 0 33.363 14.937 33.363 33.363z"/></svg>
React
import type { SVGProps } from "react";
export function FxemojiPages(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#EAC083" d="M446.067 512h-217.97c-2.818 0-5.102-3.663-5.102-8.182V8.182c0-4.519 2.284-8.182 5.102-8.182H446.23c2.727 0 4.938 3.546 4.938 7.92v495.898c.001 4.519-2.283 8.182-5.101 8.182"/><path fill="#F9E7C0" d="M392.753 512H191.967L35.007 355.04V8.182A8.18 8.18 0 0 1 43.189 0h349.826a7.92 7.92 0 0 1 7.92 7.92v495.898a8.18 8.18 0 0 1-8.182 8.182"/><path fill="#597B91" d="M303.694 456.668h-60.108c-6.147 0-11.13-4.983-11.13-11.13s4.983-11.13 11.13-11.13h60.108c6.146 0 11.13 4.983 11.13 11.13s-4.983 11.13-11.13 11.13m59.646-83.983c0-6.146-4.983-11.13-11.13-11.13H243.586c-6.147 0-11.13 4.983-11.13 11.13s4.983 11.13 11.13 11.13H352.21c6.146-.001 11.13-4.984 11.13-11.13m-23.867-72.854c0-6.146-4.983-11.13-11.13-11.13h-84.757c-6.147 0-11.13 4.983-11.13 11.13s4.983 11.13 11.13 11.13h84.757c6.146 0 11.13-4.983 11.13-11.13m-49.297-72.853c0-6.147-4.983-11.13-11.13-11.13H102.809c-6.147 0-11.13 4.983-11.13 11.13s4.983 11.13 11.13 11.13h176.237c6.146-.001 11.13-4.983 11.13-11.13m-92.007 72.853c0-6.146-4.983-11.13-11.13-11.13h-84.231c-6.147 0-11.13 4.983-11.13 11.13s4.983 11.13 11.13 11.13h84.231c6.148 0 11.13-4.983 11.13-11.13m110.859-145.707c0-6.147-4.983-11.13-11.13-11.13h-195.09c-6.147 0-11.13 4.983-11.13 11.13s4.983 11.13 11.13 11.13h195.09c6.147 0 11.13-4.983 11.13-11.13m54.312-72.853c0-6.147-4.983-11.13-11.13-11.13H102.809c-6.147 0-11.13 4.983-11.13 11.13s4.983 11.13 11.13 11.13H352.21c6.146 0 11.13-4.983 11.13-11.13"/><path fill="#EAC083" d="M191.967 512L35.007 355.04h123.597c18.426 0 33.363 14.937 33.363 33.363z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#EAC083" d="M446.067 512h-217.97c-2.818 0-5.102-3.663-5.102-8.182V8.182c0-4.519 2.284-8.182 5.102-8.182H446.23c2.727 0 4.938 3.546 4.938 7.92v495.898c.001 4.519-2.283 8.182-5.101 8.182"/><path fill="#F9E7C0" d="M392.753 512H191.967L35.007 355.04V8.182A8.18 8.18 0 0 1 43.189 0h349.826a7.92 7.92 0 0 1 7.92 7.92v495.898a8.18 8.18 0 0 1-8.182 8.182"/><path fill="#597B91" d="M303.694 456.668h-60.108c-6.147 0-11.13-4.983-11.13-11.13s4.983-11.13 11.13-11.13h60.108c6.146 0 11.13 4.983 11.13 11.13s-4.983 11.13-11.13 11.13m59.646-83.983c0-6.146-4.983-11.13-11.13-11.13H243.586c-6.147 0-11.13 4.983-11.13 11.13s4.983 11.13 11.13 11.13H352.21c6.146-.001 11.13-4.984 11.13-11.13m-23.867-72.854c0-6.146-4.983-11.13-11.13-11.13h-84.757c-6.147 0-11.13 4.983-11.13 11.13s4.983 11.13 11.13 11.13h84.757c6.146 0 11.13-4.983 11.13-11.13m-49.297-72.853c0-6.147-4.983-11.13-11.13-11.13H102.809c-6.147 0-11.13 4.983-11.13 11.13s4.983 11.13 11.13 11.13h176.237c6.146-.001 11.13-4.983 11.13-11.13m-92.007 72.853c0-6.146-4.983-11.13-11.13-11.13h-84.231c-6.147 0-11.13 4.983-11.13 11.13s4.983 11.13 11.13 11.13h84.231c6.148 0 11.13-4.983 11.13-11.13m110.859-145.707c0-6.147-4.983-11.13-11.13-11.13h-195.09c-6.147 0-11.13 4.983-11.13 11.13s4.983 11.13 11.13 11.13h195.09c6.147 0 11.13-4.983 11.13-11.13m54.312-72.853c0-6.147-4.983-11.13-11.13-11.13H102.809c-6.147 0-11.13 4.983-11.13 11.13s4.983 11.13 11.13 11.13H352.21c6.146 0 11.13-4.983 11.13-11.13"/><path fill="#EAC083" d="M191.967 512L35.007 355.04h123.597c18.426 0 33.363 14.937 33.363 33.363z"/></svg> </template>
CSS
.icon-pages {
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%23EAC083%22%20d%3D%22M446.067%20512h-217.97c-2.818%200-5.102-3.663-5.102-8.182V8.182c0-4.519%202.284-8.182%205.102-8.182H446.23c2.727%200%204.938%203.546%204.938%207.92v495.898c.001%204.519-2.283%208.182-5.101%208.182%22%2F%3E%3Cpath%20fill%3D%22%23F9E7C0%22%20d%3D%22M392.753%20512H191.967L35.007%20355.04V8.182A8.18%208.18%200%200%201%2043.189%200h349.826a7.92%207.92%200%200%201%207.92%207.92v495.898a8.18%208.18%200%200%201-8.182%208.182%22%2F%3E%3Cpath%20fill%3D%22%23597B91%22%20d%3D%22M303.694%20456.668h-60.108c-6.147%200-11.13-4.983-11.13-11.13s4.983-11.13%2011.13-11.13h60.108c6.146%200%2011.13%204.983%2011.13%2011.13s-4.983%2011.13-11.13%2011.13m59.646-83.983c0-6.146-4.983-11.13-11.13-11.13H243.586c-6.147%200-11.13%204.983-11.13%2011.13s4.983%2011.13%2011.13%2011.13H352.21c6.146-.001%2011.13-4.984%2011.13-11.13m-23.867-72.854c0-6.146-4.983-11.13-11.13-11.13h-84.757c-6.147%200-11.13%204.983-11.13%2011.13s4.983%2011.13%2011.13%2011.13h84.757c6.146%200%2011.13-4.983%2011.13-11.13m-49.297-72.853c0-6.147-4.983-11.13-11.13-11.13H102.809c-6.147%200-11.13%204.983-11.13%2011.13s4.983%2011.13%2011.13%2011.13h176.237c6.146-.001%2011.13-4.983%2011.13-11.13m-92.007%2072.853c0-6.146-4.983-11.13-11.13-11.13h-84.231c-6.147%200-11.13%204.983-11.13%2011.13s4.983%2011.13%2011.13%2011.13h84.231c6.148%200%2011.13-4.983%2011.13-11.13m110.859-145.707c0-6.147-4.983-11.13-11.13-11.13h-195.09c-6.147%200-11.13%204.983-11.13%2011.13s4.983%2011.13%2011.13%2011.13h195.09c6.147%200%2011.13-4.983%2011.13-11.13m54.312-72.853c0-6.147-4.983-11.13-11.13-11.13H102.809c-6.147%200-11.13%204.983-11.13%2011.13s4.983%2011.13%2011.13%2011.13H352.21c6.146%200%2011.13-4.983%2011.13-11.13%22%2F%3E%3Cpath%20fill%3D%22%23EAC083%22%20d%3D%22M191.967%20512L35.007%20355.04h123.597c18.426%200%2033.363%2014.937%2033.363%2033.363z%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%23EAC083%22%20d%3D%22M446.067%20512h-217.97c-2.818%200-5.102-3.663-5.102-8.182V8.182c0-4.519%202.284-8.182%205.102-8.182H446.23c2.727%200%204.938%203.546%204.938%207.92v495.898c.001%204.519-2.283%208.182-5.101%208.182%22%2F%3E%3Cpath%20fill%3D%22%23F9E7C0%22%20d%3D%22M392.753%20512H191.967L35.007%20355.04V8.182A8.18%208.18%200%200%201%2043.189%200h349.826a7.92%207.92%200%200%201%207.92%207.92v495.898a8.18%208.18%200%200%201-8.182%208.182%22%2F%3E%3Cpath%20fill%3D%22%23597B91%22%20d%3D%22M303.694%20456.668h-60.108c-6.147%200-11.13-4.983-11.13-11.13s4.983-11.13%2011.13-11.13h60.108c6.146%200%2011.13%204.983%2011.13%2011.13s-4.983%2011.13-11.13%2011.13m59.646-83.983c0-6.146-4.983-11.13-11.13-11.13H243.586c-6.147%200-11.13%204.983-11.13%2011.13s4.983%2011.13%2011.13%2011.13H352.21c6.146-.001%2011.13-4.984%2011.13-11.13m-23.867-72.854c0-6.146-4.983-11.13-11.13-11.13h-84.757c-6.147%200-11.13%204.983-11.13%2011.13s4.983%2011.13%2011.13%2011.13h84.757c6.146%200%2011.13-4.983%2011.13-11.13m-49.297-72.853c0-6.147-4.983-11.13-11.13-11.13H102.809c-6.147%200-11.13%204.983-11.13%2011.13s4.983%2011.13%2011.13%2011.13h176.237c6.146-.001%2011.13-4.983%2011.13-11.13m-92.007%2072.853c0-6.146-4.983-11.13-11.13-11.13h-84.231c-6.147%200-11.13%204.983-11.13%2011.13s4.983%2011.13%2011.13%2011.13h84.231c6.148%200%2011.13-4.983%2011.13-11.13m110.859-145.707c0-6.147-4.983-11.13-11.13-11.13h-195.09c-6.147%200-11.13%204.983-11.13%2011.13s4.983%2011.13%2011.13%2011.13h195.09c6.147%200%2011.13-4.983%2011.13-11.13m54.312-72.853c0-6.147-4.983-11.13-11.13-11.13H102.809c-6.147%200-11.13%204.983-11.13%2011.13s4.983%2011.13%2011.13%2011.13H352.21c6.146%200%2011.13-4.983%2011.13-11.13%22%2F%3E%3Cpath%20fill%3D%22%23EAC083%22%20d%3D%22M191.967%20512L35.007%20355.04h123.597c18.426%200%2033.363%2014.937%2033.363%2033.363z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fxemoji/pages.svg?color=%231a73e8&size=48