shield lock open icon

shield-lock-open-outline from Material Design Icons by Pictogrammers · Outline · Home Automation · Apache-2.0 Free for personal and commercial use.

Name
shield-lock-open-outline
Set
Material Design Icons
Style
Outline
Category
Home Automation
Viewbox
24×24
License
Apache 2.0
Aliases
shield-unlocked-outline

1 other variant in Material Design Icons

More home automation icons from Material Design Icons

Use the shield lock open icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 11c0 5.5-3.8 10.7-9 12c-5.2-1.3-9-6.5-9-12V5l9-4l9 4zm-9 10c3.8-1 7-5.5 7-9.8V6.3l-7-3.1l-7 3.1v4.9c0 4.3 3.2 8.8 7 9.8m2.8-10h-4.3V8.5c0-.8.7-1.3 1.5-1.3s1.5.5 1.5 1.3V9h1.3v-.5C14.8 7.1 13.4 6 12 6S9.2 7.1 9.2 8.5V11c-.6 0-1.2.6-1.2 1.2v3.5c0 .7.6 1.3 1.2 1.3h5.5c.7 0 1.3-.6 1.3-1.2v-3.5c0-.7-.6-1.3-1.2-1.3"/></svg>

React

import type { SVGProps } from "react";

export function MdiShieldLockOpenOutline(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="M21 11c0 5.5-3.8 10.7-9 12c-5.2-1.3-9-6.5-9-12V5l9-4l9 4zm-9 10c3.8-1 7-5.5 7-9.8V6.3l-7-3.1l-7 3.1v4.9c0 4.3 3.2 8.8 7 9.8m2.8-10h-4.3V8.5c0-.8.7-1.3 1.5-1.3s1.5.5 1.5 1.3V9h1.3v-.5C14.8 7.1 13.4 6 12 6S9.2 7.1 9.2 8.5V11c-.6 0-1.2.6-1.2 1.2v3.5c0 .7.6 1.3 1.2 1.3h5.5c.7 0 1.3-.6 1.3-1.2v-3.5c0-.7-.6-1.3-1.2-1.3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 11c0 5.5-3.8 10.7-9 12c-5.2-1.3-9-6.5-9-12V5l9-4l9 4zm-9 10c3.8-1 7-5.5 7-9.8V6.3l-7-3.1l-7 3.1v4.9c0 4.3 3.2 8.8 7 9.8m2.8-10h-4.3V8.5c0-.8.7-1.3 1.5-1.3s1.5.5 1.5 1.3V9h1.3v-.5C14.8 7.1 13.4 6 12 6S9.2 7.1 9.2 8.5V11c-.6 0-1.2.6-1.2 1.2v3.5c0 .7.6 1.3 1.2 1.3h5.5c.7 0 1.3-.6 1.3-1.2v-3.5c0-.7-.6-1.3-1.2-1.3"/></svg>
</template>

CSS

.icon-shield-lock-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%22M21%2011c0%205.5-3.8%2010.7-9%2012c-5.2-1.3-9-6.5-9-12V5l9-4l9%204zm-9%2010c3.8-1%207-5.5%207-9.8V6.3l-7-3.1l-7%203.1v4.9c0%204.3%203.2%208.8%207%209.8m2.8-10h-4.3V8.5c0-.8.7-1.3%201.5-1.3s1.5.5%201.5%201.3V9h1.3v-.5C14.8%207.1%2013.4%206%2012%206S9.2%207.1%209.2%208.5V11c-.6%200-1.2.6-1.2%201.2v3.5c0%20.7.6%201.3%201.2%201.3h5.5c.7%200%201.3-.6%201.3-1.2v-3.5c0-.7-.6-1.3-1.2-1.3%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%22M21%2011c0%205.5-3.8%2010.7-9%2012c-5.2-1.3-9-6.5-9-12V5l9-4l9%204zm-9%2010c3.8-1%207-5.5%207-9.8V6.3l-7-3.1l-7%203.1v4.9c0%204.3%203.2%208.8%207%209.8m2.8-10h-4.3V8.5c0-.8.7-1.3%201.5-1.3s1.5.5%201.5%201.3V9h1.3v-.5C14.8%207.1%2013.4%206%2012%206S9.2%207.1%209.2%208.5V11c-.6%200-1.2.6-1.2%201.2v3.5c0%20.7.6%201.3%201.2%201.3h5.5c.7%200%201.3-.6%201.3-1.2v-3.5c0-.7-.6-1.3-1.2-1.3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/shield-lock-open-outline.svg?color=%231a73e8&size=48