key off icon
key-off-outline-rounded from Material Symbols Light by Google · Outline Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- key-off-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
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.479 20.9l-6.894-6.894h-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.694L3.1 4.521q-.16-.16-.16-.35q0-.192.16-.358q.166-.146.357-.155t.357.156l16.373 16.378q.14.14.153.342q.012.2-.153.366q-.16.16-.354.16t-.354-.16m2.928-8.602q-.053.137-.184.268l-2.117 2.098q-.131.13-.26.186t-.255.056q-.2 0-.302-.038t-.233-.118l-1.46-1.248l-.73.539l-.385-.385l1.423-1.021l1.627 1.215L21.387 12l-1-1h-6.562l-1-1h7.635q.161 0 .3.056q.14.056.27.186l1.193 1.192q.13.132.184.268q.053.137.053.298t-.053.298M7 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 MaterialSymbolsLightKeyOffOutlineRounded(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.479 20.9l-6.894-6.894h-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.694L3.1 4.521q-.16-.16-.16-.35q0-.192.16-.358q.166-.146.357-.155t.357.156l16.373 16.378q.14.14.153.342q.012.2-.153.366q-.16.16-.354.16t-.354-.16m2.928-8.602q-.053.137-.184.268l-2.117 2.098q-.131.13-.26.186t-.255.056q-.2 0-.302-.038t-.233-.118l-1.46-1.248l-.73.539l-.385-.385l1.423-1.021l1.627 1.215L21.387 12l-1-1h-6.562l-1-1h7.635q.161 0 .3.056q.14.056.27.186l1.193 1.192q.13.132.184.268q.053.137.053.298t-.053.298M7 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.479 20.9l-6.894-6.894h-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.694L3.1 4.521q-.16-.16-.16-.35q0-.192.16-.358q.166-.146.357-.155t.357.156l16.373 16.378q.14.14.153.342q.012.2-.153.366q-.16.16-.354.16t-.354-.16m2.928-8.602q-.053.137-.184.268l-2.117 2.098q-.131.13-.26.186t-.255.056q-.2 0-.302-.038t-.233-.118l-1.46-1.248l-.73.539l-.385-.385l1.423-1.021l1.627 1.215L21.387 12l-1-1h-6.562l-1-1h7.635q.161 0 .3.056q.14.056.27.186l1.193 1.192q.13.132.184.268q.053.137.053.298t-.053.298M7 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-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.479%2020.9l-6.894-6.894h-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.694L3.1%204.521q-.16-.16-.16-.35q0-.192.16-.358q.166-.146.357-.155t.357.156l16.373%2016.378q.14.14.153.342q.012.2-.153.366q-.16.16-.354.16t-.354-.16m2.928-8.602q-.053.137-.184.268l-2.117%202.098q-.131.13-.26.186t-.255.056q-.2%200-.302-.038t-.233-.118l-1.46-1.248l-.73.539l-.385-.385l1.423-1.021l1.627%201.215L21.387%2012l-1-1h-6.562l-1-1h7.635q.161%200%20.3.056q.14.056.27.186l1.193%201.192q.13.132.184.268q.053.137.053.298t-.053.298M7%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.479%2020.9l-6.894-6.894h-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.694L3.1%204.521q-.16-.16-.16-.35q0-.192.16-.358q.166-.146.357-.155t.357.156l16.373%2016.378q.14.14.153.342q.012.2-.153.366q-.16.16-.354.16t-.354-.16m2.928-8.602q-.053.137-.184.268l-2.117%202.098q-.131.13-.26.186t-.255.056q-.2%200-.302-.038t-.233-.118l-1.46-1.248l-.73.539l-.385-.385l1.423-1.021l1.627%201.215L21.387%2012l-1-1h-6.562l-1-1h7.635q.161%200%20.3.056q.14.056.27.186l1.193%201.192q.13.132.184.268q.053.137.053.298t-.053.298M7%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-rounded.svg?color=%231a73e8&size=48