Document Data Lock icon

Used to represent general file types and actions. The Document Data Lock icon is part of Microsoft's Fluent UI System Icons, available here in filled and regular (outlined) styles on a 24 px grid. Download it as SVG or PNG, or copy it as code — it's free to use under the MIT License.

Regular (outlined)

SVG

Filled

SVG

Use the Document Data Lock icon in React

Install Microsoft's @fluentui/react-icons package, then import the component. Icons inherit the current text color, and you can size them with CSS.

npm install @fluentui/react-icons

import { DocumentDataLock24Regular, DocumentDataLock24Filled } from "@fluentui/react-icons";

export function Example() {
  return <DocumentDataLock24Regular aria-label="Document Data Lock" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_document_data_lock_24_regular.svg" width="24" height="24" alt="Document Data Lock">

Or paste the SVG markup inline. Setting fill="currentColor" makes the icon follow the text color of its parent:

<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.5 20C18.5 20.275 18.276 20.5 18 20.5H12V21.5C12 21.6712 11.9828 21.8384 11.95 22H18C19.104 22 20 21.104 20 20V9.828C20 9.298 19.789 8.789 19.414 8.414L16.2446 5.24511C16.2367 5.23649 16.2286 5.22801 16.2203 5.21967L13.3667 2.36612C13.1323 2.1317 12.8144 2 12.4828 2H6C4.896 2 4 2.896 4 4V11.5505C4.40986 11.1323 4.92384 10.8164 5.5 10.6449V4C5.5 3.725 5.724 3.5 6 3.5H12V8C12 9.104 12.896 10 14 10H18.5V20ZM13.5 4.621L17.378 8.5H14C13.724 8.5 13.5 8.275 13.5 8V4.621ZM6.5 11.5C5.11929 11.5 4 12.6193 4 14V15H3.5C2.67157 15 2 15.6716 2 16.5V21.5C2 22.3284 2.67157 23 3.5 23H9.5C10.3284 23 11 22.3284 11 21.5V16.5C11 15.6716 10.3284 15 9.5 15H9V14C9 12.6193 7.88071 11.5 6.5 11.5ZM5.5 14C5.5 13.4477 5.94772 13 6.5 13C7.05228 13 7.5 13.4477 7.5 14V15H5.5V14ZM7.5 19C7.5 19.5523 7.05228 20 6.5 20C5.94772 20 5.5 19.5523 5.5 19C5.5 18.4477 5.94772 18 6.5 18C7.05228 18 7.5 18.4477 7.5 19ZM13.25 15C13.6642 15 14 15.3358 14 15.75V18.25C14 18.6642 13.6642 19 13.25 19C12.8358 19 12.5 18.6642 12.5 18.25V15.75C12.5 15.3358 12.8358 15 13.25 15ZM17 13.75C17 13.3358 16.6642 13 16.25 13C15.8358 13 15.5 13.3358 15.5 13.75V18.25C15.5 18.6642 15.8358 19 16.25 19C16.6642 19 17 18.6642 17 18.25V13.75Z" fill="currentColor"/></svg>

Use it from the SVG package

Microsoft's @fluentui/svg-icons package contains the raw SVG files, which works well with bundlers that import SVGs:

npm install @fluentui/svg-icons

import icon from "@fluentui/svg-icons/icons/document_data_lock_24_regular.svg";

Details

NameDocument Data Lock
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_document_data_lock_24_regular.svg
Filled fileic_fluent_document_data_lock_24_filled.svg
React componentsDocumentDataLock24Regular, DocumentDataLock24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

paperworkfileanalogverticalrecordsmanagement

Related icons