sensors krx off icon
sensors-krx-off-rounded from Material Symbols by Google · Rounded · Home · Apache-2.0 Free for personal and commercial use.
- Name
- sensors-krx-off-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Home
- Viewbox
- 24×24
- License
- Apache 2.0
3 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 sensors krx off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m17.425 14.525l-7.95-7.95q.575-.275 1.213-.425T12 6q2.5 0 4.25 1.75T18 12q0 .675-.15 1.313t-.425 1.212m1.65 7.375L14.6 17.4q-.575.275-1.237.438T12 18q-2.5 0-4.25-1.75T6 12q0-.7.163-1.362T6.6 9.4L2.1 4.9q-.275-.275-.287-.687T2.1 3.5q.275-.275.7-.275t.7.275l17 17q.3.3.288.7t-.313.7q-.3.275-.7.288t-.7-.288M4.213 13.863q.212.912.637 1.712q.2.375.113.8t-.438.65q-.35.25-.75.138t-.6-.488Q2.6 15.625 2.3 14.45T2 12t.3-2.463t.875-2.237q.2-.375.6-.475t.75.15q.35.225.438.65t-.113.8q-.425.8-.637 1.713T4 12t.213 1.863m15.575-3.725q-.213-.913-.638-1.713q-.2-.375-.125-.8t.425-.65q.35-.25.763-.15t.612.475q.575 1.05.875 2.238T22 12t-.3 2.45t-.875 2.225q-.2.375-.612.488t-.763-.138q-.35-.225-.425-.65t.125-.8q.425-.8.638-1.712T20 12t-.213-1.862"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSensorsKrxOffRounded(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="m17.425 14.525l-7.95-7.95q.575-.275 1.213-.425T12 6q2.5 0 4.25 1.75T18 12q0 .675-.15 1.313t-.425 1.212m1.65 7.375L14.6 17.4q-.575.275-1.237.438T12 18q-2.5 0-4.25-1.75T6 12q0-.7.163-1.362T6.6 9.4L2.1 4.9q-.275-.275-.287-.687T2.1 3.5q.275-.275.7-.275t.7.275l17 17q.3.3.288.7t-.313.7q-.3.275-.7.288t-.7-.288M4.213 13.863q.212.912.637 1.712q.2.375.113.8t-.438.65q-.35.25-.75.138t-.6-.488Q2.6 15.625 2.3 14.45T2 12t.3-2.463t.875-2.237q.2-.375.6-.475t.75.15q.35.225.438.65t-.113.8q-.425.8-.637 1.713T4 12t.213 1.863m15.575-3.725q-.213-.913-.638-1.713q-.2-.375-.125-.8t.425-.65q.35-.25.763-.15t.612.475q.575 1.05.875 2.238T22 12t-.3 2.45t-.875 2.225q-.2.375-.612.488t-.763-.138q-.35-.225-.425-.65t.125-.8q.425-.8.638-1.712T20 12t-.213-1.862"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m17.425 14.525l-7.95-7.95q.575-.275 1.213-.425T12 6q2.5 0 4.25 1.75T18 12q0 .675-.15 1.313t-.425 1.212m1.65 7.375L14.6 17.4q-.575.275-1.237.438T12 18q-2.5 0-4.25-1.75T6 12q0-.7.163-1.362T6.6 9.4L2.1 4.9q-.275-.275-.287-.687T2.1 3.5q.275-.275.7-.275t.7.275l17 17q.3.3.288.7t-.313.7q-.3.275-.7.288t-.7-.288M4.213 13.863q.212.912.637 1.712q.2.375.113.8t-.438.65q-.35.25-.75.138t-.6-.488Q2.6 15.625 2.3 14.45T2 12t.3-2.463t.875-2.237q.2-.375.6-.475t.75.15q.35.225.438.65t-.113.8q-.425.8-.637 1.713T4 12t.213 1.863m15.575-3.725q-.213-.913-.638-1.713q-.2-.375-.125-.8t.425-.65q.35-.25.763-.15t.612.475q.575 1.05.875 2.238T22 12t-.3 2.45t-.875 2.225q-.2.375-.612.488t-.763-.138q-.35-.225-.425-.65t.125-.8q.425-.8.638-1.712T20 12t-.213-1.862"/></svg> </template>
CSS
.icon-sensors-krx-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%22m17.425%2014.525l-7.95-7.95q.575-.275%201.213-.425T12%206q2.5%200%204.25%201.75T18%2012q0%20.675-.15%201.313t-.425%201.212m1.65%207.375L14.6%2017.4q-.575.275-1.237.438T12%2018q-2.5%200-4.25-1.75T6%2012q0-.7.163-1.362T6.6%209.4L2.1%204.9q-.275-.275-.287-.687T2.1%203.5q.275-.275.7-.275t.7.275l17%2017q.3.3.288.7t-.313.7q-.3.275-.7.288t-.7-.288M4.213%2013.863q.212.912.637%201.712q.2.375.113.8t-.438.65q-.35.25-.75.138t-.6-.488Q2.6%2015.625%202.3%2014.45T2%2012t.3-2.463t.875-2.237q.2-.375.6-.475t.75.15q.35.225.438.65t-.113.8q-.425.8-.637%201.713T4%2012t.213%201.863m15.575-3.725q-.213-.913-.638-1.713q-.2-.375-.125-.8t.425-.65q.35-.25.763-.15t.612.475q.575%201.05.875%202.238T22%2012t-.3%202.45t-.875%202.225q-.2.375-.612.488t-.763-.138q-.35-.225-.425-.65t.125-.8q.425-.8.638-1.712T20%2012t-.213-1.862%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%22m17.425%2014.525l-7.95-7.95q.575-.275%201.213-.425T12%206q2.5%200%204.25%201.75T18%2012q0%20.675-.15%201.313t-.425%201.212m1.65%207.375L14.6%2017.4q-.575.275-1.237.438T12%2018q-2.5%200-4.25-1.75T6%2012q0-.7.163-1.362T6.6%209.4L2.1%204.9q-.275-.275-.287-.687T2.1%203.5q.275-.275.7-.275t.7.275l17%2017q.3.3.288.7t-.313.7q-.3.275-.7.288t-.7-.288M4.213%2013.863q.212.912.637%201.712q.2.375.113.8t-.438.65q-.35.25-.75.138t-.6-.488Q2.6%2015.625%202.3%2014.45T2%2012t.3-2.463t.875-2.237q.2-.375.6-.475t.75.15q.35.225.438.65t-.113.8q-.425.8-.637%201.713T4%2012t.213%201.863m15.575-3.725q-.213-.913-.638-1.713q-.2-.375-.125-.8t.425-.65q.35-.25.763-.15t.612.475q.575%201.05.875%202.238T22%2012t-.3%202.45t-.875%202.225q-.2.375-.612.488t-.763-.138q-.35-.225-.425-.65t.125-.8q.425-.8.638-1.712T20%2012t-.213-1.862%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/sensors-krx-off-rounded.svg?color=%231a73e8&size=48