password-clock-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.

Name
password-clock-48-regular
Set
Fluent UI System Icons
Style
48 Regular
Viewbox
48×48
License
MIT

7 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the password clock icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M10.25 7A6.25 6.25 0 0 0 4 13.25v15.5A6.25 6.25 0 0 0 10.25 35h11.788a13 13 0 0 1 .048-2.5H10.25a3.75 3.75 0 0 1-3.75-3.75v-15.5a3.75 3.75 0 0 1 3.75-3.75h27.5a3.75 3.75 0 0 1 3.75 3.75v9.49a13 13 0 0 1 2.5 1.88V13.25A6.25 6.25 0 0 0 37.75 7zm16.194 17.212a13 13 0 0 1 2.06-1.475L26.768 21l1.866-1.866a1.25 1.25 0 0 0-1.768-1.768L25 19.232l-1.866-1.866a1.25 1.25 0 0 0-1.768 1.768L23.232 21l-1.866 1.866a1.25 1.25 0 0 0 1.768 1.768L25 22.768zm-14.31-6.846a1.25 1.25 0 0 0-1.768 1.768L12.232 21l-1.866 1.866a1.25 1.25 0 0 0 1.768 1.768L14 22.768l1.866 1.866a1.25 1.25 0 0 0 1.768-1.768L15.768 21l1.866-1.866a1.25 1.25 0 0 0-1.768-1.768L14 19.232zM46 34c0 6.075-4.925 11-11 11s-11-4.925-11-11s4.925-11 11-11s11 4.925 11 11m-5 0a1 1 0 0 0-1-1h-4v-6a1 1 0 1 0-2 0v7a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1"/></svg>

React

import type { SVGProps } from "react";

