stabilization lock icon

stabilization-lock from Material Symbols by Google · Regular · Apache-2.0 Free for personal and commercial use.

Name
stabilization-lock
Set
Material Symbols
Style
Regular
Viewbox
24×24
License
Apache 2.0

Related icons in Material Symbols

Use the stabilization lock icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 17q-.425 0-.712-.288Q8 16.425 8 16v-4.5q0-.425.288-.713q.287-.287.712-.287h.25V9.25q0-1.15.8-1.95T12 6.5q1.15 0 1.95.8t.8 1.95v1.25H15q.425 0 .713.287q.287.288.287.713V16q0 .425-.287.712Q15.425 17 15 17Zm1.75-6.5h2.5V9.25q0-.525-.363-.887Q12.525 8 12 8t-.887.363q-.363.362-.363.887ZM16 21v-2h3v-3h2v5ZM3 21v-5h2v3h3v2ZM3 8V3h5v2H5v3Zm16 0V5h-3V3h5v5Z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsStabilizationLock(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 17q-.425 0-.712-.288Q8 16.425 8 16v-4.5q0-.425.288-.713q.287-.287.712-.287h.25V9.25q0-1.15.8-1.95T12 6.5q1.15 0 1.95.8t.8 1.95v1.25H15q.425 0 .713.287q.287.288.287.713V16q0 .425-.287.712Q15.425 17 15 17Zm1.75-6.5h2.5V9.25q0-.525-.363-.887Q12.525 8 12 8t-.887.363q-.363.362-.363.887ZM16 21v-2h3v-3h2v5ZM3 21v-5h2v3h3v2ZM3 8V3h5v2H5v3Zm16 0V5h-3V3h5v5Z"/></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 17q-.425 0-.712-.288Q8 16.425 8 16v-4.5q0-.425.288-.713q.287-.287.712-.287h.25V9.25q0-1.15.8-1.95T12 6.5q1.15 0 1.95.8t.8 1.95v1.25H15q.425 0 .713.287q.287.288.287.713V16q0 .425-.287.712Q15.425 17 15 17Zm1.75-6.5h2.5V9.25q0-.525-.363-.887Q12.525 8 12 8t-.887.363q-.363.362-.363.887ZM16 21v-2h3v-3h2v5ZM3 21v-5h2v3h3v2ZM3 8V3h5v2H5v3Zm16 0V5h-3V3h5v5Z"/></svg>
</template>

CSS

.icon-stabilization-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%22M9%2017q-.425%200-.712-.288Q8%2016.425%208%2016v-4.5q0-.425.288-.713q.287-.287.712-.287h.25V9.25q0-1.15.8-1.95T12%206.5q1.15%200%201.95.8t.8%201.95v1.25H15q.425%200%20.713.287q.287.288.287.713V16q0%20.425-.287.712Q15.425%2017%2015%2017Zm1.75-6.5h2.5V9.25q0-.525-.363-.887Q12.525%208%2012%208t-.887.363q-.363.362-.363.887ZM16%2021v-2h3v-3h2v5ZM3%2021v-5h2v3h3v2ZM3%208V3h5v2H5v3Zm16%200V5h-3V3h5v5Z%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%2017q-.425%200-.712-.288Q8%2016.425%208%2016v-4.5q0-.425.288-.713q.287-.287.712-.287h.25V9.25q0-1.15.8-1.95T12%206.5q1.15%200%201.95.8t.8%201.95v1.25H15q.425%200%20.713.287q.287.288.287.713V16q0%20.425-.287.712Q15.425%2017%2015%2017Zm1.75-6.5h2.5V9.25q0-.525-.363-.887Q12.525%208%2012%208t-.887.363q-.363.362-.363.887ZM16%2021v-2h3v-3h2v5ZM3%2021v-5h2v3h3v2ZM3%208V3h5v2H5v3Zm16%200V5h-3V3h5v5Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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