square hint arrow back icon
square-hint-arrow-back-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- square-hint-arrow-back-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- Viewbox
- 16×16
- License
- MIT
3 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
square-add-16-filledsquare-arrow-forward-16-filledsquare-dismiss-16-filledsquare-dovetail-joint-12-filledsquare-eraser-20-filledsquare-hint-16-filledsquare-hint-apps-20-filledsquare-hint-hexagon-12-filledsquare-hint-sparkles-16-filledsquare-multiple-16-filledsquare-shadow-12-filledsquare-text-arrow-repeat-all-16-filled
Use the square hint arrow back icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M7.25 2a.75.75 0 0 0 0 1.5h1.5a.75.75 0 0 0 0-1.5zM3.5 7.25a.75.75 0 0 0-1.5 0v1.502a.75.75 0 1 0 1.5 0zm7.5-4.5a.75.75 0 0 1 .75-.75A2.25 2.25 0 0 1 14 4.25a.75.75 0 0 1-1.5 0a.75.75 0 0 0-.75-.75a.75.75 0 0 1-.75-.75M4.25 2a.75.75 0 0 1 0 1.5a.75.75 0 0 0-.75.75a.75.75 0 0 1-1.5 0A2.25 2.25 0 0 1 4.25 2M5 13.25a.75.75 0 0 1-.75.75A2.25 2.25 0 0 1 2 11.75a.75.75 0 0 1 1.5 0c0 .414.336.75.75.75a.75.75 0 0 1 .75.75m10-2.75a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0M9.604 7.896a.5.5 0 0 0-.708 0l-1.75 1.75a.5.5 0 0 0-.002.705l1.752 1.753a.5.5 0 0 0 .708-.708l-.897-.896h1.543c.966 0 1.75.784 1.75 1.75v.25a.5.5 0 0 0 1 0v-.25a2.75 2.75 0 0 0-2.75-2.75H8.707l.897-.896a.5.5 0 0 0 0-.708"/></svg>
React
import type { SVGProps } from "react";
export function FluentSquareHintArrowBack16Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M7.25 2a.75.75 0 0 0 0 1.5h1.5a.75.75 0 0 0 0-1.5zM3.5 7.25a.75.75 0 0 0-1.5 0v1.502a.75.75 0 1 0 1.5 0zm7.5-4.5a.75.75 0 0 1 .75-.75A2.25 2.25 0 0 1 14 4.25a.75.75 0 0 1-1.5 0a.75.75 0 0 0-.75-.75a.75.75 0 0 1-.75-.75M4.25 2a.75.75 0 0 1 0 1.5a.75.75 0 0 0-.75.75a.75.75 0 0 1-1.5 0A2.25 2.25 0 0 1 4.25 2M5 13.25a.75.75 0 0 1-.75.75A2.25 2.25 0 0 1 2 11.75a.75.75 0 0 1 1.5 0c0 .414.336.75.75.75a.75.75 0 0 1 .75.75m10-2.75a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0M9.604 7.896a.5.5 0 0 0-.708 0l-1.75 1.75a.5.5 0 0 0-.002.705l1.752 1.753a.5.5 0 0 0 .708-.708l-.897-.896h1.543c.966 0 1.75.784 1.75 1.75v.25a.5.5 0 0 0 1 0v-.25a2.75 2.75 0 0 0-2.75-2.75H8.707l.897-.896a.5.5 0 0 0 0-.708"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M7.25 2a.75.75 0 0 0 0 1.5h1.5a.75.75 0 0 0 0-1.5zM3.5 7.25a.75.75 0 0 0-1.5 0v1.502a.75.75 0 1 0 1.5 0zm7.5-4.5a.75.75 0 0 1 .75-.75A2.25 2.25 0 0 1 14 4.25a.75.75 0 0 1-1.5 0a.75.75 0 0 0-.75-.75a.75.75 0 0 1-.75-.75M4.25 2a.75.75 0 0 1 0 1.5a.75.75 0 0 0-.75.75a.75.75 0 0 1-1.5 0A2.25 2.25 0 0 1 4.25 2M5 13.25a.75.75 0 0 1-.75.75A2.25 2.25 0 0 1 2 11.75a.75.75 0 0 1 1.5 0c0 .414.336.75.75.75a.75.75 0 0 1 .75.75m10-2.75a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0M9.604 7.896a.5.5 0 0 0-.708 0l-1.75 1.75a.5.5 0 0 0-.002.705l1.752 1.753a.5.5 0 0 0 .708-.708l-.897-.896h1.543c.966 0 1.75.784 1.75 1.75v.25a.5.5 0 0 0 1 0v-.25a2.75 2.75 0 0 0-2.75-2.75H8.707l.897-.896a.5.5 0 0 0 0-.708"/></svg> </template>
CSS
.icon-square-hint-arrow-back-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.25%202a.75.75%200%200%200%200%201.5h1.5a.75.75%200%200%200%200-1.5zM3.5%207.25a.75.75%200%200%200-1.5%200v1.502a.75.75%200%201%200%201.5%200zm7.5-4.5a.75.75%200%200%201%20.75-.75A2.25%202.25%200%200%201%2014%204.25a.75.75%200%200%201-1.5%200a.75.75%200%200%200-.75-.75a.75.75%200%200%201-.75-.75M4.25%202a.75.75%200%200%201%200%201.5a.75.75%200%200%200-.75.75a.75.75%200%200%201-1.5%200A2.25%202.25%200%200%201%204.25%202M5%2013.25a.75.75%200%200%201-.75.75A2.25%202.25%200%200%201%202%2011.75a.75.75%200%200%201%201.5%200c0%20.414.336.75.75.75a.75.75%200%200%201%20.75.75m10-2.75a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200M9.604%207.896a.5.5%200%200%200-.708%200l-1.75%201.75a.5.5%200%200%200-.002.705l1.752%201.753a.5.5%200%200%200%20.708-.708l-.897-.896h1.543c.966%200%201.75.784%201.75%201.75v.25a.5.5%200%200%200%201%200v-.25a2.75%202.75%200%200%200-2.75-2.75H8.707l.897-.896a.5.5%200%200%200%200-.708%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.25%202a.75.75%200%200%200%200%201.5h1.5a.75.75%200%200%200%200-1.5zM3.5%207.25a.75.75%200%200%200-1.5%200v1.502a.75.75%200%201%200%201.5%200zm7.5-4.5a.75.75%200%200%201%20.75-.75A2.25%202.25%200%200%201%2014%204.25a.75.75%200%200%201-1.5%200a.75.75%200%200%200-.75-.75a.75.75%200%200%201-.75-.75M4.25%202a.75.75%200%200%201%200%201.5a.75.75%200%200%200-.75.75a.75.75%200%200%201-1.5%200A2.25%202.25%200%200%201%204.25%202M5%2013.25a.75.75%200%200%201-.75.75A2.25%202.25%200%200%201%202%2011.75a.75.75%200%200%201%201.5%200c0%20.414.336.75.75.75a.75.75%200%200%201%20.75.75m10-2.75a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200M9.604%207.896a.5.5%200%200%200-.708%200l-1.75%201.75a.5.5%200%200%200-.002.705l1.752%201.753a.5.5%200%200%200%20.708-.708l-.897-.896h1.543c.966%200%201.75.784%201.75%201.75v.25a.5.5%200%200%200%201%200v-.25a2.75%202.75%200%200%200-2.75-2.75H8.707l.897-.896a.5.5%200%200%200%200-.708%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/square-hint-arrow-back-16-filled.svg?color=%231a73e8&size=48