Page Scroll Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Page Scroll icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/319349.svg" alt="Page Scroll icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319349.svg" alt="Page Scroll icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319349.svg" alt="Page Scroll icon" :width="24" :height="24" />
CSS background
.icon-page-scroll {
background-image: url('https://proicons.com/icon/319349.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><style>.cls-1{fill:none;}</style></defs><title>watson-health--page-scroll</title><path d="M16,28H4a1.89,1.89,0,0,1-2-2V14a1.89,1.89,0,0,1,2-2H16a1.89,1.89,0,0,1,2,2V26A1.89,1.89,0,0,1,16,28ZM4,14V26H16V14Z"/><path d="M22,19H20V10H10V8H20a1.89,1.89,0,0,1,2,2Z"/><path d="M26,14H24V6H16V4h8a1.89,1.89,0,0,1,2,2Z"/><polygon points="24 17 24 19 26.8 19 22 24.4 22 22 20 22 20 28 26 28 26 26 23.2 26 28 20.6 28 23 30 23 30 17 24 17"/><rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/></svg>
Copied!