password icon
password-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- password-light
- Set
- Phosphor
- Style
- Light
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
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 256 256"><path fill="currentColor" d="M46 56v144a6 6 0 0 1-12 0V56a6 6 0 0 1 12 0m94.58 56.41L118 119.74V96a6 6 0 0 0-12 0v23.74l-22.58-7.33a6 6 0 1 0-3.71 11.41l22.58 7.33l-14 19.21a6 6 0 1 0 9.7 7.06l14-19.21l14 19.21a6 6 0 0 0 9.7-7.06l-14-19.21l22.58-7.33a6 6 0 1 0-3.71-11.41Zm103.56 3.85a6 6 0 0 0-7.56-3.85L214 119.74V96a6 6 0 0 0-12 0v23.74l-22.58-7.33a6 6 0 1 0-3.71 11.41l22.58 7.33l-13.95 19.21a6 6 0 1 0 9.7 7.06l14-19.21l14 19.21a6 6 0 0 0 9.7-7.06l-13.95-19.21l22.58-7.33a6 6 0 0 0 3.77-7.56"/></svg>
React
import type { SVGProps } from "react";
export function PhPasswordLight(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M46 56v144a6 6 0 0 1-12 0V56a6 6 0 0 1 12 0m94.58 56.41L118 119.74V96a6 6 0 0 0-12 0v23.74l-22.58-7.33a6 6 0 1 0-3.71 11.41l22.58 7.33l-14 19.21a6 6 0 1 0 9.7 7.06l14-19.21l14 19.21a6 6 0 0 0 9.7-7.06l-14-19.21l22.58-7.33a6 6 0 1 0-3.71-11.41Zm103.56 3.85a6 6 0 0 0-7.56-3.85L214 119.74V96a6 6 0 0 0-12 0v23.74l-22.58-7.33a6 6 0 1 0-3.71 11.41l22.58 7.33l-13.95 19.21a6 6 0 1 0 9.7 7.06l14-19.21l14 19.21a6 6 0 0 0 9.7-7.06l-13.95-19.21l22.58-7.33a6 6 0 0 0 3.77-7.56"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M46 56v144a6 6 0 0 1-12 0V56a6 6 0 0 1 12 0m94.58 56.41L118 119.74V96a6 6 0 0 0-12 0v23.74l-22.58-7.33a6 6 0 1 0-3.71 11.41l22.58 7.33l-14 19.21a6 6 0 1 0 9.7 7.06l14-19.21l14 19.21a6 6 0 0 0 9.7-7.06l-14-19.21l22.58-7.33a6 6 0 1 0-3.71-11.41Zm103.56 3.85a6 6 0 0 0-7.56-3.85L214 119.74V96a6 6 0 0 0-12 0v23.74l-22.58-7.33a6 6 0 1 0-3.71 11.41l22.58 7.33l-13.95 19.21a6 6 0 1 0 9.7 7.06l14-19.21l14 19.21a6 6 0 0 0 9.7-7.06l-13.95-19.21l22.58-7.33a6 6 0 0 0 3.77-7.56"/></svg> </template>
CSS
.icon-password-light {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M46%2056v144a6%206%200%200%201-12%200V56a6%206%200%200%201%2012%200m94.58%2056.41L118%20119.74V96a6%206%200%200%200-12%200v23.74l-22.58-7.33a6%206%200%201%200-3.71%2011.41l22.58%207.33l-14%2019.21a6%206%200%201%200%209.7%207.06l14-19.21l14%2019.21a6%206%200%200%200%209.7-7.06l-14-19.21l22.58-7.33a6%206%200%201%200-3.71-11.41Zm103.56%203.85a6%206%200%200%200-7.56-3.85L214%20119.74V96a6%206%200%200%200-12%200v23.74l-22.58-7.33a6%206%200%201%200-3.71%2011.41l22.58%207.33l-13.95%2019.21a6%206%200%201%200%209.7%207.06l14-19.21l14%2019.21a6%206%200%200%200%209.7-7.06l-13.95-19.21l22.58-7.33a6%206%200%200%200%203.77-7.56%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M46%2056v144a6%206%200%200%201-12%200V56a6%206%200%200%201%2012%200m94.58%2056.41L118%20119.74V96a6%206%200%200%200-12%200v23.74l-22.58-7.33a6%206%200%201%200-3.71%2011.41l22.58%207.33l-14%2019.21a6%206%200%201%200%209.7%207.06l14-19.21l14%2019.21a6%206%200%200%200%209.7-7.06l-14-19.21l22.58-7.33a6%206%200%201%200-3.71-11.41Zm103.56%203.85a6%206%200%200%200-7.56-3.85L214%20119.74V96a6%206%200%200%200-12%200v23.74l-22.58-7.33a6%206%200%201%200-3.71%2011.41l22.58%207.33l-13.95%2019.21a6%206%200%201%200%209.7%207.06l14-19.21l14%2019.21a6%206%200%200%200%209.7-7.06l-13.95-19.21l22.58-7.33a6%206%200%200%200%203.77-7.56%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/password-light.svg?color=%231a73e8&size=48