tamper detection off icon

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

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

5 other variants in Material Symbols Light

The same icon in other sets

More household icons from Material Symbols Light

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.577 15.77l-3.039-3.04v2.124l-1-1V6.616q0-.27-.173-.443T15.924 6H8.685l-1-1h8.238q.667 0 1.141.475t.475 1.14v4.654l3.038-3.038zM3.538 10.191V6.616q0-.611.386-1.046t.96-.531L5.847 6h-.692q-.27 0-.442.173q-.173.173-.173.443v3.576zM12.27 19v-1h3.654q.27 0 .443-.173t.173-.442v-.693l.961.962q-.096.575-.531.96q-.435.386-1.046.386zm7.127 1.966L2.42 3.988l.708-.708l16.977 16.977zm-14.138-.043q-.33 0-.622-.131t-.515-.354L2 18.323l.139-.157q.084-.124.229-.191q.144-.067.301-.067q.178 0 .341.054t.286.203l.685.685v-5.235q0-.191.138-.316q.139-.126.312-.126q.189 0 .312.126q.123.125.123.317v2.615h.769v-3.827q0-.192.138-.317t.312-.125q.188 0 .311.125t.123.317v3.827h.77v-3.212q0-.192.138-.317t.312-.125q.188 0 .311.125t.123.317v3.212h.77v-2.404q0-.192.138-.317t.312-.125q.188 0 .311.125t.123.317v5.48q0 .667-.465 1.142t-1.15.474z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightTamperDetectionOffOutline(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.577 15.77l-3.039-3.04v2.124l-1-1V6.616q0-.27-.173-.443T15.924 6H8.685l-1-1h8.238q.667 0 1.141.475t.475 1.14v4.654l3.038-3.038zM3.538 10.191V6.616q0-.611.386-1.046t.96-.531L5.847 6h-.692q-.27 0-.442.173q-.173.173-.173.443v3.576zM12.27 19v-1h3.654q.27 0 .443-.173t.173-.442v-.693l.961.962q-.096.575-.531.96q-.435.386-1.046.386zm7.127 1.966L2.42 3.988l.708-.708l16.977 16.977zm-14.138-.043q-.33 0-.622-.131t-.515-.354L2 18.323l.139-.157q.084-.124.229-.191q.144-.067.301-.067q.178 0 .341.054t.286.203l.685.685v-5.235q0-.191.138-.316q.139-.126.312-.126q.189 0 .312.126q.123.125.123.317v2.615h.769v-3.827q0-.192.138-.317t.312-.125q.188 0 .311.125t.123.317v3.827h.77v-3.212q0-.192.138-.317t.312-.125q.188 0 .311.125t.123.317v3.212h.77v-2.404q0-.192.138-.317t.312-.125q.188 0 .311.125t.123.317v5.48q0 .667-.465 1.142t-1.15.474z"/></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.577 15.77l-3.039-3.04v2.124l-1-1V6.616q0-.27-.173-.443T15.924 6H8.685l-1-1h8.238q.667 0 1.141.475t.475 1.14v4.654l3.038-3.038zM3.538 10.191V6.616q0-.611.386-1.046t.96-.531L5.847 6h-.692q-.27 0-.442.173q-.173.173-.173.443v3.576zM12.27 19v-1h3.654q.27 0 .443-.173t.173-.442v-.693l.961.962q-.096.575-.531.96q-.435.386-1.046.386zm7.127 1.966L2.42 3.988l.708-.708l16.977 16.977zm-14.138-.043q-.33 0-.622-.131t-.515-.354L2 18.323l.139-.157q.084-.124.229-.191q.144-.067.301-.067q.178 0 .341.054t.286.203l.685.685v-5.235q0-.191.138-.316q.139-.126.312-.126q.189 0 .312.126q.123.125.123.317v2.615h.769v-3.827q0-.192.138-.317t.312-.125q.188 0 .311.125t.123.317v3.827h.77v-3.212q0-.192.138-.317t.312-.125q.188 0 .311.125t.123.317v3.212h.77v-2.404q0-.192.138-.317t.312-.125q.188 0 .311.125t.123.317v5.48q0 .667-.465 1.142t-1.15.474z"/></svg>
</template>

CSS

.icon-tamper-detection-off-outline {
  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.577%2015.77l-3.039-3.04v2.124l-1-1V6.616q0-.27-.173-.443T15.924%206H8.685l-1-1h8.238q.667%200%201.141.475t.475%201.14v4.654l3.038-3.038zM3.538%2010.191V6.616q0-.611.386-1.046t.96-.531L5.847%206h-.692q-.27%200-.442.173q-.173.173-.173.443v3.576zM12.27%2019v-1h3.654q.27%200%20.443-.173t.173-.442v-.693l.961.962q-.096.575-.531.96q-.435.386-1.046.386zm7.127%201.966L2.42%203.988l.708-.708l16.977%2016.977zm-14.138-.043q-.33%200-.622-.131t-.515-.354L2%2018.323l.139-.157q.084-.124.229-.191q.144-.067.301-.067q.178%200%20.341.054t.286.203l.685.685v-5.235q0-.191.138-.316q.139-.126.312-.126q.189%200%20.312.126q.123.125.123.317v2.615h.769v-3.827q0-.192.138-.317t.312-.125q.188%200%20.311.125t.123.317v3.827h.77v-3.212q0-.192.138-.317t.312-.125q.188%200%20.311.125t.123.317v3.212h.77v-2.404q0-.192.138-.317t.312-.125q.188%200%20.311.125t.123.317v5.48q0%20.667-.465%201.142t-1.15.474z%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.577%2015.77l-3.039-3.04v2.124l-1-1V6.616q0-.27-.173-.443T15.924%206H8.685l-1-1h8.238q.667%200%201.141.475t.475%201.14v4.654l3.038-3.038zM3.538%2010.191V6.616q0-.611.386-1.046t.96-.531L5.847%206h-.692q-.27%200-.442.173q-.173.173-.173.443v3.576zM12.27%2019v-1h3.654q.27%200%20.443-.173t.173-.442v-.693l.961.962q-.096.575-.531.96q-.435.386-1.046.386zm7.127%201.966L2.42%203.988l.708-.708l16.977%2016.977zm-14.138-.043q-.33%200-.622-.131t-.515-.354L2%2018.323l.139-.157q.084-.124.229-.191q.144-.067.301-.067q.178%200%20.341.054t.286.203l.685.685v-5.235q0-.191.138-.316q.139-.126.312-.126q.189%200%20.312.126q.123.125.123.317v2.615h.769v-3.827q0-.192.138-.317t.312-.125q.188%200%20.311.125t.123.317v3.827h.77v-3.212q0-.192.138-.317t.312-.125q.188%200%20.311.125t.123.317v3.212h.77v-2.404q0-.192.138-.317t.312-.125q.188%200%20.311.125t.123.317v5.48q0%20.667-.465%201.142t-1.15.474z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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