scroll from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
scroll
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the scroll icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M11 6.008h6M11 10h6m-6 4h3m5 8a2 2 0 0 0 2-2V8c0-2.828 0-4.243-.879-5.121C19.243 2 17.828 2 15 2h-2c-2.828 0-4.243 0-5.121.879C7 3.757 7 5.172 7 8v10m12 4a2 2 0 0 1-2-2c0-.943 0-1.414-.293-1.707S15.943 18 15 18H7m12 4H5a2 2 0 0 1-2-2c0-.943 0-1.414.293-1.707S4.057 18 5 18h2"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsScroll(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M11 6.008h6M11 10h6m-6 4h3m5 8a2 2 0 0 0 2-2V8c0-2.828 0-4.243-.879-5.121C19.243 2 17.828 2 15 2h-2c-2.828 0-4.243 0-5.121.879C7 3.757 7 5.172 7 8v10m12 4a2 2 0 0 1-2-2c0-.943 0-1.414-.293-1.707S15.943 18 15 18H7m12 4H5a2 2 0 0 1-2-2c0-.943 0-1.414.293-1.707S4.057 18 5 18h2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M11 6.008h6M11 10h6m-6 4h3m5 8a2 2 0 0 0 2-2V8c0-2.828 0-4.243-.879-5.121C19.243 2 17.828 2 15 2h-2c-2.828 0-4.243 0-5.121.879C7 3.757 7 5.172 7 8v10m12 4a2 2 0 0 1-2-2c0-.943 0-1.414-.293-1.707S15.943 18 15 18H7m12 4H5a2 2 0 0 1-2-2c0-.943 0-1.414.293-1.707S4.057 18 5 18h2"/></svg>
</template>

CSS

.icon-scroll {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M11%206.008h6M11%2010h6m-6%204h3m5%208a2%202%200%200%200%202-2V8c0-2.828%200-4.243-.879-5.121C19.243%202%2017.828%202%2015%202h-2c-2.828%200-4.243%200-5.121.879C7%203.757%207%205.172%207%208v10m12%204a2%202%200%200%201-2-2c0-.943%200-1.414-.293-1.707S15.943%2018%2015%2018H7m12%204H5a2%202%200%200%201-2-2c0-.943%200-1.414.293-1.707S4.057%2018%205%2018h2%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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M11%206.008h6M11%2010h6m-6%204h3m5%208a2%202%200%200%200%202-2V8c0-2.828%200-4.243-.879-5.121C19.243%202%2017.828%202%2015%202h-2c-2.828%200-4.243%200-5.121.879C7%203.757%207%205.172%207%208v10m12%204a2%202%200%200%201-2-2c0-.943%200-1.414-.293-1.707S15.943%2018%2015%2018H7m12%204H5a2%202%200%200%201-2-2c0-.943%200-1.414.293-1.707S4.057%2018%205%2018h2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/scroll.svg?color=%231a73e8&size=48