glance horizontal icon
glance-horizontal-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- glance-horizontal-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- 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-regularglance-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.784 1.75 1.75 1.75h6.5a1.75 1.75 0 0 0 1.75-1.75zM8.99 14.734a1.75 1.75 0 0 0-1.75-1.75H4.75A1.75 1.75 0 0 0 3 14.734v4.514c0 .967.784 1.75 1.75 1.75h2.49a1.75 1.75 0 0 0 1.75-1.75zm12.014.014a1.75 1.75 0 0 0-1.75-1.75h-6.5a1.75 1.75 0 0 0-1.744 1.607l-.006.143v4.5c0 .967.783 1.75 1.75 1.75h6.5a1.75 1.75 0 0 0 1.75-1.75zm0-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.75z"/></svg>
React
import type { SVGProps } from "react";
export function FluentGlanceHorizontal24Filled(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.784 1.75 1.75 1.75h6.5a1.75 1.75 0 0 0 1.75-1.75zM8.99 14.734a1.75 1.75 0 0 0-1.75-1.75H4.75A1.75 1.75 0 0 0 3 14.734v4.514c0 .967.784 1.75 1.75 1.75h2.49a1.75 1.75 0 0 0 1.75-1.75zm12.014.014a1.75 1.75 0 0 0-1.75-1.75h-6.5a1.75 1.75 0 0 0-1.744 1.607l-.006.143v4.5c0 .967.783 1.75 1.75 1.75h6.5a1.75 1.75 0 0 0 1.75-1.75zm0-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.75z"/></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.784 1.75 1.75 1.75h6.5a1.75 1.75 0 0 0 1.75-1.75zM8.99 14.734a1.75 1.75 0 0 0-1.75-1.75H4.75A1.75 1.75 0 0 0 3 14.734v4.514c0 .967.784 1.75 1.75 1.75h2.49a1.75 1.75 0 0 0 1.75-1.75zm12.014.014a1.75 1.75 0 0 0-1.75-1.75h-6.5a1.75 1.75 0 0 0-1.744 1.607l-.006.143v4.5c0 .967.783 1.75 1.75 1.75h6.5a1.75 1.75 0 0 0 1.75-1.75zm0-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.75z"/></svg> </template>
CSS
.icon-glance-horizontal-24-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%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.784%201.75%201.75%201.75h6.5a1.75%201.75%200%200%200%201.75-1.75zM8.99%2014.734a1.75%201.75%200%200%200-1.75-1.75H4.75A1.75%201.75%200%200%200%203%2014.734v4.514c0%20.967.784%201.75%201.75%201.75h2.49a1.75%201.75%200%200%200%201.75-1.75zm12.014.014a1.75%201.75%200%200%200-1.75-1.75h-6.5a1.75%201.75%200%200%200-1.744%201.607l-.006.143v4.5c0%20.967.783%201.75%201.75%201.75h6.5a1.75%201.75%200%200%200%201.75-1.75zm0-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.75z%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.784%201.75%201.75%201.75h6.5a1.75%201.75%200%200%200%201.75-1.75zM8.99%2014.734a1.75%201.75%200%200%200-1.75-1.75H4.75A1.75%201.75%200%200%200%203%2014.734v4.514c0%20.967.784%201.75%201.75%201.75h2.49a1.75%201.75%200%200%200%201.75-1.75zm12.014.014a1.75%201.75%200%200%200-1.75-1.75h-6.5a1.75%201.75%200%200%200-1.744%201.607l-.006.143v4.5c0%20.967.783%201.75%201.75%201.75h6.5a1.75%201.75%200%200%200%201.75-1.75zm0-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.75z%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-filled.svg?color=%231a73e8&size=48