forward icon
forward-bold from Solar by 480 Design · Bold · Arrows Action · CC-BY-4.0 Attribution required.
- Name
- forward-bold
- Set
- Solar
- Style
- Bold
- Category
- Arrows Action
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
The same icon in other sets
forward-filledAnt Design IconsforwardBootstrap IconsforwardCodiconsforwardFramework7 IconsforwardFont Awesome 6 SolidforwardFont Awesome Solidforward-outlineFlowbite IconsforwardHeroIconsforwardIconoirforwardIonIconsforwardJam IconsforwardLine AwesomeforwardLucideforwardMajesticonsforwardMaterial SymbolsforwardMaterial Symbols LightforwardMaterial Design Iconsforward-fillMingCute IconforwardMyna UI IconsforwardOpenMojiforwardPixelarticonsforwardPrime IconsforwardTDesign Iconsforward-outlineTeenyicons
More arrows action icons from Solar
arrow-to-down-left-boldarrow-to-down-right-boldarrow-to-top-left-boldarrow-to-top-right-boldcircle-bottom-down-boldcircle-bottom-up-boldcircle-top-down-boldcircle-top-up-bolddownload-bolddownload-minimalistic-bolddownload-square-bolddownload-twice-square-boldexit-boldexport-boldforward-2-boldimport-boldlogin-2-boldlogin-3-boldlogin-boldlogout-2-boldlogout-3-boldlogout-boldmaximize-boldmaximize-square-2-bold
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" fill-rule="evenodd" d="M13.9697 6.46967C14.2626 6.17678 14.7374 6.17678 15.0303 6.46967L20.0303 11.4697C20.3232 11.7626 20.3232 12.2374 20.0303 12.5303L15.0303 17.5303C14.7374 17.8232 14.2626 17.8232 13.9697 17.5303C13.6768 17.2374 13.6768 16.7626 13.9697 16.4697L17.6893 12.75L9.5 12.75C8.78668 12.75 7.70002 12.9702 6.81323 13.6087C5.96468 14.2196 5.25 15.2444 5.25 17C5.25 17.4142 4.91421 17.75 4.5 17.75C4.08579 17.75 3.75 17.4142 3.75 17C3.75 14.7556 4.70198 13.2804 5.93677 12.3913C7.13332 11.5298 8.54665 11.25 9.5 11.25L17.6893 11.25L13.9697 7.53033C13.6768 7.23744 13.6768 6.76256 13.9697 6.46967Z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function SolarForwardBold(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" fillRule="evenodd" d="M13.9697 6.46967C14.2626 6.17678 14.7374 6.17678 15.0303 6.46967L20.0303 11.4697C20.3232 11.7626 20.3232 12.2374 20.0303 12.5303L15.0303 17.5303C14.7374 17.8232 14.2626 17.8232 13.9697 17.5303C13.6768 17.2374 13.6768 16.7626 13.9697 16.4697L17.6893 12.75L9.5 12.75C8.78668 12.75 7.70002 12.9702 6.81323 13.6087C5.96468 14.2196 5.25 15.2444 5.25 17C5.25 17.4142 4.91421 17.75 4.5 17.75C4.08579 17.75 3.75 17.4142 3.75 17C3.75 14.7556 4.70198 13.2804 5.93677 12.3913C7.13332 11.5298 8.54665 11.25 9.5 11.25L17.6893 11.25L13.9697 7.53033C13.6768 7.23744 13.6768 6.76256 13.9697 6.46967Z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M13.9697 6.46967C14.2626 6.17678 14.7374 6.17678 15.0303 6.46967L20.0303 11.4697C20.3232 11.7626 20.3232 12.2374 20.0303 12.5303L15.0303 17.5303C14.7374 17.8232 14.2626 17.8232 13.9697 17.5303C13.6768 17.2374 13.6768 16.7626 13.9697 16.4697L17.6893 12.75L9.5 12.75C8.78668 12.75 7.70002 12.9702 6.81323 13.6087C5.96468 14.2196 5.25 15.2444 5.25 17C5.25 17.4142 4.91421 17.75 4.5 17.75C4.08579 17.75 3.75 17.4142 3.75 17C3.75 14.7556 4.70198 13.2804 5.93677 12.3913C7.13332 11.5298 8.54665 11.25 9.5 11.25L17.6893 11.25L13.9697 7.53033C13.6768 7.23744 13.6768 6.76256 13.9697 6.46967Z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-forward-bold {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M13.9697%206.46967C14.2626%206.17678%2014.7374%206.17678%2015.0303%206.46967L20.0303%2011.4697C20.3232%2011.7626%2020.3232%2012.2374%2020.0303%2012.5303L15.0303%2017.5303C14.7374%2017.8232%2014.2626%2017.8232%2013.9697%2017.5303C13.6768%2017.2374%2013.6768%2016.7626%2013.9697%2016.4697L17.6893%2012.75L9.5%2012.75C8.78668%2012.75%207.70002%2012.9702%206.81323%2013.6087C5.96468%2014.2196%205.25%2015.2444%205.25%2017C5.25%2017.4142%204.91421%2017.75%204.5%2017.75C4.08579%2017.75%203.75%2017.4142%203.75%2017C3.75%2014.7556%204.70198%2013.2804%205.93677%2012.3913C7.13332%2011.5298%208.54665%2011.25%209.5%2011.25L17.6893%2011.25L13.9697%207.53033C13.6768%207.23744%2013.6768%206.76256%2013.9697%206.46967Z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M13.9697%206.46967C14.2626%206.17678%2014.7374%206.17678%2015.0303%206.46967L20.0303%2011.4697C20.3232%2011.7626%2020.3232%2012.2374%2020.0303%2012.5303L15.0303%2017.5303C14.7374%2017.8232%2014.2626%2017.8232%2013.9697%2017.5303C13.6768%2017.2374%2013.6768%2016.7626%2013.9697%2016.4697L17.6893%2012.75L9.5%2012.75C8.78668%2012.75%207.70002%2012.9702%206.81323%2013.6087C5.96468%2014.2196%205.25%2015.2444%205.25%2017C5.25%2017.4142%204.91421%2017.75%204.5%2017.75C4.08579%2017.75%203.75%2017.4142%203.75%2017C3.75%2014.7556%204.70198%2013.2804%205.93677%2012.3913C7.13332%2011.5298%208.54665%2011.25%209.5%2011.25L17.6893%2011.25L13.9697%207.53033C13.6768%207.23744%2013.6768%206.76256%2013.9697%206.46967Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/forward-bold.svg?color=%231a73e8&size=48