password-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.

Name
password-solid
Set
Myna UI Icons
Style
Solid
Viewbox
24×24
License
MIT

1 other variant in Myna UI Icons

The same icon in other sets

Use the password icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.165 8.33a.75.75 0 0 1 1.006.334L12 10.323l.83-1.659a.75.75 0 1 1 1.34.671l-.957 1.915h1.037a.75.75 0 0 1 0 1.5h-1.037l.958 1.915a.75.75 0 1 1-1.342.67L12 13.677l-.83 1.658a.75.75 0 1 1-1.34-.67l.957-1.915H9.75a.75.75 0 0 1 0-1.5h1.037l-.958-1.915a.75.75 0 0 1 .336-1.006m-6.75 0a.75.75 0 0 1 1.006.335l.829 1.658l.83-1.658a.75.75 0 0 1 1.34.67l-.956 1.915H7.5a.75.75 0 1 1 0 1.5H6.464l.957 1.915a.75.75 0 0 1-1.342.67l-.829-1.658l-.83 1.658a.75.75 0 0 1-1.34-.67l.956-1.915H3a.75.75 0 0 1 0-1.5h1.036L3.08 9.335a.75.75 0 0 1 .336-1.006m13.5 0a.75.75 0 0 1 1.006.335l.829 1.658l.83-1.658a.75.75 0 1 1 1.34.67l-.957 1.915H21a.75.75 0 1 1 0 1.5h-1.037l.958 1.915a.75.75 0 0 1-1.342.67l-.829-1.658l-.83 1.658a.75.75 0 0 1-1.34-.67l.957-1.915H16.5a.75.75 0 0 1 0-1.5h1.037l-.958-1.915a.75.75 0 0 1 .336-1.006"/></svg>

React

import type { SVGProps } from "react";

export function MynauiPasswordSolid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.165 8.33a.75.75 0 0 1 1.006.334L12 10.323l.83-1.659a.75.75 0 1 1 1.34.671l-.957 1.915h1.037a.75.75 0 0 1 0 1.5h-1.037l.958 1.915a.75.75 0 1 1-1.342.67L12 13.677l-.83 1.658a.75.75 0 1 1-1.34-.67l.957-1.915H9.75a.75.75 0 0 1 0-1.5h1.037l-.958-1.915a.75.75 0 0 1 .336-1.006m-6.75 0a.75.75 0 0 1 1.006.335l.829 1.658l.83-1.658a.75.75 0 0 1 1.34.67l-.956 1.915H7.5a.75.75 0 1 1 0 1.5H6.464l.957 1.915a.75.75 0 0 1-1.342.67l-.829-1.658l-.83 1.658a.75.75 0 0 1-1.34-.67l.956-1.915H3a.75.75 0 0 1 0-1.5h1.036L3.08 9.335a.75.75 0 0 1 .336-1.006m13.5 0a.75.75 0 0 1 1.006.335l.829 1.658l.83-1.658a.75.75 0 1 1 1.34.67l-.957 1.915H21a.75.75 0 1 1 0 1.5h-1.037l.958 1.915a.75.75 0 0 1-1.342.67l-.829-1.658l-.83 1.658a.75.75 0 0 1-1.34-.67l.957-1.915H16.5a.75.75 0 0 1 0-1.5h1.037l-.958-1.915a.75.75 0 0 1 .336-1.006"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.165 8.33a.75.75 0 0 1 1.006.334L12 10.323l.83-1.659a.75.75 0 1 1 1.34.671l-.957 1.915h1.037a.75.75 0 0 1 0 1.5h-1.037l.958 1.915a.75.75 0 1 1-1.342.67L12 13.677l-.83 1.658a.75.75 0 1 1-1.34-.67l.957-1.915H9.75a.75.75 0 0 1 0-1.5h1.037l-.958-1.915a.75.75 0 0 1 .336-1.006m-6.75 0a.75.75 0 0 1 1.006.335l.829 1.658l.83-1.658a.75.75 0 0 1 1.34.67l-.956 1.915H7.5a.75.75 0 1 1 0 1.5H6.464l.957 1.915a.75.75 0 0 1-1.342.67l-.829-1.658l-.83 1.658a.75.75 0 0 1-1.34-.67l.956-1.915H3a.75.75 0 0 1 0-1.5h1.036L3.08 9.335a.75.75 0 0 1 .336-1.006m13.5 0a.75.75 0 0 1 1.006.335l.829 1.658l.83-1.658a.75.75 0 1 1 1.34.67l-.957 1.915H21a.75.75 0 1 1 0 1.5h-1.037l.958 1.915a.75.75 0 0 1-1.342.67l-.829-1.658l-.83 1.658a.75.75 0 0 1-1.34-.67l.957-1.915H16.5a.75.75 0 0 1 0-1.5h1.037l-.958-1.915a.75.75 0 0 1 .336-1.006"/></svg>
</template>

