signal cellular off icon

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

Name
signal-cellular-off-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 off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.425 22q-.675 0-.937-.612T3.7 20.3l6.9-6.9l-7.5-7.475q-.3-.275-.287-.687t.287-.713q.3-.3.713-.3t.712.3L21.5 21.5q.3.3.288.7t-.313.7q-.3.275-.7.288t-.7-.288l-.9-.9zM22 4.425v12.35q0 .45-.3.738t-.7.287q-.2 0-.375-.075T20.3 17.5l-6.2-6.2q-.15-.15-.212-.325t-.063-.375t.063-.375t.212-.325l6.2-6.2q.475-.475 1.088-.212t.612.937"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsSignalCellularOffRounded(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="M4.425 22q-.675 0-.937-.612T3.7 20.3l6.9-6.9l-7.5-7.475q-.3-.275-.287-.687t.287-.713q.3-.3.713-.3t.712.3L21.5 21.5q.3.3.288.7t-.313.7q-.3.275-.7.288t-.7-.288l-.9-.9zM22 4.425v12.35q0 .45-.3.738t-.7.287q-.2 0-.375-.075T20.3 17.5l-6.2-6.2q-.15-.15-.212-.325t-.063-.375t.063-.375t.212-.325l6.2-6.2q.475-.475 1.088-.212t.612.937"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.425 22q-.675 0-.937-.612T3.7 20.3l6.9-6.9l-7.5-7.475q-.3-.275-.287-.687t.287-.713q.3-.3.713-.3t.712.3L21.5 21.5q.3.3.288.7t-.313.7q-.3.275-.7.288t-.7-.288l-.9-.9zM22 4.425v12.35q0 .45-.3.738t-.7.287q-.2 0-.375-.075T20.3 17.5l-6.2-6.2q-.15-.15-.212-.325t-.063-.375t.063-.375t.212-.325l6.2-6.2q.475-.475 1.088-.212t.612.937"/></svg>
</template>

CSS

.icon-signal-cellular-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%22M4.425%2022q-.675%200-.937-.612T3.7%2020.3l6.9-6.9l-7.5-7.475q-.3-.275-.287-.687t.287-.713q.3-.3.713-.3t.712.3L21.5%2021.5q.3.3.288.7t-.313.7q-.3.275-.7.288t-.7-.288l-.9-.9zM22%204.425v12.35q0%20.45-.3.738t-.7.287q-.2%200-.375-.075T20.3%2017.5l-6.2-6.2q-.15-.15-.212-.325t-.063-.375t.063-.375t.212-.325l6.2-6.2q.475-.475%201.088-.212t.612.937%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%22M4.425%2022q-.675%200-.937-.612T3.7%2020.3l6.9-6.9l-7.5-7.475q-.3-.275-.287-.687t.287-.713q.3-.3.713-.3t.712.3L21.5%2021.5q.3.3.288.7t-.313.7q-.3.275-.7.288t-.7-.288l-.9-.9zM22%204.425v12.35q0%20.45-.3.738t-.7.287q-.2%200-.375-.075T20.3%2017.5l-6.2-6.2q-.15-.15-.212-.325t-.063-.375t.063-.375t.212-.325l6.2-6.2q.475-.475%201.088-.212t.612.937%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-off-rounded.svg?color=%231a73e8&size=48