scroll icon
scroll-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- scroll-light
- Set
- Phosphor
- Style
- Light
- 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="M98 136a6 6 0 0 1 6-6h64a6 6 0 0 1 0 12h-64a6 6 0 0 1-6-6m6-26h64a6 6 0 0 0 0-12h-64a6 6 0 0 0 0 12m126 82a30 30 0 0 1-30 30H88a30 30 0 0 1-30-30V64a18 18 0 0 0-36 0c0 6.76 5.58 11.19 5.64 11.23a6 6 0 1 1-7.24 9.57C20 84.48 10 76.85 10 64a30 30 0 0 1 30-30h136a30 30 0 0 1 30 30v106h10a6 6 0 0 1 3.6 1.2c.4.32 10.4 7.95 10.4 20.8m-124 0c0-6.76-5.59-11.19-5.64-11.23A6 6 0 0 1 104 170h90V64a18 18 0 0 0-18-18H64a29.82 29.82 0 0 1 6 18v128a18 18 0 0 0 36 0m112 0a14.94 14.94 0 0 0-4.34-10h-97.78a24.8 24.8 0 0 1 2.12 10a29.87 29.87 0 0 1-6 18h88a18 18 0 0 0 18-18"/></svg>
React
import type { SVGProps } from "react";
export function PhScrollLight(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="M98 136a6 6 0 0 1 6-6h64a6 6 0 0 1 0 12h-64a6 6 0 0 1-6-6m6-26h64a6 6 0 0 0 0-12h-64a6 6 0 0 0 0 12m126 82a30 30 0 0 1-30 30H88a30 30 0 0 1-30-30V64a18 18 0 0 0-36 0c0 6.76 5.58 11.19 5.64 11.23a6 6 0 1 1-7.24 9.57C20 84.48 10 76.85 10 64a30 30 0 0 1 30-30h136a30 30 0 0 1 30 30v106h10a6 6 0 0 1 3.6 1.2c.4.32 10.4 7.95 10.4 20.8m-124 0c0-6.76-5.59-11.19-5.64-11.23A6 6 0 0 1 104 170h90V64a18 18 0 0 0-18-18H64a29.82 29.82 0 0 1 6 18v128a18 18 0 0 0 36 0m112 0a14.94 14.94 0 0 0-4.34-10h-97.78a24.8 24.8 0 0 1 2.12 10a29.87 29.87 0 0 1-6 18h88a18 18 0 0 0 18-18"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M98 136a6 6 0 0 1 6-6h64a6 6 0 0 1 0 12h-64a6 6 0 0 1-6-6m6-26h64a6 6 0 0 0 0-12h-64a6 6 0 0 0 0 12m126 82a30 30 0 0 1-30 30H88a30 30 0 0 1-30-30V64a18 18 0 0 0-36 0c0 6.76 5.58 11.19 5.64 11.23a6 6 0 1 1-7.24 9.57C20 84.48 10 76.85 10 64a30 30 0 0 1 30-30h136a30 30 0 0 1 30 30v106h10a6 6 0 0 1 3.6 1.2c.4.32 10.4 7.95 10.4 20.8m-124 0c0-6.76-5.59-11.19-5.64-11.23A6 6 0 0 1 104 170h90V64a18 18 0 0 0-18-18H64a29.82 29.82 0 0 1 6 18v128a18 18 0 0 0 36 0m112 0a14.94 14.94 0 0 0-4.34-10h-97.78a24.8 24.8 0 0 1 2.12 10a29.87 29.87 0 0 1-6 18h88a18 18 0 0 0 18-18"/></svg> </template>
CSS
.icon-scroll-light {
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%22M98%20136a6%206%200%200%201%206-6h64a6%206%200%200%201%200%2012h-64a6%206%200%200%201-6-6m6-26h64a6%206%200%200%200%200-12h-64a6%206%200%200%200%200%2012m126%2082a30%2030%200%200%201-30%2030H88a30%2030%200%200%201-30-30V64a18%2018%200%200%200-36%200c0%206.76%205.58%2011.19%205.64%2011.23a6%206%200%201%201-7.24%209.57C20%2084.48%2010%2076.85%2010%2064a30%2030%200%200%201%2030-30h136a30%2030%200%200%201%2030%2030v106h10a6%206%200%200%201%203.6%201.2c.4.32%2010.4%207.95%2010.4%2020.8m-124%200c0-6.76-5.59-11.19-5.64-11.23A6%206%200%200%201%20104%20170h90V64a18%2018%200%200%200-18-18H64a29.82%2029.82%200%200%201%206%2018v128a18%2018%200%200%200%2036%200m112%200a14.94%2014.94%200%200%200-4.34-10h-97.78a24.8%2024.8%200%200%201%202.12%2010a29.87%2029.87%200%200%201-6%2018h88a18%2018%200%200%200%2018-18%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%22M98%20136a6%206%200%200%201%206-6h64a6%206%200%200%201%200%2012h-64a6%206%200%200%201-6-6m6-26h64a6%206%200%200%200%200-12h-64a6%206%200%200%200%200%2012m126%2082a30%2030%200%200%201-30%2030H88a30%2030%200%200%201-30-30V64a18%2018%200%200%200-36%200c0%206.76%205.58%2011.19%205.64%2011.23a6%206%200%201%201-7.24%209.57C20%2084.48%2010%2076.85%2010%2064a30%2030%200%200%201%2030-30h136a30%2030%200%200%201%2030%2030v106h10a6%206%200%200%201%203.6%201.2c.4.32%2010.4%207.95%2010.4%2020.8m-124%200c0-6.76-5.59-11.19-5.64-11.23A6%206%200%200%201%20104%20170h90V64a18%2018%200%200%200-18-18H64a29.82%2029.82%200%200%201%206%2018v128a18%2018%200%200%200%2036%200m112%200a14.94%2014.94%200%200%200-4.34-10h-97.78a24.8%2024.8%200%200%201%202.12%2010a29.87%2029.87%200%200%201-6%2018h88a18%2018%200%200%200%2018-18%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/scroll-light.svg?color=%231a73e8&size=48