scroll-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.

Name
scroll-bold
Set
Phosphor
Style
Bold
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="M92 92a12 12 0 0 1 12-12h60a12 12 0 0 1 0 24h-60a12 12 0 0 1-12-12m12 52h60a12 12 0 0 0 0-24h-60a12 12 0 0 0 0 24m132 48a36 36 0 0 1-36 36H88a36 36 0 0 1-36-36V64a12 12 0 0 0-24 0c0 3.73 3.35 6.51 3.38 6.54l-.18-.14a12 12 0 1 1-14.39 19.19C15.49 88.62 4 79.55 4 64a36 36 0 0 1 36-36h136a36 36 0 0 1 36 36v100h4a12 12 0 0 1 7.2 2.4c1.31.98 12.8 10.05 12.8 25.6M92.62 172.2A12 12 0 0 1 104 164h84V64a12 12 0 0 0-12-12H73.94A35.9 35.9 0 0 1 76 64v128a12 12 0 0 0 24 0c0-3.58-3.17-6.38-3.2-6.4a12 12 0 0 1-4.18-13.4M212 192a7.7 7.7 0 0 0-1.24-4h-87a30 30 0 0 1 .26 4a35.8 35.8 0 0 1-2.06 12H200a12 12 0 0 0 12-12"/></svg>

React

import type { SVGProps } from "react";

export function PhScrollBold(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="M92 92a12 12 0 0 1 12-12h60a12 12 0 0 1 0 24h-60a12 12 0 0 1-12-12m12 52h60a12 12 0 0 0 0-24h-60a12 12 0 0 0 0 24m132 48a36 36 0 0 1-36 36H88a36 36 0 0 1-36-36V64a12 12 0 0 0-24 0c0 3.73 3.35 6.51 3.38 6.54l-.18-.14a12 12 0 1 1-14.39 19.19C15.49 88.62 4 79.55 4 64a36 36 0 0 1 36-36h136a36 36 0 0 1 36 36v100h4a12 12 0 0 1 7.2 2.4c1.31.98 12.8 10.05 12.8 25.6M92.62 172.2A12 12 0 0 1 104 164h84V64a12 12 0 0 0-12-12H73.94A35.9 35.9 0 0 1 76 64v128a12 12 0 0 0 24 0c0-3.58-3.17-6.38-3.2-6.4a12 12 0 0 1-4.18-13.4M212 192a7.7 7.7 0 0 0-1.24-4h-87a30 30 0 0 1 .26 4a35.8 35.8 0 0 1-2.06 12H200a12 12 0 0 0 12-12"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M92 92a12 12 0 0 1 12-12h60a12 12 0 0 1 0 24h-60a12 12 0 0 1-12-12m12 52h60a12 12 0 0 0 0-24h-60a12 12 0 0 0 0 24m132 48a36 36 0 0 1-36 36H88a36 36 0 0 1-36-36V64a12 12 0 0 0-24 0c0 3.73 3.35 6.51 3.38 6.54l-.18-.14a12 12 0 1 1-14.39 19.19C15.49 88.62 4 79.55 4 64a36 36 0 0 1 36-36h136a36 36 0 0 1 36 36v100h4a12 12 0 0 1 7.2 2.4c1.31.98 12.8 10.05 12.8 25.6M92.62 172.2A12 12 0 0 1 104 164h84V64a12 12 0 0 0-12-12H73.94A35.9 35.9 0 0 1 76 64v128a12 12 0 0 0 24 0c0-3.58-3.17-6.38-3.2-6.4a12 12 0 0 1-4.18-13.4M212 192a7.7 7.7 0 0 0-1.24-4h-87a30 30 0 0 1 .26 4a35.8 35.8 0 0 1-2.06 12H200a12 12 0 0 0 12-12"/></svg>
</template>

CSS

.icon-scroll-bold {
  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%22M92%2092a12%2012%200%200%201%2012-12h60a12%2012%200%200%201%200%2024h-60a12%2012%200%200%201-12-12m12%2052h60a12%2012%200%200%200%200-24h-60a12%2012%200%200%200%200%2024m132%2048a36%2036%200%200%201-36%2036H88a36%2036%200%200%201-36-36V64a12%2012%200%200%200-24%200c0%203.73%203.35%206.51%203.38%206.54l-.18-.14a12%2012%200%201%201-14.39%2019.19C15.49%2088.62%204%2079.55%204%2064a36%2036%200%200%201%2036-36h136a36%2036%200%200%201%2036%2036v100h4a12%2012%200%200%201%207.2%202.4c1.31.98%2012.8%2010.05%2012.8%2025.6M92.62%20172.2A12%2012%200%200%201%20104%20164h84V64a12%2012%200%200%200-12-12H73.94A35.9%2035.9%200%200%201%2076%2064v128a12%2012%200%200%200%2024%200c0-3.58-3.17-6.38-3.2-6.4a12%2012%200%200%201-4.18-13.4M212%20192a7.7%207.7%200%200%200-1.24-4h-87a30%2030%200%200%201%20.26%204a35.8%2035.8%200%200%201-2.06%2012H200a12%2012%200%200%200%2012-12%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%22M92%2092a12%2012%200%200%201%2012-12h60a12%2012%200%200%201%200%2024h-60a12%2012%200%200%201-12-12m12%2052h60a12%2012%200%200%200%200-24h-60a12%2012%200%200%200%200%2024m132%2048a36%2036%200%200%201-36%2036H88a36%2036%200%200%201-36-36V64a12%2012%200%200%200-24%200c0%203.73%203.35%206.51%203.38%206.54l-.18-.14a12%2012%200%201%201-14.39%2019.19C15.49%2088.62%204%2079.55%204%2064a36%2036%200%200%201%2036-36h136a36%2036%200%200%201%2036%2036v100h4a12%2012%200%200%201%207.2%202.4c1.31.98%2012.8%2010.05%2012.8%2025.6M92.62%20172.2A12%2012%200%200%201%20104%20164h84V64a12%2012%200%200%200-12-12H73.94A35.9%2035.9%200%200%201%2076%2064v128a12%2012%200%200%200%2024%200c0-3.58-3.17-6.38-3.2-6.4a12%2012%200%200%201-4.18-13.4M212%20192a7.7%207.7%200%200%200-1.24-4h-87a30%2030%200%200%201%20.26%204a35.8%2035.8%200%200%201-2.06%2012H200a12%2012%200%200%200%2012-12%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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