car door lock open icon

car-door-lock-open from Material Design Icons by Pictogrammers · Filled · Automotive · Apache-2.0 Free for personal and commercial use.

Name
car-door-lock-open
Set
Material Design Icons
Style
Filled
Category
Automotive
Viewbox
24×24
License
Apache 2.0

More automotive icons from Material Design Icons

Use the car door 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="M22 21H11v-5c0-.74-.4-1.39-1-1.74V14c0-1.13-.37-2.16-1-3h11V5h-8.17L7.28 9.55C6.6 9.2 5.82 9 5 9l6-6h10c.27 0 .5.11.71.29c.19.21.29.45.29.71zm-3-7h-3v2h3zM7.8 16H3.5v-2.5c0-.8.7-1.3 1.5-1.3s1.5.5 1.5 1.3v.5h1.3v-.5C7.8 12.1 6.4 11 5 11s-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.3"/></svg>

React

import type { SVGProps } from "react";

export function MdiCarDoorLockOpen(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="M22 21H11v-5c0-.74-.4-1.39-1-1.74V14c0-1.13-.37-2.16-1-3h11V5h-8.17L7.28 9.55C6.6 9.2 5.82 9 5 9l6-6h10c.27 0 .5.11.71.29c.19.21.29.45.29.71zm-3-7h-3v2h3zM7.8 16H3.5v-2.5c0-.8.7-1.3 1.5-1.3s1.5.5 1.5 1.3v.5h1.3v-.5C7.8 12.1 6.4 11 5 11s-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.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="M22 21H11v-5c0-.74-.4-1.39-1-1.74V14c0-1.13-.37-2.16-1-3h11V5h-8.17L7.28 9.55C6.6 9.2 5.82 9 5 9l6-6h10c.27 0 .5.11.71.29c.19.21.29.45.29.71zm-3-7h-3v2h3zM7.8 16H3.5v-2.5c0-.8.7-1.3 1.5-1.3s1.5.5 1.5 1.3v.5h1.3v-.5C7.8 12.1 6.4 11 5 11s-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.3"/></svg>
</template>

CSS

.icon-car-door-lock-open {
  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%22M22%2021H11v-5c0-.74-.4-1.39-1-1.74V14c0-1.13-.37-2.16-1-3h11V5h-8.17L7.28%209.55C6.6%209.2%205.82%209%205%209l6-6h10c.27%200%20.5.11.71.29c.19.21.29.45.29.71zm-3-7h-3v2h3zM7.8%2016H3.5v-2.5c0-.8.7-1.3%201.5-1.3s1.5.5%201.5%201.3v.5h1.3v-.5C7.8%2012.1%206.4%2011%205%2011s-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.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%22M22%2021H11v-5c0-.74-.4-1.39-1-1.74V14c0-1.13-.37-2.16-1-3h11V5h-8.17L7.28%209.55C6.6%209.2%205.82%209%205%209l6-6h10c.27%200%20.5.11.71.29c.19.21.29.45.29.71zm-3-7h-3v2h3zM7.8%2016H3.5v-2.5c0-.8.7-1.3%201.5-1.3s1.5.5%201.5%201.3v.5h1.3v-.5C7.8%2012.1%206.4%2011%205%2011s-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.3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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