round sensors icon
round-sensors from Google Material Icons by Material Design Authors · Baseline · Action · Apache-2.0 Free for personal and commercial use.
- Name
- round-sensors
- 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 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.54 8.54c.35.35.37.88.1 1.29a4.01 4.01 0 0 0 0 4.34c.27.41.24.95-.11 1.29c-.43.43-1.17.4-1.51-.11A6 6 0 0 1 6 12c0-1.21.36-2.33.97-3.28c.36-.54 1.11-.64 1.57-.18m6.92 6.92c.43.43 1.17.4 1.51-.11a5.98 5.98 0 0 0 0-6.71c-.34-.5-1.08-.54-1.51-.11c-.35.35-.37.88-.11 1.29a3.99 3.99 0 0 1 .01 4.35c-.27.41-.24.95.1 1.29M12 10c-1.1 0-2 .9-2 2s.9 2 2 2s2-.9 2-2s-.9-2-2-2m6.32 8.32c.42.42 1.12.39 1.5-.08C21.18 16.53 22 14.36 22 12s-.82-4.53-2.18-6.24c-.37-.47-1.07-.5-1.5-.08c-.36.36-.4.92-.08 1.32c1.1 1.37 1.76 3.11 1.76 5s-.66 3.63-1.76 5c-.32.39-.28.96.08 1.32M5.68 5.68c-.42-.42-1.12-.39-1.5.08C2.82 7.47 2 9.64 2 12s.82 4.53 2.18 6.24c.37.47 1.07.5 1.5.08c.36-.36.4-.92.08-1.32C4.66 15.63 4 13.89 4 12s.66-3.63 1.76-5c.32-.39.28-.96-.08-1.32"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundSensors(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="M8.54 8.54c.35.35.37.88.1 1.29a4.01 4.01 0 0 0 0 4.34c.27.41.24.95-.11 1.29c-.43.43-1.17.4-1.51-.11A6 6 0 0 1 6 12c0-1.21.36-2.33.97-3.28c.36-.54 1.11-.64 1.57-.18m6.92 6.92c.43.43 1.17.4 1.51-.11a5.98 5.98 0 0 0 0-6.71c-.34-.5-1.08-.54-1.51-.11c-.35.35-.37.88-.11 1.29a3.99 3.99 0 0 1 .01 4.35c-.27.41-.24.95.1 1.29M12 10c-1.1 0-2 .9-2 2s.9 2 2 2s2-.9 2-2s-.9-2-2-2m6.32 8.32c.42.42 1.12.39 1.5-.08C21.18 16.53 22 14.36 22 12s-.82-4.53-2.18-6.24c-.37-.47-1.07-.5-1.5-.08c-.36.36-.4.92-.08 1.32c1.1 1.37 1.76 3.11 1.76 5s-.66 3.63-1.76 5c-.32.39-.28.96.08 1.32M5.68 5.68c-.42-.42-1.12-.39-1.5.08C2.82 7.47 2 9.64 2 12s.82 4.53 2.18 6.24c.37.47 1.07.5 1.5.08c.36-.36.4-.92.08-1.32C4.66 15.63 4 13.89 4 12s.66-3.63 1.76-5c.32-.39.28-.96-.08-1.32"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.54 8.54c.35.35.37.88.1 1.29a4.01 4.01 0 0 0 0 4.34c.27.41.24.95-.11 1.29c-.43.43-1.17.4-1.51-.11A6 6 0 0 1 6 12c0-1.21.36-2.33.97-3.28c.36-.54 1.11-.64 1.57-.18m6.92 6.92c.43.43 1.17.4 1.51-.11a5.98 5.98 0 0 0 0-6.71c-.34-.5-1.08-.54-1.51-.11c-.35.35-.37.88-.11 1.29a3.99 3.99 0 0 1 .01 4.35c-.27.41-.24.95.1 1.29M12 10c-1.1 0-2 .9-2 2s.9 2 2 2s2-.9 2-2s-.9-2-2-2m6.32 8.32c.42.42 1.12.39 1.5-.08C21.18 16.53 22 14.36 22 12s-.82-4.53-2.18-6.24c-.37-.47-1.07-.5-1.5-.08c-.36.36-.4.92-.08 1.32c1.1 1.37 1.76 3.11 1.76 5s-.66 3.63-1.76 5c-.32.39-.28.96.08 1.32M5.68 5.68c-.42-.42-1.12-.39-1.5.08C2.82 7.47 2 9.64 2 12s.82 4.53 2.18 6.24c.37.47 1.07.5 1.5.08c.36-.36.4-.92.08-1.32C4.66 15.63 4 13.89 4 12s.66-3.63 1.76-5c.32-.39.28-.96-.08-1.32"/></svg> </template>
CSS
.icon-round-sensors {
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%22M8.54%208.54c.35.35.37.88.1%201.29a4.01%204.01%200%200%200%200%204.34c.27.41.24.95-.11%201.29c-.43.43-1.17.4-1.51-.11A6%206%200%200%201%206%2012c0-1.21.36-2.33.97-3.28c.36-.54%201.11-.64%201.57-.18m6.92%206.92c.43.43%201.17.4%201.51-.11a5.98%205.98%200%200%200%200-6.71c-.34-.5-1.08-.54-1.51-.11c-.35.35-.37.88-.11%201.29a3.99%203.99%200%200%201%20.01%204.35c-.27.41-.24.95.1%201.29M12%2010c-1.1%200-2%20.9-2%202s.9%202%202%202s2-.9%202-2s-.9-2-2-2m6.32%208.32c.42.42%201.12.39%201.5-.08C21.18%2016.53%2022%2014.36%2022%2012s-.82-4.53-2.18-6.24c-.37-.47-1.07-.5-1.5-.08c-.36.36-.4.92-.08%201.32c1.1%201.37%201.76%203.11%201.76%205s-.66%203.63-1.76%205c-.32.39-.28.96.08%201.32M5.68%205.68c-.42-.42-1.12-.39-1.5.08C2.82%207.47%202%209.64%202%2012s.82%204.53%202.18%206.24c.37.47%201.07.5%201.5.08c.36-.36.4-.92.08-1.32C4.66%2015.63%204%2013.89%204%2012s.66-3.63%201.76-5c.32-.39.28-.96-.08-1.32%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%22M8.54%208.54c.35.35.37.88.1%201.29a4.01%204.01%200%200%200%200%204.34c.27.41.24.95-.11%201.29c-.43.43-1.17.4-1.51-.11A6%206%200%200%201%206%2012c0-1.21.36-2.33.97-3.28c.36-.54%201.11-.64%201.57-.18m6.92%206.92c.43.43%201.17.4%201.51-.11a5.98%205.98%200%200%200%200-6.71c-.34-.5-1.08-.54-1.51-.11c-.35.35-.37.88-.11%201.29a3.99%203.99%200%200%201%20.01%204.35c-.27.41-.24.95.1%201.29M12%2010c-1.1%200-2%20.9-2%202s.9%202%202%202s2-.9%202-2s-.9-2-2-2m6.32%208.32c.42.42%201.12.39%201.5-.08C21.18%2016.53%2022%2014.36%2022%2012s-.82-4.53-2.18-6.24c-.37-.47-1.07-.5-1.5-.08c-.36.36-.4.92-.08%201.32c1.1%201.37%201.76%203.11%201.76%205s-.66%203.63-1.76%205c-.32.39-.28.96.08%201.32M5.68%205.68c-.42-.42-1.12-.39-1.5.08C2.82%207.47%202%209.64%202%2012s.82%204.53%202.18%206.24c.37.47%201.07.5%201.5.08c.36-.36.4-.92.08-1.32C4.66%2015.63%204%2013.89%204%2012s.66-3.63%201.76-5c.32-.39.28-.96-.08-1.32%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-sensors.svg?color=%231a73e8&size=48