glance horizontal icon
glance-horizontal-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- glance-horizontal-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
13 other variants in Fluent UI System Icons
glance-horizontal-12-filledglance-horizontal-12-regularglance-horizontal-16-filledglance-horizontal-16-regularglance-horizontal-20-filledglance-horizontal-20-regularglance-horizontal-24-filledglance-horizontal-28-filledglance-horizontal-28-regularglance-horizontal-32-filledglance-horizontal-32-regularglance-horizontal-48-filledglance-horizontal-48-regular
Related icons in Fluent UI System Icons
Use the glance horizontal icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.001 4.752a1.75 1.75 0 0 0-1.75-1.75h-6.5a1.75 1.75 0 0 0-1.75 1.75v4.5c0 .966.783 1.75 1.75 1.75h6.5a1.75 1.75 0 0 0 1.75-1.75zm-4.012 9.982a1.75 1.75 0 0 0-1.75-1.75H4.75A1.75 1.75 0 0 0 3 14.734v4.514c0 .967.783 1.75 1.75 1.75h2.488a1.75 1.75 0 0 0 1.75-1.75zM11.5 4.752v4.5a.25.25 0 0 1-.25.25h-6.5a.25.25 0 0 1-.25-.25v-4.5a.25.25 0 0 1 .25-.25h6.5a.25.25 0 0 1 .25.25m-4.012 9.982v4.514a.25.25 0 0 1-.25.25H4.75a.25.25 0 0 1-.25-.25v-4.514a.25.25 0 0 1 .25-.25h2.488a.25.25 0 0 1 .25.25m13.514.014a1.75 1.75 0 0 0-1.75-1.75h-6.5a1.75 1.75 0 0 0-1.745 1.607l-.005.143v4.5c0 .967.783 1.75 1.75 1.75h6.5a1.75 1.75 0 0 0 1.75-1.75zm-1.5 0v4.5a.25.25 0 0 1-.25.25h-6.5a.25.25 0 0 1-.25-.25v-4.5l.006-.057a.25.25 0 0 1 .244-.193h6.5a.25.25 0 0 1 .25.25m1.5-9.996a1.75 1.75 0 0 0-1.75-1.75h-2.5a1.75 1.75 0 0 0-1.75 1.75v4.5c0 .966.783 1.75 1.75 1.75h2.5a1.75 1.75 0 0 0 1.75-1.75zm-1.5 4.5a.25.25 0 0 1-.25.25h-2.5a.25.25 0 0 1-.25-.25v-4.5a.25.25 0 0 1 .25-.25h2.5a.25.25 0 0 1 .25.25z"/></svg>
React
import type { SVGProps } from "react";
export function FluentGlanceHorizontal24Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.001 4.752a1.75 1.75 0 0 0-1.75-1.75h-6.5a1.75 1.75 0 0 0-1.75 1.75v4.5c0 .966.783 1.75 1.75 1.75h6.5a1.75 1.75 0 0 0 1.75-1.75zm-4.012 9.982a1.75 1.75 0 0 0-1.75-1.75H4.75A1.75 1.75 0 0 0 3 14.734v4.514c0 .967.783 1.75 1.75 1.75h2.488a1.75 1.75 0 0 0 1.75-1.75zM11.5 4.752v4.5a.25.25 0 0 1-.25.25h-6.5a.25.25 0 0 1-.25-.25v-4.5a.25.25 0 0 1 .25-.25h6.5a.25.25 0 0 1 .25.25m-4.012 9.982v4.514a.25.25 0 0 1-.25.25H4.75a.25.25 0 0 1-.25-.25v-4.514a.25.25 0 0 1 .25-.25h2.488a.25.25 0 0 1 .25.25m13.514.014a1.75 1.75 0 0 0-1.75-1.75h-6.5a1.75 1.75 0 0 0-1.745 1.607l-.005.143v4.5c0 .967.783 1.75 1.75 1.75h6.5a1.75 1.75 0 0 0 1.75-1.75zm-1.5 0v4.5a.25.25 0 0 1-.25.25h-6.5a.25.25 0 0 1-.25-.25v-4.5l.006-.057a.25.25 0 0 1 .244-.193h6.5a.25.25 0 0 1 .25.25m1.5-9.996a1.75 1.75 0 0 0-1.75-1.75h-2.5a1.75 1.75 0 0 0-1.75 1.75v4.5c0 .966.783 1.75 1.75 1.75h2.5a1.75 1.75 0 0 0 1.75-1.75zm-1.5 4.5a.25.25 0 0 1-.25.25h-2.5a.25.25 0 0 1-.25-.25v-4.5a.25.25 0 0 1 .25-.25h2.5a.25.25 0 0 1 .25.25z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.001 4.752a1.75 1.75 0 0 0-1.75-1.75h-6.5a1.75 1.75 0 0 0-1.75 1.75v4.5c0 .966.783 1.75 1.75 1.75h6.5a1.75 1.75 0 0 0 1.75-1.75zm-4.012 9.982a1.75 1.75 0 0 0-1.75-1.75H4.75A1.75 1.75 0 0 0 3 14.734v4.514c0 .967.783 1.75 1.75 1.75h2.488a1.75 1.75 0 0 0 1.75-1.75zM11.5 4.752v4.5a.25.25 0 0 1-.25.25h-6.5a.25.25 0 0 1-.25-.25v-4.5a.25.25 0 0 1 .25-.25h6.5a.25.25 0 0 1 .25.25m-4.012 9.982v4.514a.25.25 0 0 1-.25.25H4.75a.25.25 0 0 1-.25-.25v-4.514a.25.25 0 0 1 .25-.25h2.488a.25.25 0 0 1 .25.25m13.514.014a1.75 1.75 0 0 0-1.75-1.75h-6.5a1.75 1.75 0 0 0-1.745 1.607l-.005.143v4.5c0 .967.783 1.75 1.75 1.75h6.5a1.75 1.75 0 0 0 1.75-1.75zm-1.5 0v4.5a.25.25 0 0 1-.25.25h-6.5a.25.25 0 0 1-.25-.25v-4.5l.006-.057a.25.25 0 0 1 .244-.193h6.5a.25.25 0 0 1 .25.25m1.5-9.996a1.75 1.75 0 0 0-1.75-1.75h-2.5a1.75 1.75 0 0 0-1.75 1.75v4.5c0 .966.783 1.75 1.75 1.75h2.5a1.75 1.75 0 0 0 1.75-1.75zm-1.5 4.5a.25.25 0 0 1-.25.25h-2.5a.25.25 0 0 1-.25-.25v-4.5a.25.25 0 0 1 .25-.25h2.5a.25.25 0 0 1 .25.25z"/></svg> </template>
CSS
.icon-glance-horizontal-24-regular {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.001%204.752a1.75%201.75%200%200%200-1.75-1.75h-6.5a1.75%201.75%200%200%200-1.75%201.75v4.5c0%20.966.783%201.75%201.75%201.75h6.5a1.75%201.75%200%200%200%201.75-1.75zm-4.012%209.982a1.75%201.75%200%200%200-1.75-1.75H4.75A1.75%201.75%200%200%200%203%2014.734v4.514c0%20.967.783%201.75%201.75%201.75h2.488a1.75%201.75%200%200%200%201.75-1.75zM11.5%204.752v4.5a.25.25%200%200%201-.25.25h-6.5a.25.25%200%200%201-.25-.25v-4.5a.25.25%200%200%201%20.25-.25h6.5a.25.25%200%200%201%20.25.25m-4.012%209.982v4.514a.25.25%200%200%201-.25.25H4.75a.25.25%200%200%201-.25-.25v-4.514a.25.25%200%200%201%20.25-.25h2.488a.25.25%200%200%201%20.25.25m13.514.014a1.75%201.75%200%200%200-1.75-1.75h-6.5a1.75%201.75%200%200%200-1.745%201.607l-.005.143v4.5c0%20.967.783%201.75%201.75%201.75h6.5a1.75%201.75%200%200%200%201.75-1.75zm-1.5%200v4.5a.25.25%200%200%201-.25.25h-6.5a.25.25%200%200%201-.25-.25v-4.5l.006-.057a.25.25%200%200%201%20.244-.193h6.5a.25.25%200%200%201%20.25.25m1.5-9.996a1.75%201.75%200%200%200-1.75-1.75h-2.5a1.75%201.75%200%200%200-1.75%201.75v4.5c0%20.966.783%201.75%201.75%201.75h2.5a1.75%201.75%200%200%200%201.75-1.75zm-1.5%204.5a.25.25%200%200%201-.25.25h-2.5a.25.25%200%200%201-.25-.25v-4.5a.25.25%200%200%201%20.25-.25h2.5a.25.25%200%200%201%20.25.25z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.001%204.752a1.75%201.75%200%200%200-1.75-1.75h-6.5a1.75%201.75%200%200%200-1.75%201.75v4.5c0%20.966.783%201.75%201.75%201.75h6.5a1.75%201.75%200%200%200%201.75-1.75zm-4.012%209.982a1.75%201.75%200%200%200-1.75-1.75H4.75A1.75%201.75%200%200%200%203%2014.734v4.514c0%20.967.783%201.75%201.75%201.75h2.488a1.75%201.75%200%200%200%201.75-1.75zM11.5%204.752v4.5a.25.25%200%200%201-.25.25h-6.5a.25.25%200%200%201-.25-.25v-4.5a.25.25%200%200%201%20.25-.25h6.5a.25.25%200%200%201%20.25.25m-4.012%209.982v4.514a.25.25%200%200%201-.25.25H4.75a.25.25%200%200%201-.25-.25v-4.514a.25.25%200%200%201%20.25-.25h2.488a.25.25%200%200%201%20.25.25m13.514.014a1.75%201.75%200%200%200-1.75-1.75h-6.5a1.75%201.75%200%200%200-1.745%201.607l-.005.143v4.5c0%20.967.783%201.75%201.75%201.75h6.5a1.75%201.75%200%200%200%201.75-1.75zm-1.5%200v4.5a.25.25%200%200%201-.25.25h-6.5a.25.25%200%200%201-.25-.25v-4.5l.006-.057a.25.25%200%200%201%20.244-.193h6.5a.25.25%200%200%201%20.25.25m1.5-9.996a1.75%201.75%200%200%200-1.75-1.75h-2.5a1.75%201.75%200%200%200-1.75%201.75v4.5c0%20.966.783%201.75%201.75%201.75h2.5a1.75%201.75%200%200%200%201.75-1.75zm-1.5%204.5a.25.25%200%200%201-.25.25h-2.5a.25.25%200%200%201-.25-.25v-4.5a.25.25%200%200%201%20.25-.25h2.5a.25.25%200%200%201%20.25.25z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/glance-horizontal-24-regular.svg?color=%231a73e8&size=48