forward-end-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.

Name
forward-end-fill
Set
Framework7 Icons
Style
Fill
Viewbox
56×56
License
MIT

1 other variant in Framework7 Icons

The same icon in other sets

Related icons in Framework7 Icons

Use the forward end icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M9.484 46.387c.961 0 1.758-.305 2.696-.867l23.883-14.04c1.289-.773 1.992-1.617 2.25-2.601v15.07c0 2.063 1.078 3.14 3.14 3.14h5.32c2.063 0 3.118-1.077 3.118-3.14V12.027c0-2.132-1.055-3.117-3.117-3.117h-5.32c-2.063 0-3.142 1.078-3.142 3.117v15.047c-.257-.96-.96-1.828-2.25-2.578L12.18 10.434c-.961-.563-1.735-.868-2.696-.868c-1.828 0-3.375 1.407-3.375 4.032v28.78c0 2.626 1.547 4.009 3.375 4.009"/></svg>

React

import type { SVGProps } from "react";

export function F7ForwardEndFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M9.484 46.387c.961 0 1.758-.305 2.696-.867l23.883-14.04c1.289-.773 1.992-1.617 2.25-2.601v15.07c0 2.063 1.078 3.14 3.14 3.14h5.32c2.063 0 3.118-1.077 3.118-3.14V12.027c0-2.132-1.055-3.117-3.117-3.117h-5.32c-2.063 0-3.142 1.078-3.142 3.117v15.047c-.257-.96-.96-1.828-2.25-2.578L12.18 10.434c-.961-.563-1.735-.868-2.696-.868c-1.828 0-3.375 1.407-3.375 4.032v28.78c0 2.626 1.547 4.009 3.375 4.009"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M9.484 46.387c.961 0 1.758-.305 2.696-.867l23.883-14.04c1.289-.773 1.992-1.617 2.25-2.601v15.07c0 2.063 1.078 3.14 3.14 3.14h5.32c2.063 0 3.118-1.077 3.118-3.14V12.027c0-2.132-1.055-3.117-3.117-3.117h-5.32c-2.063 0-3.142 1.078-3.142 3.117v15.047c-.257-.96-.96-1.828-2.25-2.578L12.18 10.434c-.961-.563-1.735-.868-2.696-.868c-1.828 0-3.375 1.407-3.375 4.032v28.78c0 2.626 1.547 4.009 3.375 4.009"/></svg>
</template>

CSS

.icon-forward-end-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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.484%2046.387c.961%200%201.758-.305%202.696-.867l23.883-14.04c1.289-.773%201.992-1.617%202.25-2.601v15.07c0%202.063%201.078%203.14%203.14%203.14h5.32c2.063%200%203.118-1.077%203.118-3.14V12.027c0-2.132-1.055-3.117-3.117-3.117h-5.32c-2.063%200-3.142%201.078-3.142%203.117v15.047c-.257-.96-.96-1.828-2.25-2.578L12.18%2010.434c-.961-.563-1.735-.868-2.696-.868c-1.828%200-3.375%201.407-3.375%204.032v28.78c0%202.626%201.547%204.009%203.375%204.009%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.484%2046.387c.961%200%201.758-.305%202.696-.867l23.883-14.04c1.289-.773%201.992-1.617%202.25-2.601v15.07c0%202.063%201.078%203.14%203.14%203.14h5.32c2.063%200%203.118-1.077%203.118-3.14V12.027c0-2.132-1.055-3.117-3.117-3.117h-5.32c-2.063%200-3.142%201.078-3.142%203.117v15.047c-.257-.96-.96-1.828-2.25-2.578L12.18%2010.434c-.961-.563-1.735-.868-2.696-.868c-1.828%200-3.375%201.407-3.375%204.032v28.78c0%202.626%201.547%204.009%203.375%204.009%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/forward-end-fill.svg?color=%231a73e8&size=48