tamper detection off icon
tamper-detection-off-outline-rounded from Material Symbols by Google · Outline Rounded · Household · Apache-2.0 Free for personal and commercial use.
- Name
- tamper-detection-off-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- 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="M18 13.5v1.7l-2-2V6H8.8l-2-2H16q.825 0 1.413.588T18 6v4.5l3.15-3.15q.25-.25.55-.125t.3.475v8.6q0 .35-.3.475t-.55-.125zM3 9q-.425 0-.712-.288T2 8V6q0-.825.588-1.412T4 4l2 2H4v2q0 .425-.288.713T3 9m12 11q-.425 0-.712-.288T14 19t.288-.712T15 18h1v-2l2 2q0 .825-.587 1.413T16 20zm4.85 2.65L1.35 4.15q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l18.5 18.5q.275.275.275.7t-.275.7t-.7.275t-.7-.275M4.45 23q-.425 0-.787-.162t-.638-.438L.35 19.75Q.2 19.6.2 19.4t.15-.35q.2-.2.475-.325T1.4 18.6t.575.112t.475.338l.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 MaterialSymbolsTamperDetectionOffOutlineRounded(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="M18 13.5v1.7l-2-2V6H8.8l-2-2H16q.825 0 1.413.588T18 6v4.5l3.15-3.15q.25-.25.55-.125t.3.475v8.6q0 .35-.3.475t-.55-.125zM3 9q-.425 0-.712-.288T2 8V6q0-.825.588-1.412T4 4l2 2H4v2q0 .425-.288.713T3 9m12 11q-.425 0-.712-.288T14 19t.288-.712T15 18h1v-2l2 2q0 .825-.587 1.413T16 20zm4.85 2.65L1.35 4.15q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l18.5 18.5q.275.275.275.7t-.275.7t-.7.275t-.7-.275M4.45 23q-.425 0-.787-.162t-.638-.438L.35 19.75Q.2 19.6.2 19.4t.15-.35q.2-.2.475-.325T1.4 18.6t.575.112t.475.338l.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="M18 13.5v1.7l-2-2V6H8.8l-2-2H16q.825 0 1.413.588T18 6v4.5l3.15-3.15q.25-.25.55-.125t.3.475v8.6q0 .35-.3.475t-.55-.125zM3 9q-.425 0-.712-.288T2 8V6q0-.825.588-1.412T4 4l2 2H4v2q0 .425-.288.713T3 9m12 11q-.425 0-.712-.288T14 19t.288-.712T15 18h1v-2l2 2q0 .825-.587 1.413T16 20zm4.85 2.65L1.35 4.15q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l18.5 18.5q.275.275.275.7t-.275.7t-.7.275t-.7-.275M4.45 23q-.425 0-.787-.162t-.638-.438L.35 19.75Q.2 19.6.2 19.4t.15-.35q.2-.2.475-.325T1.4 18.6t.575.112t.475.338l.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-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%22M18%2013.5v1.7l-2-2V6H8.8l-2-2H16q.825%200%201.413.588T18%206v4.5l3.15-3.15q.25-.25.55-.125t.3.475v8.6q0%20.35-.3.475t-.55-.125zM3%209q-.425%200-.712-.288T2%208V6q0-.825.588-1.412T4%204l2%202H4v2q0%20.425-.288.713T3%209m12%2011q-.425%200-.712-.288T14%2019t.288-.712T15%2018h1v-2l2%202q0%20.825-.587%201.413T16%2020zm4.85%202.65L1.35%204.15q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l18.5%2018.5q.275.275.275.7t-.275.7t-.7.275t-.7-.275M4.45%2023q-.425%200-.787-.162t-.638-.438L.35%2019.75Q.2%2019.6.2%2019.4t.15-.35q.2-.2.475-.325T1.4%2018.6t.575.112t.475.338l.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%22M18%2013.5v1.7l-2-2V6H8.8l-2-2H16q.825%200%201.413.588T18%206v4.5l3.15-3.15q.25-.25.55-.125t.3.475v8.6q0%20.35-.3.475t-.55-.125zM3%209q-.425%200-.712-.288T2%208V6q0-.825.588-1.412T4%204l2%202H4v2q0%20.425-.288.713T3%209m12%2011q-.425%200-.712-.288T14%2019t.288-.712T15%2018h1v-2l2%202q0%20.825-.587%201.413T16%2020zm4.85%202.65L1.35%204.15q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l18.5%2018.5q.275.275.275.7t-.275.7t-.7.275t-.7-.275M4.45%2023q-.425%200-.787-.162t-.638-.438L.35%2019.75Q.2%2019.6.2%2019.4t.15-.35q.2-.2.475-.325T1.4%2018.6t.575.112t.475.338l.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-outline-rounded.svg?color=%231a73e8&size=48