Scroll Vertical Icon
Free SVG icon from the Pixelarticons collection. Download or copy for use in any project.
The Scroll Vertical 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/313156.svg" alt="Scroll Vertical icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/313156.svg" alt="Scroll Vertical icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/313156.svg" alt="Scroll Vertical icon" :width="24" :height="24" />
CSS background
.icon-scroll-vertical {
background-image: url('https://proicons.com/icon/313156.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24"> <path d="M21 8h-2V4h2zM5 8H3V4h2zm16 6h-2v-4h2zM5 14H3v-4h2zm16 6h-2v-4h2zM5 20H3v-4h2zm10-2H9v2h6z"/> <path d="M13 2h-2v20h2z"/> <path d="M17 16H7v2h10zM15 6H9V4h6zm2 2H7V6h10z"/> </svg>
Scroll Vertical in other icon packs
Copied!