panel-left-key-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.

Name
panel-left-key-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
License
MIT

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

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="M2 6a3 3 0 0 1 3-3h10a3 3 0 0 1 3 3v3.532a4 4 0 0 0-.434-.217A4 4 0 0 0 17 9.123V6a2 2 0 0 0-2-2H8.5v11h1.883l-.942.941l-.055.059H5a3 3 0 0 1-3-3zm5.5-2H5a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h2.5zm2.648 14.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 FluentPanelLeftKey20Regular(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="M2 6a3 3 0 0 1 3-3h10a3 3 0 0 1 3 3v3.532a4 4 0 0 0-.434-.217A4 4 0 0 0 17 9.123V6a2 2 0 0 0-2-2H8.5v11h1.883l-.942.941l-.055.059H5a3 3 0 0 1-3-3zm5.5-2H5a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h2.5zm2.648 14.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="M2 6a3 3 0 0 1 3-3h10a3 3 0 0 1 3 3v3.532a4 4 0 0 0-.434-.217A4 4 0 0 0 17 9.123V6a2 2 0 0 0-2-2H8.5v11h1.883l-.942.941l-.055.059H5a3 3 0 0 1-3-3zm5.5-2H5a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h2.5zm2.648 14.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-regular {
  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%22M2%206a3%203%200%200%201%203-3h10a3%203%200%200%201%203%203v3.532a4%204%200%200%200-.434-.217A4%204%200%200%200%2017%209.123V6a2%202%200%200%200-2-2H8.5v11h1.883l-.942.941l-.055.059H5a3%203%200%200%201-3-3zm5.5-2H5a2%202%200%200%200-2%202v7a2%202%200%200%200%202%202h2.5zm2.648%2014.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%22M2%206a3%203%200%200%201%203-3h10a3%203%200%200%201%203%203v3.532a4%204%200%200%200-.434-.217A4%204%200%200%200%2017%209.123V6a2%202%200%200%200-2-2H8.5v11h1.883l-.942.941l-.055.059H5a3%203%200%200%201-3-3zm5.5-2H5a2%202%200%200%200-2%202v7a2%202%200%200%200%202%202h2.5zm2.648%2014.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-regular.svg?color=%231a73e8&size=48