scroll to bottom icon
scroll-to-bottom-line from Remix Icon by Remix Design · Line · Arrows · Apache-2.0 Free for personal and commercial use.
- Name
- scroll-to-bottom-line
- Set
- Remix Icon
- Style
- Line
- Category
- Arrows
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Remix Icon
More arrows icons from Remix Icon
arrow-down-box-fillarrow-down-circle-fillarrow-down-double-fillarrow-down-fillarrow-down-long-fillarrow-down-s-fillarrow-down-wide-fillarrow-drop-down-fillarrow-drop-left-fillarrow-drop-right-fillarrow-drop-up-fillarrow-go-back-fillarrow-go-forward-fillarrow-left-box-fillarrow-left-circle-fillarrow-left-double-fillarrow-left-down-box-fillarrow-left-down-fillarrow-left-down-long-fillarrow-left-fillarrow-left-long-fillarrow-left-right-fillarrow-left-s-fillarrow-left-up-box-fill
Use the scroll to bottom icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.013 4.565C8.753 4.169 9.559 4 11.14 4h1.718c1.582 0 2.387.169 3.128.565q.945.504 1.448 1.448c.396.74.565 1.546.565 3.128v5.718c0 1.582-.169 2.387-.565 3.128a3.45 3.45 0 0 1-1.448 1.448c-.74.396-1.546.565-3.128.565H11.14c-1.582 0-2.387-.169-3.128-.565a3.45 3.45 0 0 1-1.448-1.448C6.169 17.247 6 16.441 6 14.86V9.14c0-1.582.169-2.387.565-3.128a3.45 3.45 0 0 1 1.448-1.448M12.859 2H11.14c-2.014 0-3.094.278-4.072.801A5.45 5.45 0 0 0 4.801 5.07C4.278 6.047 4 7.127 4 9.141v5.718c0 2.014.278 3.094.801 4.071A5.45 5.45 0 0 0 7.07 21.2c.978.522 2.058.801 4.072.801h1.718c2.014 0 3.094-.279 4.071-.801a5.45 5.45 0 0 0 2.269-2.27c.522-.977.801-2.057.801-4.071V9.14c0-2.014-.279-3.094-.801-4.072A5.45 5.45 0 0 0 16.931 2.8c-.978-.522-2.058-.8-4.071-.8M13 6h-2v5h2zm-5.242 7.758L12 18.001l4.242-4.243l-1.414-1.414L12 15.172l-2.829-2.828z"/></svg>
React
import type { SVGProps } from "react";
export function RiScrollToBottomLine(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.013 4.565C8.753 4.169 9.559 4 11.14 4h1.718c1.582 0 2.387.169 3.128.565q.945.504 1.448 1.448c.396.74.565 1.546.565 3.128v5.718c0 1.582-.169 2.387-.565 3.128a3.45 3.45 0 0 1-1.448 1.448c-.74.396-1.546.565-3.128.565H11.14c-1.582 0-2.387-.169-3.128-.565a3.45 3.45 0 0 1-1.448-1.448C6.169 17.247 6 16.441 6 14.86V9.14c0-1.582.169-2.387.565-3.128a3.45 3.45 0 0 1 1.448-1.448M12.859 2H11.14c-2.014 0-3.094.278-4.072.801A5.45 5.45 0 0 0 4.801 5.07C4.278 6.047 4 7.127 4 9.141v5.718c0 2.014.278 3.094.801 4.071A5.45 5.45 0 0 0 7.07 21.2c.978.522 2.058.801 4.072.801h1.718c2.014 0 3.094-.279 4.071-.801a5.45 5.45 0 0 0 2.269-2.27c.522-.977.801-2.057.801-4.071V9.14c0-2.014-.279-3.094-.801-4.072A5.45 5.45 0 0 0 16.931 2.8c-.978-.522-2.058-.8-4.071-.8M13 6h-2v5h2zm-5.242 7.758L12 18.001l4.242-4.243l-1.414-1.414L12 15.172l-2.829-2.828z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.013 4.565C8.753 4.169 9.559 4 11.14 4h1.718c1.582 0 2.387.169 3.128.565q.945.504 1.448 1.448c.396.74.565 1.546.565 3.128v5.718c0 1.582-.169 2.387-.565 3.128a3.45 3.45 0 0 1-1.448 1.448c-.74.396-1.546.565-3.128.565H11.14c-1.582 0-2.387-.169-3.128-.565a3.45 3.45 0 0 1-1.448-1.448C6.169 17.247 6 16.441 6 14.86V9.14c0-1.582.169-2.387.565-3.128a3.45 3.45 0 0 1 1.448-1.448M12.859 2H11.14c-2.014 0-3.094.278-4.072.801A5.45 5.45 0 0 0 4.801 5.07C4.278 6.047 4 7.127 4 9.141v5.718c0 2.014.278 3.094.801 4.071A5.45 5.45 0 0 0 7.07 21.2c.978.522 2.058.801 4.072.801h1.718c2.014 0 3.094-.279 4.071-.801a5.45 5.45 0 0 0 2.269-2.27c.522-.977.801-2.057.801-4.071V9.14c0-2.014-.279-3.094-.801-4.072A5.45 5.45 0 0 0 16.931 2.8c-.978-.522-2.058-.8-4.071-.8M13 6h-2v5h2zm-5.242 7.758L12 18.001l4.242-4.243l-1.414-1.414L12 15.172l-2.829-2.828z"/></svg> </template>
CSS
.icon-scroll-to-bottom-line {
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%22currentColor%22%20d%3D%22M8.013%204.565C8.753%204.169%209.559%204%2011.14%204h1.718c1.582%200%202.387.169%203.128.565q.945.504%201.448%201.448c.396.74.565%201.546.565%203.128v5.718c0%201.582-.169%202.387-.565%203.128a3.45%203.45%200%200%201-1.448%201.448c-.74.396-1.546.565-3.128.565H11.14c-1.582%200-2.387-.169-3.128-.565a3.45%203.45%200%200%201-1.448-1.448C6.169%2017.247%206%2016.441%206%2014.86V9.14c0-1.582.169-2.387.565-3.128a3.45%203.45%200%200%201%201.448-1.448M12.859%202H11.14c-2.014%200-3.094.278-4.072.801A5.45%205.45%200%200%200%204.801%205.07C4.278%206.047%204%207.127%204%209.141v5.718c0%202.014.278%203.094.801%204.071A5.45%205.45%200%200%200%207.07%2021.2c.978.522%202.058.801%204.072.801h1.718c2.014%200%203.094-.279%204.071-.801a5.45%205.45%200%200%200%202.269-2.27c.522-.977.801-2.057.801-4.071V9.14c0-2.014-.279-3.094-.801-4.072A5.45%205.45%200%200%200%2016.931%202.8c-.978-.522-2.058-.8-4.071-.8M13%206h-2v5h2zm-5.242%207.758L12%2018.001l4.242-4.243l-1.414-1.414L12%2015.172l-2.829-2.828z%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%22currentColor%22%20d%3D%22M8.013%204.565C8.753%204.169%209.559%204%2011.14%204h1.718c1.582%200%202.387.169%203.128.565q.945.504%201.448%201.448c.396.74.565%201.546.565%203.128v5.718c0%201.582-.169%202.387-.565%203.128a3.45%203.45%200%200%201-1.448%201.448c-.74.396-1.546.565-3.128.565H11.14c-1.582%200-2.387-.169-3.128-.565a3.45%203.45%200%200%201-1.448-1.448C6.169%2017.247%206%2016.441%206%2014.86V9.14c0-1.582.169-2.387.565-3.128a3.45%203.45%200%200%201%201.448-1.448M12.859%202H11.14c-2.014%200-3.094.278-4.072.801A5.45%205.45%200%200%200%204.801%205.07C4.278%206.047%204%207.127%204%209.141v5.718c0%202.014.278%203.094.801%204.071A5.45%205.45%200%200%200%207.07%2021.2c.978.522%202.058.801%204.072.801h1.718c2.014%200%203.094-.279%204.071-.801a5.45%205.45%200%200%200%202.269-2.27c.522-.977.801-2.057.801-4.071V9.14c0-2.014-.279-3.094-.801-4.072A5.45%205.45%200%200%200%2016.931%202.8c-.978-.522-2.058-.8-4.071-.8M13%206h-2v5h2zm-5.242%207.758L12%2018.001l4.242-4.243l-1.414-1.414L12%2015.172l-2.829-2.828z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ri/scroll-to-bottom-line.svg?color=%231a73e8&size=48