page scroll icon

page-scroll from Carbon by IBM · Outline · Apache-2.0 Free for personal and commercial use.

Name
page-scroll
Set
Carbon
Style
Outline
Viewbox
32×32
License
Apache 2.0

Related icons in Carbon

Use the page scroll icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path d="M16 28H4a1.89 1.89 0 0 1-2-2V14a1.89 1.89 0 0 1 2-2h12a1.89 1.89 0 0 1 2 2v12a1.89 1.89 0 0 1-2 2zM4 14v12h12V14z" fill="currentColor"/><path d="M22 19h-2v-9H10V8h10a1.89 1.89 0 0 1 2 2z" fill="currentColor"/><path d="M26 14h-2V6h-8V4h8a1.89 1.89 0 0 1 2 2z" fill="currentColor"/><path d="M24 17v2h2.8L22 24.4V22h-2v6h6v-2h-2.8l4.8-5.4V23h2v-6h-6z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function CarbonPageScroll(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path d="M16 28H4a1.89 1.89 0 0 1-2-2V14a1.89 1.89 0 0 1 2-2h12a1.89 1.89 0 0 1 2 2v12a1.89 1.89 0 0 1-2 2zM4 14v12h12V14z" fill="currentColor"/><path d="M22 19h-2v-9H10V8h10a1.89 1.89 0 0 1 2 2z" fill="currentColor"/><path d="M26 14h-2V6h-8V4h8a1.89 1.89 0 0 1 2 2z" fill="currentColor"/><path d="M24 17v2h2.8L22 24.4V22h-2v6h6v-2h-2.8l4.8-5.4V23h2v-6h-6z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path d="M16 28H4a1.89 1.89 0 0 1-2-2V14a1.89 1.89 0 0 1 2-2h12a1.89 1.89 0 0 1 2 2v12a1.89 1.89 0 0 1-2 2zM4 14v12h12V14z" fill="currentColor"/><path d="M22 19h-2v-9H10V8h10a1.89 1.89 0 0 1 2 2z" fill="currentColor"/><path d="M26 14h-2V6h-8V4h8a1.89 1.89 0 0 1 2 2z" fill="currentColor"/><path d="M24 17v2h2.8L22 24.4V22h-2v6h6v-2h-2.8l4.8-5.4V23h2v-6h-6z" fill="currentColor"/></svg>
</template>

CSS

.icon-page-scroll {
  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%3Cpath%20d%3D%22M16%2028H4a1.89%201.89%200%200%201-2-2V14a1.89%201.89%200%200%201%202-2h12a1.89%201.89%200%200%201%202%202v12a1.89%201.89%200%200%201-2%202zM4%2014v12h12V14z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M22%2019h-2v-9H10V8h10a1.89%201.89%200%200%201%202%202z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M26%2014h-2V6h-8V4h8a1.89%201.89%200%200%201%202%202z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M24%2017v2h2.8L22%2024.4V22h-2v6h6v-2h-2.8l4.8-5.4V23h2v-6h-6z%22%20fill%3D%22currentColor%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%2032%2032%22%3E%3Cpath%20d%3D%22M16%2028H4a1.89%201.89%200%200%201-2-2V14a1.89%201.89%200%200%201%202-2h12a1.89%201.89%200%200%201%202%202v12a1.89%201.89%200%200%201-2%202zM4%2014v12h12V14z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M22%2019h-2v-9H10V8h10a1.89%201.89%200%200%201%202%202z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M26%2014h-2V6h-8V4h8a1.89%201.89%200%200%201%202%202z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M24%2017v2h2.8L22%2024.4V22h-2v6h6v-2h-2.8l4.8-5.4V23h2v-6h-6z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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