key off icon
key-off-outline from Material Symbols by Google · Outline · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- key-off-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- key-off-outline-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 9l3 3l-4.575 4.575l-3.175-3.15l1.25-.925l1.8 1.35L21.175 12l-1-1h-6.35l-2-2zM7 16q1.275 0 2.263-.687t1.437-1.788l-1.4-1.4l-1.213-1.213L6.876 9.7l-1.4-1.4q-1.1.45-1.787 1.438T3 12q0 1.65 1.175 2.825T7 16m-1.412-2.588Q5 12.826 5 12t.588-1.412T7 10t1.413.588T9 12t-.587 1.413T7 14t-1.412-.587"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsKeyOffOutline(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 9l3 3l-4.575 4.575l-3.175-3.15l1.25-.925l1.8 1.35L21.175 12l-1-1h-6.35l-2-2zM7 16q1.275 0 2.263-.687t1.437-1.788l-1.4-1.4l-1.213-1.213L6.876 9.7l-1.4-1.4q-1.1.45-1.787 1.438T3 12q0 1.65 1.175 2.825T7 16m-1.412-2.588Q5 12.826 5 12t.588-1.412T7 10t1.413.588T9 12t-.587 1.413T7 14t-1.412-.587"/></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 9l3 3l-4.575 4.575l-3.175-3.15l1.25-.925l1.8 1.35L21.175 12l-1-1h-6.35l-2-2zM7 16q1.275 0 2.263-.687t1.437-1.788l-1.4-1.4l-1.213-1.213L6.876 9.7l-1.4-1.4q-1.1.45-1.787 1.438T3 12q0 1.65 1.175 2.825T7 16m-1.412-2.588Q5 12.826 5 12t.588-1.412T7 10t1.413.588T9 12t-.587 1.413T7 14t-1.412-.587"/></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.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%209l3%203l-4.575%204.575l-3.175-3.15l1.25-.925l1.8%201.35L21.175%2012l-1-1h-6.35l-2-2zM7%2016q1.275%200%202.263-.687t1.437-1.788l-1.4-1.4l-1.213-1.213L6.876%209.7l-1.4-1.4q-1.1.45-1.787%201.438T3%2012q0%201.65%201.175%202.825T7%2016m-1.412-2.588Q5%2012.826%205%2012t.588-1.412T7%2010t1.413.588T9%2012t-.587%201.413T7%2014t-1.412-.587%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%209l3%203l-4.575%204.575l-3.175-3.15l1.25-.925l1.8%201.35L21.175%2012l-1-1h-6.35l-2-2zM7%2016q1.275%200%202.263-.687t1.437-1.788l-1.4-1.4l-1.213-1.213L6.876%209.7l-1.4-1.4q-1.1.45-1.787%201.438T3%2012q0%201.65%201.175%202.825T7%2016m-1.412-2.588Q5%2012.826%205%2012t.588-1.412T7%2010t1.413.588T9%2012t-.587%201.413T7%2014t-1.412-.587%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-outline.svg?color=%231a73e8&size=48