forward icon
forward-outline from Flowbite Icons by Themesberg · Outline · Arrows · MIT Free for personal and commercial use.
- Name
- forward-outline
- Set
- Flowbite Icons
- Style
- Outline
- Category
- Arrows
- Viewbox
- 24×24
- License
- MIT
1 other variant in Flowbite Icons
The same icon in other sets
forward-filledAnt Design IconsforwardBootstrap IconsforwardCodiconsforwardFramework7 IconsforwardFont Awesome 6 SolidforwardFont Awesome SolidforwardHeroIconsforwardIconoirforwardIonIconsforwardJam IconsforwardLine AwesomeforwardLucideforwardMajesticonsforwardMaterial SymbolsforwardMaterial Symbols LightforwardMaterial Design Iconsforward-fillMingCute IconforwardMyna UI IconsforwardOpenMojiforwardPixelarticonsforwardPrime Iconsforward-boldSolarforwardTDesign Iconsforward-outlineTeenyicons
More arrows icons from Flowbite Icons
angle-down-outlineangle-left-outlineangle-right-outlineangle-up-outlinearrow-down-outlinearrow-down-to-bracket-outlinearrow-left-outlinearrow-left-to-bracket-outlinearrow-right-alt-outlinearrow-right-outlinearrow-right-to-bracket-outlinearrow-sort-letters-outlinearrow-up-down-outlinearrow-up-from-bracket-outlinearrow-up-outlinearrow-up-right-down-left-outlinearrows-repeat-count-outlinearrows-repeat-outlinecaret-down-outlinecaret-left-outlinecaret-right-outlinecaret-sort-outlinecaret-up-outlinechevron-double-down-outline
Use the forward 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="2" d="M4.248 19C3.22 15.77 5.275 8.232 12.466 8.232V6.079a1.025 1.025 0 0 1 1.644-.862l5.479 4.307a1.108 1.108 0 0 1 0 1.723l-5.48 4.307a1.026 1.026 0 0 1-1.643-.861v-2.154C5.275 13.616 4.248 19 4.248 19"/></svg>
React
import type { SVGProps } from "react";
export function FlowbiteForwardOutline(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="2" d="M4.248 19C3.22 15.77 5.275 8.232 12.466 8.232V6.079a1.025 1.025 0 0 1 1.644-.862l5.479 4.307a1.108 1.108 0 0 1 0 1.723l-5.48 4.307a1.026 1.026 0 0 1-1.643-.861v-2.154C5.275 13.616 4.248 19 4.248 19"/></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="2" d="M4.248 19C3.22 15.77 5.275 8.232 12.466 8.232V6.079a1.025 1.025 0 0 1 1.644-.862l5.479 4.307a1.108 1.108 0 0 1 0 1.723l-5.48 4.307a1.026 1.026 0 0 1-1.643-.861v-2.154C5.275 13.616 4.248 19 4.248 19"/></svg> </template>
CSS
.icon-forward-outline {
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%222%22%20d%3D%22M4.248%2019C3.22%2015.77%205.275%208.232%2012.466%208.232V6.079a1.025%201.025%200%200%201%201.644-.862l5.479%204.307a1.108%201.108%200%200%201%200%201.723l-5.48%204.307a1.026%201.026%200%200%201-1.643-.861v-2.154C5.275%2013.616%204.248%2019%204.248%2019%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%222%22%20d%3D%22M4.248%2019C3.22%2015.77%205.275%208.232%2012.466%208.232V6.079a1.025%201.025%200%200%201%201.644-.862l5.479%204.307a1.108%201.108%200%200%201%200%201.723l-5.48%204.307a1.026%201.026%200%200%201-1.643-.861v-2.154C5.275%2013.616%204.248%2019%204.248%2019%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/flowbite/forward-outline.svg?color=%231a73e8&size=48