arrow right end on rectangle icon
arrow-right-end-on-rectangle-16-solid from HeroIcons by Refactoring UI Inc · Solid 16x16 · MIT Free for personal and commercial use.
- Name
- arrow-right-end-on-rectangle-16-solid
- Set
- HeroIcons
- Style
- Solid 16x16
- Viewbox
- 16×16
- License
- MIT
3 other variants in HeroIcons
Related icons in HeroIcons
arrow-downarrow-down-circlearrow-down-leftarrow-down-on-squarearrow-down-on-square-stackarrow-down-rightarrow-down-trayarrow-leftarrow-left-circlearrow-left-end-on-rectanglearrow-left-on-rectanglearrow-left-start-on-rectanglearrow-long-downarrow-long-leftarrow-long-rightarrow-long-uparrow-patharrow-path-rounded-squarearrow-rightarrow-right-circlearrow-right-on-rectanglearrow-right-start-on-rectanglearrow-small-downarrow-small-left
Use the arrow right end on rectangle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M11.25 2A2.75 2.75 0 0 1 14 4.75v6.5A2.75 2.75 0 0 1 11.25 14h-3a2.75 2.75 0 0 1-2.75-2.75v-.5a.75.75 0 0 1 1.5 0v.5c0 .69.56 1.25 1.25 1.25h3c.69 0 1.25-.56 1.25-1.25v-6.5c0-.69-.56-1.25-1.25-1.25h-3C7.56 3.5 7 4.06 7 4.75v.5a.75.75 0 0 1-1.5 0v-.5A2.75 2.75 0 0 1 8.25 2z"/><path d="M7.97 6.28a.75.75 0 0 1 1.06-1.06l2.25 2.25a.75.75 0 0 1 0 1.06l-2.25 2.25a.75.75 0 1 1-1.06-1.06l.97-.97H1.75a.75.75 0 0 1 0-1.5h7.19z"/></g></svg>
React
import type { SVGProps } from "react";
export function HeroiconsArrowRightEndOnRectangle16Solid(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M11.25 2A2.75 2.75 0 0 1 14 4.75v6.5A2.75 2.75 0 0 1 11.25 14h-3a2.75 2.75 0 0 1-2.75-2.75v-.5a.75.75 0 0 1 1.5 0v.5c0 .69.56 1.25 1.25 1.25h3c.69 0 1.25-.56 1.25-1.25v-6.5c0-.69-.56-1.25-1.25-1.25h-3C7.56 3.5 7 4.06 7 4.75v.5a.75.75 0 0 1-1.5 0v-.5A2.75 2.75 0 0 1 8.25 2z"/><path d="M7.97 6.28a.75.75 0 0 1 1.06-1.06l2.25 2.25a.75.75 0 0 1 0 1.06l-2.25 2.25a.75.75 0 1 1-1.06-1.06l.97-.97H1.75a.75.75 0 0 1 0-1.5h7.19z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M11.25 2A2.75 2.75 0 0 1 14 4.75v6.5A2.75 2.75 0 0 1 11.25 14h-3a2.75 2.75 0 0 1-2.75-2.75v-.5a.75.75 0 0 1 1.5 0v.5c0 .69.56 1.25 1.25 1.25h3c.69 0 1.25-.56 1.25-1.25v-6.5c0-.69-.56-1.25-1.25-1.25h-3C7.56 3.5 7 4.06 7 4.75v.5a.75.75 0 0 1-1.5 0v-.5A2.75 2.75 0 0 1 8.25 2z"/><path d="M7.97 6.28a.75.75 0 0 1 1.06-1.06l2.25 2.25a.75.75 0 0 1 0 1.06l-2.25 2.25a.75.75 0 1 1-1.06-1.06l.97-.97H1.75a.75.75 0 0 1 0-1.5h7.19z"/></g></svg> </template>
CSS
.icon-arrow-right-end-on-rectangle-16-solid {
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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M11.25%202A2.75%202.75%200%200%201%2014%204.75v6.5A2.75%202.75%200%200%201%2011.25%2014h-3a2.75%202.75%200%200%201-2.75-2.75v-.5a.75.75%200%200%201%201.5%200v.5c0%20.69.56%201.25%201.25%201.25h3c.69%200%201.25-.56%201.25-1.25v-6.5c0-.69-.56-1.25-1.25-1.25h-3C7.56%203.5%207%204.06%207%204.75v.5a.75.75%200%200%201-1.5%200v-.5A2.75%202.75%200%200%201%208.25%202z%22%2F%3E%3Cpath%20d%3D%22M7.97%206.28a.75.75%200%200%201%201.06-1.06l2.25%202.25a.75.75%200%200%201%200%201.06l-2.25%202.25a.75.75%200%201%201-1.06-1.06l.97-.97H1.75a.75.75%200%200%201%200-1.5h7.19z%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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M11.25%202A2.75%202.75%200%200%201%2014%204.75v6.5A2.75%202.75%200%200%201%2011.25%2014h-3a2.75%202.75%200%200%201-2.75-2.75v-.5a.75.75%200%200%201%201.5%200v.5c0%20.69.56%201.25%201.25%201.25h3c.69%200%201.25-.56%201.25-1.25v-6.5c0-.69-.56-1.25-1.25-1.25h-3C7.56%203.5%207%204.06%207%204.75v.5a.75.75%200%200%201-1.5%200v-.5A2.75%202.75%200%200%201%208.25%202z%22%2F%3E%3Cpath%20d%3D%22M7.97%206.28a.75.75%200%200%201%201.06-1.06l2.25%202.25a.75.75%200%200%201%200%201.06l-2.25%202.25a.75.75%200%201%201-1.06-1.06l.97-.97H1.75a.75.75%200%200%201%200-1.5h7.19z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/heroicons/arrow-right-end-on-rectangle-16-solid.svg?color=%231a73e8&size=48