Scroll Horizontal Icon
Free SVG icon from the Pixelarticons collection. Download or copy for use in any project.
The Scroll Horizontal 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/313155.svg" alt="Scroll Horizontal icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/313155.svg" alt="Scroll Horizontal icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/313155.svg" alt="Scroll Horizontal icon" :width="24" :height="24" />
CSS background
.icon-scroll-horizontal {
background-image: url('https://proicons.com/icon/313155.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="M8 3v2H4V3zm0 16v2H4v-2zm6-16v2h-4V3zm0 16v2h-4v-2zm6-16v2h-4V3zm0 16v2h-4v-2zM18 9v6h2V9z"/> <path d="M2 11v2h20v-2z"/> <path d="M16 7v10h2V7zM6 9v6H4V9zm2-2v10H6V7z"/> </svg>
Copied!