lock closed icon
lock-closed-16 from Fluent UI System Color Icons by Microsoft Corporation · 16 · MIT Free for personal and commercial use.
- Name
- lock-closed-16
- Set
- Fluent UI System Color Icons
- Style
- 16
- Viewbox
- 16×16
- 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 16 16"><g fill="none"><path fill="url(#SVGsfI0Rddh2)" d="M11 3.5v1h-1v-1a2 2 0 1 0-4 0v1H5v-1a3 3 0 0 1 6 0"/><path fill="url(#SVGbTQINdJb2)" d="M14 6.5A2.5 2.5 0 0 0 11.5 4h-7A2.5 2.5 0 0 0 2 6.5v5A2.5 2.5 0 0 0 4.5 14h7a2.5 2.5 0 0 0 2.5-2.5z"/><path fill="url(#SVGAWAl77FK2)" d="M9 9a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/><defs><linearGradient id="SVGsfI0Rddh2" x1="6.286" x2="10.672" y1="-.264" y2="7.206" gradientUnits="userSpaceOnUse"><stop stop-color="#ffc205"/><stop offset="1" stop-color="#fb5937"/></linearGradient><linearGradient id="SVGbTQINdJb2" x1="14.857" x2="4.404" y1="14.625" y2="4.404" gradientUnits="userSpaceOnUse"><stop stop-color="#ff6f47"/><stop offset="1" stop-color="#ffcd0f"/></linearGradient><radialGradient id="SVGAWAl77FK2" cx="0" cy="0" r="1" gradientTransform="matrix(-.99997 -3.5 4.85626 -1.38747 8.5 10)" gradientUnits="userSpaceOnUse"><stop stop-color="#944600"/><stop offset="1" stop-color="#cd8e02"/></radialGradient></defs></g></svg>
React
import type { SVGProps } from "react";
export function FluentColorLockClosed16(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none"><path fill="url(#SVGsfI0Rddh2)" d="M11 3.5v1h-1v-1a2 2 0 1 0-4 0v1H5v-1a3 3 0 0 1 6 0"/><path fill="url(#SVGbTQINdJb2)" d="M14 6.5A2.5 2.5 0 0 0 11.5 4h-7A2.5 2.5 0 0 0 2 6.5v5A2.5 2.5 0 0 0 4.5 14h7a2.5 2.5 0 0 0 2.5-2.5z"/><path fill="url(#SVGAWAl77FK2)" d="M9 9a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/><defs><linearGradient id="SVGsfI0Rddh2" x1="6.286" x2="10.672" y1="-.264" y2="7.206" gradientUnits="userSpaceOnUse"><stop stopColor="#ffc205"/><stop offset="1" stopColor="#fb5937"/></linearGradient><linearGradient id="SVGbTQINdJb2" x1="14.857" x2="4.404" y1="14.625" y2="4.404" gradientUnits="userSpaceOnUse"><stop stopColor="#ff6f47"/><stop offset="1" stopColor="#ffcd0f"/></linearGradient><radialGradient id="SVGAWAl77FK2" cx="0" cy="0" r="1" gradientTransform="matrix(-.99997 -3.5 4.85626 -1.38747 8.5 10)" 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 16 16"><g fill="none"><path fill="url(#SVGsfI0Rddh2)" d="M11 3.5v1h-1v-1a2 2 0 1 0-4 0v1H5v-1a3 3 0 0 1 6 0"/><path fill="url(#SVGbTQINdJb2)" d="M14 6.5A2.5 2.5 0 0 0 11.5 4h-7A2.5 2.5 0 0 0 2 6.5v5A2.5 2.5 0 0 0 4.5 14h7a2.5 2.5 0 0 0 2.5-2.5z"/><path fill="url(#SVGAWAl77FK2)" d="M9 9a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/><defs><linearGradient id="SVGsfI0Rddh2" x1="6.286" x2="10.672" y1="-.264" y2="7.206" gradientUnits="userSpaceOnUse"><stop stop-color="#ffc205"/><stop offset="1" stop-color="#fb5937"/></linearGradient><linearGradient id="SVGbTQINdJb2" x1="14.857" x2="4.404" y1="14.625" y2="4.404" gradientUnits="userSpaceOnUse"><stop stop-color="#ff6f47"/><stop offset="1" stop-color="#ffcd0f"/></linearGradient><radialGradient id="SVGAWAl77FK2" cx="0" cy="0" r="1" gradientTransform="matrix(-.99997 -3.5 4.85626 -1.38747 8.5 10)" gradientUnits="userSpaceOnUse"><stop stop-color="#944600"/><stop offset="1" stop-color="#cd8e02"/></radialGradient></defs></g></svg> </template>
CSS
.icon-lock-closed-16 {
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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGsfI0Rddh2)%22%20d%3D%22M11%203.5v1h-1v-1a2%202%200%201%200-4%200v1H5v-1a3%203%200%200%201%206%200%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGbTQINdJb2)%22%20d%3D%22M14%206.5A2.5%202.5%200%200%200%2011.5%204h-7A2.5%202.5%200%200%200%202%206.5v5A2.5%202.5%200%200%200%204.5%2014h7a2.5%202.5%200%200%200%202.5-2.5z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGAWAl77FK2)%22%20d%3D%22M9%209a1%201%200%201%201-2%200a1%201%200%200%201%202%200%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGsfI0Rddh2%22%20x1%3D%226.286%22%20x2%3D%2210.672%22%20y1%3D%22-.264%22%20y2%3D%227.206%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%22SVGbTQINdJb2%22%20x1%3D%2214.857%22%20x2%3D%224.404%22%20y1%3D%2214.625%22%20y2%3D%224.404%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%22SVGAWAl77FK2%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%208.5%2010)%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%2016%2016%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGsfI0Rddh2)%22%20d%3D%22M11%203.5v1h-1v-1a2%202%200%201%200-4%200v1H5v-1a3%203%200%200%201%206%200%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGbTQINdJb2)%22%20d%3D%22M14%206.5A2.5%202.5%200%200%200%2011.5%204h-7A2.5%202.5%200%200%200%202%206.5v5A2.5%202.5%200%200%200%204.5%2014h7a2.5%202.5%200%200%200%202.5-2.5z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGAWAl77FK2)%22%20d%3D%22M9%209a1%201%200%201%201-2%200a1%201%200%200%201%202%200%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGsfI0Rddh2%22%20x1%3D%226.286%22%20x2%3D%2210.672%22%20y1%3D%22-.264%22%20y2%3D%227.206%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%22SVGbTQINdJb2%22%20x1%3D%2214.857%22%20x2%3D%224.404%22%20y1%3D%2214.625%22%20y2%3D%224.404%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%22SVGAWAl77FK2%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%208.5%2010)%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-16.svg?color=%231a73e8&size=48