tamper detection off icon

tamper-detection-off from Material Symbols by Google · Regular · Household · Apache-2.0 Free for personal and commercial use.

Name
tamper-detection-off
Set
Material Symbols
Style
Regular
Category
Household
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More household icons from Material Symbols

Use the tamper detection off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20.55 23.35l-3.6-3.6q-.2.125-.437.188T16 20h-2v-3.2L6.2 9H2V6q0-.275.063-.513t.187-.437l-1.6-1.6l1.4-1.4l19.9 19.9zM22 17.5l-4-4v1.7L6.8 4H16q.825 0 1.413.588T18 6v4.5l4-4zM4.45 23q-.425 0-.788-.162t-.637-.438L0 19.4l.35-.35q.2-.2.475-.325T1.4 18.6t.575.113t.475.337l.55.55v-7.35q0-.325.225-.537t.525-.213q.325 0 .538.213t.212.537V16h1v-5.25q0-.325.225-.537T6.25 10q.325 0 .538.213T7 10.75V16h1v-4.25q0-.325.225-.537T8.75 11q.325 0 .538.213t.212.537V16h1v-3.25q0-.325.225-.537T11.25 12q.325 0 .538.213t.212.537V21q0 .825-.575 1.413T10 23z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsTamperDetectionOff(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="m20.55 23.35l-3.6-3.6q-.2.125-.437.188T16 20h-2v-3.2L6.2 9H2V6q0-.275.063-.513t.187-.437l-1.6-1.6l1.4-1.4l19.9 19.9zM22 17.5l-4-4v1.7L6.8 4H16q.825 0 1.413.588T18 6v4.5l4-4zM4.45 23q-.425 0-.788-.162t-.637-.438L0 19.4l.35-.35q.2-.2.475-.325T1.4 18.6t.575.113t.475.337l.55.55v-7.35q0-.325.225-.537t.525-.213q.325 0 .538.213t.212.537V16h1v-5.25q0-.325.225-.537T6.25 10q.325 0 .538.213T7 10.75V16h1v-4.25q0-.325.225-.537T8.75 11q.325 0 .538.213t.212.537V16h1v-3.25q0-.325.225-.537T11.25 12q.325 0 .538.213t.212.537V21q0 .825-.575 1.413T10 23z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20.55 23.35l-3.6-3.6q-.2.125-.437.188T16 20h-2v-3.2L6.2 9H2V6q0-.275.063-.513t.187-.437l-1.6-1.6l1.4-1.4l19.9 19.9zM22 17.5l-4-4v1.7L6.8 4H16q.825 0 1.413.588T18 6v4.5l4-4zM4.45 23q-.425 0-.788-.162t-.637-.438L0 19.4l.35-.35q.2-.2.475-.325T1.4 18.6t.575.113t.475.337l.55.55v-7.35q0-.325.225-.537t.525-.213q.325 0 .538.213t.212.537V16h1v-5.25q0-.325.225-.537T6.25 10q.325 0 .538.213T7 10.75V16h1v-4.25q0-.325.225-.537T8.75 11q.325 0 .538.213t.212.537V16h1v-3.25q0-.325.225-.537T11.25 12q.325 0 .538.213t.212.537V21q0 .825-.575 1.413T10 23z"/></svg>
</template>

CSS

.icon-tamper-detection-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%22m20.55%2023.35l-3.6-3.6q-.2.125-.437.188T16%2020h-2v-3.2L6.2%209H2V6q0-.275.063-.513t.187-.437l-1.6-1.6l1.4-1.4l19.9%2019.9zM22%2017.5l-4-4v1.7L6.8%204H16q.825%200%201.413.588T18%206v4.5l4-4zM4.45%2023q-.425%200-.788-.162t-.637-.438L0%2019.4l.35-.35q.2-.2.475-.325T1.4%2018.6t.575.113t.475.337l.55.55v-7.35q0-.325.225-.537t.525-.213q.325%200%20.538.213t.212.537V16h1v-5.25q0-.325.225-.537T6.25%2010q.325%200%20.538.213T7%2010.75V16h1v-4.25q0-.325.225-.537T8.75%2011q.325%200%20.538.213t.212.537V16h1v-3.25q0-.325.225-.537T11.25%2012q.325%200%20.538.213t.212.537V21q0%20.825-.575%201.413T10%2023z%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%22m20.55%2023.35l-3.6-3.6q-.2.125-.437.188T16%2020h-2v-3.2L6.2%209H2V6q0-.275.063-.513t.187-.437l-1.6-1.6l1.4-1.4l19.9%2019.9zM22%2017.5l-4-4v1.7L6.8%204H16q.825%200%201.413.588T18%206v4.5l4-4zM4.45%2023q-.425%200-.788-.162t-.637-.438L0%2019.4l.35-.35q.2-.2.475-.325T1.4%2018.6t.575.113t.475.337l.55.55v-7.35q0-.325.225-.537t.525-.213q.325%200%20.538.213t.212.537V16h1v-5.25q0-.325.225-.537T6.25%2010q.325%200%20.538.213T7%2010.75V16h1v-4.25q0-.325.225-.537T8.75%2011q.325%200%20.538.213t.212.537V16h1v-3.25q0-.325.225-.537T11.25%2012q.325%200%20.538.213t.212.537V21q0%20.825-.575%201.413T10%2023z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/tamper-detection-off.svg?color=%231a73e8&size=48