forward 2 icon
forward-2-bold-duotone from Solar by 480 Design · Bold Duotone · Arrows Action · CC-BY-4.0 Attribution required.
- Name
- forward-2-bold-duotone
- Set
- Solar
- Style
- Bold Duotone
- Category
- Arrows Action
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
The same icon in other sets
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-boldimport-boldlogin-2-boldlogin-3-boldlogin-boldlogout-2-boldlogout-3-boldlogout-boldmaximize-boldmaximize-square-2-bold
Use the forward 2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M13.9697 17.5303C14.2626 17.8232 14.7374 17.8232 15.0303 17.5303L20.0303 12.5303C20.3232 12.2374 20.3232 11.7626 20.0303 11.4697L15.0303 6.46967C14.7374 6.17678 14.2626 6.17678 13.9697 6.46967C13.6768 6.76256 13.6768 7.23744 13.9697 7.53033L18.4393 12L13.9697 16.4697C13.6768 16.7626 13.6768 17.2374 13.9697 17.5303Z" clip-rule="evenodd"/><g opacity=".5"><path d="M17.6893 12.75H9.5C8.54665 12.75 7.13332 12.4702 5.93677 11.6086C4.70198 10.7196 3.75 9.24444 3.75 7C3.75 6.58578 4.08579 6.25 4.5 6.25C4.91421 6.25 5.25 6.58578 5.25 7C5.25 8.75556 5.96468 9.7804 6.81323 10.3913C7.70002 11.0298 8.78668 11.25 9.5 11.25L17.6893 11.25L18.4393 12L17.6893 12.75Z"/><path d="M20.1931 12.2871C20.2298 12.1987 20.25 12.1017 20.25 12C20.25 12.0977 20.231 12.1954 20.1931 12.2871Z"/></g></g></svg>
React
import type { SVGProps } from "react";
export function SolarForward2BoldDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M13.9697 17.5303C14.2626 17.8232 14.7374 17.8232 15.0303 17.5303L20.0303 12.5303C20.3232 12.2374 20.3232 11.7626 20.0303 11.4697L15.0303 6.46967C14.7374 6.17678 14.2626 6.17678 13.9697 6.46967C13.6768 6.76256 13.6768 7.23744 13.9697 7.53033L18.4393 12L13.9697 16.4697C13.6768 16.7626 13.6768 17.2374 13.9697 17.5303Z" clipRule="evenodd"/><g opacity=".5"><path d="M17.6893 12.75H9.5C8.54665 12.75 7.13332 12.4702 5.93677 11.6086C4.70198 10.7196 3.75 9.24444 3.75 7C3.75 6.58578 4.08579 6.25 4.5 6.25C4.91421 6.25 5.25 6.58578 5.25 7C5.25 8.75556 5.96468 9.7804 6.81323 10.3913C7.70002 11.0298 8.78668 11.25 9.5 11.25L17.6893 11.25L18.4393 12L17.6893 12.75Z"/><path d="M20.1931 12.2871C20.2298 12.1987 20.25 12.1017 20.25 12C20.25 12.0977 20.231 12.1954 20.1931 12.2871Z"/></g></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M13.9697 17.5303C14.2626 17.8232 14.7374 17.8232 15.0303 17.5303L20.0303 12.5303C20.3232 12.2374 20.3232 11.7626 20.0303 11.4697L15.0303 6.46967C14.7374 6.17678 14.2626 6.17678 13.9697 6.46967C13.6768 6.76256 13.6768 7.23744 13.9697 7.53033L18.4393 12L13.9697 16.4697C13.6768 16.7626 13.6768 17.2374 13.9697 17.5303Z" clip-rule="evenodd"/><g opacity=".5"><path d="M17.6893 12.75H9.5C8.54665 12.75 7.13332 12.4702 5.93677 11.6086C4.70198 10.7196 3.75 9.24444 3.75 7C3.75 6.58578 4.08579 6.25 4.5 6.25C4.91421 6.25 5.25 6.58578 5.25 7C5.25 8.75556 5.96468 9.7804 6.81323 10.3913C7.70002 11.0298 8.78668 11.25 9.5 11.25L17.6893 11.25L18.4393 12L17.6893 12.75Z"/><path d="M20.1931 12.2871C20.2298 12.1987 20.25 12.1017 20.25 12C20.25 12.0977 20.231 12.1954 20.1931 12.2871Z"/></g></g></svg> </template>
CSS
.icon-forward-2-bold-duotone {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M13.9697%2017.5303C14.2626%2017.8232%2014.7374%2017.8232%2015.0303%2017.5303L20.0303%2012.5303C20.3232%2012.2374%2020.3232%2011.7626%2020.0303%2011.4697L15.0303%206.46967C14.7374%206.17678%2014.2626%206.17678%2013.9697%206.46967C13.6768%206.76256%2013.6768%207.23744%2013.9697%207.53033L18.4393%2012L13.9697%2016.4697C13.6768%2016.7626%2013.6768%2017.2374%2013.9697%2017.5303Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cg%20opacity%3D%22.5%22%3E%3Cpath%20d%3D%22M17.6893%2012.75H9.5C8.54665%2012.75%207.13332%2012.4702%205.93677%2011.6086C4.70198%2010.7196%203.75%209.24444%203.75%207C3.75%206.58578%204.08579%206.25%204.5%206.25C4.91421%206.25%205.25%206.58578%205.25%207C5.25%208.75556%205.96468%209.7804%206.81323%2010.3913C7.70002%2011.0298%208.78668%2011.25%209.5%2011.25L17.6893%2011.25L18.4393%2012L17.6893%2012.75Z%22%2F%3E%3Cpath%20d%3D%22M20.1931%2012.2871C20.2298%2012.1987%2020.25%2012.1017%2020.25%2012C20.25%2012.0977%2020.231%2012.1954%2020.1931%2012.2871Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M13.9697%2017.5303C14.2626%2017.8232%2014.7374%2017.8232%2015.0303%2017.5303L20.0303%2012.5303C20.3232%2012.2374%2020.3232%2011.7626%2020.0303%2011.4697L15.0303%206.46967C14.7374%206.17678%2014.2626%206.17678%2013.9697%206.46967C13.6768%206.76256%2013.6768%207.23744%2013.9697%207.53033L18.4393%2012L13.9697%2016.4697C13.6768%2016.7626%2013.6768%2017.2374%2013.9697%2017.5303Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cg%20opacity%3D%22.5%22%3E%3Cpath%20d%3D%22M17.6893%2012.75H9.5C8.54665%2012.75%207.13332%2012.4702%205.93677%2011.6086C4.70198%2010.7196%203.75%209.24444%203.75%207C3.75%206.58578%204.08579%206.25%204.5%206.25C4.91421%206.25%205.25%206.58578%205.25%207C5.25%208.75556%205.96468%209.7804%206.81323%2010.3913C7.70002%2011.0298%208.78668%2011.25%209.5%2011.25L17.6893%2011.25L18.4393%2012L17.6893%2012.75Z%22%2F%3E%3Cpath%20d%3D%22M20.1931%2012.2871C20.2298%2012.1987%2020.25%2012.1017%2020.25%2012C20.25%2012.0977%2020.231%2012.1954%2020.1931%2012.2871Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/forward-2-bold-duotone.svg?color=%231a73e8&size=48