export function FluentPasswordClock48Regular(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="M10.25 7A6.25 6.25 0 0 0 4 13.25v15.5A6.25 6.25 0 0 0 10.25 35h11.788a13 13 0 0 1 .048-2.5H10.25a3.75 3.75 0 0 1-3.75-3.75v-15.5a3.75 3.75 0 0 1 3.75-3.75h27.5a3.75 3.75 0 0 1 3.75 3.75v9.49a13 13 0 0 1 2.5 1.88V13.25A6.25 6.25 0 0 0 37.75 7zm16.194 17.212a13 13 0 0 1 2.06-1.475L26.768 21l1.866-1.866a1.25 1.25 0 0 0-1.768-1.768L25 19.232l-1.866-1.866a1.25 1.25 0 0 0-1.768 1.768L23.232 21l-1.866 1.866a1.25 1.25 0 0 0 1.768 1.768L25 22.768zm-14.31-6.846a1.25 1.25 0 0 0-1.768 1.768L12.232 21l-1.866 1.866a1.25 1.25 0 0 0 1.768 1.768L14 22.768l1.866 1.866a1.25 1.25 0 0 0 1.768-1.768L15.768 21l1.866-1.866a1.25 1.25 0 0 0-1.768-1.768L14 19.232zM46 34c0 6.075-4.925 11-11 11s-11-4.925-11-11s4.925-11 11-11s11 4.925 11 11m-5 0a1 1 0 0 0-1-1h-4v-6a1 1 0 1 0-2 0v7a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M10.25 7A6.25 6.25 0 0 0 4 13.25v15.5A6.25 6.25 0 0 0 10.25 35h11.788a13 13 0 0 1 .048-2.5H10.25a3.75 3.75 0 0 1-3.75-3.75v-15.5a3.75 3.75 0 0 1 3.75-3.75h27.5a3.75 3.75 0 0 1 3.75 3.75v9.49a13 13 0 0 1 2.5 1.88V13.25A6.25 6.25 0 0 0 37.75 7zm16.194 17.212a13 13 0 0 1 2.06-1.475L26.768 21l1.866-1.866a1.25 1.25 0 0 0-1.768-1.768L25 19.232l-1.866-1.866a1.25 1.25 0 0 0-1.768 1.768L23.232 21l-1.866 1.866a1.25 1.25 0 0 0 1.768 1.768L25 22.768zm-14.31-6.846a1.25 1.25 0 0 0-1.768 1.768L12.232 21l-1.866 1.866a1.25 1.25 0 0 0 1.768 1.768L14 22.768l1.866 1.866a1.25 1.25 0 0 0 1.768-1.768L15.768 21l1.866-1.866a1.25 1.25 0 0 0-1.768-1.768L14 19.232zM46 34c0 6.075-4.925 11-11 11s-11-4.925-11-11s4.925-11 11-11s11 4.925 11 11m-5 0a1 1 0 0 0-1-1h-4v-6a1 1 0 1 0-2 0v7a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1"/></svg>
</template>

CSS

.icon-password-clock-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%22M10.25%207A6.25%206.25%200%200%200%204%2013.25v15.5A6.25%206.25%200%200%200%2010.25%2035h11.788a13%2013%200%200%201%20.048-2.5H10.25a3.75%203.75%200%200%201-3.75-3.75v-15.5a3.75%203.75%200%200%201%203.75-3.75h27.5a3.75%203.75%200%200%201%203.75%203.75v9.49a13%2013%200%200%201%202.5%201.88V13.25A6.25%206.25%200%200%200%2037.75%207zm16.194%2017.212a13%2013%200%200%201%202.06-1.475L26.768%2021l1.866-1.866a1.25%201.25%200%200%200-1.768-1.768L25%2019.232l-1.866-1.866a1.25%201.25%200%200%200-1.768%201.768L23.232%2021l-1.866%201.866a1.25%201.25%200%200%200%201.768%201.768L25%2022.768zm-14.31-6.846a1.25%201.25%200%200%200-1.768%201.768L12.232%2021l-1.866%201.866a1.25%201.25%200%200%200%201.768%201.768L14%2022.768l1.866%201.866a1.25%201.25%200%200%200%201.768-1.768L15.768%2021l1.866-1.866a1.25%201.25%200%200%200-1.768-1.768L14%2019.232zM46%2034c0%206.075-4.925%2011-11%2011s-11-4.925-11-11s4.925-11%2011-11s11%204.925%2011%2011m-5%200a1%201%200%200%200-1-1h-4v-6a1%201%200%201%200-2%200v7a1%201%200%200%200%201%201h5a1%201%200%200%200%201-1%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%22M10.25%207A6.25%206.25%200%200%200%204%2013.25v15.5A6.25%206.25%200%200%200%2010.25%2035h11.788a13%2013%200%200%201%20.048-2.5H10.25a3.75%203.75%200%200%201-3.75-3.75v-15.5a3.75%203.75%200%200%201%203.75-3.75h27.5a3.75%203.75%200%200%201%203.75%203.75v9.49a13%2013%200%200%201%202.5%201.88V13.25A6.25%206.25%200%200%200%2037.75%207zm16.194%2017.212a13%2013%200%200%201%202.06-1.475L26.768%2021l1.866-1.866a1.25%201.25%200%200%200-1.768-1.768L25%2019.232l-1.866-1.866a1.25%201.25%200%200%200-1.768%201.768L23.232%2021l-1.866%201.866a1.25%201.25%200%200%200%201.768%201.768L25%2022.768zm-14.31-6.846a1.25%201.25%200%200%200-1.768%201.768L12.232%2021l-1.866%201.866a1.25%201.25%200%200%200%201.768%201.768L14%2022.768l1.866%201.866a1.25%201.25%200%200%200%201.768-1.768L15.768%2021l1.866-1.866a1.25%201.25%200%200%200-1.768-1.768L14%2019.232zM46%2034c0%206.075-4.925%2011-11%2011s-11-4.925-11-11s4.925-11%2011-11s11%204.925%2011%2011m-5%200a1%201%200%200%200-1-1h-4v-6a1%201%200%201%200-2%200v7a1%201%200%200%200%201%201h5a1%201%200%200%200%201-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/password-clock-48-regular.svg?color=%231a73e8&size=48

Password Clock 48 regular icon — Fluent UI System Icons · IconsDB