pager from OpenMoji by OpenMoji · Default · Objects · CC-BY-SA-4.0 Attribution required.

Name
pager
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 pager emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" d="M11 22h50v28H11z"/><path fill="#9b9b9a" d="M61 50H50.685L36.512 22H61z"/><path fill="#b1cc33" d="M16 27h33v11.2H16z"/><path fill="#5c9e31" d="M49 38.2h-7.488L35.843 27H49z"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11 50V22m50 28H11m50-28v28M11 22h50"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.8" d="M16 38.2V27m33 11.2H16M49 27v11.2M16 27h33"/><circle cx="20.638" cy="44.1" r="2"/><circle cx="28.638" cy="44.1" r="2"/><circle cx="36.638" cy="44.1" r="2"/></svg>

React

import type { SVGProps } from "react";

export function OpenmojiPager(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" d="M11 22h50v28H11z"/><path fill="#9b9b9a" d="M61 50H50.685L36.512 22H61z"/><path fill="#b1cc33" d="M16 27h33v11.2H16z"/><path fill="#5c9e31" d="M49 38.2h-7.488L35.843 27H49z"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M11 50V22m50 28H11m50-28v28M11 22h50"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.8" d="M16 38.2V27m33 11.2H16M49 27v11.2M16 27h33"/><circle cx="20.638" cy="44.1" r="2"/><circle cx="28.638" cy="44.1" r="2"/><circle cx="36.638" cy="44.1" r="2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" d="M11 22h50v28H11z"/><path fill="#9b9b9a" d="M61 50H50.685L36.512 22H61z"/><path fill="#b1cc33" d="M16 27h33v11.2H16z"/><path fill="#5c9e31" d="M49 38.2h-7.488L35.843 27H49z"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11 50V22m50 28H11m50-28v28M11 22h50"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.8" d="M16 38.2V27m33 11.2H16M49 27v11.2M16 27h33"/><circle cx="20.638" cy="44.1" r="2"/><circle cx="28.638" cy="44.1" r="2"/><circle cx="36.638" cy="44.1" r="2"/></svg>
</template>

CSS

.icon-pager {
  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%23d0cfce%22%20d%3D%22M11%2022h50v28H11z%22%2F%3E%3Cpath%20fill%3D%22%239b9b9a%22%20d%3D%22M61%2050H50.685L36.512%2022H61z%22%2F%3E%3Cpath%20fill%3D%22%23b1cc33%22%20d%3D%22M16%2027h33v11.2H16z%22%2F%3E%3Cpath%20fill%3D%22%235c9e31%22%20d%3D%22M49%2038.2h-7.488L35.843%2027H49z%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%22M11%2050V22m50%2028H11m50-28v28M11%2022h50%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%221.8%22%20d%3D%22M16%2038.2V27m33%2011.2H16M49%2027v11.2M16%2027h33%22%2F%3E%3Ccircle%20cx%3D%2220.638%22%20cy%3D%2244.1%22%20r%3D%222%22%2F%3E%3Ccircle%20cx%3D%2228.638%22%20cy%3D%2244.1%22%20r%3D%222%22%2F%3E%3Ccircle%20cx%3D%2236.638%22%20cy%3D%2244.1%22%20r%3D%222%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%23d0cfce%22%20d%3D%22M11%2022h50v28H11z%22%2F%3E%3Cpath%20fill%3D%22%239b9b9a%22%20d%3D%22M61%2050H50.685L36.512%2022H61z%22%2F%3E%3Cpath%20fill%3D%22%23b1cc33%22%20d%3D%22M16%2027h33v11.2H16z%22%2F%3E%3Cpath%20fill%3D%22%235c9e31%22%20d%3D%22M49%2038.2h-7.488L35.843%2027H49z%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%22M11%2050V22m50%2028H11m50-28v28M11%2022h50%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%221.8%22%20d%3D%22M16%2038.2V27m33%2011.2H16M49%2027v11.2M16%2027h33%22%2F%3E%3Ccircle%20cx%3D%2220.638%22%20cy%3D%2244.1%22%20r%3D%222%22%2F%3E%3Ccircle%20cx%3D%2228.638%22%20cy%3D%2244.1%22%20r%3D%222%22%2F%3E%3Ccircle%20cx%3D%2236.638%22%20cy%3D%2244.1%22%20r%3D%222%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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