forward icon
forward from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- forward
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
1 other variant in Framework7 Icons
The same icon in other sets
forwardBootstrap IconsforwardFont Awesome 6 SolidforwardHeroIconsforwardIconoirforwardIonIconsforwardJam IconsforwardLine AwesomeforwardLucideforwardMajesticonsforwardMaterial SymbolsforwardMaterial Design Iconsforward-fillMingCute IconforwardOpenMojiforwardPixelarticonsforward-boldSolarforward-outlineTeenyiconsforwardUnicons
Related icons in Framework7 Icons
Use the forward icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M2.928 44.495c.834 0 1.525-.265 2.339-.753l20.72-12.2c1.118-.65 1.728-1.383 1.952-2.237v11.713c0 2.257 1.342 3.477 2.928 3.477c.834 0 1.525-.265 2.339-.753l20.74-12.2c1.424-.854 2.054-1.85 2.054-3.03c0-1.159-.63-2.155-2.054-3.01l-20.74-12.2c-.814-.488-1.505-.752-2.339-.752c-1.586 0-2.928 1.22-2.928 3.477V27.74c-.224-.854-.834-1.585-1.952-2.236l-20.72-12.2c-.834-.489-1.505-.753-2.339-.753C1.342 12.55 0 13.77 0 16.027v24.99c0 2.258 1.342 3.478 2.928 3.478m.895-3.762c-.305 0-.55-.183-.55-.61V16.922c0-.427.245-.61.55-.61c.142 0 .285.06.488.162l19.338 11.469c.284.162.447.305.447.57c0 .284-.163.426-.448.589L4.311 40.57a.87.87 0 0 1-.488.163m27.939 0c-.305 0-.55-.183-.55-.61V16.922c0-.427.245-.61.55-.61c.142 0 .284.06.488.162l19.337 11.469c.285.162.448.305.448.57c0 .284-.163.426-.448.589L32.25 40.57a.87.87 0 0 1-.488.163"/></svg>
React
import type { SVGProps } from "react";
export function F7Forward(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M2.928 44.495c.834 0 1.525-.265 2.339-.753l20.72-12.2c1.118-.65 1.728-1.383 1.952-2.237v11.713c0 2.257 1.342 3.477 2.928 3.477c.834 0 1.525-.265 2.339-.753l20.74-12.2c1.424-.854 2.054-1.85 2.054-3.03c0-1.159-.63-2.155-2.054-3.01l-20.74-12.2c-.814-.488-1.505-.752-2.339-.752c-1.586 0-2.928 1.22-2.928 3.477V27.74c-.224-.854-.834-1.585-1.952-2.236l-20.72-12.2c-.834-.489-1.505-.753-2.339-.753C1.342 12.55 0 13.77 0 16.027v24.99c0 2.258 1.342 3.478 2.928 3.478m.895-3.762c-.305 0-.55-.183-.55-.61V16.922c0-.427.245-.61.55-.61c.142 0 .285.06.488.162l19.338 11.469c.284.162.447.305.447.57c0 .284-.163.426-.448.589L4.311 40.57a.87.87 0 0 1-.488.163m27.939 0c-.305 0-.55-.183-.55-.61V16.922c0-.427.245-.61.55-.61c.142 0 .284.06.488.162l19.337 11.469c.285.162.448.305.448.57c0 .284-.163.426-.448.589L32.25 40.57a.87.87 0 0 1-.488.163"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M2.928 44.495c.834 0 1.525-.265 2.339-.753l20.72-12.2c1.118-.65 1.728-1.383 1.952-2.237v11.713c0 2.257 1.342 3.477 2.928 3.477c.834 0 1.525-.265 2.339-.753l20.74-12.2c1.424-.854 2.054-1.85 2.054-3.03c0-1.159-.63-2.155-2.054-3.01l-20.74-12.2c-.814-.488-1.505-.752-2.339-.752c-1.586 0-2.928 1.22-2.928 3.477V27.74c-.224-.854-.834-1.585-1.952-2.236l-20.72-12.2c-.834-.489-1.505-.753-2.339-.753C1.342 12.55 0 13.77 0 16.027v24.99c0 2.258 1.342 3.478 2.928 3.478m.895-3.762c-.305 0-.55-.183-.55-.61V16.922c0-.427.245-.61.55-.61c.142 0 .285.06.488.162l19.338 11.469c.284.162.447.305.447.57c0 .284-.163.426-.448.589L4.311 40.57a.87.87 0 0 1-.488.163m27.939 0c-.305 0-.55-.183-.55-.61V16.922c0-.427.245-.61.55-.61c.142 0 .284.06.488.162l19.337 11.469c.285.162.448.305.448.57c0 .284-.163.426-.448.589L32.25 40.57a.87.87 0 0 1-.488.163"/></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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.928%2044.495c.834%200%201.525-.265%202.339-.753l20.72-12.2c1.118-.65%201.728-1.383%201.952-2.237v11.713c0%202.257%201.342%203.477%202.928%203.477c.834%200%201.525-.265%202.339-.753l20.74-12.2c1.424-.854%202.054-1.85%202.054-3.03c0-1.159-.63-2.155-2.054-3.01l-20.74-12.2c-.814-.488-1.505-.752-2.339-.752c-1.586%200-2.928%201.22-2.928%203.477V27.74c-.224-.854-.834-1.585-1.952-2.236l-20.72-12.2c-.834-.489-1.505-.753-2.339-.753C1.342%2012.55%200%2013.77%200%2016.027v24.99c0%202.258%201.342%203.478%202.928%203.478m.895-3.762c-.305%200-.55-.183-.55-.61V16.922c0-.427.245-.61.55-.61c.142%200%20.285.06.488.162l19.338%2011.469c.284.162.447.305.447.57c0%20.284-.163.426-.448.589L4.311%2040.57a.87.87%200%200%201-.488.163m27.939%200c-.305%200-.55-.183-.55-.61V16.922c0-.427.245-.61.55-.61c.142%200%20.284.06.488.162l19.337%2011.469c.285.162.448.305.448.57c0%20.284-.163.426-.448.589L32.25%2040.57a.87.87%200%200%201-.488.163%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.928%2044.495c.834%200%201.525-.265%202.339-.753l20.72-12.2c1.118-.65%201.728-1.383%201.952-2.237v11.713c0%202.257%201.342%203.477%202.928%203.477c.834%200%201.525-.265%202.339-.753l20.74-12.2c1.424-.854%202.054-1.85%202.054-3.03c0-1.159-.63-2.155-2.054-3.01l-20.74-12.2c-.814-.488-1.505-.752-2.339-.752c-1.586%200-2.928%201.22-2.928%203.477V27.74c-.224-.854-.834-1.585-1.952-2.236l-20.72-12.2c-.834-.489-1.505-.753-2.339-.753C1.342%2012.55%200%2013.77%200%2016.027v24.99c0%202.258%201.342%203.478%202.928%203.478m.895-3.762c-.305%200-.55-.183-.55-.61V16.922c0-.427.245-.61.55-.61c.142%200%20.285.06.488.162l19.338%2011.469c.284.162.447.305.447.57c0%20.284-.163.426-.448.589L4.311%2040.57a.87.87%200%200%201-.488.163m27.939%200c-.305%200-.55-.183-.55-.61V16.922c0-.427.245-.61.55-.61c.142%200%20.284.06.488.162l19.337%2011.469c.285.162.448.305.448.57c0%20.284-.163.426-.448.589L32.25%2040.57a.87.87%200%200%201-.488.163%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/forward.svg?color=%231a73e8&size=48