key off icon
key-off-rounded from Material Symbols by Google · Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- key-off-rounded
- Set
- Material Symbols
- Style
- 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-.275m3.438-9.55q-.063.175-.213.325l-2.6 2.6q-.15.15-.312.225t-.388.075t-.387-.062t-.313-.213L17 14l-.075.1l-4.1-4.1H20.6q.2 0 .388.075t.312.2l.975.975q.15.15.225.337t.075.388t-.062.375M7 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 MaterialSymbolsKeyOffRounded(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-.275m3.438-9.55q-.063.175-.213.325l-2.6 2.6q-.15.15-.312.225t-.388.075t-.387-.062t-.313-.213L17 14l-.075.1l-4.1-4.1H20.6q.2 0 .388.075t.312.2l.975.975q.15.15.225.337t.075.388t-.062.375M7 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.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-.275m3.438-9.55q-.063.175-.213.325l-2.6 2.6q-.15.15-.312.225t-.388.075t-.387-.062t-.313-.213L17 14l-.075.1l-4.1-4.1H20.6q.2 0 .388.075t.312.2l.975.975q.15.15.225.337t.075.388t-.062.375M7 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-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-.275m3.438-9.55q-.063.175-.213.325l-2.6%202.6q-.15.15-.312.225t-.388.075t-.387-.062t-.313-.213L17%2014l-.075.1l-4.1-4.1H20.6q.2%200%20.388.075t.312.2l.975.975q.15.15.225.337t.075.388t-.062.375M7%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.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-.275m3.438-9.55q-.063.175-.213.325l-2.6%202.6q-.15.15-.312.225t-.388.075t-.387-.062t-.313-.213L17%2014l-.075.1l-4.1-4.1H20.6q.2%200%20.388.075t.312.2l.975.975q.15.15.225.337t.075.388t-.062.375M7%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-rounded.svg?color=%231a73e8&size=48