key off icon
key-off-outline-rounded from Material Symbols by Google · Outline Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- key-off-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
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.075 21.9L12.2 15.025q-.8 1.35-2.175 2.163T7 18q-2.5 0-4.25-1.75T1 12q0-1.65.813-3.025T3.975 6.8L2.1 4.925q-.275-.275-.275-.688t.275-.712q.3-.3.713-.3t.712.3L20.475 20.5q.275.275.287.688t-.287.712q-.275.275-.7.275t-.7-.275m4.438-9.525q-.063.175-.213.325l-3.175 3.175q-.15.15-.337.225t-.313.075q-.2 0-.35-.038t-.3-.137l-2.575-2.575l1.25-.925l1.8 1.35L21.175 12l-1-1h-6.35l-2-2h8.75q.2 0 .388.075t.337.225l2 2q.15.15.213.325t.062.375t-.062.375M7 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 MaterialSymbolsKeyOffOutlineRounded(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.075 21.9L12.2 15.025q-.8 1.35-2.175 2.163T7 18q-2.5 0-4.25-1.75T1 12q0-1.65.813-3.025T3.975 6.8L2.1 4.925q-.275-.275-.275-.688t.275-.712q.3-.3.713-.3t.712.3L20.475 20.5q.275.275.287.688t-.287.712q-.275.275-.7.275t-.7-.275m4.438-9.525q-.063.175-.213.325l-3.175 3.175q-.15.15-.337.225t-.313.075q-.2 0-.35-.038t-.3-.137l-2.575-2.575l1.25-.925l1.8 1.35L21.175 12l-1-1h-6.35l-2-2h8.75q.2 0 .388.075t.337.225l2 2q.15.15.213.325t.062.375t-.062.375M7 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.075 21.9L12.2 15.025q-.8 1.35-2.175 2.163T7 18q-2.5 0-4.25-1.75T1 12q0-1.65.813-3.025T3.975 6.8L2.1 4.925q-.275-.275-.275-.688t.275-.712q.3-.3.713-.3t.712.3L20.475 20.5q.275.275.287.688t-.287.712q-.275.275-.7.275t-.7-.275m4.438-9.525q-.063.175-.213.325l-3.175 3.175q-.15.15-.337.225t-.313.075q-.2 0-.35-.038t-.3-.137l-2.575-2.575l1.25-.925l1.8 1.35L21.175 12l-1-1h-6.35l-2-2h8.75q.2 0 .388.075t.337.225l2 2q.15.15.213.325t.062.375t-.062.375M7 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-rounded {
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.075%2021.9L12.2%2015.025q-.8%201.35-2.175%202.163T7%2018q-2.5%200-4.25-1.75T1%2012q0-1.65.813-3.025T3.975%206.8L2.1%204.925q-.275-.275-.275-.688t.275-.712q.3-.3.713-.3t.712.3L20.475%2020.5q.275.275.287.688t-.287.712q-.275.275-.7.275t-.7-.275m4.438-9.525q-.063.175-.213.325l-3.175%203.175q-.15.15-.337.225t-.313.075q-.2%200-.35-.038t-.3-.137l-2.575-2.575l1.25-.925l1.8%201.35L21.175%2012l-1-1h-6.35l-2-2h8.75q.2%200%20.388.075t.337.225l2%202q.15.15.213.325t.062.375t-.062.375M7%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.075%2021.9L12.2%2015.025q-.8%201.35-2.175%202.163T7%2018q-2.5%200-4.25-1.75T1%2012q0-1.65.813-3.025T3.975%206.8L2.1%204.925q-.275-.275-.275-.688t.275-.712q.3-.3.713-.3t.712.3L20.475%2020.5q.275.275.287.688t-.287.712q-.275.275-.7.275t-.7-.275m4.438-9.525q-.063.175-.213.325l-3.175%203.175q-.15.15-.337.225t-.313.075q-.2%200-.35-.038t-.3-.137l-2.575-2.575l1.25-.925l1.8%201.35L21.175%2012l-1-1h-6.35l-2-2h8.75q.2%200%20.388.075t.337.225l2%202q.15.15.213.325t.062.375t-.062.375M7%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-rounded.svg?color=%231a73e8&size=48