tamper detection off icon

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

Name
tamper-detection-off-outline-rounded
Set
Material Symbols Light
Style
Outline Rounded
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="M17.539 12.73v2.124l-1-1V6.616q0-.27-.174-.443Q16.193 6 15.924 6H8.685l-1-1h8.238q.667 0 1.141.475t.475 1.14v4.654l2.348-2.348q.186-.186.438-.09t.252.369v5.6q0 .272-.252.369t-.438-.09zM4.037 10.193q-.213 0-.356-.143t-.144-.357V6.616q0-.611.386-1.046t.96-.531L5.847 6h-.692q-.27 0-.442.173q-.173.173-.173.443v3.076q0 .213-.144.356t-.357.144M12.769 19q-.212 0-.356-.144t-.144-.357t.144-.356t.356-.143h3.154q.27 0 .443-.173t.173-.442v-.693l.961.962q-.096.575-.531.96q-.435.386-1.046.386zm6.273 1.612L2.773 4.342q-.14-.14-.15-.344t.15-.364t.354-.159t.354.16L19.75 19.903q.14.14.15.344t-.15.364t-.354.16t-.354-.16m-13.784.311q-.33 0-.622-.131t-.515-.354L2.138 18.46q-.073-.073-.073-.148t.073-.148q.085-.123.23-.19q.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 MaterialSymbolsLightTamperDetectionOffOutlineRounded(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="M17.539 12.73v2.124l-1-1V6.616q0-.27-.174-.443Q16.193 6 15.924 6H8.685l-1-1h8.238q.667 0 1.141.475t.475 1.14v4.654l2.348-2.348q.186-.186.438-.09t.252.369v5.6q0 .272-.252.369t-.438-.09zM4.037 10.193q-.213 0-.356-.143t-.144-.357V6.616q0-.611.386-1.046t.96-.531L5.847 6h-.692q-.27 0-.442.173q-.173.173-.173.443v3.076q0 .213-.144.356t-.357.144M12.769 19q-.212 0-.356-.144t-.144-.357t.144-.356t.356-.143h3.154q.27 0 .443-.173t.173-.442v-.693l.961.962q-.096.575-.531.96q-.435.386-1.046.386zm6.273 1.612L2.773 4.342q-.14-.14-.15-.344t.15-.364t.354-.159t.354.16L19.75 19.903q.14.14.15.344t-.15.364t-.354.16t-.354-.16m-13.784.311q-.33 0-.622-.131t-.515-.354L2.138 18.46q-.073-.073-.073-.148t.073-.148q.085-.123.23-.19q.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="M17.539 12.73v2.124l-1-1V6.616q0-.27-.174-.443Q16.193 6 15.924 6H8.685l-1-1h8.238q.667 0 1.141.475t.475 1.14v4.654l2.348-2.348q.186-.186.438-.09t.252.369v5.6q0 .272-.252.369t-.438-.09zM4.037 10.193q-.213 0-.356-.143t-.144-.357V6.616q0-.611.386-1.046t.96-.531L5.847 6h-.692q-.27 0-.442.173q-.173.173-.173.443v3.076q0 .213-.144.356t-.357.144M12.769 19q-.212 0-.356-.144t-.144-.357t.144-.356t.356-.143h3.154q.27 0 .443-.173t.173-.442v-.693l.961.962q-.096.575-.531.96q-.435.386-1.046.386zm6.273 1.612L2.773 4.342q-.14-.14-.15-.344t.15-.364t.354-.159t.354.16L19.75 19.903q.14.14.15.344t-.15.364t-.354.16t-.354-.16m-13.784.311q-.33 0-.622-.131t-.515-.354L2.138 18.46q-.073-.073-.073-.148t.073-.148q.085-.123.23-.19q.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-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%22M17.539%2012.73v2.124l-1-1V6.616q0-.27-.174-.443Q16.193%206%2015.924%206H8.685l-1-1h8.238q.667%200%201.141.475t.475%201.14v4.654l2.348-2.348q.186-.186.438-.09t.252.369v5.6q0%20.272-.252.369t-.438-.09zM4.037%2010.193q-.213%200-.356-.143t-.144-.357V6.616q0-.611.386-1.046t.96-.531L5.847%206h-.692q-.27%200-.442.173q-.173.173-.173.443v3.076q0%20.213-.144.356t-.357.144M12.769%2019q-.212%200-.356-.144t-.144-.357t.144-.356t.356-.143h3.154q.27%200%20.443-.173t.173-.442v-.693l.961.962q-.096.575-.531.96q-.435.386-1.046.386zm6.273%201.612L2.773%204.342q-.14-.14-.15-.344t.15-.364t.354-.159t.354.16L19.75%2019.903q.14.14.15.344t-.15.364t-.354.16t-.354-.16m-13.784.311q-.33%200-.622-.131t-.515-.354L2.138%2018.46q-.073-.073-.073-.148t.073-.148q.085-.123.23-.19q.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%22M17.539%2012.73v2.124l-1-1V6.616q0-.27-.174-.443Q16.193%206%2015.924%206H8.685l-1-1h8.238q.667%200%201.141.475t.475%201.14v4.654l2.348-2.348q.186-.186.438-.09t.252.369v5.6q0%20.272-.252.369t-.438-.09zM4.037%2010.193q-.213%200-.356-.143t-.144-.357V6.616q0-.611.386-1.046t.96-.531L5.847%206h-.692q-.27%200-.442.173q-.173.173-.173.443v3.076q0%20.213-.144.356t-.357.144M12.769%2019q-.212%200-.356-.144t-.144-.357t.144-.356t.356-.143h3.154q.27%200%20.443-.173t.173-.442v-.693l.961.962q-.096.575-.531.96q-.435.386-1.046.386zm6.273%201.612L2.773%204.342q-.14-.14-.15-.344t.15-.364t.354-.159t.354.16L19.75%2019.903q.14.14.15.344t-.15.364t-.354.16t-.354-.16m-13.784.311q-.33%200-.622-.131t-.515-.354L2.138%2018.46q-.073-.073-.073-.148t.073-.148q.085-.123.23-.19q.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-rounded.svg?color=%231a73e8&size=48