signal cellular nodata icon

signal-cellular-nodata-rounded from Material Symbols by Google · Rounded · Android · Apache-2.0 Free for personal and commercial use.

Name
signal-cellular-nodata-rounded
Set
Material Symbols
Style
Rounded
Category
Android
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols

The same icon in other sets

More android icons from Material Symbols

Use the signal cellular nodata icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.6 20.8q-.275.275-.687.288T16.2 20.8q-.275-.275-.275-.7t.275-.7l1.4-1.4l-1.4-1.4q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l1.4 1.4l1.4-1.4q.275-.275.687-.287t.713.287q.275.275.275.7t-.275.7L20.425 18l1.375 1.4q.275.275.288.688t-.288.712q-.275.275-.7.275t-.7-.275L19 19.425zM4.425 22q-.45 0-.737-.3T3.4 21q0-.2.075-.375T3.7 20.3L20.275 3.725q.15-.15.325-.225t.375-.075q.4 0 .7.288t.3.737v6.9q0 .45-.388.688t-.812.087q-.425-.125-.875-.187t-.9-.063q-2.55 0-4.337 1.788T12.875 18q0 .775.163 1.463t.512 1.337q.225.425.013.813t-.638.387z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsSignalCellularNodataRounded(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.6 20.8q-.275.275-.687.288T16.2 20.8q-.275-.275-.275-.7t.275-.7l1.4-1.4l-1.4-1.4q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l1.4 1.4l1.4-1.4q.275-.275.687-.287t.713.287q.275.275.275.7t-.275.7L20.425 18l1.375 1.4q.275.275.288.688t-.288.712q-.275.275-.7.275t-.7-.275L19 19.425zM4.425 22q-.45 0-.737-.3T3.4 21q0-.2.075-.375T3.7 20.3L20.275 3.725q.15-.15.325-.225t.375-.075q.4 0 .7.288t.3.737v6.9q0 .45-.388.688t-.812.087q-.425-.125-.875-.187t-.9-.063q-2.55 0-4.337 1.788T12.875 18q0 .775.163 1.463t.512 1.337q.225.425.013.813t-.638.387z"/></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.6 20.8q-.275.275-.687.288T16.2 20.8q-.275-.275-.275-.7t.275-.7l1.4-1.4l-1.4-1.4q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l1.4 1.4l1.4-1.4q.275-.275.687-.287t.713.287q.275.275.275.7t-.275.7L20.425 18l1.375 1.4q.275.275.288.688t-.288.712q-.275.275-.7.275t-.7-.275L19 19.425zM4.425 22q-.45 0-.737-.3T3.4 21q0-.2.075-.375T3.7 20.3L20.275 3.725q.15-.15.325-.225t.375-.075q.4 0 .7.288t.3.737v6.9q0 .45-.388.688t-.812.087q-.425-.125-.875-.187t-.9-.063q-2.55 0-4.337 1.788T12.875 18q0 .775.163 1.463t.512 1.337q.225.425.013.813t-.638.387z"/></svg>
</template>

CSS

.icon-signal-cellular-nodata-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.6%2020.8q-.275.275-.687.288T16.2%2020.8q-.275-.275-.275-.7t.275-.7l1.4-1.4l-1.4-1.4q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l1.4%201.4l1.4-1.4q.275-.275.687-.287t.713.287q.275.275.275.7t-.275.7L20.425%2018l1.375%201.4q.275.275.288.688t-.288.712q-.275.275-.7.275t-.7-.275L19%2019.425zM4.425%2022q-.45%200-.737-.3T3.4%2021q0-.2.075-.375T3.7%2020.3L20.275%203.725q.15-.15.325-.225t.375-.075q.4%200%20.7.288t.3.737v6.9q0%20.45-.388.688t-.812.087q-.425-.125-.875-.187t-.9-.063q-2.55%200-4.337%201.788T12.875%2018q0%20.775.163%201.463t.512%201.337q.225.425.013.813t-.638.387z%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.6%2020.8q-.275.275-.687.288T16.2%2020.8q-.275-.275-.275-.7t.275-.7l1.4-1.4l-1.4-1.4q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l1.4%201.4l1.4-1.4q.275-.275.687-.287t.713.287q.275.275.275.7t-.275.7L20.425%2018l1.375%201.4q.275.275.288.688t-.288.712q-.275.275-.7.275t-.7-.275L19%2019.425zM4.425%2022q-.45%200-.737-.3T3.4%2021q0-.2.075-.375T3.7%2020.3L20.275%203.725q.15-.15.325-.225t.375-.075q.4%200%20.7.288t.3.737v6.9q0%20.45-.388.688t-.812.087q-.425-.125-.875-.187t-.9-.063q-2.55%200-4.337%201.788T12.875%2018q0%20.775.163%201.463t.512%201.337q.225.425.013.813t-.638.387z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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