lock closed icon
lock-closed-20 from Fluent UI System Color Icons by Microsoft Corporation · 20 · MIT Free for personal and commercial use.
- Name
- lock-closed-20
- Set
- Fluent UI System Color Icons
- Style
- 20
- Viewbox
- 20×20
- License
- MIT
5 other variants in Fluent UI System Color Icons
The same icon in other sets
Related icons in Fluent UI System Color Icons
Use the lock closed icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><g fill="none"><path fill="url(#SVG8ua8CbEA1)" fill-rule="evenodd" d="M10 3a2 2 0 0 0-2 2v1.734H6.5V5a3.5 3.5 0 1 1 7 0v1.734H12V5a2 2 0 0 0-2-2" clip-rule="evenodd"/><path fill="url(#SVG8FECKc3M1)" d="M6 6a3 3 0 0 0-3 3v6a3 3 0 0 0 3 3h8a3 3 0 0 0 3-3V9a3 3 0 0 0-3-3z"/><path fill="url(#SVGGC9fQEpn1)" d="M10 13a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/><defs><linearGradient id="SVG8ua8CbEA1" x1="8" x2="14.039" y1=".5" y2="9.669" gradientUnits="userSpaceOnUse"><stop stop-color="#ffc205"/><stop offset="1" stop-color="#fb5937"/></linearGradient><linearGradient id="SVG8FECKc3M1" x1="18" x2="5.469" y1="18.75" y2="6.838" gradientUnits="userSpaceOnUse"><stop stop-color="#ff6f47"/><stop offset="1" stop-color="#ffcd0f"/></linearGradient><radialGradient id="SVGGC9fQEpn1" cx="0" cy="0" r="1" gradientTransform="matrix(-.99997 -3.5 4.85626 -1.38747 10.5 13)" gradientUnits="userSpaceOnUse"><stop stop-color="#944600"/><stop offset="1" stop-color="#cd8e02"/></radialGradient></defs></g></svg>
React
import type { SVGProps } from "react";
export function FluentColorLockClosed20(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><g fill="none"><path fill="url(#SVG8ua8CbEA1)" fillRule="evenodd" d="M10 3a2 2 0 0 0-2 2v1.734H6.5V5a3.5 3.5 0 1 1 7 0v1.734H12V5a2 2 0 0 0-2-2" clipRule="evenodd"/><path fill="url(#SVG8FECKc3M1)" d="M6 6a3 3 0 0 0-3 3v6a3 3 0 0 0 3 3h8a3 3 0 0 0 3-3V9a3 3 0 0 0-3-3z"/><path fill="url(#SVGGC9fQEpn1)" d="M10 13a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/><defs><linearGradient id="SVG8ua8CbEA1" x1="8" x2="14.039" y1=".5" y2="9.669" gradientUnits="userSpaceOnUse"><stop stopColor="#ffc205"/><stop offset="1" stopColor="#fb5937"/></linearGradient><linearGradient id="SVG8FECKc3M1" x1="18" x2="5.469" y1="18.75" y2="6.838" gradientUnits="userSpaceOnUse"><stop stopColor="#ff6f47"/><stop offset="1" stopColor="#ffcd0f"/></linearGradient><radialGradient id="SVGGC9fQEpn1" cx="0" cy="0" r="1" gradientTransform="matrix(-.99997 -3.5 4.85626 -1.38747 10.5 13)" gradientUnits="userSpaceOnUse"><stop stopColor="#944600"/><stop offset="1" stopColor="#cd8e02"/></radialGradient></defs></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><g fill="none"><path fill="url(#SVG8ua8CbEA1)" fill-rule="evenodd" d="M10 3a2 2 0 0 0-2 2v1.734H6.5V5a3.5 3.5 0 1 1 7 0v1.734H12V5a2 2 0 0 0-2-2" clip-rule="evenodd"/><path fill="url(#SVG8FECKc3M1)" d="M6 6a3 3 0 0 0-3 3v6a3 3 0 0 0 3 3h8a3 3 0 0 0 3-3V9a3 3 0 0 0-3-3z"/><path fill="url(#SVGGC9fQEpn1)" d="M10 13a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/><defs><linearGradient id="SVG8ua8CbEA1" x1="8" x2="14.039" y1=".5" y2="9.669" gradientUnits="userSpaceOnUse"><stop stop-color="#ffc205"/><stop offset="1" stop-color="#fb5937"/></linearGradient><linearGradient id="SVG8FECKc3M1" x1="18" x2="5.469" y1="18.75" y2="6.838" gradientUnits="userSpaceOnUse"><stop stop-color="#ff6f47"/><stop offset="1" stop-color="#ffcd0f"/></linearGradient><radialGradient id="SVGGC9fQEpn1" cx="0" cy="0" r="1" gradientTransform="matrix(-.99997 -3.5 4.85626 -1.38747 10.5 13)" gradientUnits="userSpaceOnUse"><stop stop-color="#944600"/><stop offset="1" stop-color="#cd8e02"/></radialGradient></defs></g></svg> </template>
CSS
.icon-lock-closed-20 {
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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVG8ua8CbEA1)%22%20fill-rule%3D%22evenodd%22%20d%3D%22M10%203a2%202%200%200%200-2%202v1.734H6.5V5a3.5%203.5%200%201%201%207%200v1.734H12V5a2%202%200%200%200-2-2%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG8FECKc3M1)%22%20d%3D%22M6%206a3%203%200%200%200-3%203v6a3%203%200%200%200%203%203h8a3%203%200%200%200%203-3V9a3%203%200%200%200-3-3z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGGC9fQEpn1)%22%20d%3D%22M10%2013a1%201%200%201%200%200-2a1%201%200%200%200%200%202%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVG8ua8CbEA1%22%20x1%3D%228%22%20x2%3D%2214.039%22%20y1%3D%22.5%22%20y2%3D%229.669%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23ffc205%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fb5937%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVG8FECKc3M1%22%20x1%3D%2218%22%20x2%3D%225.469%22%20y1%3D%2218.75%22%20y2%3D%226.838%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23ff6f47%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ffcd0f%22%2F%3E%3C%2FlinearGradient%3E%3CradialGradient%20id%3D%22SVGGC9fQEpn1%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22matrix(-.99997%20-3.5%204.85626%20-1.38747%2010.5%2013)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23944600%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23cd8e02%22%2F%3E%3C%2FradialGradient%3E%3C%2Fdefs%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVG8ua8CbEA1)%22%20fill-rule%3D%22evenodd%22%20d%3D%22M10%203a2%202%200%200%200-2%202v1.734H6.5V5a3.5%203.5%200%201%201%207%200v1.734H12V5a2%202%200%200%200-2-2%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG8FECKc3M1)%22%20d%3D%22M6%206a3%203%200%200%200-3%203v6a3%203%200%200%200%203%203h8a3%203%200%200%200%203-3V9a3%203%200%200%200-3-3z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGGC9fQEpn1)%22%20d%3D%22M10%2013a1%201%200%201%200%200-2a1%201%200%200%200%200%202%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVG8ua8CbEA1%22%20x1%3D%228%22%20x2%3D%2214.039%22%20y1%3D%22.5%22%20y2%3D%229.669%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23ffc205%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fb5937%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVG8FECKc3M1%22%20x1%3D%2218%22%20x2%3D%225.469%22%20y1%3D%2218.75%22%20y2%3D%226.838%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23ff6f47%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ffcd0f%22%2F%3E%3C%2FlinearGradient%3E%3CradialGradient%20id%3D%22SVGGC9fQEpn1%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22matrix(-.99997%20-3.5%204.85626%20-1.38747%2010.5%2013)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23944600%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23cd8e02%22%2F%3E%3C%2FradialGradient%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-color/lock-closed-20.svg?color=%231a73e8&size=48