twotone-key-off from Google Material Icons by Material Design Authors · Baseline · Communication · Apache-2.0 Free for personal and commercial use.

Name
twotone-key-off
Set
Google Material Icons
Style
Baseline
Category
Communication
Viewbox
24×24
License
Apache 2.0

More communication icons from Google Material Icons

Use the twotone 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="m10.7 13.53l-1.71-1.71c.01.06.01.12.01.18c0 1.1-.9 2-2 2s-2-.9-2-2s.9-2 2-2c.06 0 .12 0 .18.01L5.47 8.3C4.02 8.9 3 10.33 3 12c0 2.21 1.79 4 4 4c1.67 0 3.1-1.02 3.7-2.47m5.56-.1l1.24-.93l1.81 1.36L21.17 12l-1-1h-6.34z" opacity=".3"/><path fill="currentColor" d="m10.7 13.53l-1.71-1.71c.01.06.01.12.01.18c0 1.1-.9 2-2 2s-2-.9-2-2s.9-2 2-2c.06 0 .12 0 .18.01L5.47 8.3C4.02 8.9 3 10.33 3 12c0 2.21 1.79 4 4 4c1.67 0 3.1-1.02 3.7-2.47m1.49 1.49A6.01 6.01 0 0 1 7 18c-3.31 0-6-2.69-6-6c0-2.21 1.2-4.15 2.98-5.19L1.39 4.22L2.8 2.81l18.38 18.38l-1.41 1.41zm4.07-1.59l1.24-.93l1.81 1.36L21.17 12l-1-1h-6.34l-2-2H21l3 3l-4.5 4.5l-.69-.51z"/></svg>

React

import type { SVGProps } from "react";

export function IcTwotoneKeyOff(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="m10.7 13.53l-1.71-1.71c.01.06.01.12.01.18c0 1.1-.9 2-2 2s-2-.9-2-2s.9-2 2-2c.06 0 .12 0 .18.01L5.47 8.3C4.02 8.9 3 10.33 3 12c0 2.21 1.79 4 4 4c1.67 0 3.1-1.02 3.7-2.47m5.56-.1l1.24-.93l1.81 1.36L21.17 12l-1-1h-6.34z" opacity=".3"/><path fill="currentColor" d="m10.7 13.53l-1.71-1.71c.01.06.01.12.01.18c0 1.1-.9 2-2 2s-2-.9-2-2s.9-2 2-2c.06 0 .12 0 .18.01L5.47 8.3C4.02 8.9 3 10.33 3 12c0 2.21 1.79 4 4 4c1.67 0 3.1-1.02 3.7-2.47m1.49 1.49A6.01 6.01 0 0 1 7 18c-3.31 0-6-2.69-6-6c0-2.21 1.2-4.15 2.98-5.19L1.39 4.22L2.8 2.81l18.38 18.38l-1.41 1.41zm4.07-1.59l1.24-.93l1.81 1.36L21.17 12l-1-1h-6.34l-2-2H21l3 3l-4.5 4.5l-.69-.51z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m10.7 13.53l-1.71-1.71c.01.06.01.12.01.18c0 1.1-.9 2-2 2s-2-.9-2-2s.9-2 2-2c.06 0 .12 0 .18.01L5.47 8.3C4.02 8.9 3 10.33 3 12c0 2.21 1.79 4 4 4c1.67 0 3.1-1.02 3.7-2.47m5.56-.1l1.24-.93l1.81 1.36L21.17 12l-1-1h-6.34z" opacity=".3"/><path fill="currentColor" d="m10.7 13.53l-1.71-1.71c.01.06.01.12.01.18c0 1.1-.9 2-2 2s-2-.9-2-2s.9-2 2-2c.06 0 .12 0 .18.01L5.47 8.3C4.02 8.9 3 10.33 3 12c0 2.21 1.79 4 4 4c1.67 0 3.1-1.02 3.7-2.47m1.49 1.49A6.01 6.01 0 0 1 7 18c-3.31 0-6-2.69-6-6c0-2.21 1.2-4.15 2.98-5.19L1.39 4.22L2.8 2.81l18.38 18.38l-1.41 1.41zm4.07-1.59l1.24-.93l1.81 1.36L21.17 12l-1-1h-6.34l-2-2H21l3 3l-4.5 4.5l-.69-.51z"/></svg>
</template>

CSS

.icon-twotone-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%22m10.7%2013.53l-1.71-1.71c.01.06.01.12.01.18c0%201.1-.9%202-2%202s-2-.9-2-2s.9-2%202-2c.06%200%20.12%200%20.18.01L5.47%208.3C4.02%208.9%203%2010.33%203%2012c0%202.21%201.79%204%204%204c1.67%200%203.1-1.02%203.7-2.47m5.56-.1l1.24-.93l1.81%201.36L21.17%2012l-1-1h-6.34z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m10.7%2013.53l-1.71-1.71c.01.06.01.12.01.18c0%201.1-.9%202-2%202s-2-.9-2-2s.9-2%202-2c.06%200%20.12%200%20.18.01L5.47%208.3C4.02%208.9%203%2010.33%203%2012c0%202.21%201.79%204%204%204c1.67%200%203.1-1.02%203.7-2.47m1.49%201.49A6.01%206.01%200%200%201%207%2018c-3.31%200-6-2.69-6-6c0-2.21%201.2-4.15%202.98-5.19L1.39%204.22L2.8%202.81l18.38%2018.38l-1.41%201.41zm4.07-1.59l1.24-.93l1.81%201.36L21.17%2012l-1-1h-6.34l-2-2H21l3%203l-4.5%204.5l-.69-.51z%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%22m10.7%2013.53l-1.71-1.71c.01.06.01.12.01.18c0%201.1-.9%202-2%202s-2-.9-2-2s.9-2%202-2c.06%200%20.12%200%20.18.01L5.47%208.3C4.02%208.9%203%2010.33%203%2012c0%202.21%201.79%204%204%204c1.67%200%203.1-1.02%203.7-2.47m5.56-.1l1.24-.93l1.81%201.36L21.17%2012l-1-1h-6.34z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m10.7%2013.53l-1.71-1.71c.01.06.01.12.01.18c0%201.1-.9%202-2%202s-2-.9-2-2s.9-2%202-2c.06%200%20.12%200%20.18.01L5.47%208.3C4.02%208.9%203%2010.33%203%2012c0%202.21%201.79%204%204%204c1.67%200%203.1-1.02%203.7-2.47m1.49%201.49A6.01%206.01%200%200%201%207%2018c-3.31%200-6-2.69-6-6c0-2.21%201.2-4.15%202.98-5.19L1.39%204.22L2.8%202.81l18.38%2018.38l-1.41%201.41zm4.07-1.59l1.24-.93l1.81%201.36L21.17%2012l-1-1h-6.34l-2-2H21l3%203l-4.5%204.5l-.69-.51z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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