square arrow forward icon
square-arrow-forward-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.
- Name
- square-arrow-forward-48-filled
- Set
- Fluent UI System Icons
- Style
- 48 Filled
- 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-regular
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="M11.25 6A5.25 5.25 0 0 0 6 11.25v25.5C6 39.65 8.35 42 11.25 42h12.794A12.94 12.94 0 0 1 22 35c0-7.18 5.82-13 13-13c2.577 0 4.98.75 7 2.044V11.25C42 8.35 39.65 6 36.75 6zM24 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 FluentSquareArrowForward48Filled(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="M11.25 6A5.25 5.25 0 0 0 6 11.25v25.5C6 39.65 8.35 42 11.25 42h12.794A12.94 12.94 0 0 1 22 35c0-7.18 5.82-13 13-13c2.577 0 4.98.75 7 2.044V11.25C42 8.35 39.65 6 36.75 6zM24 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="M11.25 6A5.25 5.25 0 0 0 6 11.25v25.5C6 39.65 8.35 42 11.25 42h12.794A12.94 12.94 0 0 1 22 35c0-7.18 5.82-13 13-13c2.577 0 4.98.75 7 2.044V11.25C42 8.35 39.65 6 36.75 6zM24 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-filled {
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%22M11.25%206A5.25%205.25%200%200%200%206%2011.25v25.5C6%2039.65%208.35%2042%2011.25%2042h12.794A12.94%2012.94%200%200%201%2022%2035c0-7.18%205.82-13%2013-13c2.577%200%204.98.75%207%202.044V11.25C42%208.35%2039.65%206%2036.75%206zM24%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%22M11.25%206A5.25%205.25%200%200%200%206%2011.25v25.5C6%2039.65%208.35%2042%2011.25%2042h12.794A12.94%2012.94%200%200%201%2022%2035c0-7.18%205.82-13%2013-13c2.577%200%204.98.75%207%202.044V11.25C42%208.35%2039.65%206%2036.75%206zM24%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-filled.svg?color=%231a73e8&size=48