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

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

1 other variant in Material Symbols Light

The same icon in other sets

More android icons from Material Symbols Light

Use the network check icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1.589 10.589q-.22-.22-.204-.54q.015-.32.265-.528q1.067-.919 2.228-1.666q1.16-.747 2.459-1.247q1.529-.616 3.127-.878t3.24-.172q.292.019.497.25t.168.53t-.271.506t-.557.195q-1.441-.066-2.844.156t-2.73.746q-1.182.457-2.243 1.1q-1.06.642-1.999 1.482q-.27.227-.586.263q-.318.035-.55-.198m5.328 4.26q-.31.25-.595.186q-.285-.063-.462-.257t-.196-.48q-.02-.288.25-.514q.915-.799 2-1.323q1.086-.524 2.267-.74q.354-.086.569.098t.275.459t-.057.527t-.495.342q-1.01.181-1.895.62q-.886.438-1.66 1.082m4.613 4.463q-.57-.198-.79-.706q-.222-.509.013-1.036L15.83 6.446q.061-.123.182-.176q.12-.053.249.003q.142.056.213.166t.021.253l-3.25 11.766q-.161.569-.65.816q-.49.247-1.065.038m10.867-8.785q-.182.194-.475.249q-.292.055-.596-.22q-.527-.489-1.228-.974t-1.31-.828q-.33-.2-.376-.483q-.046-.282.075-.527q.121-.244.39-.357q.268-.114.555.063q.713.39 1.512.968q.8.578 1.405 1.128q.256.214.243.5q-.012.287-.195.481M18.2 15.564q-.29.036-.557-.214q-.223-.223-.512-.464t-.557-.407q-.33-.231-.36-.523t.148-.531t.47-.318t.578.145q.299.221.653.513q.355.29.615.55q.25.25.219.543t-.22.48t-.477.226"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightNetworkCheckRounded(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="M1.589 10.589q-.22-.22-.204-.54q.015-.32.265-.528q1.067-.919 2.228-1.666q1.16-.747 2.459-1.247q1.529-.616 3.127-.878t3.24-.172q.292.019.497.25t.168.53t-.271.506t-.557.195q-1.441-.066-2.844.156t-2.73.746q-1.182.457-2.243 1.1q-1.06.642-1.999 1.482q-.27.227-.586.263q-.318.035-.55-.198m5.328 4.26q-.31.25-.595.186q-.285-.063-.462-.257t-.196-.48q-.02-.288.25-.514q.915-.799 2-1.323q1.086-.524 2.267-.74q.354-.086.569.098t.275.459t-.057.527t-.495.342q-1.01.181-1.895.62q-.886.438-1.66 1.082m4.613 4.463q-.57-.198-.79-.706q-.222-.509.013-1.036L15.83 6.446q.061-.123.182-.176q.12-.053.249.003q.142.056.213.166t.021.253l-3.25 11.766q-.161.569-.65.816q-.49.247-1.065.038m10.867-8.785q-.182.194-.475.249q-.292.055-.596-.22q-.527-.489-1.228-.974t-1.31-.828q-.33-.2-.376-.483q-.046-.282.075-.527q.121-.244.39-.357q.268-.114.555.063q.713.39 1.512.968q.8.578 1.405 1.128q.256.214.243.5q-.012.287-.195.481M18.2 15.564q-.29.036-.557-.214q-.223-.223-.512-.464t-.557-.407q-.33-.231-.36-.523t.148-.531t.47-.318t.578.145q.299.221.653.513q.355.29.615.55q.25.25.219.543t-.22.48t-.477.226"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1.589 10.589q-.22-.22-.204-.54q.015-.32.265-.528q1.067-.919 2.228-1.666q1.16-.747 2.459-1.247q1.529-.616 3.127-.878t3.24-.172q.292.019.497.25t.168.53t-.271.506t-.557.195q-1.441-.066-2.844.156t-2.73.746q-1.182.457-2.243 1.1q-1.06.642-1.999 1.482q-.27.227-.586.263q-.318.035-.55-.198m5.328 4.26q-.31.25-.595.186q-.285-.063-.462-.257t-.196-.48q-.02-.288.25-.514q.915-.799 2-1.323q1.086-.524 2.267-.74q.354-.086.569.098t.275.459t-.057.527t-.495.342q-1.01.181-1.895.62q-.886.438-1.66 1.082m4.613 4.463q-.57-.198-.79-.706q-.222-.509.013-1.036L15.83 6.446q.061-.123.182-.176q.12-.053.249.003q.142.056.213.166t.021.253l-3.25 11.766q-.161.569-.65.816q-.49.247-1.065.038m10.867-8.785q-.182.194-.475.249q-.292.055-.596-.22q-.527-.489-1.228-.974t-1.31-.828q-.33-.2-.376-.483q-.046-.282.075-.527q.121-.244.39-.357q.268-.114.555.063q.713.39 1.512.968q.8.578 1.405 1.128q.256.214.243.5q-.012.287-.195.481M18.2 15.564q-.29.036-.557-.214q-.223-.223-.512-.464t-.557-.407q-.33-.231-.36-.523t.148-.531t.47-.318t.578.145q.299.221.653.513q.355.29.615.55q.25.25.219.543t-.22.48t-.477.226"/></svg>
</template>

