garage variant lock icon

garage-variant-lock from Material Design Icons by Pictogrammers · Filled · Home Automation · Apache-2.0 Free for personal and commercial use.

Name
garage-variant-lock
Set
Material Design Icons
Style
Filled
Category
Home Automation
Viewbox
24×24
License
Apache 2.0

More home automation icons from Material Design Icons

Use the garage variant lock icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.8 16v-1.5c0-1.4-1.4-2.5-2.8-2.5s-2.8 1.1-2.8 2.5V16c-.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.3m-1.3 0h-3v-1.5c0-.8.7-1.3 1.5-1.3s1.5.5 1.5 1.3zM5 12h10.04c-.43.59-.69 1.27-.78 2H5zm11.06-1H4v9H2V9l10-4l10 4v2.04A4.9 4.9 0 0 0 19 10c-1.1 0-2.12.39-2.94 1M13 20H5v-2h8zm-8-5h8.95c-.53.54-.87 1.24-.95 2H5z"/></svg>

React

import type { SVGProps } from "react";

export function MdiGarageVariantLock(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.8 16v-1.5c0-1.4-1.4-2.5-2.8-2.5s-2.8 1.1-2.8 2.5V16c-.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.3m-1.3 0h-3v-1.5c0-.8.7-1.3 1.5-1.3s1.5.5 1.5 1.3zM5 12h10.04c-.43.59-.69 1.27-.78 2H5zm11.06-1H4v9H2V9l10-4l10 4v2.04A4.9 4.9 0 0 0 19 10c-1.1 0-2.12.39-2.94 1M13 20H5v-2h8zm-8-5h8.95c-.53.54-.87 1.24-.95 2H5z"/></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.8 16v-1.5c0-1.4-1.4-2.5-2.8-2.5s-2.8 1.1-2.8 2.5V16c-.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.3m-1.3 0h-3v-1.5c0-.8.7-1.3 1.5-1.3s1.5.5 1.5 1.3zM5 12h10.04c-.43.59-.69 1.27-.78 2H5zm11.06-1H4v9H2V9l10-4l10 4v2.04A4.9 4.9 0 0 0 19 10c-1.1 0-2.12.39-2.94 1M13 20H5v-2h8zm-8-5h8.95c-.53.54-.87 1.24-.95 2H5z"/></svg>
</template>

CSS

.icon-garage-variant-lock {
  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.8%2016v-1.5c0-1.4-1.4-2.5-2.8-2.5s-2.8%201.1-2.8%202.5V16c-.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.3m-1.3%200h-3v-1.5c0-.8.7-1.3%201.5-1.3s1.5.5%201.5%201.3zM5%2012h10.04c-.43.59-.69%201.27-.78%202H5zm11.06-1H4v9H2V9l10-4l10%204v2.04A4.9%204.9%200%200%200%2019%2010c-1.1%200-2.12.39-2.94%201M13%2020H5v-2h8zm-8-5h8.95c-.53.54-.87%201.24-.95%202H5z%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.8%2016v-1.5c0-1.4-1.4-2.5-2.8-2.5s-2.8%201.1-2.8%202.5V16c-.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.3m-1.3%200h-3v-1.5c0-.8.7-1.3%201.5-1.3s1.5.5%201.5%201.3zM5%2012h10.04c-.43.59-.69%201.27-.78%202H5zm11.06-1H4v9H2V9l10-4l10%204v2.04A4.9%204.9%200%200%200%2019%2010c-1.1%200-2.12.39-2.94%201M13%2020H5v-2h8zm-8-5h8.95c-.53.54-.87%201.24-.95%202H5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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