scroll to bottom icon

scroll-to-bottom-fill from Remix Icon by Remix Design · Fill · Arrows · Apache-2.0 Free for personal and commercial use.

Name
scroll-to-bottom-fill
Set
Remix Icon
Style
Fill
Category
Arrows
Viewbox
24×24
License
Apache 2.0

1 other variant in Remix Icon

More arrows icons from Remix Icon

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="M12.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-.8M11 11V6h2v5zm-3.242 2.758l1.414-1.414l2.829 2.828l2.828-2.828l1.414 1.414l-4.242 4.243z"/></svg>

React

import type { SVGProps } from "react";

export function RiScrollToBottomFill(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="M12.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-.8M11 11V6h2v5zm-3.242 2.758l1.414-1.414l2.829 2.828l2.828-2.828l1.414 1.414l-4.242 4.243z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.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-.8M11 11V6h2v5zm-3.242 2.758l1.414-1.414l2.829 2.828l2.828-2.828l1.414 1.414l-4.242 4.243z"/></svg>
</template>

CSS

.icon-scroll-to-bottom-fill {
  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%22M12.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-.8M11%2011V6h2v5zm-3.242%202.758l1.414-1.414l2.829%202.828l2.828-2.828l1.414%201.414l-4.242%204.243z%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%22M12.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-.8M11%2011V6h2v5zm-3.242%202.758l1.414-1.414l2.829%202.828l2.828-2.828l1.414%201.414l-4.242%204.243z%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-fill.svg?color=%231a73e8&size=48