glance icon
glance-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- glance-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- Viewbox
- 16×16
- License
- MIT
13 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
Use the glance icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M14 12.25A1.75 1.75 0 0 1 12.25 14h-2.5A1.75 1.75 0 0 1 8 12.25v-3.5C8 7.784 8.784 7 9.75 7h2.5c.966 0 1.75.784 1.75 1.75zm-7-5A1.75 1.75 0 0 1 5.25 9h-1.5A1.75 1.75 0 0 1 2 7.25v-3.5C2 2.784 2.784 2 3.75 2h1.5C6.216 2 7 2.784 7 3.75zm0 5A1.75 1.75 0 0 1 5.25 14h-1.5A1.75 1.75 0 0 1 2 12.25v-.5c0-.966.784-1.75 1.75-1.75h1.5c.966 0 1.75.784 1.75 1.75zm7-8A1.75 1.75 0 0 1 12.25 6h-2.5A1.75 1.75 0 0 1 8 4.25v-.5C8 2.784 8.784 2 9.75 2h2.5c.966 0 1.75.784 1.75 1.75z"/></svg>
React
import type { SVGProps } from "react";
export function FluentGlance16Filled(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="M14 12.25A1.75 1.75 0 0 1 12.25 14h-2.5A1.75 1.75 0 0 1 8 12.25v-3.5C8 7.784 8.784 7 9.75 7h2.5c.966 0 1.75.784 1.75 1.75zm-7-5A1.75 1.75 0 0 1 5.25 9h-1.5A1.75 1.75 0 0 1 2 7.25v-3.5C2 2.784 2.784 2 3.75 2h1.5C6.216 2 7 2.784 7 3.75zm0 5A1.75 1.75 0 0 1 5.25 14h-1.5A1.75 1.75 0 0 1 2 12.25v-.5c0-.966.784-1.75 1.75-1.75h1.5c.966 0 1.75.784 1.75 1.75zm7-8A1.75 1.75 0 0 1 12.25 6h-2.5A1.75 1.75 0 0 1 8 4.25v-.5C8 2.784 8.784 2 9.75 2h2.5c.966 0 1.75.784 1.75 1.75z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M14 12.25A1.75 1.75 0 0 1 12.25 14h-2.5A1.75 1.75 0 0 1 8 12.25v-3.5C8 7.784 8.784 7 9.75 7h2.5c.966 0 1.75.784 1.75 1.75zm-7-5A1.75 1.75 0 0 1 5.25 9h-1.5A1.75 1.75 0 0 1 2 7.25v-3.5C2 2.784 2.784 2 3.75 2h1.5C6.216 2 7 2.784 7 3.75zm0 5A1.75 1.75 0 0 1 5.25 14h-1.5A1.75 1.75 0 0 1 2 12.25v-.5c0-.966.784-1.75 1.75-1.75h1.5c.966 0 1.75.784 1.75 1.75zm7-8A1.75 1.75 0 0 1 12.25 6h-2.5A1.75 1.75 0 0 1 8 4.25v-.5C8 2.784 8.784 2 9.75 2h2.5c.966 0 1.75.784 1.75 1.75z"/></svg> </template>
CSS
.icon-glance-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%22M14%2012.25A1.75%201.75%200%200%201%2012.25%2014h-2.5A1.75%201.75%200%200%201%208%2012.25v-3.5C8%207.784%208.784%207%209.75%207h2.5c.966%200%201.75.784%201.75%201.75zm-7-5A1.75%201.75%200%200%201%205.25%209h-1.5A1.75%201.75%200%200%201%202%207.25v-3.5C2%202.784%202.784%202%203.75%202h1.5C6.216%202%207%202.784%207%203.75zm0%205A1.75%201.75%200%200%201%205.25%2014h-1.5A1.75%201.75%200%200%201%202%2012.25v-.5c0-.966.784-1.75%201.75-1.75h1.5c.966%200%201.75.784%201.75%201.75zm7-8A1.75%201.75%200%200%201%2012.25%206h-2.5A1.75%201.75%200%200%201%208%204.25v-.5C8%202.784%208.784%202%209.75%202h2.5c.966%200%201.75.784%201.75%201.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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%2012.25A1.75%201.75%200%200%201%2012.25%2014h-2.5A1.75%201.75%200%200%201%208%2012.25v-3.5C8%207.784%208.784%207%209.75%207h2.5c.966%200%201.75.784%201.75%201.75zm-7-5A1.75%201.75%200%200%201%205.25%209h-1.5A1.75%201.75%200%200%201%202%207.25v-3.5C2%202.784%202.784%202%203.75%202h1.5C6.216%202%207%202.784%207%203.75zm0%205A1.75%201.75%200%200%201%205.25%2014h-1.5A1.75%201.75%200%200%201%202%2012.25v-.5c0-.966.784-1.75%201.75-1.75h1.5c.966%200%201.75.784%201.75%201.75zm7-8A1.75%201.75%200%200%201%2012.25%206h-2.5A1.75%201.75%200%200%201%208%204.25v-.5C8%202.784%208.784%202%209.75%202h2.5c.966%200%201.75.784%201.75%201.75z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/glance-16-filled.svg?color=%231a73e8&size=48