forward icon
forward from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.
- Name
- forward
- Set
- Codicons
- Style
- Regular
- Viewbox
- 16×16
- License
- CC BY 4.0
The same icon in other sets
forward-filledAnt Design IconsforwardBootstrap IconsforwardFramework7 IconsforwardFont Awesome 6 SolidforwardFont Awesome Solidforward-outlineFlowbite IconsforwardHeroIconsforwardIconoirforwardIonIconsforwardJam IconsforwardLine AwesomeforwardLucideforwardMajesticonsforwardMaterial SymbolsforwardMaterial Symbols LightforwardMaterial Design Iconsforward-fillMingCute IconforwardMyna UI IconsforwardOpenMojiforwardPixelarticonsforwardPrime Iconsforward-boldSolarforwardTDesign Iconsforward-outlineTeenyicons
Use the forward icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m12.293 8l-2.682 2.682a.5.5 0 0 0 .638.765l.069-.057l3.566-3.57l.05-.07l.027-.056l.023-.068l.005-.02A.5.5 0 0 0 14 7.5l-.005.074l.003-.031v-.085l-.015-.086l-.02-.063l-.04-.076l-.055-.07l-3.55-3.552a.5.5 0 0 0-.765.638l.058.07l2.682 2.68L8 7c-3.522 0-5.885 1.976-5.996 4.793L2 12a.5.5 0 0 0 1 0c0-2.273 1.807-3.904 4.738-3.996L8 8z"/></svg>
React
import type { SVGProps } from "react";
export function CodiconForward(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m12.293 8l-2.682 2.682a.5.5 0 0 0 .638.765l.069-.057l3.566-3.57l.05-.07l.027-.056l.023-.068l.005-.02A.5.5 0 0 0 14 7.5l-.005.074l.003-.031v-.085l-.015-.086l-.02-.063l-.04-.076l-.055-.07l-3.55-3.552a.5.5 0 0 0-.765.638l.058.07l2.682 2.68L8 7c-3.522 0-5.885 1.976-5.996 4.793L2 12a.5.5 0 0 0 1 0c0-2.273 1.807-3.904 4.738-3.996L8 8z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m12.293 8l-2.682 2.682a.5.5 0 0 0 .638.765l.069-.057l3.566-3.57l.05-.07l.027-.056l.023-.068l.005-.02A.5.5 0 0 0 14 7.5l-.005.074l.003-.031v-.085l-.015-.086l-.02-.063l-.04-.076l-.055-.07l-3.55-3.552a.5.5 0 0 0-.765.638l.058.07l2.682 2.68L8 7c-3.522 0-5.885 1.976-5.996 4.793L2 12a.5.5 0 0 0 1 0c0-2.273 1.807-3.904 4.738-3.996L8 8z"/></svg> </template>
CSS
.icon-forward {
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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m12.293%208l-2.682%202.682a.5.5%200%200%200%20.638.765l.069-.057l3.566-3.57l.05-.07l.027-.056l.023-.068l.005-.02A.5.5%200%200%200%2014%207.5l-.005.074l.003-.031v-.085l-.015-.086l-.02-.063l-.04-.076l-.055-.07l-3.55-3.552a.5.5%200%200%200-.765.638l.058.07l2.682%202.68L8%207c-3.522%200-5.885%201.976-5.996%204.793L2%2012a.5.5%200%200%200%201%200c0-2.273%201.807-3.904%204.738-3.996L8%208z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m12.293%208l-2.682%202.682a.5.5%200%200%200%20.638.765l.069-.057l3.566-3.57l.05-.07l.027-.056l.023-.068l.005-.02A.5.5%200%200%200%2014%207.5l-.005.074l.003-.031v-.085l-.015-.086l-.02-.063l-.04-.076l-.055-.07l-3.55-3.552a.5.5%200%200%200-.765.638l.058.07l2.682%202.68L8%207c-3.522%200-5.885%201.976-5.996%204.793L2%2012a.5.5%200%200%200%201%200c0-2.273%201.807-3.904%204.738-3.996L8%208z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/forward.svg?color=%231a73e8&size=48