scroll-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
scroll-thin
Set
Phosphor
Style
Thin
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the scroll icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M100 104a4 4 0 0 1 4-4h64a4 4 0 0 1 0 8h-64a4 4 0 0 1-4-4m4 36h64a4 4 0 0 0 0-8h-64a4 4 0 0 0 0 8m124 52a28 28 0 0 1-28 28H88a28 28 0 0 1-28-28V64a20 20 0 0 0-40 0c0 7.78 6.34 12.75 6.4 12.8a4 4 0 1 1-4.8 6.4c-.39-.29-9.6-7.34-9.6-19.2a28 28 0 0 1 28-28h136a28 28 0 0 1 28 28v108h12a4 4 0 0 1 2.4.8c.39.29 9.6 7.34 9.6 19.2m-120 0c0-7.78-6.34-12.75-6.4-12.8a4 4 0 0 1 2.4-7.2h92V64a20 20 0 0 0-20-20H59.57A27.9 27.9 0 0 1 68 64v128a20 20 0 0 0 40 0m112 0c0-6-3.74-10.3-5.5-12H112.61a23.3 23.3 0 0 1 3.39 12a27.94 27.94 0 0 1-8.42 20H200a20 20 0 0 0 20-20"/></svg>

React

import type { SVGProps } from "react";

export function PhScrollThin(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M100 104a4 4 0 0 1 4-4h64a4 4 0 0 1 0 8h-64a4 4 0 0 1-4-4m4 36h64a4 4 0 0 0 0-8h-64a4 4 0 0 0 0 8m124 52a28 28 0 0 1-28 28H88a28 28 0 0 1-28-28V64a20 20 0 0 0-40 0c0 7.78 6.34 12.75 6.4 12.8a4 4 0 1 1-4.8 6.4c-.39-.29-9.6-7.34-9.6-19.2a28 28 0 0 1 28-28h136a28 28 0 0 1 28 28v108h12a4 4 0 0 1 2.4.8c.39.29 9.6 7.34 9.6 19.2m-120 0c0-7.78-6.34-12.75-6.4-12.8a4 4 0 0 1 2.4-7.2h92V64a20 20 0 0 0-20-20H59.57A27.9 27.9 0 0 1 68 64v128a20 20 0 0 0 40 0m112 0c0-6-3.74-10.3-5.5-12H112.61a23.3 23.3 0 0 1 3.39 12a27.94 27.94 0 0 1-8.42 20H200a20 20 0 0 0 20-20"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M100 104a4 4 0 0 1 4-4h64a4 4 0 0 1 0 8h-64a4 4 0 0 1-4-4m4 36h64a4 4 0 0 0 0-8h-64a4 4 0 0 0 0 8m124 52a28 28 0 0 1-28 28H88a28 28 0 0 1-28-28V64a20 20 0 0 0-40 0c0 7.78 6.34 12.75 6.4 12.8a4 4 0 1 1-4.8 6.4c-.39-.29-9.6-7.34-9.6-19.2a28 28 0 0 1 28-28h136a28 28 0 0 1 28 28v108h12a4 4 0 0 1 2.4.8c.39.29 9.6 7.34 9.6 19.2m-120 0c0-7.78-6.34-12.75-6.4-12.8a4 4 0 0 1 2.4-7.2h92V64a20 20 0 0 0-20-20H59.57A27.9 27.9 0 0 1 68 64v128a20 20 0 0 0 40 0m112 0c0-6-3.74-10.3-5.5-12H112.61a23.3 23.3 0 0 1 3.39 12a27.94 27.94 0 0 1-8.42 20H200a20 20 0 0 0 20-20"/></svg>
</template>

CSS

.icon-scroll-thin {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M100%20104a4%204%200%200%201%204-4h64a4%204%200%200%201%200%208h-64a4%204%200%200%201-4-4m4%2036h64a4%204%200%200%200%200-8h-64a4%204%200%200%200%200%208m124%2052a28%2028%200%200%201-28%2028H88a28%2028%200%200%201-28-28V64a20%2020%200%200%200-40%200c0%207.78%206.34%2012.75%206.4%2012.8a4%204%200%201%201-4.8%206.4c-.39-.29-9.6-7.34-9.6-19.2a28%2028%200%200%201%2028-28h136a28%2028%200%200%201%2028%2028v108h12a4%204%200%200%201%202.4.8c.39.29%209.6%207.34%209.6%2019.2m-120%200c0-7.78-6.34-12.75-6.4-12.8a4%204%200%200%201%202.4-7.2h92V64a20%2020%200%200%200-20-20H59.57A27.9%2027.9%200%200%201%2068%2064v128a20%2020%200%200%200%2040%200m112%200c0-6-3.74-10.3-5.5-12H112.61a23.3%2023.3%200%200%201%203.39%2012a27.94%2027.94%200%200%201-8.42%2020H200a20%2020%200%200%200%2020-20%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M100%20104a4%204%200%200%201%204-4h64a4%204%200%200%201%200%208h-64a4%204%200%200%201-4-4m4%2036h64a4%204%200%200%200%200-8h-64a4%204%200%200%200%200%208m124%2052a28%2028%200%200%201-28%2028H88a28%2028%200%200%201-28-28V64a20%2020%200%200%200-40%200c0%207.78%206.34%2012.75%206.4%2012.8a4%204%200%201%201-4.8%206.4c-.39-.29-9.6-7.34-9.6-19.2a28%2028%200%200%201%2028-28h136a28%2028%200%200%201%2028%2028v108h12a4%204%200%200%201%202.4.8c.39.29%209.6%207.34%209.6%2019.2m-120%200c0-7.78-6.34-12.75-6.4-12.8a4%204%200%200%201%202.4-7.2h92V64a20%2020%200%200%200-20-20H59.57A27.9%2027.9%200%200%201%2068%2064v128a20%2020%200%200%200%2040%200m112%200c0-6-3.74-10.3-5.5-12H112.61a23.3%2023.3%200%200%201%203.39%2012a27.94%2027.94%200%200%201-8.42%2020H200a20%2020%200%200%200%2020-20%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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