lock closed ribbon icon
lock-closed-ribbon-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- lock-closed-ribbon-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- Viewbox
- 48×48
- License
- MIT
11 other variants in Fluent UI System Icons
lock-closed-ribbon-16-filledlock-closed-ribbon-16-regularlock-closed-ribbon-20-filledlock-closed-ribbon-20-regularlock-closed-ribbon-24-filledlock-closed-ribbon-24-regularlock-closed-ribbon-28-filledlock-closed-ribbon-28-regularlock-closed-ribbon-32-filledlock-closed-ribbon-32-regularlock-closed-ribbon-48-filled
Related icons in Fluent UI System Icons
Use the lock closed ribbon icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M42 45.996a1 1 0 0 1-1.588.809L36.5 43.96l-3.912 2.845A1 1 0 0 1 31 45.996v-5.749A9.46 9.46 0 0 0 36.5 42c2.05 0 3.948-.649 5.5-1.753zM24 4a9 9 0 0 1 9 9v5.006a6.25 6.25 0 0 1 5.93 5.308A9.5 9.5 0 0 0 36.5 23q-.107.001-.213.005A3.75 3.75 0 0 0 32.75 20.5h-17.5a3.75 3.75 0 0 0-3.75 3.75v13.5a3.75 3.75 0 0 0 3.75 3.75H29V44H15.25A6.25 6.25 0 0 1 9 37.75v-13.5a6.25 6.25 0 0 1 6-6.244V13a9 9 0 0 1 9-9m12.5 21a7.5 7.5 0 1 1 0 15a7.5 7.5 0 0 1 0-15M24 28.5a2.5 2.5 0 1 1 0 5a2.5 2.5 0 0 1 0-5m0-22a6.5 6.5 0 0 0-6.5 6.5v5h13v-5A6.5 6.5 0 0 0 24 6.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentLockClosedRibbon48Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M42 45.996a1 1 0 0 1-1.588.809L36.5 43.96l-3.912 2.845A1 1 0 0 1 31 45.996v-5.749A9.46 9.46 0 0 0 36.5 42c2.05 0 3.948-.649 5.5-1.753zM24 4a9 9 0 0 1 9 9v5.006a6.25 6.25 0 0 1 5.93 5.308A9.5 9.5 0 0 0 36.5 23q-.107.001-.213.005A3.75 3.75 0 0 0 32.75 20.5h-17.5a3.75 3.75 0 0 0-3.75 3.75v13.5a3.75 3.75 0 0 0 3.75 3.75H29V44H15.25A6.25 6.25 0 0 1 9 37.75v-13.5a6.25 6.25 0 0 1 6-6.244V13a9 9 0 0 1 9-9m12.5 21a7.5 7.5 0 1 1 0 15a7.5 7.5 0 0 1 0-15M24 28.5a2.5 2.5 0 1 1 0 5a2.5 2.5 0 0 1 0-5m0-22a6.5 6.5 0 0 0-6.5 6.5v5h13v-5A6.5 6.5 0 0 0 24 6.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M42 45.996a1 1 0 0 1-1.588.809L36.5 43.96l-3.912 2.845A1 1 0 0 1 31 45.996v-5.749A9.46 9.46 0 0 0 36.5 42c2.05 0 3.948-.649 5.5-1.753zM24 4a9 9 0 0 1 9 9v5.006a6.25 6.25 0 0 1 5.93 5.308A9.5 9.5 0 0 0 36.5 23q-.107.001-.213.005A3.75 3.75 0 0 0 32.75 20.5h-17.5a3.75 3.75 0 0 0-3.75 3.75v13.5a3.75 3.75 0 0 0 3.75 3.75H29V44H15.25A6.25 6.25 0 0 1 9 37.75v-13.5a6.25 6.25 0 0 1 6-6.244V13a9 9 0 0 1 9-9m12.5 21a7.5 7.5 0 1 1 0 15a7.5 7.5 0 0 1 0-15M24 28.5a2.5 2.5 0 1 1 0 5a2.5 2.5 0 0 1 0-5m0-22a6.5 6.5 0 0 0-6.5 6.5v5h13v-5A6.5 6.5 0 0 0 24 6.5"/></svg> </template>
CSS
.icon-lock-closed-ribbon-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M42%2045.996a1%201%200%200%201-1.588.809L36.5%2043.96l-3.912%202.845A1%201%200%200%201%2031%2045.996v-5.749A9.46%209.46%200%200%200%2036.5%2042c2.05%200%203.948-.649%205.5-1.753zM24%204a9%209%200%200%201%209%209v5.006a6.25%206.25%200%200%201%205.93%205.308A9.5%209.5%200%200%200%2036.5%2023q-.107.001-.213.005A3.75%203.75%200%200%200%2032.75%2020.5h-17.5a3.75%203.75%200%200%200-3.75%203.75v13.5a3.75%203.75%200%200%200%203.75%203.75H29V44H15.25A6.25%206.25%200%200%201%209%2037.75v-13.5a6.25%206.25%200%200%201%206-6.244V13a9%209%200%200%201%209-9m12.5%2021a7.5%207.5%200%201%201%200%2015a7.5%207.5%200%200%201%200-15M24%2028.5a2.5%202.5%200%201%201%200%205a2.5%202.5%200%200%201%200-5m0-22a6.5%206.5%200%200%200-6.5%206.5v5h13v-5A6.5%206.5%200%200%200%2024%206.5%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M42%2045.996a1%201%200%200%201-1.588.809L36.5%2043.96l-3.912%202.845A1%201%200%200%201%2031%2045.996v-5.749A9.46%209.46%200%200%200%2036.5%2042c2.05%200%203.948-.649%205.5-1.753zM24%204a9%209%200%200%201%209%209v5.006a6.25%206.25%200%200%201%205.93%205.308A9.5%209.5%200%200%200%2036.5%2023q-.107.001-.213.005A3.75%203.75%200%200%200%2032.75%2020.5h-17.5a3.75%203.75%200%200%200-3.75%203.75v13.5a3.75%203.75%200%200%200%203.75%203.75H29V44H15.25A6.25%206.25%200%200%201%209%2037.75v-13.5a6.25%206.25%200%200%201%206-6.244V13a9%209%200%200%201%209-9m12.5%2021a7.5%207.5%200%201%201%200%2015a7.5%207.5%200%200%201%200-15M24%2028.5a2.5%202.5%200%201%201%200%205a2.5%202.5%200%200%201%200-5m0-22a6.5%206.5%200%200%200-6.5%206.5v5h13v-5A6.5%206.5%200%200%200%2024%206.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/lock-closed-ribbon-48-regular.svg?color=%231a73e8&size=48