forward icon

forward-bold-duotone from Solar by 480 Design · Bold Duotone · Arrows Action · CC-BY-4.0 Attribution required.

Name
forward-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

Use the forward 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 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.4697L18.4393 12L13.9697 7.53033C13.6768 7.23744 13.6768 6.76256 13.9697 6.46967Z" clip-rule="evenodd"/><g opacity=".5"><path d="M17.6893 11.25H9.5C8.54665 11.25 7.13332 11.5298 5.93677 12.3914C4.70198 13.2804 3.75 14.7556 3.75 17C3.75 17.4142 4.08579 17.75 4.5 17.75C4.91421 17.75 5.25 17.4142 5.25 17C5.25 15.2444 5.96468 14.2196 6.81323 13.6087C7.70002 12.9702 8.78668 12.75 9.5 12.75L17.6893 12.75L18.4393 12L17.6893 11.25Z"/><path d="M20.1931 11.7129C20.2298 11.8013 20.25 11.8983 20.25 12C20.25 11.9023 20.231 11.8046 20.1931 11.7129Z"/></g></g></svg>

React

import type { SVGProps } from "react";

export function SolarForwardBoldDuotone(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 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.4697L18.4393 12L13.9697 7.53033C13.6768 7.23744 13.6768 6.76256 13.9697 6.46967Z" clipRule="evenodd"/><g opacity=".5"><path d="M17.6893 11.25H9.5C8.54665 11.25 7.13332 11.5298 5.93677 12.3914C4.70198 13.2804 3.75 14.7556 3.75 17C3.75 17.4142 4.08579 17.75 4.5 17.75C4.91421 17.75 5.25 17.4142 5.25 17C5.25 15.2444 5.96468 14.2196 6.81323 13.6087C7.70002 12.9702 8.78668 12.75 9.5 12.75L17.6893 12.75L18.4393 12L17.6893 11.25Z"/><path d="M20.1931 11.7129C20.2298 11.8013 20.25 11.8983 20.25 12C20.25 11.9023 20.231 11.8046 20.1931 11.7129Z"/></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 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.4697L18.4393 12L13.9697 7.53033C13.6768 7.23744 13.6768 6.76256 13.9697 6.46967Z" clip-rule="evenodd"/><g opacity=".5"><path d="M17.6893 11.25H9.5C8.54665 11.25 7.13332 11.5298 5.93677 12.3914C4.70198 13.2804 3.75 14.7556 3.75 17C3.75 17.4142 4.08579 17.75 4.5 17.75C4.91421 17.75 5.25 17.4142 5.25 17C5.25 15.2444 5.96468 14.2196 6.81323 13.6087C7.70002 12.9702 8.78668 12.75 9.5 12.75L17.6893 12.75L18.4393 12L17.6893 11.25Z"/><path d="M20.1931 11.7129C20.2298 11.8013 20.25 11.8983 20.25 12C20.25 11.9023 20.231 11.8046 20.1931 11.7129Z"/></g></g></svg>
</template>

CSS

.icon-forward-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%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.4697L18.4393%2012L13.9697%207.53033C13.6768%207.23744%2013.6768%206.76256%2013.9697%206.46967Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cg%20opacity%3D%22.5%22%3E%3Cpath%20d%3D%22M17.6893%2011.25H9.5C8.54665%2011.25%207.13332%2011.5298%205.93677%2012.3914C4.70198%2013.2804%203.75%2014.7556%203.75%2017C3.75%2017.4142%204.08579%2017.75%204.5%2017.75C4.91421%2017.75%205.25%2017.4142%205.25%2017C5.25%2015.2444%205.96468%2014.2196%206.81323%2013.6087C7.70002%2012.9702%208.78668%2012.75%209.5%2012.75L17.6893%2012.75L18.4393%2012L17.6893%2011.25Z%22%2F%3E%3Cpath%20d%3D%22M20.1931%2011.7129C20.2298%2011.8013%2020.25%2011.8983%2020.25%2012C20.25%2011.9023%2020.231%2011.8046%2020.1931%2011.7129Z%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%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.4697L18.4393%2012L13.9697%207.53033C13.6768%207.23744%2013.6768%206.76256%2013.9697%206.46967Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cg%20opacity%3D%22.5%22%3E%3Cpath%20d%3D%22M17.6893%2011.25H9.5C8.54665%2011.25%207.13332%2011.5298%205.93677%2012.3914C4.70198%2013.2804%203.75%2014.7556%203.75%2017C3.75%2017.4142%204.08579%2017.75%204.5%2017.75C4.91421%2017.75%205.25%2017.4142%205.25%2017C5.25%2015.2444%205.96468%2014.2196%206.81323%2013.6087C7.70002%2012.9702%208.78668%2012.75%209.5%2012.75L17.6893%2012.75L18.4393%2012L17.6893%2011.25Z%22%2F%3E%3Cpath%20d%3D%22M20.1931%2011.7129C20.2298%2011.8013%2020.25%2011.8983%2020.25%2012C20.25%2011.9023%2020.231%2011.8046%2020.1931%2011.7129Z%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-bold-duotone.svg?color=%231a73e8&size=48