network-ping-rounded from Material Symbols by Google · Rounded · Android · Apache-2.0 Free for personal and commercial use.

Name
network-ping-rounded
Set
Material Symbols
Style
Rounded
Category
Android
Viewbox
24×24
License
Apache 2.0
Aliases
network-ping-outline-rounded

1 other variant in Material Symbols

The same icon in other sets

More android icons from Material Symbols

Use the network ping icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 18q-.425 0-.712-.288T4 17t.288-.712T5 16h5.5L2.7 8.2q-.275-.275-.288-.687T2.7 6.8q.275-.275.7-.275t.7.275l7.9 7.875l5.2-5.2q-.1-.225-.15-.462T17 8.5q0-1.05.725-1.775T19.5 6t1.775.725T22 8.5t-.725 1.775T19.5 11q-.225 0-.437-.037t-.413-.113L13.5 16H19q.425 0 .713.288T20 17t-.288.713T19 18z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsNetworkPingRounded(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="M5 18q-.425 0-.712-.288T4 17t.288-.712T5 16h5.5L2.7 8.2q-.275-.275-.288-.687T2.7 6.8q.275-.275.7-.275t.7.275l7.9 7.875l5.2-5.2q-.1-.225-.15-.462T17 8.5q0-1.05.725-1.775T19.5 6t1.775.725T22 8.5t-.725 1.775T19.5 11q-.225 0-.437-.037t-.413-.113L13.5 16H19q.425 0 .713.288T20 17t-.288.713T19 18z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 18q-.425 0-.712-.288T4 17t.288-.712T5 16h5.5L2.7 8.2q-.275-.275-.288-.687T2.7 6.8q.275-.275.7-.275t.7.275l7.9 7.875l5.2-5.2q-.1-.225-.15-.462T17 8.5q0-1.05.725-1.775T19.5 6t1.775.725T22 8.5t-.725 1.775T19.5 11q-.225 0-.437-.037t-.413-.113L13.5 16H19q.425 0 .713.288T20 17t-.288.713T19 18z"/></svg>
</template>

CSS

.icon-network-ping-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%22M5%2018q-.425%200-.712-.288T4%2017t.288-.712T5%2016h5.5L2.7%208.2q-.275-.275-.288-.687T2.7%206.8q.275-.275.7-.275t.7.275l7.9%207.875l5.2-5.2q-.1-.225-.15-.462T17%208.5q0-1.05.725-1.775T19.5%206t1.775.725T22%208.5t-.725%201.775T19.5%2011q-.225%200-.437-.037t-.413-.113L13.5%2016H19q.425%200%20.713.288T20%2017t-.288.713T19%2018z%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%22M5%2018q-.425%200-.712-.288T4%2017t.288-.712T5%2016h5.5L2.7%208.2q-.275-.275-.288-.687T2.7%206.8q.275-.275.7-.275t.7.275l7.9%207.875l5.2-5.2q-.1-.225-.15-.462T17%208.5q0-1.05.725-1.775T19.5%206t1.775.725T22%208.5t-.725%201.775T19.5%2011q-.225%200-.437-.037t-.413-.113L13.5%2016H19q.425%200%20.713.288T20%2017t-.288.713T19%2018z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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