network check icon
network-check-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- network-check-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- License
- MIT
3 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
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="m10.05 15.42l6.256-8.476a.694.694 0 0 1 1.235.57l-.03.098l-3.87 9.8a2.07 2.07 0 1 1-3.737-1.766l.07-.115zl6.257-8.477zm2.05-4.549l-1.226 1.66a3.33 3.33 0 0 0-2.29 3.025a.75.75 0 0 1-1.5-.064A4.82 4.82 0 0 1 9.14 11.74a4.8 4.8 0 0 1 2.962-.87m4.168 2.752c.279.586.435 1.22.462 1.866a.75.75 0 0 1-1.376.444zm-2.234-5.37l-.969 1.311a6.22 6.22 0 0 0-4.736 1.02a6.2 6.2 0 0 0-2.419 3.39a.75.75 0 0 1-1.442-.412a7.7 7.7 0 0 1 3-4.207a7.72 7.72 0 0 1 6.566-1.102m3.51 2.138q.376.401.703.865a7.7 7.7 0 0 1 1.096 2.288a.75.75 0 0 1-1.44.417a6.2 6.2 0 0 0-.885-1.845l-.102-.138zM15.98 5.852l-.088.054q-.184.123-.336.295l-.097.12l-.54.732a9.14 9.14 0 0 0-8.261 1.146a9.1 9.1 0 0 0-3.278 4.172a.75.75 0 1 1-1.398-.544A10.6 10.6 0 0 1 5.799 6.97A10.64 10.64 0 0 1 15.98 5.852m2.629 1.562a10.7 10.7 0 0 1 2.022 2.171c.49.702.892 1.451 1.199 2.235a.75.75 0 0 1-1.397.547a9.2 9.2 0 0 0-1.03-1.921a9.2 9.2 0 0 0-1.297-1.484l.381-.964c.076-.19.115-.388.122-.584"/></svg>
React
import type { SVGProps } from "react";
export function FluentNetworkCheck24Filled(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="m10.05 15.42l6.256-8.476a.694.694 0 0 1 1.235.57l-.03.098l-3.87 9.8a2.07 2.07 0 1 1-3.737-1.766l.07-.115zl6.257-8.477zm2.05-4.549l-1.226 1.66a3.33 3.33 0 0 0-2.29 3.025a.75.75 0 0 1-1.5-.064A4.82 4.82 0 0 1 9.14 11.74a4.8 4.8 0 0 1 2.962-.87m4.168 2.752c.279.586.435 1.22.462 1.866a.75.75 0 0 1-1.376.444zm-2.234-5.37l-.969 1.311a6.22 6.22 0 0 0-4.736 1.02a6.2 6.2 0 0 0-2.419 3.39a.75.75 0 0 1-1.442-.412a7.7 7.7 0 0 1 3-4.207a7.72 7.72 0 0 1 6.566-1.102m3.51 2.138q.376.401.703.865a7.7 7.7 0 0 1 1.096 2.288a.75.75 0 0 1-1.44.417a6.2 6.2 0 0 0-.885-1.845l-.102-.138zM15.98 5.852l-.088.054q-.184.123-.336.295l-.097.12l-.54.732a9.14 9.14 0 0 0-8.261 1.146a9.1 9.1 0 0 0-3.278 4.172a.75.75 0 1 1-1.398-.544A10.6 10.6 0 0 1 5.799 6.97A10.64 10.64 0 0 1 15.98 5.852m2.629 1.562a10.7 10.7 0 0 1 2.022 2.171c.49.702.892 1.451 1.199 2.235a.75.75 0 0 1-1.397.547a9.2 9.2 0 0 0-1.03-1.921a9.2 9.2 0 0 0-1.297-1.484l.381-.964c.076-.19.115-.388.122-.584"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m10.05 15.42l6.256-8.476a.694.694 0 0 1 1.235.57l-.03.098l-3.87 9.8a2.07 2.07 0 1 1-3.737-1.766l.07-.115zl6.257-8.477zm2.05-4.549l-1.226 1.66a3.33 3.33 0 0 0-2.29 3.025a.75.75 0 0 1-1.5-.064A4.82 4.82 0 0 1 9.14 11.74a4.8 4.8 0 0 1 2.962-.87m4.168 2.752c.279.586.435 1.22.462 1.866a.75.75 0 0 1-1.376.444zm-2.234-5.37l-.969 1.311a6.22 6.22 0 0 0-4.736 1.02a6.2 6.2 0 0 0-2.419 3.39a.75.75 0 0 1-1.442-.412a7.7 7.7 0 0 1 3-4.207a7.72 7.72 0 0 1 6.566-1.102m3.51 2.138q.376.401.703.865a7.7 7.7 0 0 1 1.096 2.288a.75.75 0 0 1-1.44.417a6.2 6.2 0 0 0-.885-1.845l-.102-.138zM15.98 5.852l-.088.054q-.184.123-.336.295l-.097.12l-.54.732a9.14 9.14 0 0 0-8.261 1.146a9.1 9.1 0 0 0-3.278 4.172a.75.75 0 1 1-1.398-.544A10.6 10.6 0 0 1 5.799 6.97A10.64 10.64 0 0 1 15.98 5.852m2.629 1.562a10.7 10.7 0 0 1 2.022 2.171c.49.702.892 1.451 1.199 2.235a.75.75 0 0 1-1.397.547a9.2 9.2 0 0 0-1.03-1.921a9.2 9.2 0 0 0-1.297-1.484l.381-.964c.076-.19.115-.388.122-.584"/></svg> </template>
CSS
.icon-network-check-24-filled {
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%22m10.05%2015.42l6.256-8.476a.694.694%200%200%201%201.235.57l-.03.098l-3.87%209.8a2.07%202.07%200%201%201-3.737-1.766l.07-.115zl6.257-8.477zm2.05-4.549l-1.226%201.66a3.33%203.33%200%200%200-2.29%203.025a.75.75%200%200%201-1.5-.064A4.82%204.82%200%200%201%209.14%2011.74a4.8%204.8%200%200%201%202.962-.87m4.168%202.752c.279.586.435%201.22.462%201.866a.75.75%200%200%201-1.376.444zm-2.234-5.37l-.969%201.311a6.22%206.22%200%200%200-4.736%201.02a6.2%206.2%200%200%200-2.419%203.39a.75.75%200%200%201-1.442-.412a7.7%207.7%200%200%201%203-4.207a7.72%207.72%200%200%201%206.566-1.102m3.51%202.138q.376.401.703.865a7.7%207.7%200%200%201%201.096%202.288a.75.75%200%200%201-1.44.417a6.2%206.2%200%200%200-.885-1.845l-.102-.138zM15.98%205.852l-.088.054q-.184.123-.336.295l-.097.12l-.54.732a9.14%209.14%200%200%200-8.261%201.146a9.1%209.1%200%200%200-3.278%204.172a.75.75%200%201%201-1.398-.544A10.6%2010.6%200%200%201%205.799%206.97A10.64%2010.64%200%200%201%2015.98%205.852m2.629%201.562a10.7%2010.7%200%200%201%202.022%202.171c.49.702.892%201.451%201.199%202.235a.75.75%200%200%201-1.397.547a9.2%209.2%200%200%200-1.03-1.921a9.2%209.2%200%200%200-1.297-1.484l.381-.964c.076-.19.115-.388.122-.584%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%22m10.05%2015.42l6.256-8.476a.694.694%200%200%201%201.235.57l-.03.098l-3.87%209.8a2.07%202.07%200%201%201-3.737-1.766l.07-.115zl6.257-8.477zm2.05-4.549l-1.226%201.66a3.33%203.33%200%200%200-2.29%203.025a.75.75%200%200%201-1.5-.064A4.82%204.82%200%200%201%209.14%2011.74a4.8%204.8%200%200%201%202.962-.87m4.168%202.752c.279.586.435%201.22.462%201.866a.75.75%200%200%201-1.376.444zm-2.234-5.37l-.969%201.311a6.22%206.22%200%200%200-4.736%201.02a6.2%206.2%200%200%200-2.419%203.39a.75.75%200%200%201-1.442-.412a7.7%207.7%200%200%201%203-4.207a7.72%207.72%200%200%201%206.566-1.102m3.51%202.138q.376.401.703.865a7.7%207.7%200%200%201%201.096%202.288a.75.75%200%200%201-1.44.417a6.2%206.2%200%200%200-.885-1.845l-.102-.138zM15.98%205.852l-.088.054q-.184.123-.336.295l-.097.12l-.54.732a9.14%209.14%200%200%200-8.261%201.146a9.1%209.1%200%200%200-3.278%204.172a.75.75%200%201%201-1.398-.544A10.6%2010.6%200%200%201%205.799%206.97A10.64%2010.64%200%200%201%2015.98%205.852m2.629%201.562a10.7%2010.7%200%200%201%202.022%202.171c.49.702.892%201.451%201.199%202.235a.75.75%200%200%201-1.397.547a9.2%209.2%200%200%200-1.03-1.921a9.2%209.2%200%200%200-1.297-1.484l.381-.964c.076-.19.115-.388.122-.584%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/network-check-24-filled.svg?color=%231a73e8&size=48