square arrow forward icon
square-arrow-forward-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- square-arrow-forward-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- Viewbox
- 48×48
- License
- MIT
12 other variants in Fluent UI System Icons
square-arrow-forward-16-filledsquare-arrow-forward-16-regularsquare-arrow-forward-20-filledsquare-arrow-forward-20-regularsquare-arrow-forward-24-filledsquare-arrow-forward-24-regularsquare-arrow-forward-28-filledsquare-arrow-forward-28-regularsquare-arrow-forward-32-filledsquare-arrow-forward-32-lightsquare-arrow-forward-32-regularsquare-arrow-forward-48-filled
Related icons in Fluent UI System Icons
square-add-16-filledsquare-dismiss-16-filledsquare-dovetail-joint-12-filledsquare-eraser-20-filledsquare-hint-16-filledsquare-hint-apps-20-filledsquare-hint-arrow-back-16-filledsquare-hint-hexagon-12-filledsquare-hint-sparkles-16-filledsquare-multiple-16-filledsquare-shadow-12-filledsquare-text-arrow-repeat-all-16-filled
Use the square arrow forward icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M6 11.25C6 8.35 8.35 6 11.25 6h25.5C39.65 6 42 8.35 42 11.25v12.794c-.78-.5-1.618-.919-2.5-1.244V11.25a2.75 2.75 0 0 0-2.75-2.75h-25.5a2.75 2.75 0 0 0-2.75 2.75v25.5a2.75 2.75 0 0 0 2.75 2.75H22.8c.325.882.744 1.72 1.244 2.5H11.25A5.25 5.25 0 0 1 6 36.75zM24 35c0 6.075 4.925 11 11 11s11-4.925 11-11s-4.925-11-11-11s-11 4.925-11 11m14.293-3.293a1 1 0 0 1 1.414-1.414l3 3a1 1 0 0 1 0 1.414l-3 3a1 1 0 0 1-1.414-1.414L39.586 35H34a4 4 0 0 0-4 4a1 1 0 1 1-2 0a6 6 0 0 1 6-6h5.586z"/></svg>
React
import type { SVGProps } from "react";
export function FluentSquareArrowForward48Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M6 11.25C6 8.35 8.35 6 11.25 6h25.5C39.65 6 42 8.35 42 11.25v12.794c-.78-.5-1.618-.919-2.5-1.244V11.25a2.75 2.75 0 0 0-2.75-2.75h-25.5a2.75 2.75 0 0 0-2.75 2.75v25.5a2.75 2.75 0 0 0 2.75 2.75H22.8c.325.882.744 1.72 1.244 2.5H11.25A5.25 5.25 0 0 1 6 36.75zM24 35c0 6.075 4.925 11 11 11s11-4.925 11-11s-4.925-11-11-11s-11 4.925-11 11m14.293-3.293a1 1 0 0 1 1.414-1.414l3 3a1 1 0 0 1 0 1.414l-3 3a1 1 0 0 1-1.414-1.414L39.586 35H34a4 4 0 0 0-4 4a1 1 0 1 1-2 0a6 6 0 0 1 6-6h5.586z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M6 11.25C6 8.35 8.35 6 11.25 6h25.5C39.65 6 42 8.35 42 11.25v12.794c-.78-.5-1.618-.919-2.5-1.244V11.25a2.75 2.75 0 0 0-2.75-2.75h-25.5a2.75 2.75 0 0 0-2.75 2.75v25.5a2.75 2.75 0 0 0 2.75 2.75H22.8c.325.882.744 1.72 1.244 2.5H11.25A5.25 5.25 0 0 1 6 36.75zM24 35c0 6.075 4.925 11 11 11s11-4.925 11-11s-4.925-11-11-11s-11 4.925-11 11m14.293-3.293a1 1 0 0 1 1.414-1.414l3 3a1 1 0 0 1 0 1.414l-3 3a1 1 0 0 1-1.414-1.414L39.586 35H34a4 4 0 0 0-4 4a1 1 0 1 1-2 0a6 6 0 0 1 6-6h5.586z"/></svg> </template>
CSS
.icon-square-arrow-forward-48-regular {
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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%2011.25C6%208.35%208.35%206%2011.25%206h25.5C39.65%206%2042%208.35%2042%2011.25v12.794c-.78-.5-1.618-.919-2.5-1.244V11.25a2.75%202.75%200%200%200-2.75-2.75h-25.5a2.75%202.75%200%200%200-2.75%202.75v25.5a2.75%202.75%200%200%200%202.75%202.75H22.8c.325.882.744%201.72%201.244%202.5H11.25A5.25%205.25%200%200%201%206%2036.75zM24%2035c0%206.075%204.925%2011%2011%2011s11-4.925%2011-11s-4.925-11-11-11s-11%204.925-11%2011m14.293-3.293a1%201%200%200%201%201.414-1.414l3%203a1%201%200%200%201%200%201.414l-3%203a1%201%200%200%201-1.414-1.414L39.586%2035H34a4%204%200%200%200-4%204a1%201%200%201%201-2%200a6%206%200%200%201%206-6h5.586z%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%2011.25C6%208.35%208.35%206%2011.25%206h25.5C39.65%206%2042%208.35%2042%2011.25v12.794c-.78-.5-1.618-.919-2.5-1.244V11.25a2.75%202.75%200%200%200-2.75-2.75h-25.5a2.75%202.75%200%200%200-2.75%202.75v25.5a2.75%202.75%200%200%200%202.75%202.75H22.8c.325.882.744%201.72%201.244%202.5H11.25A5.25%205.25%200%200%201%206%2036.75zM24%2035c0%206.075%204.925%2011%2011%2011s11-4.925%2011-11s-4.925-11-11-11s-11%204.925-11%2011m14.293-3.293a1%201%200%200%201%201.414-1.414l3%203a1%201%200%200%201%200%201.414l-3%203a1%201%200%200%201-1.414-1.414L39.586%2035H34a4%204%200%200%200-4%204a1%201%200%201%201-2%200a6%206%200%200%201%206-6h5.586z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/square-arrow-forward-48-regular.svg?color=%231a73e8&size=48