panel left header key icon
panel-left-header-key-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- panel-left-header-key-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- Viewbox
- 16×16
- License
- MIT
5 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
panel-bottom-20-filledpanel-bottom-contract-20-filledpanel-bottom-expand-20-filledpanel-left-16-filledpanel-left-add-16-filledpanel-left-contract-16-filledpanel-left-default-28-filledpanel-left-expand-16-filledpanel-left-focus-right-16-filledpanel-left-header-16-filledpanel-left-header-add-16-filledpanel-left-key-16-filledpanel-left-tall-20-filledpanel-left-text-16-filledpanel-left-text-add-16-filledpanel-left-text-dismiss-16-filledpanel-right-12-filledpanel-right-add-20-filledpanel-right-contract-16-filledpanel-right-cursor-20-filledpanel-right-default-28-filledpanel-right-expand-16-filledpanel-right-gallery-16-filledpanel-separate-window-20-filled
Use the panel left header key icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M1 4.5A2.5 2.5 0 0 1 3.5 2h7A2.5 2.5 0 0 1 13 4.5v2H6V11h2.383l-1 1H3.5A2.5 2.5 0 0 1 1 9.5zm5 1h6v-1A1.5 1.5 0 0 0 10.5 3H6zM7.5 16a.48.48 0 0 1-.352-.148A.48.48 0 0 1 7 15.5V14a.48.48 0 0 1 .148-.352l2.938-2.937A3.7 3.7 0 0 1 10 9.937q0-.609.242-1.14t.656-.938t.954-.625A3.3 3.3 0 0 1 13 7q.625 0 1.172.234t.953.641t.64.953T16 10q0 .602-.227 1.14q-.225.54-.632.962t-.93.656a2.9 2.9 0 0 1-1.149.242q-.272 0-.539-.04a2.7 2.7 0 0 1-.523-.132v.195q0 .11.008.227q0 .141-.016.273a.7.7 0 0 1-.07.235a.5.5 0 0 1-.156.172a.46.46 0 0 1-.266.07H11q0 .367-.016.563t-.117.296a.47.47 0 0 1-.305.118q-.202.015-.562.023v.266q0 .132-.016.257a1 1 0 0 1-.062.235a.37.37 0 0 1-.149.172a.6.6 0 0 1-.273.07zm7-6.75a.72.72 0 0 0-.219-.531a.72.72 0 0 0-.531-.219a.72.72 0 0 0-.531.219a.72.72 0 0 0-.219.531q0 .312.219.531a.72.72 0 0 0 .531.219a.72.72 0 0 0 .531-.219a.72.72 0 0 0 .219-.531"/></svg>
React
import type { SVGProps } from "react";
export function FluentPanelLeftHeaderKey16Filled(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="M1 4.5A2.5 2.5 0 0 1 3.5 2h7A2.5 2.5 0 0 1 13 4.5v2H6V11h2.383l-1 1H3.5A2.5 2.5 0 0 1 1 9.5zm5 1h6v-1A1.5 1.5 0 0 0 10.5 3H6zM7.5 16a.48.48 0 0 1-.352-.148A.48.48 0 0 1 7 15.5V14a.48.48 0 0 1 .148-.352l2.938-2.937A3.7 3.7 0 0 1 10 9.937q0-.609.242-1.14t.656-.938t.954-.625A3.3 3.3 0 0 1 13 7q.625 0 1.172.234t.953.641t.64.953T16 10q0 .602-.227 1.14q-.225.54-.632.962t-.93.656a2.9 2.9 0 0 1-1.149.242q-.272 0-.539-.04a2.7 2.7 0 0 1-.523-.132v.195q0 .11.008.227q0 .141-.016.273a.7.7 0 0 1-.07.235a.5.5 0 0 1-.156.172a.46.46 0 0 1-.266.07H11q0 .367-.016.563t-.117.296a.47.47 0 0 1-.305.118q-.202.015-.562.023v.266q0 .132-.016.257a1 1 0 0 1-.062.235a.37.37 0 0 1-.149.172a.6.6 0 0 1-.273.07zm7-6.75a.72.72 0 0 0-.219-.531a.72.72 0 0 0-.531-.219a.72.72 0 0 0-.531.219a.72.72 0 0 0-.219.531q0 .312.219.531a.72.72 0 0 0 .531.219a.72.72 0 0 0 .531-.219a.72.72 0 0 0 .219-.531"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M1 4.5A2.5 2.5 0 0 1 3.5 2h7A2.5 2.5 0 0 1 13 4.5v2H6V11h2.383l-1 1H3.5A2.5 2.5 0 0 1 1 9.5zm5 1h6v-1A1.5 1.5 0 0 0 10.5 3H6zM7.5 16a.48.48 0 0 1-.352-.148A.48.48 0 0 1 7 15.5V14a.48.48 0 0 1 .148-.352l2.938-2.937A3.7 3.7 0 0 1 10 9.937q0-.609.242-1.14t.656-.938t.954-.625A3.3 3.3 0 0 1 13 7q.625 0 1.172.234t.953.641t.64.953T16 10q0 .602-.227 1.14q-.225.54-.632.962t-.93.656a2.9 2.9 0 0 1-1.149.242q-.272 0-.539-.04a2.7 2.7 0 0 1-.523-.132v.195q0 .11.008.227q0 .141-.016.273a.7.7 0 0 1-.07.235a.5.5 0 0 1-.156.172a.46.46 0 0 1-.266.07H11q0 .367-.016.563t-.117.296a.47.47 0 0 1-.305.118q-.202.015-.562.023v.266q0 .132-.016.257a1 1 0 0 1-.062.235a.37.37 0 0 1-.149.172a.6.6 0 0 1-.273.07zm7-6.75a.72.72 0 0 0-.219-.531a.72.72 0 0 0-.531-.219a.72.72 0 0 0-.531.219a.72.72 0 0 0-.219.531q0 .312.219.531a.72.72 0 0 0 .531.219a.72.72 0 0 0 .531-.219a.72.72 0 0 0 .219-.531"/></svg> </template>
CSS
.icon-panel-left-header-key-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%22M1%204.5A2.5%202.5%200%200%201%203.5%202h7A2.5%202.5%200%200%201%2013%204.5v2H6V11h2.383l-1%201H3.5A2.5%202.5%200%200%201%201%209.5zm5%201h6v-1A1.5%201.5%200%200%200%2010.5%203H6zM7.5%2016a.48.48%200%200%201-.352-.148A.48.48%200%200%201%207%2015.5V14a.48.48%200%200%201%20.148-.352l2.938-2.937A3.7%203.7%200%200%201%2010%209.937q0-.609.242-1.14t.656-.938t.954-.625A3.3%203.3%200%200%201%2013%207q.625%200%201.172.234t.953.641t.64.953T16%2010q0%20.602-.227%201.14q-.225.54-.632.962t-.93.656a2.9%202.9%200%200%201-1.149.242q-.272%200-.539-.04a2.7%202.7%200%200%201-.523-.132v.195q0%20.11.008.227q0%20.141-.016.273a.7.7%200%200%201-.07.235a.5.5%200%200%201-.156.172a.46.46%200%200%201-.266.07H11q0%20.367-.016.563t-.117.296a.47.47%200%200%201-.305.118q-.202.015-.562.023v.266q0%20.132-.016.257a1%201%200%200%201-.062.235a.37.37%200%200%201-.149.172a.6.6%200%200%201-.273.07zm7-6.75a.72.72%200%200%200-.219-.531a.72.72%200%200%200-.531-.219a.72.72%200%200%200-.531.219a.72.72%200%200%200-.219.531q0%20.312.219.531a.72.72%200%200%200%20.531.219a.72.72%200%200%200%20.531-.219a.72.72%200%200%200%20.219-.531%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%22M1%204.5A2.5%202.5%200%200%201%203.5%202h7A2.5%202.5%200%200%201%2013%204.5v2H6V11h2.383l-1%201H3.5A2.5%202.5%200%200%201%201%209.5zm5%201h6v-1A1.5%201.5%200%200%200%2010.5%203H6zM7.5%2016a.48.48%200%200%201-.352-.148A.48.48%200%200%201%207%2015.5V14a.48.48%200%200%201%20.148-.352l2.938-2.937A3.7%203.7%200%200%201%2010%209.937q0-.609.242-1.14t.656-.938t.954-.625A3.3%203.3%200%200%201%2013%207q.625%200%201.172.234t.953.641t.64.953T16%2010q0%20.602-.227%201.14q-.225.54-.632.962t-.93.656a2.9%202.9%200%200%201-1.149.242q-.272%200-.539-.04a2.7%202.7%200%200%201-.523-.132v.195q0%20.11.008.227q0%20.141-.016.273a.7.7%200%200%201-.07.235a.5.5%200%200%201-.156.172a.46.46%200%200%201-.266.07H11q0%20.367-.016.563t-.117.296a.47.47%200%200%201-.305.118q-.202.015-.562.023v.266q0%20.132-.016.257a1%201%200%200%201-.062.235a.37.37%200%200%201-.149.172a.6.6%200%200%201-.273.07zm7-6.75a.72.72%200%200%200-.219-.531a.72.72%200%200%200-.531-.219a.72.72%200%200%200-.531.219a.72.72%200%200%200-.219.531q0%20.312.219.531a.72.72%200%200%200%20.531.219a.72.72%200%200%200%20.531-.219a.72.72%200%200%200%20.219-.531%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/panel-left-header-key-16-filled.svg?color=%231a73e8&size=48