panel left key icon
panel-left-key-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- panel-left-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-header-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 key icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M3.5 2A2.5 2.5 0 0 0 1 4.5v5A2.5 2.5 0 0 0 3.5 12h3.883l1-1H6V3h4.5A1.5 1.5 0 0 1 12 4.5v1.635A4.3 4.3 0 0 1 12.974 6H13V4.5A2.5 2.5 0 0 0 10.5 2zm3.648 13.852A.48.48 0 0 0 7.5 16h2a.6.6 0 0 0 .273-.07a.37.37 0 0 0 .149-.172a1 1 0 0 0 .062-.235q.015-.125.016-.257V15q.36-.008.563-.023a.47.47 0 0 0 .304-.118a.46.46 0 0 0 .117-.296Q11 14.368 11 14h.5q.165 0 .266-.07a.5.5 0 0 0 .156-.172a.7.7 0 0 0 .07-.235q.015-.133.016-.273a3 3 0 0 1-.008-.227v-.195q.258.094.523.133q.266.039.54.039a2.87 2.87 0 0 0 2.078-.898q.405-.423.632-.961q.228-.54.227-1.141q0-.625-.234-1.172a3 3 0 0 0-.641-.953a3 3 0 0 0-.953-.64A2.9 2.9 0 0 0 13 7a3.3 3.3 0 0 0-1.148.234q-.54.22-.954.625q-.414.407-.656.938A2.7 2.7 0 0 0 10 9.937q0 .367.086.774l-2.938 2.937A.48.48 0 0 0 7 14v1.5q0 .203.148.352m7.133-7.133a.72.72 0 0 1 .219.531a.72.72 0 0 1-.219.531a.72.72 0 0 1-.531.219a.72.72 0 0 1-.531-.219A.72.72 0 0 1 13 9.25q0-.312.219-.531a.72.72 0 0 1 .531-.219q.312 0 .531.219"/></svg>
React
import type { SVGProps } from "react";
export function FluentPanelLeftKey16Filled(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="M3.5 2A2.5 2.5 0 0 0 1 4.5v5A2.5 2.5 0 0 0 3.5 12h3.883l1-1H6V3h4.5A1.5 1.5 0 0 1 12 4.5v1.635A4.3 4.3 0 0 1 12.974 6H13V4.5A2.5 2.5 0 0 0 10.5 2zm3.648 13.852A.48.48 0 0 0 7.5 16h2a.6.6 0 0 0 .273-.07a.37.37 0 0 0 .149-.172a1 1 0 0 0 .062-.235q.015-.125.016-.257V15q.36-.008.563-.023a.47.47 0 0 0 .304-.118a.46.46 0 0 0 .117-.296Q11 14.368 11 14h.5q.165 0 .266-.07a.5.5 0 0 0 .156-.172a.7.7 0 0 0 .07-.235q.015-.133.016-.273a3 3 0 0 1-.008-.227v-.195q.258.094.523.133q.266.039.54.039a2.87 2.87 0 0 0 2.078-.898q.405-.423.632-.961q.228-.54.227-1.141q0-.625-.234-1.172a3 3 0 0 0-.641-.953a3 3 0 0 0-.953-.64A2.9 2.9 0 0 0 13 7a3.3 3.3 0 0 0-1.148.234q-.54.22-.954.625q-.414.407-.656.938A2.7 2.7 0 0 0 10 9.937q0 .367.086.774l-2.938 2.937A.48.48 0 0 0 7 14v1.5q0 .203.148.352m7.133-7.133a.72.72 0 0 1 .219.531a.72.72 0 0 1-.219.531a.72.72 0 0 1-.531.219a.72.72 0 0 1-.531-.219A.72.72 0 0 1 13 9.25q0-.312.219-.531a.72.72 0 0 1 .531-.219q.312 0 .531.219"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M3.5 2A2.5 2.5 0 0 0 1 4.5v5A2.5 2.5 0 0 0 3.5 12h3.883l1-1H6V3h4.5A1.5 1.5 0 0 1 12 4.5v1.635A4.3 4.3 0 0 1 12.974 6H13V4.5A2.5 2.5 0 0 0 10.5 2zm3.648 13.852A.48.48 0 0 0 7.5 16h2a.6.6 0 0 0 .273-.07a.37.37 0 0 0 .149-.172a1 1 0 0 0 .062-.235q.015-.125.016-.257V15q.36-.008.563-.023a.47.47 0 0 0 .304-.118a.46.46 0 0 0 .117-.296Q11 14.368 11 14h.5q.165 0 .266-.07a.5.5 0 0 0 .156-.172a.7.7 0 0 0 .07-.235q.015-.133.016-.273a3 3 0 0 1-.008-.227v-.195q.258.094.523.133q.266.039.54.039a2.87 2.87 0 0 0 2.078-.898q.405-.423.632-.961q.228-.54.227-1.141q0-.625-.234-1.172a3 3 0 0 0-.641-.953a3 3 0 0 0-.953-.64A2.9 2.9 0 0 0 13 7a3.3 3.3 0 0 0-1.148.234q-.54.22-.954.625q-.414.407-.656.938A2.7 2.7 0 0 0 10 9.937q0 .367.086.774l-2.938 2.937A.48.48 0 0 0 7 14v1.5q0 .203.148.352m7.133-7.133a.72.72 0 0 1 .219.531a.72.72 0 0 1-.219.531a.72.72 0 0 1-.531.219a.72.72 0 0 1-.531-.219A.72.72 0 0 1 13 9.25q0-.312.219-.531a.72.72 0 0 1 .531-.219q.312 0 .531.219"/></svg> </template>
CSS
.icon-panel-left-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%22M3.5%202A2.5%202.5%200%200%200%201%204.5v5A2.5%202.5%200%200%200%203.5%2012h3.883l1-1H6V3h4.5A1.5%201.5%200%200%201%2012%204.5v1.635A4.3%204.3%200%200%201%2012.974%206H13V4.5A2.5%202.5%200%200%200%2010.5%202zm3.648%2013.852A.48.48%200%200%200%207.5%2016h2a.6.6%200%200%200%20.273-.07a.37.37%200%200%200%20.149-.172a1%201%200%200%200%20.062-.235q.015-.125.016-.257V15q.36-.008.563-.023a.47.47%200%200%200%20.304-.118a.46.46%200%200%200%20.117-.296Q11%2014.368%2011%2014h.5q.165%200%20.266-.07a.5.5%200%200%200%20.156-.172a.7.7%200%200%200%20.07-.235q.015-.133.016-.273a3%203%200%200%201-.008-.227v-.195q.258.094.523.133q.266.039.54.039a2.87%202.87%200%200%200%202.078-.898q.405-.423.632-.961q.228-.54.227-1.141q0-.625-.234-1.172a3%203%200%200%200-.641-.953a3%203%200%200%200-.953-.64A2.9%202.9%200%200%200%2013%207a3.3%203.3%200%200%200-1.148.234q-.54.22-.954.625q-.414.407-.656.938A2.7%202.7%200%200%200%2010%209.937q0%20.367.086.774l-2.938%202.937A.48.48%200%200%200%207%2014v1.5q0%20.203.148.352m7.133-7.133a.72.72%200%200%201%20.219.531a.72.72%200%200%201-.219.531a.72.72%200%200%201-.531.219a.72.72%200%200%201-.531-.219A.72.72%200%200%201%2013%209.25q0-.312.219-.531a.72.72%200%200%201%20.531-.219q.312%200%20.531.219%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%22M3.5%202A2.5%202.5%200%200%200%201%204.5v5A2.5%202.5%200%200%200%203.5%2012h3.883l1-1H6V3h4.5A1.5%201.5%200%200%201%2012%204.5v1.635A4.3%204.3%200%200%201%2012.974%206H13V4.5A2.5%202.5%200%200%200%2010.5%202zm3.648%2013.852A.48.48%200%200%200%207.5%2016h2a.6.6%200%200%200%20.273-.07a.37.37%200%200%200%20.149-.172a1%201%200%200%200%20.062-.235q.015-.125.016-.257V15q.36-.008.563-.023a.47.47%200%200%200%20.304-.118a.46.46%200%200%200%20.117-.296Q11%2014.368%2011%2014h.5q.165%200%20.266-.07a.5.5%200%200%200%20.156-.172a.7.7%200%200%200%20.07-.235q.015-.133.016-.273a3%203%200%200%201-.008-.227v-.195q.258.094.523.133q.266.039.54.039a2.87%202.87%200%200%200%202.078-.898q.405-.423.632-.961q.228-.54.227-1.141q0-.625-.234-1.172a3%203%200%200%200-.641-.953a3%203%200%200%200-.953-.64A2.9%202.9%200%200%200%2013%207a3.3%203.3%200%200%200-1.148.234q-.54.22-.954.625q-.414.407-.656.938A2.7%202.7%200%200%200%2010%209.937q0%20.367.086.774l-2.938%202.937A.48.48%200%200%200%207%2014v1.5q0%20.203.148.352m7.133-7.133a.72.72%200%200%201%20.219.531a.72.72%200%200%201-.219.531a.72.72%200%200%201-.531.219a.72.72%200%200%201-.531-.219A.72.72%200%200%201%2013%209.25q0-.312.219-.531a.72.72%200%200%201%20.531-.219q.312%200%20.531.219%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/panel-left-key-16-filled.svg?color=%231a73e8&size=48