forward icon
forward-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.
- Name
- forward-solid
- Set
- Myna UI Icons
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
1 other variant in Myna UI Icons
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 IconforwardOpenMojiforwardPixelarticonsforwardPrime Iconsforward-boldSolarforwardTDesign Iconsforward-outlineTeenyicons
Related icons in Myna UI Icons
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 d="m8.317 7.318l-.063-.039c-.616-.374-1.174-.714-1.656-.887a2.1 2.1 0 0 0-.865-.137c-.322.024-.612.14-.868.332c-.519.39-.736.959-.853 1.56c-.112.58-.155 1.33-.207 2.228l-.003.054A28 28 0 0 0 3.75 12c0 .489.02 1.028.052 1.571l.003.054c.052.899.095 1.649.207 2.227c.117.602.334 1.171.853 1.56c.256.193.546.31.868.333c.309.023.6-.042.865-.137c.482-.173 1.04-.513 1.656-.887l.063-.039c.357-.217.707-.441 1.022-.662c.357-.251.74-.548 1.12-.857l.048-.04c.63-.514 1.178-.96 1.558-1.403c.422-.491.685-1.03.685-1.72s-.263-1.229-.685-1.72c-.38-.442-.928-.889-1.558-1.403l-.048-.04c-.38-.309-.763-.606-1.12-.857c-.315-.22-.665-.445-1.022-.662"/><path d="m15.817 7.318l-.063-.039c-.616-.374-1.173-.714-1.656-.887a2.1 2.1 0 0 0-.865-.137c-.322.024-.612.14-.868.332c-.519.39-.736.959-.853 1.56c-.112.58-.155 1.33-.207 2.228l-.003.054A28 28 0 0 0 11.25 12c0 .489.02 1.028.052 1.571l.003.054c.052.899.095 1.649.207 2.227c.117.602.334 1.171.853 1.56c.256.193.546.31.868.333c.309.023.6-.042.865-.137c.482-.173 1.04-.513 1.656-.887l.063-.039c.357-.217.707-.441 1.022-.662c.358-.251.74-.548 1.12-.857l.048-.04c.63-.514 1.178-.96 1.558-1.403c.422-.491.685-1.03.685-1.72s-.263-1.229-.685-1.72c-.38-.442-.928-.889-1.558-1.403l-.048-.04c-.38-.309-.762-.606-1.12-.857c-.315-.22-.665-.445-1.022-.662"/></g></svg>
React
import type { SVGProps } from "react";
export function MynauiForwardSolid(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 d="m8.317 7.318l-.063-.039c-.616-.374-1.174-.714-1.656-.887a2.1 2.1 0 0 0-.865-.137c-.322.024-.612.14-.868.332c-.519.39-.736.959-.853 1.56c-.112.58-.155 1.33-.207 2.228l-.003.054A28 28 0 0 0 3.75 12c0 .489.02 1.028.052 1.571l.003.054c.052.899.095 1.649.207 2.227c.117.602.334 1.171.853 1.56c.256.193.546.31.868.333c.309.023.6-.042.865-.137c.482-.173 1.04-.513 1.656-.887l.063-.039c.357-.217.707-.441 1.022-.662c.357-.251.74-.548 1.12-.857l.048-.04c.63-.514 1.178-.96 1.558-1.403c.422-.491.685-1.03.685-1.72s-.263-1.229-.685-1.72c-.38-.442-.928-.889-1.558-1.403l-.048-.04c-.38-.309-.763-.606-1.12-.857c-.315-.22-.665-.445-1.022-.662"/><path d="m15.817 7.318l-.063-.039c-.616-.374-1.173-.714-1.656-.887a2.1 2.1 0 0 0-.865-.137c-.322.024-.612.14-.868.332c-.519.39-.736.959-.853 1.56c-.112.58-.155 1.33-.207 2.228l-.003.054A28 28 0 0 0 11.25 12c0 .489.02 1.028.052 1.571l.003.054c.052.899.095 1.649.207 2.227c.117.602.334 1.171.853 1.56c.256.193.546.31.868.333c.309.023.6-.042.865-.137c.482-.173 1.04-.513 1.656-.887l.063-.039c.357-.217.707-.441 1.022-.662c.358-.251.74-.548 1.12-.857l.048-.04c.63-.514 1.178-.96 1.558-1.403c.422-.491.685-1.03.685-1.72s-.263-1.229-.685-1.72c-.38-.442-.928-.889-1.558-1.403l-.048-.04c-.38-.309-.762-.606-1.12-.857c-.315-.22-.665-.445-1.022-.662"/></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 d="m8.317 7.318l-.063-.039c-.616-.374-1.174-.714-1.656-.887a2.1 2.1 0 0 0-.865-.137c-.322.024-.612.14-.868.332c-.519.39-.736.959-.853 1.56c-.112.58-.155 1.33-.207 2.228l-.003.054A28 28 0 0 0 3.75 12c0 .489.02 1.028.052 1.571l.003.054c.052.899.095 1.649.207 2.227c.117.602.334 1.171.853 1.56c.256.193.546.31.868.333c.309.023.6-.042.865-.137c.482-.173 1.04-.513 1.656-.887l.063-.039c.357-.217.707-.441 1.022-.662c.357-.251.74-.548 1.12-.857l.048-.04c.63-.514 1.178-.96 1.558-1.403c.422-.491.685-1.03.685-1.72s-.263-1.229-.685-1.72c-.38-.442-.928-.889-1.558-1.403l-.048-.04c-.38-.309-.763-.606-1.12-.857c-.315-.22-.665-.445-1.022-.662"/><path d="m15.817 7.318l-.063-.039c-.616-.374-1.173-.714-1.656-.887a2.1 2.1 0 0 0-.865-.137c-.322.024-.612.14-.868.332c-.519.39-.736.959-.853 1.56c-.112.58-.155 1.33-.207 2.228l-.003.054A28 28 0 0 0 11.25 12c0 .489.02 1.028.052 1.571l.003.054c.052.899.095 1.649.207 2.227c.117.602.334 1.171.853 1.56c.256.193.546.31.868.333c.309.023.6-.042.865-.137c.482-.173 1.04-.513 1.656-.887l.063-.039c.357-.217.707-.441 1.022-.662c.358-.251.74-.548 1.12-.857l.048-.04c.63-.514 1.178-.96 1.558-1.403c.422-.491.685-1.03.685-1.72s-.263-1.229-.685-1.72c-.38-.442-.928-.889-1.558-1.403l-.048-.04c-.38-.309-.762-.606-1.12-.857c-.315-.22-.665-.445-1.022-.662"/></g></svg> </template>
CSS
.icon-forward-solid {
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%20d%3D%22m8.317%207.318l-.063-.039c-.616-.374-1.174-.714-1.656-.887a2.1%202.1%200%200%200-.865-.137c-.322.024-.612.14-.868.332c-.519.39-.736.959-.853%201.56c-.112.58-.155%201.33-.207%202.228l-.003.054A28%2028%200%200%200%203.75%2012c0%20.489.02%201.028.052%201.571l.003.054c.052.899.095%201.649.207%202.227c.117.602.334%201.171.853%201.56c.256.193.546.31.868.333c.309.023.6-.042.865-.137c.482-.173%201.04-.513%201.656-.887l.063-.039c.357-.217.707-.441%201.022-.662c.357-.251.74-.548%201.12-.857l.048-.04c.63-.514%201.178-.96%201.558-1.403c.422-.491.685-1.03.685-1.72s-.263-1.229-.685-1.72c-.38-.442-.928-.889-1.558-1.403l-.048-.04c-.38-.309-.763-.606-1.12-.857c-.315-.22-.665-.445-1.022-.662%22%2F%3E%3Cpath%20d%3D%22m15.817%207.318l-.063-.039c-.616-.374-1.173-.714-1.656-.887a2.1%202.1%200%200%200-.865-.137c-.322.024-.612.14-.868.332c-.519.39-.736.959-.853%201.56c-.112.58-.155%201.33-.207%202.228l-.003.054A28%2028%200%200%200%2011.25%2012c0%20.489.02%201.028.052%201.571l.003.054c.052.899.095%201.649.207%202.227c.117.602.334%201.171.853%201.56c.256.193.546.31.868.333c.309.023.6-.042.865-.137c.482-.173%201.04-.513%201.656-.887l.063-.039c.357-.217.707-.441%201.022-.662c.358-.251.74-.548%201.12-.857l.048-.04c.63-.514%201.178-.96%201.558-1.403c.422-.491.685-1.03.685-1.72s-.263-1.229-.685-1.72c-.38-.442-.928-.889-1.558-1.403l-.048-.04c-.38-.309-.762-.606-1.12-.857c-.315-.22-.665-.445-1.022-.662%22%2F%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%20d%3D%22m8.317%207.318l-.063-.039c-.616-.374-1.174-.714-1.656-.887a2.1%202.1%200%200%200-.865-.137c-.322.024-.612.14-.868.332c-.519.39-.736.959-.853%201.56c-.112.58-.155%201.33-.207%202.228l-.003.054A28%2028%200%200%200%203.75%2012c0%20.489.02%201.028.052%201.571l.003.054c.052.899.095%201.649.207%202.227c.117.602.334%201.171.853%201.56c.256.193.546.31.868.333c.309.023.6-.042.865-.137c.482-.173%201.04-.513%201.656-.887l.063-.039c.357-.217.707-.441%201.022-.662c.357-.251.74-.548%201.12-.857l.048-.04c.63-.514%201.178-.96%201.558-1.403c.422-.491.685-1.03.685-1.72s-.263-1.229-.685-1.72c-.38-.442-.928-.889-1.558-1.403l-.048-.04c-.38-.309-.763-.606-1.12-.857c-.315-.22-.665-.445-1.022-.662%22%2F%3E%3Cpath%20d%3D%22m15.817%207.318l-.063-.039c-.616-.374-1.173-.714-1.656-.887a2.1%202.1%200%200%200-.865-.137c-.322.024-.612.14-.868.332c-.519.39-.736.959-.853%201.56c-.112.58-.155%201.33-.207%202.228l-.003.054A28%2028%200%200%200%2011.25%2012c0%20.489.02%201.028.052%201.571l.003.054c.052.899.095%201.649.207%202.227c.117.602.334%201.171.853%201.56c.256.193.546.31.868.333c.309.023.6-.042.865-.137c.482-.173%201.04-.513%201.656-.887l.063-.039c.357-.217.707-.441%201.022-.662c.358-.251.74-.548%201.12-.857l.048-.04c.63-.514%201.178-.96%201.558-1.403c.422-.491.685-1.03.685-1.72s-.263-1.229-.685-1.72c-.38-.442-.928-.889-1.558-1.403l-.048-.04c-.38-.309-.762-.606-1.12-.857c-.315-.22-.665-.445-1.022-.662%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mynaui/forward-solid.svg?color=%231a73e8&size=48