lock percent open icon
lock-percent-open-outline from Material Design Icons by Pictogrammers · Outline · Apache-2.0 Free for personal and commercial use.
- Name
- lock-percent-open-outline
- Set
- Material Design Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- lock-rate-open-outline
1 other variant in Material Design Icons
Related icons in Material Design Icons
Use the lock percent open icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.5 11c.8 0 1.5.7 1.5 1.5S10.3 14 9.5 14S8 13.3 8 12.5S8.7 11 9.5 11m5 8c-.8 0-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5s1.5.7 1.5 1.5s-.7 1.5-1.5 1.5m-5.3.2l-1.4-1.4l7.1-7.1l1.4 1.4zM18 8h-1V6c0-2.8-2.2-5-5-5S7 3.2 7 6h2c0-1.7 1.3-3 3-3s3 1.3 3 3v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2m0 12H6V10h12z"/></svg>
React
import type { SVGProps } from "react";
export function MdiLockPercentOpenOutline(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="M9.5 11c.8 0 1.5.7 1.5 1.5S10.3 14 9.5 14S8 13.3 8 12.5S8.7 11 9.5 11m5 8c-.8 0-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5s1.5.7 1.5 1.5s-.7 1.5-1.5 1.5m-5.3.2l-1.4-1.4l7.1-7.1l1.4 1.4zM18 8h-1V6c0-2.8-2.2-5-5-5S7 3.2 7 6h2c0-1.7 1.3-3 3-3s3 1.3 3 3v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2m0 12H6V10h12z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.5 11c.8 0 1.5.7 1.5 1.5S10.3 14 9.5 14S8 13.3 8 12.5S8.7 11 9.5 11m5 8c-.8 0-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5s1.5.7 1.5 1.5s-.7 1.5-1.5 1.5m-5.3.2l-1.4-1.4l7.1-7.1l1.4 1.4zM18 8h-1V6c0-2.8-2.2-5-5-5S7 3.2 7 6h2c0-1.7 1.3-3 3-3s3 1.3 3 3v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2m0 12H6V10h12z"/></svg> </template>
CSS
.icon-lock-percent-open-outline {
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%22M9.5%2011c.8%200%201.5.7%201.5%201.5S10.3%2014%209.5%2014S8%2013.3%208%2012.5S8.7%2011%209.5%2011m5%208c-.8%200-1.5-.7-1.5-1.5s.7-1.5%201.5-1.5s1.5.7%201.5%201.5s-.7%201.5-1.5%201.5m-5.3.2l-1.4-1.4l7.1-7.1l1.4%201.4zM18%208h-1V6c0-2.8-2.2-5-5-5S7%203.2%207%206h2c0-1.7%201.3-3%203-3s3%201.3%203%203v2H6c-1.1%200-2%20.9-2%202v10c0%201.1.9%202%202%202h12c1.1%200%202-.9%202-2V10c0-1.1-.9-2-2-2m0%2012H6V10h12z%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%22M9.5%2011c.8%200%201.5.7%201.5%201.5S10.3%2014%209.5%2014S8%2013.3%208%2012.5S8.7%2011%209.5%2011m5%208c-.8%200-1.5-.7-1.5-1.5s.7-1.5%201.5-1.5s1.5.7%201.5%201.5s-.7%201.5-1.5%201.5m-5.3.2l-1.4-1.4l7.1-7.1l1.4%201.4zM18%208h-1V6c0-2.8-2.2-5-5-5S7%203.2%207%206h2c0-1.7%201.3-3%203-3s3%201.3%203%203v2H6c-1.1%200-2%20.9-2%202v10c0%201.1.9%202%202%202h12c1.1%200%202-.9%202-2V10c0-1.1-.9-2-2-2m0%2012H6V10h12z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/lock-percent-open-outline.svg?color=%231a73e8&size=48