scroll icon
scroll-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- scroll-fill
- Set
- Phosphor
- Style
- Fill
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
scrollEmoji One (Colored)scrollFont Awesome 6 SolidscrollFont Awesome SolidscrollFluent EmojiscrollFluent Emoji FlatscrollFluent Emoji High ContrastscrollFirefox OS EmojiscrollHuge IconsscrollLine AwesomescrollLucidescrollMajesticonsscrollNoto EmojiscrollOpenMojiscrollStreamline EmojisscrollWeb3 IconsscrollWeb3 Icons BrandedscrollTwitter EmojiscrollUnicons
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="M220.8 169.6a8 8 0 0 0-4.8-1.6h-8V64a32 32 0 0 0-32-32H40A32 32 0 0 0 8 64c0 13.61 10.05 21.54 11.2 22.4A7.9 7.9 0 0 0 24 88a8 8 0 0 0 4.87-14.33C28.83 73.62 24 69.74 24 64a16 16 0 0 1 32 0v128a32 32 0 0 0 32 32h112a32 32 0 0 0 32-32c0-13.61-10-21.54-11.2-22.4M104 96h64a8 8 0 0 1 0 16h-64a8 8 0 0 1 0-16m-8 40a8 8 0 0 1 8-8h64a8 8 0 0 1 0 16h-64a8 8 0 0 1-8-8m104 72h-92.29a31.8 31.8 0 0 0 4.29-16a27 27 0 0 0-1.21-8h102a12.58 12.58 0 0 1 3.23 8A16 16 0 0 1 200 208"/></svg>
React
import type { SVGProps } from "react";
export function PhScrollFill(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="M220.8 169.6a8 8 0 0 0-4.8-1.6h-8V64a32 32 0 0 0-32-32H40A32 32 0 0 0 8 64c0 13.61 10.05 21.54 11.2 22.4A7.9 7.9 0 0 0 24 88a8 8 0 0 0 4.87-14.33C28.83 73.62 24 69.74 24 64a16 16 0 0 1 32 0v128a32 32 0 0 0 32 32h112a32 32 0 0 0 32-32c0-13.61-10-21.54-11.2-22.4M104 96h64a8 8 0 0 1 0 16h-64a8 8 0 0 1 0-16m-8 40a8 8 0 0 1 8-8h64a8 8 0 0 1 0 16h-64a8 8 0 0 1-8-8m104 72h-92.29a31.8 31.8 0 0 0 4.29-16a27 27 0 0 0-1.21-8h102a12.58 12.58 0 0 1 3.23 8A16 16 0 0 1 200 208"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M220.8 169.6a8 8 0 0 0-4.8-1.6h-8V64a32 32 0 0 0-32-32H40A32 32 0 0 0 8 64c0 13.61 10.05 21.54 11.2 22.4A7.9 7.9 0 0 0 24 88a8 8 0 0 0 4.87-14.33C28.83 73.62 24 69.74 24 64a16 16 0 0 1 32 0v128a32 32 0 0 0 32 32h112a32 32 0 0 0 32-32c0-13.61-10-21.54-11.2-22.4M104 96h64a8 8 0 0 1 0 16h-64a8 8 0 0 1 0-16m-8 40a8 8 0 0 1 8-8h64a8 8 0 0 1 0 16h-64a8 8 0 0 1-8-8m104 72h-92.29a31.8 31.8 0 0 0 4.29-16a27 27 0 0 0-1.21-8h102a12.58 12.58 0 0 1 3.23 8A16 16 0 0 1 200 208"/></svg> </template>
CSS
.icon-scroll-fill {
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%22M220.8%20169.6a8%208%200%200%200-4.8-1.6h-8V64a32%2032%200%200%200-32-32H40A32%2032%200%200%200%208%2064c0%2013.61%2010.05%2021.54%2011.2%2022.4A7.9%207.9%200%200%200%2024%2088a8%208%200%200%200%204.87-14.33C28.83%2073.62%2024%2069.74%2024%2064a16%2016%200%200%201%2032%200v128a32%2032%200%200%200%2032%2032h112a32%2032%200%200%200%2032-32c0-13.61-10-21.54-11.2-22.4M104%2096h64a8%208%200%200%201%200%2016h-64a8%208%200%200%201%200-16m-8%2040a8%208%200%200%201%208-8h64a8%208%200%200%201%200%2016h-64a8%208%200%200%201-8-8m104%2072h-92.29a31.8%2031.8%200%200%200%204.29-16a27%2027%200%200%200-1.21-8h102a12.58%2012.58%200%200%201%203.23%208A16%2016%200%200%201%20200%20208%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%22M220.8%20169.6a8%208%200%200%200-4.8-1.6h-8V64a32%2032%200%200%200-32-32H40A32%2032%200%200%200%208%2064c0%2013.61%2010.05%2021.54%2011.2%2022.4A7.9%207.9%200%200%200%2024%2088a8%208%200%200%200%204.87-14.33C28.83%2073.62%2024%2069.74%2024%2064a16%2016%200%200%201%2032%200v128a32%2032%200%200%200%2032%2032h112a32%2032%200%200%200%2032-32c0-13.61-10-21.54-11.2-22.4M104%2096h64a8%208%200%200%201%200%2016h-64a8%208%200%200%201%200-16m-8%2040a8%208%200%200%201%208-8h64a8%208%200%200%201%200%2016h-64a8%208%200%200%201-8-8m104%2072h-92.29a31.8%2031.8%200%200%200%204.29-16a27%2027%200%200%200-1.21-8h102a12.58%2012.58%200%200%201%203.23%208A16%2016%200%200%201%20200%20208%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/scroll-fill.svg?color=%231a73e8&size=48