CSS

.icon-password-solid {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.165%208.33a.75.75%200%200%201%201.006.334L12%2010.323l.83-1.659a.75.75%200%201%201%201.34.671l-.957%201.915h1.037a.75.75%200%200%201%200%201.5h-1.037l.958%201.915a.75.75%200%201%201-1.342.67L12%2013.677l-.83%201.658a.75.75%200%201%201-1.34-.67l.957-1.915H9.75a.75.75%200%200%201%200-1.5h1.037l-.958-1.915a.75.75%200%200%201%20.336-1.006m-6.75%200a.75.75%200%200%201%201.006.335l.829%201.658l.83-1.658a.75.75%200%200%201%201.34.67l-.956%201.915H7.5a.75.75%200%201%201%200%201.5H6.464l.957%201.915a.75.75%200%200%201-1.342.67l-.829-1.658l-.83%201.658a.75.75%200%200%201-1.34-.67l.956-1.915H3a.75.75%200%200%201%200-1.5h1.036L3.08%209.335a.75.75%200%200%201%20.336-1.006m13.5%200a.75.75%200%200%201%201.006.335l.829%201.658l.83-1.658a.75.75%200%201%201%201.34.67l-.957%201.915H21a.75.75%200%201%201%200%201.5h-1.037l.958%201.915a.75.75%200%200%201-1.342.67l-.829-1.658l-.83%201.658a.75.75%200%200%201-1.34-.67l.957-1.915H16.5a.75.75%200%200%201%200-1.5h1.037l-.958-1.915a.75.75%200%200%201%20.336-1.006%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.165%208.33a.75.75%200%200%201%201.006.334L12%2010.323l.83-1.659a.75.75%200%201%201%201.34.671l-.957%201.915h1.037a.75.75%200%200%201%200%201.5h-1.037l.958%201.915a.75.75%200%201%201-1.342.67L12%2013.677l-.83%201.658a.75.75%200%201%201-1.34-.67l.957-1.915H9.75a.75.75%200%200%201%200-1.5h1.037l-.958-1.915a.75.75%200%200%201%20.336-1.006m-6.75%200a.75.75%200%200%201%201.006.335l.829%201.658l.83-1.658a.75.75%200%200%201%201.34.67l-.956%201.915H7.5a.75.75%200%201%201%200%201.5H6.464l.957%201.915a.75.75%200%200%201-1.342.67l-.829-1.658l-.83%201.658a.75.75%200%200%201-1.34-.67l.956-1.915H3a.75.75%200%200%201%200-1.5h1.036L3.08%209.335a.75.75%200%200%201%20.336-1.006m13.5%200a.75.75%200%200%201%201.006.335l.829%201.658l.83-1.658a.75.75%200%201%201%201.34.67l-.957%201.915H21a.75.75%200%201%201%200%201.5h-1.037l.958%201.915a.75.75%200%200%201-1.342.67l-.829-1.658l-.83%201.658a.75.75%200%200%201-1.34-.67l.957-1.915H16.5a.75.75%200%200%201%200-1.5h1.037l-.958-1.915a.75.75%200%200%201%20.336-1.006%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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