tamper detection on icon
tamper-detection-on-outline-rounded from Material Symbols by Google · Outline Rounded · Home · Apache-2.0 Free for personal and commercial use.
- Name
- tamper-detection-on-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- 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="M15 17q-.425 0-.712-.288T14 16t.288-.712T15 15h1V3H4v2q0 .425-.288.713T3 6t-.712-.288T2 5V3q0-.825.588-1.412T4 1h12q.825 0 1.413.588T18 3v4.5l3.15-3.15q.25-.25.55-.125t.3.475v8.6q0 .35-.3.475t-.55-.125L18 10.5V15q0 .825-.587 1.413T16 17zM4.45 20q-.425 0-.788-.162t-.637-.438L.35 16.75Q.2 16.6.2 16.4t.15-.35q.225-.225.5-.338t.55-.112q.3 0 .575.112t.475.338l.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 MaterialSymbolsTamperDetectionOnOutlineRounded(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="M15 17q-.425 0-.712-.288T14 16t.288-.712T15 15h1V3H4v2q0 .425-.288.713T3 6t-.712-.288T2 5V3q0-.825.588-1.412T4 1h12q.825 0 1.413.588T18 3v4.5l3.15-3.15q.25-.25.55-.125t.3.475v8.6q0 .35-.3.475t-.55-.125L18 10.5V15q0 .825-.587 1.413T16 17zM4.45 20q-.425 0-.788-.162t-.637-.438L.35 16.75Q.2 16.6.2 16.4t.15-.35q.225-.225.5-.338t.55-.112q.3 0 .575.112t.475.338l.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="M15 17q-.425 0-.712-.288T14 16t.288-.712T15 15h1V3H4v2q0 .425-.288.713T3 6t-.712-.288T2 5V3q0-.825.588-1.412T4 1h12q.825 0 1.413.588T18 3v4.5l3.15-3.15q.25-.25.55-.125t.3.475v8.6q0 .35-.3.475t-.55-.125L18 10.5V15q0 .825-.587 1.413T16 17zM4.45 20q-.425 0-.788-.162t-.637-.438L.35 16.75Q.2 16.6.2 16.4t.15-.35q.225-.225.5-.338t.55-.112q.3 0 .575.112t.475.338l.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-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%22M15%2017q-.425%200-.712-.288T14%2016t.288-.712T15%2015h1V3H4v2q0%20.425-.288.713T3%206t-.712-.288T2%205V3q0-.825.588-1.412T4%201h12q.825%200%201.413.588T18%203v4.5l3.15-3.15q.25-.25.55-.125t.3.475v8.6q0%20.35-.3.475t-.55-.125L18%2010.5V15q0%20.825-.587%201.413T16%2017zM4.45%2020q-.425%200-.788-.162t-.637-.438L.35%2016.75Q.2%2016.6.2%2016.4t.15-.35q.225-.225.5-.338t.55-.112q.3%200%20.575.112t.475.338l.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%22M15%2017q-.425%200-.712-.288T14%2016t.288-.712T15%2015h1V3H4v2q0%20.425-.288.713T3%206t-.712-.288T2%205V3q0-.825.588-1.412T4%201h12q.825%200%201.413.588T18%203v4.5l3.15-3.15q.25-.25.55-.125t.3.475v8.6q0%20.35-.3.475t-.55-.125L18%2010.5V15q0%20.825-.587%201.413T16%2017zM4.45%2020q-.425%200-.788-.162t-.637-.438L.35%2016.75Q.2%2016.6.2%2016.4t.15-.35q.225-.225.5-.338t.55-.112q.3%200%20.575.112t.475.338l.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-rounded.svg?color=%231a73e8&size=48