tamper detection on icon
tamper-detection-on-outline from Material Symbols by Google · Outline · Home · Apache-2.0 Free for personal and commercial use.
- Name
- tamper-detection-on-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- Home
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More home icons from Material Symbols
activity-zoneairwaveaqaq-indoorarming-countdownarrows-more-downarrows-more-upassistant-on-hubbattery-horiz-000battery-horiz-050battery-horiz-075battery-profilechromecast-2cleaning-bucketclimate-mini-splitcool-to-drydetection-and-zonedetection-and-zone-offdetectordetector-alarmdetector-batterydetector-codetector-offlinedetector-status
Use the tamper detection on icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14 17v-2h2V3H4v3H2V3q0-.825.588-1.412T4 1h12q.825 0 1.413.588T18 3v4.5l4-4v11l-4-4V15q0 .825-.587 1.413T16 17zm-9.55 3q-.425 0-.788-.162t-.637-.438L0 16.4l.35-.35q.225-.225.5-.337t.55-.113q.3 0 .575.113t.475.337l.55.55V9.25q0-.325.225-.537T3.75 8.5q.325 0 .538.213t.212.537V13h1V7.75q0-.325.225-.537T6.25 7q.325 0 .538.213T7 7.75V13h1V8.75q0-.325.225-.537T8.75 8q.325 0 .538.213t.212.537V13h1V9.75q0-.325.225-.537T11.25 9q.325 0 .538.213T12 9.75V18q0 .825-.575 1.413T10 20zM16 3v12z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsTamperDetectionOnOutline(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="M14 17v-2h2V3H4v3H2V3q0-.825.588-1.412T4 1h12q.825 0 1.413.588T18 3v4.5l4-4v11l-4-4V15q0 .825-.587 1.413T16 17zm-9.55 3q-.425 0-.788-.162t-.637-.438L0 16.4l.35-.35q.225-.225.5-.337t.55-.113q.3 0 .575.113t.475.337l.55.55V9.25q0-.325.225-.537T3.75 8.5q.325 0 .538.213t.212.537V13h1V7.75q0-.325.225-.537T6.25 7q.325 0 .538.213T7 7.75V13h1V8.75q0-.325.225-.537T8.75 8q.325 0 .538.213t.212.537V13h1V9.75q0-.325.225-.537T11.25 9q.325 0 .538.213T12 9.75V18q0 .825-.575 1.413T10 20zM16 3v12z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14 17v-2h2V3H4v3H2V3q0-.825.588-1.412T4 1h12q.825 0 1.413.588T18 3v4.5l4-4v11l-4-4V15q0 .825-.587 1.413T16 17zm-9.55 3q-.425 0-.788-.162t-.637-.438L0 16.4l.35-.35q.225-.225.5-.337t.55-.113q.3 0 .575.113t.475.337l.55.55V9.25q0-.325.225-.537T3.75 8.5q.325 0 .538.213t.212.537V13h1V7.75q0-.325.225-.537T6.25 7q.325 0 .538.213T7 7.75V13h1V8.75q0-.325.225-.537T8.75 8q.325 0 .538.213t.212.537V13h1V9.75q0-.325.225-.537T11.25 9q.325 0 .538.213T12 9.75V18q0 .825-.575 1.413T10 20zM16 3v12z"/></svg> </template>
CSS
.icon-tamper-detection-on-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%22M14%2017v-2h2V3H4v3H2V3q0-.825.588-1.412T4%201h12q.825%200%201.413.588T18%203v4.5l4-4v11l-4-4V15q0%20.825-.587%201.413T16%2017zm-9.55%203q-.425%200-.788-.162t-.637-.438L0%2016.4l.35-.35q.225-.225.5-.337t.55-.113q.3%200%20.575.113t.475.337l.55.55V9.25q0-.325.225-.537T3.75%208.5q.325%200%20.538.213t.212.537V13h1V7.75q0-.325.225-.537T6.25%207q.325%200%20.538.213T7%207.75V13h1V8.75q0-.325.225-.537T8.75%208q.325%200%20.538.213t.212.537V13h1V9.75q0-.325.225-.537T11.25%209q.325%200%20.538.213T12%209.75V18q0%20.825-.575%201.413T10%2020zM16%203v12z%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%22M14%2017v-2h2V3H4v3H2V3q0-.825.588-1.412T4%201h12q.825%200%201.413.588T18%203v4.5l4-4v11l-4-4V15q0%20.825-.587%201.413T16%2017zm-9.55%203q-.425%200-.788-.162t-.637-.438L0%2016.4l.35-.35q.225-.225.5-.337t.55-.113q.3%200%20.575.113t.475.337l.55.55V9.25q0-.325.225-.537T3.75%208.5q.325%200%20.538.213t.212.537V13h1V7.75q0-.325.225-.537T6.25%207q.325%200%20.538.213T7%207.75V13h1V8.75q0-.325.225-.537T8.75%208q.325%200%20.538.213t.212.537V13h1V9.75q0-.325.225-.537T11.25%209q.325%200%20.538.213T12%209.75V18q0%20.825-.575%201.413T10%2020zM16%203v12z%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-on-outline.svg?color=%231a73e8&size=48