tamper detection off icon
tamper-detection-off-rounded from Material Symbols by Google · Rounded · Household · Apache-2.0 Free for personal and commercial use.
- Name
- tamper-detection-off-rounded
- Set
- Material Symbols
- Style
- 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="M15 20q-.425 0-.712-.288T14 19v-2.2L6.2 9H3q-.425 0-.712-.288T2 8V6q0-.275.063-.513t.187-.437l-.9-.9q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l18.5 18.5q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-2.9-2.9q-.2.125-.437.188T16 20zm3-4.8L6.8 4H16q.825 0 1.413.588T18 6v4.5l3.15-3.15q.25-.25.55-.125t.3.475v8.6q0 .35-.3.475t-.55-.125L18 13.5zM4.45 23q-.425 0-.788-.162t-.637-.438L0 19.4l.35-.35q.2-.2.475-.325T1.4 18.6t.575.113t.475.337l.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 MaterialSymbolsTamperDetectionOffRounded(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 20q-.425 0-.712-.288T14 19v-2.2L6.2 9H3q-.425 0-.712-.288T2 8V6q0-.275.063-.513t.187-.437l-.9-.9q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l18.5 18.5q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-2.9-2.9q-.2.125-.437.188T16 20zm3-4.8L6.8 4H16q.825 0 1.413.588T18 6v4.5l3.15-3.15q.25-.25.55-.125t.3.475v8.6q0 .35-.3.475t-.55-.125L18 13.5zM4.45 23q-.425 0-.788-.162t-.637-.438L0 19.4l.35-.35q.2-.2.475-.325T1.4 18.6t.575.113t.475.337l.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="M15 20q-.425 0-.712-.288T14 19v-2.2L6.2 9H3q-.425 0-.712-.288T2 8V6q0-.275.063-.513t.187-.437l-.9-.9q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l18.5 18.5q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-2.9-2.9q-.2.125-.437.188T16 20zm3-4.8L6.8 4H16q.825 0 1.413.588T18 6v4.5l3.15-3.15q.25-.25.55-.125t.3.475v8.6q0 .35-.3.475t-.55-.125L18 13.5zM4.45 23q-.425 0-.788-.162t-.637-.438L0 19.4l.35-.35q.2-.2.475-.325T1.4 18.6t.575.113t.475.337l.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-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%2020q-.425%200-.712-.288T14%2019v-2.2L6.2%209H3q-.425%200-.712-.288T2%208V6q0-.275.063-.513t.187-.437l-.9-.9q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l18.5%2018.5q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-2.9-2.9q-.2.125-.437.188T16%2020zm3-4.8L6.8%204H16q.825%200%201.413.588T18%206v4.5l3.15-3.15q.25-.25.55-.125t.3.475v8.6q0%20.35-.3.475t-.55-.125L18%2013.5zM4.45%2023q-.425%200-.788-.162t-.637-.438L0%2019.4l.35-.35q.2-.2.475-.325T1.4%2018.6t.575.113t.475.337l.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%22M15%2020q-.425%200-.712-.288T14%2019v-2.2L6.2%209H3q-.425%200-.712-.288T2%208V6q0-.275.063-.513t.187-.437l-.9-.9q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l18.5%2018.5q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-2.9-2.9q-.2.125-.437.188T16%2020zm3-4.8L6.8%204H16q.825%200%201.413.588T18%206v4.5l3.15-3.15q.25-.25.55-.125t.3.475v8.6q0%20.35-.3.475t-.55-.125L18%2013.5zM4.45%2023q-.425%200-.788-.162t-.637-.438L0%2019.4l.35-.35q.2-.2.475-.325T1.4%2018.6t.575.113t.475.337l.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-rounded.svg?color=%231a73e8&size=48