forward-solid from Flowbite Icons by Themesberg · Solid · Arrows · MIT Free for personal and commercial use.

Name
forward-solid
Set
Flowbite Icons
Style
Solid
Category
Arrows
Viewbox
24×24
License
MIT

1 other variant in Flowbite Icons

The same icon in other sets

More arrows icons from Flowbite Icons

Use the forward icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.027 10.9a8.73 8.73 0 0 1 6.422-3.62v-1.2A2.06 2.06 0 0 1 12.61 4.2a1.99 1.99 0 0 1 2.104.23l5.491 4.308a2.11 2.11 0 0 1 .588 2.566a2.1 2.1 0 0 1-.588.734l-5.489 4.308a1.98 1.98 0 0 1-2.104.228a2.07 2.07 0 0 1-1.16-1.876v-.942c-5.33 1.284-6.212 5.251-6.25 5.441a1 1 0 0 1-.923.806h-.06a1 1 0 0 1-.955-.7A10.22 10.22 0 0 1 5.027 10.9"/></svg>

React

import type { SVGProps } from "react";

export function FlowbiteForwardSolid(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="M5.027 10.9a8.73 8.73 0 0 1 6.422-3.62v-1.2A2.06 2.06 0 0 1 12.61 4.2a1.99 1.99 0 0 1 2.104.23l5.491 4.308a2.11 2.11 0 0 1 .588 2.566a2.1 2.1 0 0 1-.588.734l-5.489 4.308a1.98 1.98 0 0 1-2.104.228a2.07 2.07 0 0 1-1.16-1.876v-.942c-5.33 1.284-6.212 5.251-6.25 5.441a1 1 0 0 1-.923.806h-.06a1 1 0 0 1-.955-.7A10.22 10.22 0 0 1 5.027 10.9"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.027 10.9a8.73 8.73 0 0 1 6.422-3.62v-1.2A2.06 2.06 0 0 1 12.61 4.2a1.99 1.99 0 0 1 2.104.23l5.491 4.308a2.11 2.11 0 0 1 .588 2.566a2.1 2.1 0 0 1-.588.734l-5.489 4.308a1.98 1.98 0 0 1-2.104.228a2.07 2.07 0 0 1-1.16-1.876v-.942c-5.33 1.284-6.212 5.251-6.25 5.441a1 1 0 0 1-.923.806h-.06a1 1 0 0 1-.955-.7A10.22 10.22 0 0 1 5.027 10.9"/></svg>
</template>

CSS

.icon-forward-solid {
  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%22M5.027%2010.9a8.73%208.73%200%200%201%206.422-3.62v-1.2A2.06%202.06%200%200%201%2012.61%204.2a1.99%201.99%200%200%201%202.104.23l5.491%204.308a2.11%202.11%200%200%201%20.588%202.566a2.1%202.1%200%200%201-.588.734l-5.489%204.308a1.98%201.98%200%200%201-2.104.228a2.07%202.07%200%200%201-1.16-1.876v-.942c-5.33%201.284-6.212%205.251-6.25%205.441a1%201%200%200%201-.923.806h-.06a1%201%200%200%201-.955-.7A10.22%2010.22%200%200%201%205.027%2010.9%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%22M5.027%2010.9a8.73%208.73%200%200%201%206.422-3.62v-1.2A2.06%202.06%200%200%201%2012.61%204.2a1.99%201.99%200%200%201%202.104.23l5.491%204.308a2.11%202.11%200%200%201%20.588%202.566a2.1%202.1%200%200%201-.588.734l-5.489%204.308a1.98%201.98%200%200%201-2.104.228a2.07%202.07%200%200%201-1.16-1.876v-.942c-5.33%201.284-6.212%205.251-6.25%205.441a1%201%200%200%201-.923.806h-.06a1%201%200%200%201-.955-.7A10.22%2010.22%200%200%201%205.027%2010.9%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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