sensors-off-rounded from Material Symbols by Google · Rounded · Household · Apache-2.0 Free for personal and commercial use.

Name
sensors-off-rounded
Set
Material Symbols
Style
Rounded
Category
Household
Viewbox
24×24
License
Apache 2.0
Aliases
sensors-off-outline-rounded

1 other variant in Material Symbols

The same icon in other sets

More household icons from Material Symbols

Use the 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="M19.075 21.9L8.125 10.975q-.05.25-.088.5T8 12q0 .575.15 1.088t.425.962q.225.35.213.775t-.313.725t-.725.288t-.65-.363q-.525-.725-.812-1.625T6 12q0-.7.15-1.35t.425-1.225L5.1 7.95q-.525.9-.812 1.913T4 12q0 1.4.425 2.638t1.225 2.237q.275.35.275.763t-.3.712t-.725.288t-.7-.363q-1.05-1.3-1.625-2.887T2 12q0-1.55.438-2.925T3.65 6.5L2.075 4.925q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l17 17q.3.3.3.7t-.3.7t-.712.3t-.713-.3m.675-5.35q-.35-.2-.462-.6t.062-.775q.325-.725.488-1.525T20 12q0-1.4-.425-2.638T18.35 7.125q-.275-.35-.288-.763t.288-.712t.738-.288t.712.363Q20.85 7 21.425 8.6T22 12q0 1.125-.238 2.188t-.687 2.012q-.175.35-.575.45t-.75-.1m-3.762-2.762q-.213-.338-.113-.763q.05-.25.088-.5T16 12q0-.575-.15-1.088t-.425-.962q-.225-.35-.2-.775t.325-.725t.7-.287t.65.362q.525.725.813 1.613T18 12q0 .375-.038.75t-.137.725q-.1.4-.437.625t-.763.125t-.638-.437"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsSensorsOffRounded(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="M19.075 21.9L8.125 10.975q-.05.25-.088.5T8 12q0 .575.15 1.088t.425.962q.225.35.213.775t-.313.725t-.725.288t-.65-.363q-.525-.725-.812-1.625T6 12q0-.7.15-1.35t.425-1.225L5.1 7.95q-.525.9-.812 1.913T4 12q0 1.4.425 2.638t1.225 2.237q.275.35.275.763t-.3.712t-.725.288t-.7-.363q-1.05-1.3-1.625-2.887T2 12q0-1.55.438-2.925T3.65 6.5L2.075 4.925q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l17 17q.3.3.3.7t-.3.7t-.712.3t-.713-.3m.675-5.35q-.35-.2-.462-.6t.062-.775q.325-.725.488-1.525T20 12q0-1.4-.425-2.638T18.35 7.125q-.275-.35-.288-.763t.288-.712t.738-.288t.712.363Q20.85 7 21.425 8.6T22 12q0 1.125-.238 2.188t-.687 2.012q-.175.35-.575.45t-.75-.1m-3.762-2.762q-.213-.338-.113-.763q.05-.25.088-.5T16 12q0-.575-.15-1.088t-.425-.962q-.225-.35-.2-.775t.325-.725t.7-.287t.65.362q.525.725.813 1.613T18 12q0 .375-.038.75t-.137.725q-.1.4-.437.625t-.763.125t-.638-.437"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.075 21.9L8.125 10.975q-.05.25-.088.5T8 12q0 .575.15 1.088t.425.962q.225.35.213.775t-.313.725t-.725.288t-.65-.363q-.525-.725-.812-1.625T6 12q0-.7.15-1.35t.425-1.225L5.1 7.95q-.525.9-.812 1.913T4 12q0 1.4.425 2.638t1.225 2.237q.275.35.275.763t-.3.712t-.725.288t-.7-.363q-1.05-1.3-1.625-2.887T2 12q0-1.55.438-2.925T3.65 6.5L2.075 4.925q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l17 17q.3.3.3.7t-.3.7t-.712.3t-.713-.3m.675-5.35q-.35-.2-.462-.6t.062-.775q.325-.725.488-1.525T20 12q0-1.4-.425-2.638T18.35 7.125q-.275-.35-.288-.763t.288-.712t.738-.288t.712.363Q20.85 7 21.425 8.6T22 12q0 1.125-.238 2.188t-.687 2.012q-.175.35-.575.45t-.75-.1m-3.762-2.762q-.213-.338-.113-.763q.05-.25.088-.5T16 12q0-.575-.15-1.088t-.425-.962q-.225-.35-.2-.775t.325-.725t.7-.287t.65.362q.525.725.813 1.613T18 12q0 .375-.038.75t-.137.725q-.1.4-.437.625t-.763.125t-.638-.437"/></svg>
</template>

CSS

.icon-sensors-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%22M19.075%2021.9L8.125%2010.975q-.05.25-.088.5T8%2012q0%20.575.15%201.088t.425.962q.225.35.213.775t-.313.725t-.725.288t-.65-.363q-.525-.725-.812-1.625T6%2012q0-.7.15-1.35t.425-1.225L5.1%207.95q-.525.9-.812%201.913T4%2012q0%201.4.425%202.638t1.225%202.237q.275.35.275.763t-.3.712t-.725.288t-.7-.363q-1.05-1.3-1.625-2.887T2%2012q0-1.55.438-2.925T3.65%206.5L2.075%204.925q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l17%2017q.3.3.3.7t-.3.7t-.712.3t-.713-.3m.675-5.35q-.35-.2-.462-.6t.062-.775q.325-.725.488-1.525T20%2012q0-1.4-.425-2.638T18.35%207.125q-.275-.35-.288-.763t.288-.712t.738-.288t.712.363Q20.85%207%2021.425%208.6T22%2012q0%201.125-.238%202.188t-.687%202.012q-.175.35-.575.45t-.75-.1m-3.762-2.762q-.213-.338-.113-.763q.05-.25.088-.5T16%2012q0-.575-.15-1.088t-.425-.962q-.225-.35-.2-.775t.325-.725t.7-.287t.65.362q.525.725.813%201.613T18%2012q0%20.375-.038.75t-.137.725q-.1.4-.437.625t-.763.125t-.638-.437%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%22M19.075%2021.9L8.125%2010.975q-.05.25-.088.5T8%2012q0%20.575.15%201.088t.425.962q.225.35.213.775t-.313.725t-.725.288t-.65-.363q-.525-.725-.812-1.625T6%2012q0-.7.15-1.35t.425-1.225L5.1%207.95q-.525.9-.812%201.913T4%2012q0%201.4.425%202.638t1.225%202.237q.275.35.275.763t-.3.712t-.725.288t-.7-.363q-1.05-1.3-1.625-2.887T2%2012q0-1.55.438-2.925T3.65%206.5L2.075%204.925q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l17%2017q.3.3.3.7t-.3.7t-.712.3t-.713-.3m.675-5.35q-.35-.2-.462-.6t.062-.775q.325-.725.488-1.525T20%2012q0-1.4-.425-2.638T18.35%207.125q-.275-.35-.288-.763t.288-.712t.738-.288t.712.363Q20.85%207%2021.425%208.6T22%2012q0%201.125-.238%202.188t-.687%202.012q-.175.35-.575.45t-.75-.1m-3.762-2.762q-.213-.338-.113-.763q.05-.25.088-.5T16%2012q0-.575-.15-1.088t-.425-.962q-.225-.35-.2-.775t.325-.725t.7-.287t.65.362q.525.725.813%201.613T18%2012q0%20.375-.038.75t-.137.725q-.1.4-.437.625t-.763.125t-.638-.437%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/sensors-off-rounded.svg?color=%231a73e8&size=48