signal cellular add icon

signal-cellular-add-outline-rounded from Material Symbols by Google · Outline Rounded · Communicate · Apache-2.0 Free for personal and commercial use.

Name
signal-cellular-add-outline-rounded
Set
Material Symbols
Style
Outline Rounded
Category
Communicate
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols

The same icon in other sets

More communicate icons from Material Symbols

Use the signal cellular add icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 19h-2q-.425 0-.712-.288T15 18t.288-.712T16 17h2v-2q0-.425.288-.712T19 14t.713.288T20 15v2h2q.425 0 .713.288T23 18t-.288.713T22 19h-2v2q0 .425-.288.713T19 22t-.712-.288T18 21zM4.425 22q-.45 0-.725-.3t-.275-.7q0-.2.063-.375T3.7 20.3L20.3 3.725q.15-.15.325-.225T21 3.425q.4 0 .7.275t.3.725V11q0 .425-.288.713T21 12t-.712-.288T20 11V6.85L6.825 20H12q.425 0 .713.288T13 21t-.288.713T12 22zm2.4-2L20 6.85q-1.9 1.9-3.45 3.438t-3.037 3.024L10.425 16.4z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsSignalCellularAddOutlineRounded(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="M18 19h-2q-.425 0-.712-.288T15 18t.288-.712T16 17h2v-2q0-.425.288-.712T19 14t.713.288T20 15v2h2q.425 0 .713.288T23 18t-.288.713T22 19h-2v2q0 .425-.288.713T19 22t-.712-.288T18 21zM4.425 22q-.45 0-.725-.3t-.275-.7q0-.2.063-.375T3.7 20.3L20.3 3.725q.15-.15.325-.225T21 3.425q.4 0 .7.275t.3.725V11q0 .425-.288.713T21 12t-.712-.288T20 11V6.85L6.825 20H12q.425 0 .713.288T13 21t-.288.713T12 22zm2.4-2L20 6.85q-1.9 1.9-3.45 3.438t-3.037 3.024L10.425 16.4z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 19h-2q-.425 0-.712-.288T15 18t.288-.712T16 17h2v-2q0-.425.288-.712T19 14t.713.288T20 15v2h2q.425 0 .713.288T23 18t-.288.713T22 19h-2v2q0 .425-.288.713T19 22t-.712-.288T18 21zM4.425 22q-.45 0-.725-.3t-.275-.7q0-.2.063-.375T3.7 20.3L20.3 3.725q.15-.15.325-.225T21 3.425q.4 0 .7.275t.3.725V11q0 .425-.288.713T21 12t-.712-.288T20 11V6.85L6.825 20H12q.425 0 .713.288T13 21t-.288.713T12 22zm2.4-2L20 6.85q-1.9 1.9-3.45 3.438t-3.037 3.024L10.425 16.4z"/></svg>
</template>

CSS

.icon-signal-cellular-add-outline-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%22M18%2019h-2q-.425%200-.712-.288T15%2018t.288-.712T16%2017h2v-2q0-.425.288-.712T19%2014t.713.288T20%2015v2h2q.425%200%20.713.288T23%2018t-.288.713T22%2019h-2v2q0%20.425-.288.713T19%2022t-.712-.288T18%2021zM4.425%2022q-.45%200-.725-.3t-.275-.7q0-.2.063-.375T3.7%2020.3L20.3%203.725q.15-.15.325-.225T21%203.425q.4%200%20.7.275t.3.725V11q0%20.425-.288.713T21%2012t-.712-.288T20%2011V6.85L6.825%2020H12q.425%200%20.713.288T13%2021t-.288.713T12%2022zm2.4-2L20%206.85q-1.9%201.9-3.45%203.438t-3.037%203.024L10.425%2016.4z%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%22M18%2019h-2q-.425%200-.712-.288T15%2018t.288-.712T16%2017h2v-2q0-.425.288-.712T19%2014t.713.288T20%2015v2h2q.425%200%20.713.288T23%2018t-.288.713T22%2019h-2v2q0%20.425-.288.713T19%2022t-.712-.288T18%2021zM4.425%2022q-.45%200-.725-.3t-.275-.7q0-.2.063-.375T3.7%2020.3L20.3%203.725q.15-.15.325-.225T21%203.425q.4%200%20.7.275t.3.725V11q0%20.425-.288.713T21%2012t-.712-.288T20%2011V6.85L6.825%2020H12q.425%200%20.713.288T13%2021t-.288.713T12%2022zm2.4-2L20%206.85q-1.9%201.9-3.45%203.438t-3.037%203.024L10.425%2016.4z%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-add-outline-rounded.svg?color=%231a73e8&size=48