Emoji Scroll Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji 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/325394.svg" alt="Emoji Scroll icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325394.svg" alt="Emoji Scroll icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325394.svg" alt="Emoji Scroll icon" :width="24" :height="24" />
CSS background
.icon-emoji-scroll {
background-image: url('https://proicons.com/icon/325394.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.m{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="m" d="M9.2,38.6019l-3.7.148v3.7309h37v-5.2109l-3.7.148"/><path id="c" class="m" d="M38.8,9.3981l3.7-.148v-3.7309H5.5v5.2109l3.7-.148"/><path id="d" class="m" d="M38.8,9.3981l-15.8169.6326-13.7831.5514"/><path id="e" class="m" d="M9.2,38.6019l29.6-1.184"/><path id="f" class="m" d="M9.2,10.5821v28.0198"/><path id="g" class="m" d="M38.8,9.3981v28.0198"/><path id="h" class="m" d="M12.7907,15.7769h8.1467"/><path id="i" class="m" d="M12.7907,19.6605h23.0634"/><path id="j" class="m" d="M12.7907,23.5442h23.0634"/><path id="k" class="m" d="M12.7907,27.4279h23.0634"/><path id="l" class="m" d="M12.7907,31.3115h23.0634"/></svg>
Copied!