square arrow right enter icon
square-arrow-right-enter from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- square-arrow-right-enter
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
square-01square-activitysquare-arrow-data-transfer-diagonalsquare-arrow-data-transfer-horizontalsquare-arrow-data-transfer-verticalsquare-arrow-diagonal-01square-arrow-diagonal-02square-arrow-down-01square-arrow-down-02square-arrow-down-03square-arrow-down-doublesquare-arrow-down-leftsquare-arrow-down-rightsquare-arrow-expand-01square-arrow-expand-02square-arrow-horizontalsquare-arrow-left-01square-arrow-left-02square-arrow-left-03square-arrow-left-doublesquare-arrow-left-rightsquare-arrow-move-down-leftsquare-arrow-move-down-rightsquare-arrow-move-left-down
Use the square arrow right enter icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M3.992 7.002c.077-1.417.288-2.336.864-3.038a4 4 0 0 1 .554-.554c1.107-.908 2.75-.908 6.038-.908h.544c3.771 0 5.657 0 6.829 1.172s1.171 3.057 1.171 6.828v3c0 3.771 0 5.657-1.171 6.828s-3.058 1.172-6.829 1.172h-.544c-3.288 0-4.931 0-6.038-.908a4 4 0 0 1-.554-.555c-.576-.702-.787-1.62-.864-3.037"/><path stroke-linejoin="round" d="M10.992 8.002s4 2.946 4 4s-4 4-4 4m3.5-4h-10.5"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsSquareArrowRightEnter(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path d="M3.992 7.002c.077-1.417.288-2.336.864-3.038a4 4 0 0 1 .554-.554c1.107-.908 2.75-.908 6.038-.908h.544c3.771 0 5.657 0 6.829 1.172s1.171 3.057 1.171 6.828v3c0 3.771 0 5.657-1.171 6.828s-3.058 1.172-6.829 1.172h-.544c-3.288 0-4.931 0-6.038-.908a4 4 0 0 1-.554-.555c-.576-.702-.787-1.62-.864-3.037"/><path strokeLinejoin="round" d="M10.992 8.002s4 2.946 4 4s-4 4-4 4m3.5-4h-10.5"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M3.992 7.002c.077-1.417.288-2.336.864-3.038a4 4 0 0 1 .554-.554c1.107-.908 2.75-.908 6.038-.908h.544c3.771 0 5.657 0 6.829 1.172s1.171 3.057 1.171 6.828v3c0 3.771 0 5.657-1.171 6.828s-3.058 1.172-6.829 1.172h-.544c-3.288 0-4.931 0-6.038-.908a4 4 0 0 1-.554-.555c-.576-.702-.787-1.62-.864-3.037"/><path stroke-linejoin="round" d="M10.992 8.002s4 2.946 4 4s-4 4-4 4m3.5-4h-10.5"/></g></svg> </template>
CSS
.icon-square-arrow-right-enter {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M3.992%207.002c.077-1.417.288-2.336.864-3.038a4%204%200%200%201%20.554-.554c1.107-.908%202.75-.908%206.038-.908h.544c3.771%200%205.657%200%206.829%201.172s1.171%203.057%201.171%206.828v3c0%203.771%200%205.657-1.171%206.828s-3.058%201.172-6.829%201.172h-.544c-3.288%200-4.931%200-6.038-.908a4%204%200%200%201-.554-.555c-.576-.702-.787-1.62-.864-3.037%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M10.992%208.002s4%202.946%204%204s-4%204-4%204m3.5-4h-10.5%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M3.992%207.002c.077-1.417.288-2.336.864-3.038a4%204%200%200%201%20.554-.554c1.107-.908%202.75-.908%206.038-.908h.544c3.771%200%205.657%200%206.829%201.172s1.171%203.057%201.171%206.828v3c0%203.771%200%205.657-1.171%206.828s-3.058%201.172-6.829%201.172h-.544c-3.288%200-4.931%200-6.038-.908a4%204%200%200%201-.554-.555c-.576-.702-.787-1.62-.864-3.037%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M10.992%208.002s4%202.946%204%204s-4%204-4%204m3.5-4h-10.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/square-arrow-right-enter.svg?color=%231a73e8&size=48