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

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

3 other variants in Material Symbols

The same icon in other sets

More ui actions icons from Material Symbols

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.75 22.575l-7.55-7.55q-.8 1.35-2.175 2.163T7 18q-2.5 0-4.25-1.75T1 12q0-1.65.813-3.025T3.975 6.8l-2.55-2.55l1.425-1.4l18.3 18.325zM21.025 10L23 11.975l-4 4L17 14l-.075.1l-2.1-2.1l-2-2zM7 15q1.075 0 1.875-.663T9.9 12.726l-.562-.562l-1.25-1.25l-1.25-1.25l-.563-.563q-1.05.225-1.662 1.063T4 12q0 1.25.875 2.125T7 15"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsKeyOff(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.75 22.575l-7.55-7.55q-.8 1.35-2.175 2.163T7 18q-2.5 0-4.25-1.75T1 12q0-1.65.813-3.025T3.975 6.8l-2.55-2.55l1.425-1.4l18.3 18.325zM21.025 10L23 11.975l-4 4L17 14l-.075.1l-2.1-2.1l-2-2zM7 15q1.075 0 1.875-.663T9.9 12.726l-.562-.562l-1.25-1.25l-1.25-1.25l-.563-.563q-1.05.225-1.662 1.063T4 12q0 1.25.875 2.125T7 15"/></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.75 22.575l-7.55-7.55q-.8 1.35-2.175 2.163T7 18q-2.5 0-4.25-1.75T1 12q0-1.65.813-3.025T3.975 6.8l-2.55-2.55l1.425-1.4l18.3 18.325zM21.025 10L23 11.975l-4 4L17 14l-.075.1l-2.1-2.1l-2-2zM7 15q1.075 0 1.875-.663T9.9 12.726l-.562-.562l-1.25-1.25l-1.25-1.25l-.563-.563q-1.05.225-1.662 1.063T4 12q0 1.25.875 2.125T7 15"/></svg>
</template>

CSS

.icon-key-off {
  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.75%2022.575l-7.55-7.55q-.8%201.35-2.175%202.163T7%2018q-2.5%200-4.25-1.75T1%2012q0-1.65.813-3.025T3.975%206.8l-2.55-2.55l1.425-1.4l18.3%2018.325zM21.025%2010L23%2011.975l-4%204L17%2014l-.075.1l-2.1-2.1l-2-2zM7%2015q1.075%200%201.875-.663T9.9%2012.726l-.562-.562l-1.25-1.25l-1.25-1.25l-.563-.563q-1.05.225-1.662%201.063T4%2012q0%201.25.875%202.125T7%2015%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.75%2022.575l-7.55-7.55q-.8%201.35-2.175%202.163T7%2018q-2.5%200-4.25-1.75T1%2012q0-1.65.813-3.025T3.975%206.8l-2.55-2.55l1.425-1.4l18.3%2018.325zM21.025%2010L23%2011.975l-4%204L17%2014l-.075.1l-2.1-2.1l-2-2zM7%2015q1.075%200%201.875-.663T9.9%2012.726l-.562-.562l-1.25-1.25l-1.25-1.25l-.563-.563q-1.05.225-1.662%201.063T4%2012q0%201.25.875%202.125T7%2015%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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