CSS

.icon-network-check-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%22M1.589%2010.589q-.22-.22-.204-.54q.015-.32.265-.528q1.067-.919%202.228-1.666q1.16-.747%202.459-1.247q1.529-.616%203.127-.878t3.24-.172q.292.019.497.25t.168.53t-.271.506t-.557.195q-1.441-.066-2.844.156t-2.73.746q-1.182.457-2.243%201.1q-1.06.642-1.999%201.482q-.27.227-.586.263q-.318.035-.55-.198m5.328%204.26q-.31.25-.595.186q-.285-.063-.462-.257t-.196-.48q-.02-.288.25-.514q.915-.799%202-1.323q1.086-.524%202.267-.74q.354-.086.569.098t.275.459t-.057.527t-.495.342q-1.01.181-1.895.62q-.886.438-1.66%201.082m4.613%204.463q-.57-.198-.79-.706q-.222-.509.013-1.036L15.83%206.446q.061-.123.182-.176q.12-.053.249.003q.142.056.213.166t.021.253l-3.25%2011.766q-.161.569-.65.816q-.49.247-1.065.038m10.867-8.785q-.182.194-.475.249q-.292.055-.596-.22q-.527-.489-1.228-.974t-1.31-.828q-.33-.2-.376-.483q-.046-.282.075-.527q.121-.244.39-.357q.268-.114.555.063q.713.39%201.512.968q.8.578%201.405%201.128q.256.214.243.5q-.012.287-.195.481M18.2%2015.564q-.29.036-.557-.214q-.223-.223-.512-.464t-.557-.407q-.33-.231-.36-.523t.148-.531t.47-.318t.578.145q.299.221.653.513q.355.29.615.55q.25.25.219.543t-.22.48t-.477.226%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%22M1.589%2010.589q-.22-.22-.204-.54q.015-.32.265-.528q1.067-.919%202.228-1.666q1.16-.747%202.459-1.247q1.529-.616%203.127-.878t3.24-.172q.292.019.497.25t.168.53t-.271.506t-.557.195q-1.441-.066-2.844.156t-2.73.746q-1.182.457-2.243%201.1q-1.06.642-1.999%201.482q-.27.227-.586.263q-.318.035-.55-.198m5.328%204.26q-.31.25-.595.186q-.285-.063-.462-.257t-.196-.48q-.02-.288.25-.514q.915-.799%202-1.323q1.086-.524%202.267-.74q.354-.086.569.098t.275.459t-.057.527t-.495.342q-1.01.181-1.895.62q-.886.438-1.66%201.082m4.613%204.463q-.57-.198-.79-.706q-.222-.509.013-1.036L15.83%206.446q.061-.123.182-.176q.12-.053.249.003q.142.056.213.166t.021.253l-3.25%2011.766q-.161.569-.65.816q-.49.247-1.065.038m10.867-8.785q-.182.194-.475.249q-.292.055-.596-.22q-.527-.489-1.228-.974t-1.31-.828q-.33-.2-.376-.483q-.046-.282.075-.527q.121-.244.39-.357q.268-.114.555.063q.713.39%201.512.968q.8.578%201.405%201.128q.256.214.243.5q-.012.287-.195.481M18.2%2015.564q-.29.036-.557-.214q-.223-.223-.512-.464t-.557-.407q-.33-.231-.36-.523t.148-.531t.47-.318t.578.145q.299.221.653.513q.355.29.615.55q.25.25.219.543t-.22.48t-.477.226%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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