panel left key icon
panel-left-key-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- panel-left-key-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M5 3a3 3 0 0 0-3 3v7a3 3 0 0 0 3 3h4.386l.055-.059l.942-.941H8.5V4H15a2 2 0 0 1 2 2v3.123q.288.074.566.192q.225.097.434.217V6a3 3 0 0 0-3-3zm5.148 15.852A.48.48 0 0 0 10.5 19h2a.6.6 0 0 0 .273-.07a.37.37 0 0 0 .149-.172a1 1 0 0 0 .062-.235q.016-.125.016-.257V18q.36-.008.563-.023a.47.47 0 0 0 .304-.118a.46.46 0 0 0 .117-.297Q14 17.368 14 17h.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-.961Q19 13.6 19 13q0-.625-.234-1.172a3 3 0 0 0-.641-.953a3 3 0 0 0-.953-.64A2.9 2.9 0 0 0 16 10q-.61.015-1.148.234a2.9 2.9 0 0 0-.954.625q-.414.407-.656.938a2.7 2.7 0 0 0-.242 1.14q0 .367.086.774l-2.938 2.937A.48.48 0 0 0 10 17v1.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-.219-.531q0-.312.219-.531a.72.72 0 0 1 .531-.219q.312 0 .531.219"/></svg>
React
import type { SVGProps } from "react";
export function FluentPanelLeftKey20Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M5 3a3 3 0 0 0-3 3v7a3 3 0 0 0 3 3h4.386l.055-.059l.942-.941H8.5V4H15a2 2 0 0 1 2 2v3.123q.288.074.566.192q.225.097.434.217V6a3 3 0 0 0-3-3zm5.148 15.852A.48.48 0 0 0 10.5 19h2a.6.6 0 0 0 .273-.07a.37.37 0 0 0 .149-.172a1 1 0 0 0 .062-.235q.016-.125.016-.257V18q.36-.008.563-.023a.47.47 0 0 0 .304-.118a.46.46 0 0 0 .117-.297Q14 17.368 14 17h.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-.961Q19 13.6 19 13q0-.625-.234-1.172a3 3 0 0 0-.641-.953a3 3 0 0 0-.953-.64A2.9 2.9 0 0 0 16 10q-.61.015-1.148.234a2.9 2.9 0 0 0-.954.625q-.414.407-.656.938a2.7 2.7 0 0 0-.242 1.14q0 .367.086.774l-2.938 2.937A.48.48 0 0 0 10 17v1.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-.219-.531q0-.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 20 20"><path fill="currentColor" d="M5 3a3 3 0 0 0-3 3v7a3 3 0 0 0 3 3h4.386l.055-.059l.942-.941H8.5V4H15a2 2 0 0 1 2 2v3.123q.288.074.566.192q.225.097.434.217V6a3 3 0 0 0-3-3zm5.148 15.852A.48.48 0 0 0 10.5 19h2a.6.6 0 0 0 .273-.07a.37.37 0 0 0 .149-.172a1 1 0 0 0 .062-.235q.016-.125.016-.257V18q.36-.008.563-.023a.47.47 0 0 0 .304-.118a.46.46 0 0 0 .117-.297Q14 17.368 14 17h.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-.961Q19 13.6 19 13q0-.625-.234-1.172a3 3 0 0 0-.641-.953a3 3 0 0 0-.953-.64A2.9 2.9 0 0 0 16 10q-.61.015-1.148.234a2.9 2.9 0 0 0-.954.625q-.414.407-.656.938a2.7 2.7 0 0 0-.242 1.14q0 .367.086.774l-2.938 2.937A.48.48 0 0 0 10 17v1.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-.219-.531q0-.312.219-.531a.72.72 0 0 1 .531-.219q.312 0 .531.219"/></svg> </template>
CSS
.icon-panel-left-key-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%203a3%203%200%200%200-3%203v7a3%203%200%200%200%203%203h4.386l.055-.059l.942-.941H8.5V4H15a2%202%200%200%201%202%202v3.123q.288.074.566.192q.225.097.434.217V6a3%203%200%200%200-3-3zm5.148%2015.852A.48.48%200%200%200%2010.5%2019h2a.6.6%200%200%200%20.273-.07a.37.37%200%200%200%20.149-.172a1%201%200%200%200%20.062-.235q.016-.125.016-.257V18q.36-.008.563-.023a.47.47%200%200%200%20.304-.118a.46.46%200%200%200%20.117-.297Q14%2017.368%2014%2017h.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-.961Q19%2013.6%2019%2013q0-.625-.234-1.172a3%203%200%200%200-.641-.953a3%203%200%200%200-.953-.64A2.9%202.9%200%200%200%2016%2010q-.61.015-1.148.234a2.9%202.9%200%200%200-.954.625q-.414.407-.656.938a2.7%202.7%200%200%200-.242%201.14q0%20.367.086.774l-2.938%202.937A.48.48%200%200%200%2010%2017v1.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-.219-.531q0-.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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%203a3%203%200%200%200-3%203v7a3%203%200%200%200%203%203h4.386l.055-.059l.942-.941H8.5V4H15a2%202%200%200%201%202%202v3.123q.288.074.566.192q.225.097.434.217V6a3%203%200%200%200-3-3zm5.148%2015.852A.48.48%200%200%200%2010.5%2019h2a.6.6%200%200%200%20.273-.07a.37.37%200%200%200%20.149-.172a1%201%200%200%200%20.062-.235q.016-.125.016-.257V18q.36-.008.563-.023a.47.47%200%200%200%20.304-.118a.46.46%200%200%200%20.117-.297Q14%2017.368%2014%2017h.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-.961Q19%2013.6%2019%2013q0-.625-.234-1.172a3%203%200%200%200-.641-.953a3%203%200%200%200-.953-.64A2.9%202.9%200%200%200%2016%2010q-.61.015-1.148.234a2.9%202.9%200%200%200-.954.625q-.414.407-.656.938a2.7%202.7%200%200%200-.242%201.14q0%20.367.086.774l-2.938%202.937A.48.48%200%200%200%2010%2017v1.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-.219-.531q0-.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-20-filled.svg?color=%231a73e8&size=48