lock closed icon
lock-closed-32 from Fluent UI System Color Icons by Microsoft Corporation · 32 · MIT Free for personal and commercial use.
- Name
- lock-closed-32
- Set
- Fluent UI System Color Icons
- Style
- 32
- Viewbox
- 32×32
- 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 32 32"><g fill="none"><path fill="url(#SVGM9ZZiODj)" d="M22 8v1.5h-2V8a4 4 0 0 0-8 0v1.5h-2V8a6 6 0 0 1 12 0"/><path fill="url(#SVGZZHsGbrn)" d="M28 13.5A4.5 4.5 0 0 0 23.5 9h-15A4.5 4.5 0 0 0 4 13.5v12A4.5 4.5 0 0 0 8.5 30h15a4.5 4.5 0 0 0 4.5-4.5z"/><path fill="url(#SVGjuLEs3lA)" d="M18 20a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/><defs><linearGradient id="SVGM9ZZiODj" x1="12.571" x2="20.529" y1=".567" y2="15.023" gradientUnits="userSpaceOnUse"><stop stop-color="#ffc205"/><stop offset="1" stop-color="#fb5937"/></linearGradient><linearGradient id="SVGZZHsGbrn" x1="29.714" x2="7.813" y1="31.313" y2="10.917" gradientUnits="userSpaceOnUse"><stop stop-color="#ff6f47"/><stop offset="1" stop-color="#ffcd0f"/></linearGradient><radialGradient id="SVGjuLEs3lA" cx="0" cy="0" r="1" gradientTransform="matrix(-1.99995 -7.00001 9.71256 -2.77495 17 22)" gradientUnits="userSpaceOnUse"><stop stop-color="#944600"/><stop offset="1" stop-color="#cd8e02"/></radialGradient></defs></g></svg>
React
import type { SVGProps } from "react";
export function FluentColorLockClosed32(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="url(#SVGM9ZZiODj)" d="M22 8v1.5h-2V8a4 4 0 0 0-8 0v1.5h-2V8a6 6 0 0 1 12 0"/><path fill="url(#SVGZZHsGbrn)" d="M28 13.5A4.5 4.5 0 0 0 23.5 9h-15A4.5 4.5 0 0 0 4 13.5v12A4.5 4.5 0 0 0 8.5 30h15a4.5 4.5 0 0 0 4.5-4.5z"/><path fill="url(#SVGjuLEs3lA)" d="M18 20a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/><defs><linearGradient id="SVGM9ZZiODj" x1="12.571" x2="20.529" y1=".567" y2="15.023" gradientUnits="userSpaceOnUse"><stop stopColor="#ffc205"/><stop offset="1" stopColor="#fb5937"/></linearGradient><linearGradient id="SVGZZHsGbrn" x1="29.714" x2="7.813" y1="31.313" y2="10.917" gradientUnits="userSpaceOnUse"><stop stopColor="#ff6f47"/><stop offset="1" stopColor="#ffcd0f"/></linearGradient><radialGradient id="SVGjuLEs3lA" cx="0" cy="0" r="1" gradientTransform="matrix(-1.99995 -7.00001 9.71256 -2.77495 17 22)" 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 32 32"><g fill="none"><path fill="url(#SVGM9ZZiODj)" d="M22 8v1.5h-2V8a4 4 0 0 0-8 0v1.5h-2V8a6 6 0 0 1 12 0"/><path fill="url(#SVGZZHsGbrn)" d="M28 13.5A4.5 4.5 0 0 0 23.5 9h-15A4.5 4.5 0 0 0 4 13.5v12A4.5 4.5 0 0 0 8.5 30h15a4.5 4.5 0 0 0 4.5-4.5z"/><path fill="url(#SVGjuLEs3lA)" d="M18 20a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/><defs><linearGradient id="SVGM9ZZiODj" x1="12.571" x2="20.529" y1=".567" y2="15.023" gradientUnits="userSpaceOnUse"><stop stop-color="#ffc205"/><stop offset="1" stop-color="#fb5937"/></linearGradient><linearGradient id="SVGZZHsGbrn" x1="29.714" x2="7.813" y1="31.313" y2="10.917" gradientUnits="userSpaceOnUse"><stop stop-color="#ff6f47"/><stop offset="1" stop-color="#ffcd0f"/></linearGradient><radialGradient id="SVGjuLEs3lA" cx="0" cy="0" r="1" gradientTransform="matrix(-1.99995 -7.00001 9.71256 -2.77495 17 22)" gradientUnits="userSpaceOnUse"><stop stop-color="#944600"/><stop offset="1" stop-color="#cd8e02"/></radialGradient></defs></g></svg> </template>
CSS
.icon-lock-closed-32 {
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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGM9ZZiODj)%22%20d%3D%22M22%208v1.5h-2V8a4%204%200%200%200-8%200v1.5h-2V8a6%206%200%200%201%2012%200%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGZZHsGbrn)%22%20d%3D%22M28%2013.5A4.5%204.5%200%200%200%2023.5%209h-15A4.5%204.5%200%200%200%204%2013.5v12A4.5%204.5%200%200%200%208.5%2030h15a4.5%204.5%200%200%200%204.5-4.5z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGjuLEs3lA)%22%20d%3D%22M18%2020a2%202%200%201%201-4%200a2%202%200%200%201%204%200%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGM9ZZiODj%22%20x1%3D%2212.571%22%20x2%3D%2220.529%22%20y1%3D%22.567%22%20y2%3D%2215.023%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%22SVGZZHsGbrn%22%20x1%3D%2229.714%22%20x2%3D%227.813%22%20y1%3D%2231.313%22%20y2%3D%2210.917%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%22SVGjuLEs3lA%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22matrix(-1.99995%20-7.00001%209.71256%20-2.77495%2017%2022)%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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGM9ZZiODj)%22%20d%3D%22M22%208v1.5h-2V8a4%204%200%200%200-8%200v1.5h-2V8a6%206%200%200%201%2012%200%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGZZHsGbrn)%22%20d%3D%22M28%2013.5A4.5%204.5%200%200%200%2023.5%209h-15A4.5%204.5%200%200%200%204%2013.5v12A4.5%204.5%200%200%200%208.5%2030h15a4.5%204.5%200%200%200%204.5-4.5z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGjuLEs3lA)%22%20d%3D%22M18%2020a2%202%200%201%201-4%200a2%202%200%200%201%204%200%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGM9ZZiODj%22%20x1%3D%2212.571%22%20x2%3D%2220.529%22%20y1%3D%22.567%22%20y2%3D%2215.023%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%22SVGZZHsGbrn%22%20x1%3D%2229.714%22%20x2%3D%227.813%22%20y1%3D%2231.313%22%20y2%3D%2210.917%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%22SVGjuLEs3lA%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22matrix(-1.99995%20-7.00001%209.71256%20-2.77495%2017%2022)%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-32.svg?color=%231a73e8&size=48