square arrow right icon
square-arrow-right-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.
- Name
- square-arrow-right-fill
- Set
- Framework7 Icons
- Style
- Fill
- Viewbox
- 56×56
- License
- MIT
1 other variant in Framework7 Icons
The same icon in other sets
Related icons in Framework7 Icons
square-arrow-downsquare-arrow-down-on-squaresquare-arrow-leftsquare-arrow-upsquare-arrow-up-on-squaresquare-favoritessquare-favorites-altsquare-fill-line-vertical-squaresquare-fill-on-circle-fillsquare-fill-on-square-fillsquare-grid-2x2square-grid-3x2square-grid-4x3-fillsquare-lefthalf-fillsquare-line-vertical-squaresquare-listsquare-on-circlesquare-on-squaresquare-pencilsquare-righthalf-fillsquare-split-1x2square-split-2x1square-split-2x2square-stack
Use the square arrow right icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M16.164 29.863H4.516c-.985 0-1.805-.867-1.805-1.875s.82-1.851 1.805-1.851h11.648c-.914.07-1.734.867-1.734 1.851c0 1.008.82 1.805 1.734 1.875m-1.477-3.797V14.56c0-4.922 2.438-7.36 7.266-7.36h24.07c4.829 0 7.266 2.438 7.266 7.36v26.88c0 4.875-2.414 7.36-7.266 7.36h-24.07c-4.851 0-7.265-2.485-7.265-7.36V29.91h14.859l3.351-.142l-1.546 1.477l-3.797 3.563c-.375.328-.586.867-.586 1.336c0 1.007.726 1.757 1.71 1.757c.516 0 .938-.21 1.29-.586l7.64-7.922c.493-.492.657-.913.657-1.406s-.164-.914-.657-1.406l-7.64-7.898c-.352-.375-.774-.586-1.29-.586c-.984 0-1.71.773-1.71 1.78c0 .47.21.962.586 1.313l3.797 3.54l1.546 1.476l-3.351-.14z"/></svg>
React
import type { SVGProps } from "react";
export function F7SquareArrowRightFill(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="M16.164 29.863H4.516c-.985 0-1.805-.867-1.805-1.875s.82-1.851 1.805-1.851h11.648c-.914.07-1.734.867-1.734 1.851c0 1.008.82 1.805 1.734 1.875m-1.477-3.797V14.56c0-4.922 2.438-7.36 7.266-7.36h24.07c4.829 0 7.266 2.438 7.266 7.36v26.88c0 4.875-2.414 7.36-7.266 7.36h-24.07c-4.851 0-7.265-2.485-7.265-7.36V29.91h14.859l3.351-.142l-1.546 1.477l-3.797 3.563c-.375.328-.586.867-.586 1.336c0 1.007.726 1.757 1.71 1.757c.516 0 .938-.21 1.29-.586l7.64-7.922c.493-.492.657-.913.657-1.406s-.164-.914-.657-1.406l-7.64-7.898c-.352-.375-.774-.586-1.29-.586c-.984 0-1.71.773-1.71 1.78c0 .47.21.962.586 1.313l3.797 3.54l1.546 1.476l-3.351-.14z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M16.164 29.863H4.516c-.985 0-1.805-.867-1.805-1.875s.82-1.851 1.805-1.851h11.648c-.914.07-1.734.867-1.734 1.851c0 1.008.82 1.805 1.734 1.875m-1.477-3.797V14.56c0-4.922 2.438-7.36 7.266-7.36h24.07c4.829 0 7.266 2.438 7.266 7.36v26.88c0 4.875-2.414 7.36-7.266 7.36h-24.07c-4.851 0-7.265-2.485-7.265-7.36V29.91h14.859l3.351-.142l-1.546 1.477l-3.797 3.563c-.375.328-.586.867-.586 1.336c0 1.007.726 1.757 1.71 1.757c.516 0 .938-.21 1.29-.586l7.64-7.922c.493-.492.657-.913.657-1.406s-.164-.914-.657-1.406l-7.64-7.898c-.352-.375-.774-.586-1.29-.586c-.984 0-1.71.773-1.71 1.78c0 .47.21.962.586 1.313l3.797 3.54l1.546 1.476l-3.351-.14z"/></svg> </template>
CSS
.icon-square-arrow-right-fill {
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%22M16.164%2029.863H4.516c-.985%200-1.805-.867-1.805-1.875s.82-1.851%201.805-1.851h11.648c-.914.07-1.734.867-1.734%201.851c0%201.008.82%201.805%201.734%201.875m-1.477-3.797V14.56c0-4.922%202.438-7.36%207.266-7.36h24.07c4.829%200%207.266%202.438%207.266%207.36v26.88c0%204.875-2.414%207.36-7.266%207.36h-24.07c-4.851%200-7.265-2.485-7.265-7.36V29.91h14.859l3.351-.142l-1.546%201.477l-3.797%203.563c-.375.328-.586.867-.586%201.336c0%201.007.726%201.757%201.71%201.757c.516%200%20.938-.21%201.29-.586l7.64-7.922c.493-.492.657-.913.657-1.406s-.164-.914-.657-1.406l-7.64-7.898c-.352-.375-.774-.586-1.29-.586c-.984%200-1.71.773-1.71%201.78c0%20.47.21.962.586%201.313l3.797%203.54l1.546%201.476l-3.351-.14z%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%22M16.164%2029.863H4.516c-.985%200-1.805-.867-1.805-1.875s.82-1.851%201.805-1.851h11.648c-.914.07-1.734.867-1.734%201.851c0%201.008.82%201.805%201.734%201.875m-1.477-3.797V14.56c0-4.922%202.438-7.36%207.266-7.36h24.07c4.829%200%207.266%202.438%207.266%207.36v26.88c0%204.875-2.414%207.36-7.266%207.36h-24.07c-4.851%200-7.265-2.485-7.265-7.36V29.91h14.859l3.351-.142l-1.546%201.477l-3.797%203.563c-.375.328-.586.867-.586%201.336c0%201.007.726%201.757%201.71%201.757c.516%200%20.938-.21%201.29-.586l7.64-7.922c.493-.492.657-.913.657-1.406s-.164-.914-.657-1.406l-7.64-7.898c-.352-.375-.774-.586-1.29-.586c-.984%200-1.71.773-1.71%201.78c0%20.47.21.962.586%201.313l3.797%203.54l1.546%201.476l-3.351-.14z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/square-arrow-right-fill.svg?color=%231a73e8&size=48