key-off-outline from Material Symbols Light by Google · Outline · UI Actions · Apache-2.0 Free for personal and commercial use.

Name
key-off-outline
Set
Material Symbols Light
Style
Outline
Category
UI Actions
Viewbox
24×24
License
Apache 2.0
Aliases
key-off-outline-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More ui actions icons from Material Symbols Light

Use the key off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.827 21.248l-7.242-7.242h-1q-.57 1.35-1.81 2.172T7 17q-2.077 0-3.538-1.461T2 12q0-1.746 1.072-3.083q1.072-1.336 2.73-1.694l-3.05-3.05l.714-.708L20.535 20.54zM20.788 10l2 2l-3.21 3.171l-1.982-1.669l-.73.539l-.385-.385l1.423-1.021l1.627 1.215L21.387 12l-1-1h-6.562l-1-1zM7 16q1.275 0 2.349-.764q1.074-.765 1.467-2.115h.884l-1.342-1.342l-1.184-1.184l-1.183-1.184L6.648 8.07q-1.657.104-2.653 1.303Q3 10.572 3 12q0 1.65 1.175 2.825T7 16m-.874-3.126q-.357-.357-.357-.874t.357-.874t.874-.357t.874.357t.357.874t-.357.874t-.874.357t-.874-.357"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightKeyOffOutline(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="m19.827 21.248l-7.242-7.242h-1q-.57 1.35-1.81 2.172T7 17q-2.077 0-3.538-1.461T2 12q0-1.746 1.072-3.083q1.072-1.336 2.73-1.694l-3.05-3.05l.714-.708L20.535 20.54zM20.788 10l2 2l-3.21 3.171l-1.982-1.669l-.73.539l-.385-.385l1.423-1.021l1.627 1.215L21.387 12l-1-1h-6.562l-1-1zM7 16q1.275 0 2.349-.764q1.074-.765 1.467-2.115h.884l-1.342-1.342l-1.184-1.184l-1.183-1.184L6.648 8.07q-1.657.104-2.653 1.303Q3 10.572 3 12q0 1.65 1.175 2.825T7 16m-.874-3.126q-.357-.357-.357-.874t.357-.874t.874-.357t.874.357t.357.874t-.357.874t-.874.357t-.874-.357"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.827 21.248l-7.242-7.242h-1q-.57 1.35-1.81 2.172T7 17q-2.077 0-3.538-1.461T2 12q0-1.746 1.072-3.083q1.072-1.336 2.73-1.694l-3.05-3.05l.714-.708L20.535 20.54zM20.788 10l2 2l-3.21 3.171l-1.982-1.669l-.73.539l-.385-.385l1.423-1.021l1.627 1.215L21.387 12l-1-1h-6.562l-1-1zM7 16q1.275 0 2.349-.764q1.074-.765 1.467-2.115h.884l-1.342-1.342l-1.184-1.184l-1.183-1.184L6.648 8.07q-1.657.104-2.653 1.303Q3 10.572 3 12q0 1.65 1.175 2.825T7 16m-.874-3.126q-.357-.357-.357-.874t.357-.874t.874-.357t.874.357t.357.874t-.357.874t-.874.357t-.874-.357"/></svg>
</template>

CSS

.icon-key-off-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%22m19.827%2021.248l-7.242-7.242h-1q-.57%201.35-1.81%202.172T7%2017q-2.077%200-3.538-1.461T2%2012q0-1.746%201.072-3.083q1.072-1.336%202.73-1.694l-3.05-3.05l.714-.708L20.535%2020.54zM20.788%2010l2%202l-3.21%203.171l-1.982-1.669l-.73.539l-.385-.385l1.423-1.021l1.627%201.215L21.387%2012l-1-1h-6.562l-1-1zM7%2016q1.275%200%202.349-.764q1.074-.765%201.467-2.115h.884l-1.342-1.342l-1.184-1.184l-1.183-1.184L6.648%208.07q-1.657.104-2.653%201.303Q3%2010.572%203%2012q0%201.65%201.175%202.825T7%2016m-.874-3.126q-.357-.357-.357-.874t.357-.874t.874-.357t.874.357t.357.874t-.357.874t-.874.357t-.874-.357%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%22m19.827%2021.248l-7.242-7.242h-1q-.57%201.35-1.81%202.172T7%2017q-2.077%200-3.538-1.461T2%2012q0-1.746%201.072-3.083q1.072-1.336%202.73-1.694l-3.05-3.05l.714-.708L20.535%2020.54zM20.788%2010l2%202l-3.21%203.171l-1.982-1.669l-.73.539l-.385-.385l1.423-1.021l1.627%201.215L21.387%2012l-1-1h-6.562l-1-1zM7%2016q1.275%200%202.349-.764q1.074-.765%201.467-2.115h.884l-1.342-1.342l-1.184-1.184l-1.183-1.184L6.648%208.07q-1.657.104-2.653%201.303Q3%2010.572%203%2012q0%201.65%201.175%202.825T7%2016m-.874-3.126q-.357-.357-.357-.874t.357-.874t.874-.357t.874.357t.357.874t-.357.874t-.874.357t-.874-.357%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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