locked icon
locked-filled from Carbon by IBM · Filled · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- locked-filled
- Set
- Carbon
- Style
- Filled
- Category
- Actions
- Viewbox
- 32×32
- License
- Apache 2.0
1 other variant in Carbon
The same icon in other sets
More actions icons from Carbon
activity-taskadapter-notificationaddadd-altadd-commentadd-largealign-box-bottom-centeralign-box-bottom-leftalign-box-bottom-rightalign-box-middle-centeralign-box-middle-leftalign-box-middle-rightalign-box-top-centeralign-box-top-leftalign-box-top-rightalign-horizontal-centeralign-horizontal-leftalign-horizontal-rightalign-vertical-bottomalign-vertical-centeralign-vertical-topappsareaarea-custom
Use the locked icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" fill-rule="evenodd" d="M25.41 14.59c-.37-.38-.88-.59-1.41-.59h-2V8c0-1.59-.63-3.12-1.76-4.24C19.12 2.63 17.59 2 16 2s-3.12.63-4.24 1.76A5.97 5.97 0 0 0 10 8v6H8c-.53 0-1.04.21-1.41.59c-.38.37-.59.88-.59 1.41v12c0 .53.21 1.04.59 1.41c.37.38.88.59 1.41.59h16c.53 0 1.04-.21 1.41-.59c.38-.37.59-.88.59-1.41V16c0-.53-.21-1.04-.59-1.41M20 14h-8V8c0-1.06.42-2.08 1.17-2.83a4.004 4.004 0 0 1 5.66 0C19.58 5.92 20 6.94 20 8z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function CarbonLockedFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" fillRule="evenodd" d="M25.41 14.59c-.37-.38-.88-.59-1.41-.59h-2V8c0-1.59-.63-3.12-1.76-4.24C19.12 2.63 17.59 2 16 2s-3.12.63-4.24 1.76A5.97 5.97 0 0 0 10 8v6H8c-.53 0-1.04.21-1.41.59c-.38.37-.59.88-.59 1.41v12c0 .53.21 1.04.59 1.41c.37.38.88.59 1.41.59h16c.53 0 1.04-.21 1.41-.59c.38-.37.59-.88.59-1.41V16c0-.53-.21-1.04-.59-1.41M20 14h-8V8c0-1.06.42-2.08 1.17-2.83a4.004 4.004 0 0 1 5.66 0C19.58 5.92 20 6.94 20 8z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" fill-rule="evenodd" d="M25.41 14.59c-.37-.38-.88-.59-1.41-.59h-2V8c0-1.59-.63-3.12-1.76-4.24C19.12 2.63 17.59 2 16 2s-3.12.63-4.24 1.76A5.97 5.97 0 0 0 10 8v6H8c-.53 0-1.04.21-1.41.59c-.38.37-.59.88-.59 1.41v12c0 .53.21 1.04.59 1.41c.37.38.88.59 1.41.59h16c.53 0 1.04-.21 1.41-.59c.38-.37.59-.88.59-1.41V16c0-.53-.21-1.04-.59-1.41M20 14h-8V8c0-1.06.42-2.08 1.17-2.83a4.004 4.004 0 0 1 5.66 0C19.58 5.92 20 6.94 20 8z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-locked-filled {
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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M25.41%2014.59c-.37-.38-.88-.59-1.41-.59h-2V8c0-1.59-.63-3.12-1.76-4.24C19.12%202.63%2017.59%202%2016%202s-3.12.63-4.24%201.76A5.97%205.97%200%200%200%2010%208v6H8c-.53%200-1.04.21-1.41.59c-.38.37-.59.88-.59%201.41v12c0%20.53.21%201.04.59%201.41c.37.38.88.59%201.41.59h16c.53%200%201.04-.21%201.41-.59c.38-.37.59-.88.59-1.41V16c0-.53-.21-1.04-.59-1.41M20%2014h-8V8c0-1.06.42-2.08%201.17-2.83a4.004%204.004%200%200%201%205.66%200C19.58%205.92%2020%206.94%2020%208z%22%20clip-rule%3D%22evenodd%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M25.41%2014.59c-.37-.38-.88-.59-1.41-.59h-2V8c0-1.59-.63-3.12-1.76-4.24C19.12%202.63%2017.59%202%2016%202s-3.12.63-4.24%201.76A5.97%205.97%200%200%200%2010%208v6H8c-.53%200-1.04.21-1.41.59c-.38.37-.59.88-.59%201.41v12c0%20.53.21%201.04.59%201.41c.37.38.88.59%201.41.59h16c.53%200%201.04-.21%201.41-.59c.38-.37.59-.88.59-1.41V16c0-.53-.21-1.04-.59-1.41M20%2014h-8V8c0-1.06.42-2.08%201.17-2.83a4.004%204.004%200%200%201%205.66%200C19.58%205.92%2020%206.94%2020%208z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/locked-filled.svg?color=%231a73e8&size=48