round network check icon
round-network-check from Google Material Icons by Material Design Authors · Baseline · Notification · Apache-2.0 Free for personal and commercial use.
- Name
- round-network-check
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Notification
- Viewbox
- 24×24
- License
- Apache 2.0
More notification icons from Google Material Icons
baseline-account-treebaseline-adbbaseline-airline-seat-flatbaseline-airline-seat-flat-angledbaseline-airline-seat-individual-suitebaseline-airline-seat-legroom-extrabaseline-airline-seat-legroom-normalbaseline-airline-seat-legroom-reducedbaseline-airline-seat-recline-extrabaseline-airline-seat-recline-normalbaseline-bluetooth-audiobaseline-confirmation-numberbaseline-directions-offbaseline-disc-fullbaseline-do-disturbbaseline-do-disturb-altbaseline-do-disturb-offbaseline-do-disturb-onbaseline-do-not-disturbbaseline-do-not-disturb-altbaseline-do-not-disturb-offbaseline-do-not-disturb-onbaseline-drive-etabaseline-enhanced-encryption
Use the round 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="M15.9 5c-.17 0-.32.09-.41.23l-.07.15l-5.18 11.65c-.16.29-.26.61-.26.96c0 1.11.9 2.01 2.01 2.01c.96 0 1.77-.68 1.96-1.59l.01-.03L16.4 5.5c0-.28-.22-.5-.5-.5M2.06 10.06c.51.51 1.33.55 1.89.09c2.76-2.26 6.24-3.18 9.58-2.76l1.19-2.68c-4.35-.78-8.96.3-12.57 3.25c-.64.53-.68 1.51-.09 2.1m19.88 0c.59-.59.55-1.57-.1-2.1a15.4 15.4 0 0 0-4.44-2.53l-.53 2.82c1.13.47 2.19 1.09 3.17 1.89c.58.46 1.39.43 1.9-.08m-4.03 4.03c.6-.6.56-1.63-.14-2.12c-.46-.33-.94-.61-1.44-.86l-.55 2.92c.11.07.22.14.32.22c.57.4 1.33.32 1.81-.16m-11.83-.01c.5.5 1.27.54 1.85.13c.94-.66 2.01-1.06 3.1-1.22l1.28-2.88c-2.13-.06-4.28.54-6.09 1.84c-.69.51-.74 1.53-.14 2.13"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundNetworkCheck(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="M15.9 5c-.17 0-.32.09-.41.23l-.07.15l-5.18 11.65c-.16.29-.26.61-.26.96c0 1.11.9 2.01 2.01 2.01c.96 0 1.77-.68 1.96-1.59l.01-.03L16.4 5.5c0-.28-.22-.5-.5-.5M2.06 10.06c.51.51 1.33.55 1.89.09c2.76-2.26 6.24-3.18 9.58-2.76l1.19-2.68c-4.35-.78-8.96.3-12.57 3.25c-.64.53-.68 1.51-.09 2.1m19.88 0c.59-.59.55-1.57-.1-2.1a15.4 15.4 0 0 0-4.44-2.53l-.53 2.82c1.13.47 2.19 1.09 3.17 1.89c.58.46 1.39.43 1.9-.08m-4.03 4.03c.6-.6.56-1.63-.14-2.12c-.46-.33-.94-.61-1.44-.86l-.55 2.92c.11.07.22.14.32.22c.57.4 1.33.32 1.81-.16m-11.83-.01c.5.5 1.27.54 1.85.13c.94-.66 2.01-1.06 3.1-1.22l1.28-2.88c-2.13-.06-4.28.54-6.09 1.84c-.69.51-.74 1.53-.14 2.13"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.9 5c-.17 0-.32.09-.41.23l-.07.15l-5.18 11.65c-.16.29-.26.61-.26.96c0 1.11.9 2.01 2.01 2.01c.96 0 1.77-.68 1.96-1.59l.01-.03L16.4 5.5c0-.28-.22-.5-.5-.5M2.06 10.06c.51.51 1.33.55 1.89.09c2.76-2.26 6.24-3.18 9.58-2.76l1.19-2.68c-4.35-.78-8.96.3-12.57 3.25c-.64.53-.68 1.51-.09 2.1m19.88 0c.59-.59.55-1.57-.1-2.1a15.4 15.4 0 0 0-4.44-2.53l-.53 2.82c1.13.47 2.19 1.09 3.17 1.89c.58.46 1.39.43 1.9-.08m-4.03 4.03c.6-.6.56-1.63-.14-2.12c-.46-.33-.94-.61-1.44-.86l-.55 2.92c.11.07.22.14.32.22c.57.4 1.33.32 1.81-.16m-11.83-.01c.5.5 1.27.54 1.85.13c.94-.66 2.01-1.06 3.1-1.22l1.28-2.88c-2.13-.06-4.28.54-6.09 1.84c-.69.51-.74 1.53-.14 2.13"/></svg> </template>
CSS
.icon-round-network-check {
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%22M15.9%205c-.17%200-.32.09-.41.23l-.07.15l-5.18%2011.65c-.16.29-.26.61-.26.96c0%201.11.9%202.01%202.01%202.01c.96%200%201.77-.68%201.96-1.59l.01-.03L16.4%205.5c0-.28-.22-.5-.5-.5M2.06%2010.06c.51.51%201.33.55%201.89.09c2.76-2.26%206.24-3.18%209.58-2.76l1.19-2.68c-4.35-.78-8.96.3-12.57%203.25c-.64.53-.68%201.51-.09%202.1m19.88%200c.59-.59.55-1.57-.1-2.1a15.4%2015.4%200%200%200-4.44-2.53l-.53%202.82c1.13.47%202.19%201.09%203.17%201.89c.58.46%201.39.43%201.9-.08m-4.03%204.03c.6-.6.56-1.63-.14-2.12c-.46-.33-.94-.61-1.44-.86l-.55%202.92c.11.07.22.14.32.22c.57.4%201.33.32%201.81-.16m-11.83-.01c.5.5%201.27.54%201.85.13c.94-.66%202.01-1.06%203.1-1.22l1.28-2.88c-2.13-.06-4.28.54-6.09%201.84c-.69.51-.74%201.53-.14%202.13%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%22M15.9%205c-.17%200-.32.09-.41.23l-.07.15l-5.18%2011.65c-.16.29-.26.61-.26.96c0%201.11.9%202.01%202.01%202.01c.96%200%201.77-.68%201.96-1.59l.01-.03L16.4%205.5c0-.28-.22-.5-.5-.5M2.06%2010.06c.51.51%201.33.55%201.89.09c2.76-2.26%206.24-3.18%209.58-2.76l1.19-2.68c-4.35-.78-8.96.3-12.57%203.25c-.64.53-.68%201.51-.09%202.1m19.88%200c.59-.59.55-1.57-.1-2.1a15.4%2015.4%200%200%200-4.44-2.53l-.53%202.82c1.13.47%202.19%201.09%203.17%201.89c.58.46%201.39.43%201.9-.08m-4.03%204.03c.6-.6.56-1.63-.14-2.12c-.46-.33-.94-.61-1.44-.86l-.55%202.92c.11.07.22.14.32.22c.57.4%201.33.32%201.81-.16m-11.83-.01c.5.5%201.27.54%201.85.13c.94-.66%202.01-1.06%203.1-1.22l1.28-2.88c-2.13-.06-4.28.54-6.09%201.84c-.69.51-.74%201.53-.14%202.13%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-network-check.svg?color=%231a73e8&size=48