round sensors off icon
round-sensors-off from Google Material Icons by Material Design Authors · Baseline · Action · Apache-2.0 Free for personal and commercial use.
- Name
- round-sensors-off
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Action
- Viewbox
- 24×24
- License
- Apache 2.0
More action icons from Google Material Icons
baseline-123baseline-3d-rotationbaseline-abcbaseline-accessibilitybaseline-accessibility-newbaseline-accessiblebaseline-accessible-forwardbaseline-account-balancebaseline-account-balance-walletbaseline-account-boxbaseline-account-circlebaseline-add-cardbaseline-add-homebaseline-add-shopping-cartbaseline-add-taskbaseline-add-to-drivebaseline-addchartbaseline-admin-panel-settingsbaseline-ads-clickbaseline-alarmbaseline-alarm-addbaseline-alarm-offbaseline-alarm-onbaseline-all-inbox
Use the round sensors off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.68 18.32c-.42.42-1.12.39-1.5-.08A10 10 0 0 1 2 12c0-2.04.61-3.93 1.66-5.51L2.1 4.93a.996.996 0 1 1 1.41-1.41l16.97 16.97a.996.996 0 1 1-1.41 1.41L8.14 10.96c-.09.33-.14.68-.14 1.04c0 .8.24 1.55.64 2.17c.27.41.24.94-.1 1.29c-.43.43-1.17.4-1.51-.11A5.93 5.93 0 0 1 6 12c0-.93.21-1.8.58-2.59L5.11 7.94A7.9 7.9 0 0 0 4 12c0 1.89.66 3.63 1.76 5c.32.39.28.96-.08 1.32m9.78-9.78c-.35.35-.37.88-.11 1.29a3.93 3.93 0 0 1 .51 3.21l1.55 1.55a5.98 5.98 0 0 0-.44-5.95c-.34-.5-1.07-.54-1.51-.1m2.86-2.86c-.36.36-.4.92-.08 1.32A7.96 7.96 0 0 1 20 12c0 1.48-.4 2.87-1.11 4.06l1.45 1.45A9.9 9.9 0 0 0 22 12c0-2.36-.82-4.53-2.18-6.24c-.38-.47-1.08-.5-1.5-.08"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundSensorsOff(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="M5.68 18.32c-.42.42-1.12.39-1.5-.08A10 10 0 0 1 2 12c0-2.04.61-3.93 1.66-5.51L2.1 4.93a.996.996 0 1 1 1.41-1.41l16.97 16.97a.996.996 0 1 1-1.41 1.41L8.14 10.96c-.09.33-.14.68-.14 1.04c0 .8.24 1.55.64 2.17c.27.41.24.94-.1 1.29c-.43.43-1.17.4-1.51-.11A5.93 5.93 0 0 1 6 12c0-.93.21-1.8.58-2.59L5.11 7.94A7.9 7.9 0 0 0 4 12c0 1.89.66 3.63 1.76 5c.32.39.28.96-.08 1.32m9.78-9.78c-.35.35-.37.88-.11 1.29a3.93 3.93 0 0 1 .51 3.21l1.55 1.55a5.98 5.98 0 0 0-.44-5.95c-.34-.5-1.07-.54-1.51-.1m2.86-2.86c-.36.36-.4.92-.08 1.32A7.96 7.96 0 0 1 20 12c0 1.48-.4 2.87-1.11 4.06l1.45 1.45A9.9 9.9 0 0 0 22 12c0-2.36-.82-4.53-2.18-6.24c-.38-.47-1.08-.5-1.5-.08"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.68 18.32c-.42.42-1.12.39-1.5-.08A10 10 0 0 1 2 12c0-2.04.61-3.93 1.66-5.51L2.1 4.93a.996.996 0 1 1 1.41-1.41l16.97 16.97a.996.996 0 1 1-1.41 1.41L8.14 10.96c-.09.33-.14.68-.14 1.04c0 .8.24 1.55.64 2.17c.27.41.24.94-.1 1.29c-.43.43-1.17.4-1.51-.11A5.93 5.93 0 0 1 6 12c0-.93.21-1.8.58-2.59L5.11 7.94A7.9 7.9 0 0 0 4 12c0 1.89.66 3.63 1.76 5c.32.39.28.96-.08 1.32m9.78-9.78c-.35.35-.37.88-.11 1.29a3.93 3.93 0 0 1 .51 3.21l1.55 1.55a5.98 5.98 0 0 0-.44-5.95c-.34-.5-1.07-.54-1.51-.1m2.86-2.86c-.36.36-.4.92-.08 1.32A7.96 7.96 0 0 1 20 12c0 1.48-.4 2.87-1.11 4.06l1.45 1.45A9.9 9.9 0 0 0 22 12c0-2.36-.82-4.53-2.18-6.24c-.38-.47-1.08-.5-1.5-.08"/></svg> </template>
CSS
.icon-round-sensors-off {
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%22M5.68%2018.32c-.42.42-1.12.39-1.5-.08A10%2010%200%200%201%202%2012c0-2.04.61-3.93%201.66-5.51L2.1%204.93a.996.996%200%201%201%201.41-1.41l16.97%2016.97a.996.996%200%201%201-1.41%201.41L8.14%2010.96c-.09.33-.14.68-.14%201.04c0%20.8.24%201.55.64%202.17c.27.41.24.94-.1%201.29c-.43.43-1.17.4-1.51-.11A5.93%205.93%200%200%201%206%2012c0-.93.21-1.8.58-2.59L5.11%207.94A7.9%207.9%200%200%200%204%2012c0%201.89.66%203.63%201.76%205c.32.39.28.96-.08%201.32m9.78-9.78c-.35.35-.37.88-.11%201.29a3.93%203.93%200%200%201%20.51%203.21l1.55%201.55a5.98%205.98%200%200%200-.44-5.95c-.34-.5-1.07-.54-1.51-.1m2.86-2.86c-.36.36-.4.92-.08%201.32A7.96%207.96%200%200%201%2020%2012c0%201.48-.4%202.87-1.11%204.06l1.45%201.45A9.9%209.9%200%200%200%2022%2012c0-2.36-.82-4.53-2.18-6.24c-.38-.47-1.08-.5-1.5-.08%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%22M5.68%2018.32c-.42.42-1.12.39-1.5-.08A10%2010%200%200%201%202%2012c0-2.04.61-3.93%201.66-5.51L2.1%204.93a.996.996%200%201%201%201.41-1.41l16.97%2016.97a.996.996%200%201%201-1.41%201.41L8.14%2010.96c-.09.33-.14.68-.14%201.04c0%20.8.24%201.55.64%202.17c.27.41.24.94-.1%201.29c-.43.43-1.17.4-1.51-.11A5.93%205.93%200%200%201%206%2012c0-.93.21-1.8.58-2.59L5.11%207.94A7.9%207.9%200%200%200%204%2012c0%201.89.66%203.63%201.76%205c.32.39.28.96-.08%201.32m9.78-9.78c-.35.35-.37.88-.11%201.29a3.93%203.93%200%200%201%20.51%203.21l1.55%201.55a5.98%205.98%200%200%200-.44-5.95c-.34-.5-1.07-.54-1.51-.1m2.86-2.86c-.36.36-.4.92-.08%201.32A7.96%207.96%200%200%201%2020%2012c0%201.48-.4%202.87-1.11%204.06l1.45%201.45A9.9%209.9%200%200%200%2022%2012c0-2.36-.82-4.53-2.18-6.24c-.38-.47-1.08-.5-1.5-.08%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-sensors-off.svg?color=%231a73e8&size=48