network check icon
network-check-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- network-check-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M2.513 10.177a8.003 8.003 0 0 1 10.366-4.643l.57-.724q.04-.048.08-.092A9.003 9.003 0 0 0 1.577 9.824a.5.5 0 1 0 .936.353m13.503-3.871a9 9 0 0 1 2.408 3.517a.5.5 0 0 1-.936.354a8 8 0 0 0-1.87-2.873l.264-.662zm-6.015.194a6.5 6.5 0 0 1 1.897.281l-.671.856a5.503 5.503 0 0 0-6.553 3.987a.5.5 0 1 1-.969-.249A6.5 6.5 0 0 1 10.001 6.5m5 2.346l-.436 1.084c.344.51.604 1.082.762 1.695a.5.5 0 1 0 .969-.25A6.5 6.5 0 0 0 15 8.846M10 9l.16.003c-.288.368-.569.73-.833 1.073A3 3 0 0 0 7 13a.5.5 0 0 1-1 0a4 4 0 0 1 4-4m3.168 4.351l-.007.017A.5.5 0 0 0 14 13c0-.424-.065-.832-.187-1.215c-.23.563-.45 1.098-.644 1.566m.222-6.85l.612-.778l.232-.293l.037-.042a.5.5 0 0 1 .855.371l-.036.166l-.138.347a1207 1207 0 0 1-1.504 3.75a341 341 0 0 1-1.203 2.945c-.175.42-.33.786-.451 1.067a8 8 0 0 1-.277.593a1.751 1.751 0 0 1-3.033-1.75c.06-.106.202-.303.375-.538c.183-.246.422-.562.699-.923c.553-.723 1.257-1.629 1.949-2.515s1.374-1.754 1.883-2.4m1.736-.742a.5.5 0 0 1-.036.166Z"/></svg>
React
import type { SVGProps } from "react";
export function FluentNetworkCheck20Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2.513 10.177a8.003 8.003 0 0 1 10.366-4.643l.57-.724q.04-.048.08-.092A9.003 9.003 0 0 0 1.577 9.824a.5.5 0 1 0 .936.353m13.503-3.871a9 9 0 0 1 2.408 3.517a.5.5 0 0 1-.936.354a8 8 0 0 0-1.87-2.873l.264-.662zm-6.015.194a6.5 6.5 0 0 1 1.897.281l-.671.856a5.503 5.503 0 0 0-6.553 3.987a.5.5 0 1 1-.969-.249A6.5 6.5 0 0 1 10.001 6.5m5 2.346l-.436 1.084c.344.51.604 1.082.762 1.695a.5.5 0 1 0 .969-.25A6.5 6.5 0 0 0 15 8.846M10 9l.16.003c-.288.368-.569.73-.833 1.073A3 3 0 0 0 7 13a.5.5 0 0 1-1 0a4 4 0 0 1 4-4m3.168 4.351l-.007.017A.5.5 0 0 0 14 13c0-.424-.065-.832-.187-1.215c-.23.563-.45 1.098-.644 1.566m.222-6.85l.612-.778l.232-.293l.037-.042a.5.5 0 0 1 .855.371l-.036.166l-.138.347a1207 1207 0 0 1-1.504 3.75a341 341 0 0 1-1.203 2.945c-.175.42-.33.786-.451 1.067a8 8 0 0 1-.277.593a1.751 1.751 0 0 1-3.033-1.75c.06-.106.202-.303.375-.538c.183-.246.422-.562.699-.923c.553-.723 1.257-1.629 1.949-2.515s1.374-1.754 1.883-2.4m1.736-.742a.5.5 0 0 1-.036.166Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2.513 10.177a8.003 8.003 0 0 1 10.366-4.643l.57-.724q.04-.048.08-.092A9.003 9.003 0 0 0 1.577 9.824a.5.5 0 1 0 .936.353m13.503-3.871a9 9 0 0 1 2.408 3.517a.5.5 0 0 1-.936.354a8 8 0 0 0-1.87-2.873l.264-.662zm-6.015.194a6.5 6.5 0 0 1 1.897.281l-.671.856a5.503 5.503 0 0 0-6.553 3.987a.5.5 0 1 1-.969-.249A6.5 6.5 0 0 1 10.001 6.5m5 2.346l-.436 1.084c.344.51.604 1.082.762 1.695a.5.5 0 1 0 .969-.25A6.5 6.5 0 0 0 15 8.846M10 9l.16.003c-.288.368-.569.73-.833 1.073A3 3 0 0 0 7 13a.5.5 0 0 1-1 0a4 4 0 0 1 4-4m3.168 4.351l-.007.017A.5.5 0 0 0 14 13c0-.424-.065-.832-.187-1.215c-.23.563-.45 1.098-.644 1.566m.222-6.85l.612-.778l.232-.293l.037-.042a.5.5 0 0 1 .855.371l-.036.166l-.138.347a1207 1207 0 0 1-1.504 3.75a341 341 0 0 1-1.203 2.945c-.175.42-.33.786-.451 1.067a8 8 0 0 1-.277.593a1.751 1.751 0 0 1-3.033-1.75c.06-.106.202-.303.375-.538c.183-.246.422-.562.699-.923c.553-.723 1.257-1.629 1.949-2.515s1.374-1.754 1.883-2.4m1.736-.742a.5.5 0 0 1-.036.166Z"/></svg> </template>
CSS
.icon-network-check-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.513%2010.177a8.003%208.003%200%200%201%2010.366-4.643l.57-.724q.04-.048.08-.092A9.003%209.003%200%200%200%201.577%209.824a.5.5%200%201%200%20.936.353m13.503-3.871a9%209%200%200%201%202.408%203.517a.5.5%200%200%201-.936.354a8%208%200%200%200-1.87-2.873l.264-.662zm-6.015.194a6.5%206.5%200%200%201%201.897.281l-.671.856a5.503%205.503%200%200%200-6.553%203.987a.5.5%200%201%201-.969-.249A6.5%206.5%200%200%201%2010.001%206.5m5%202.346l-.436%201.084c.344.51.604%201.082.762%201.695a.5.5%200%201%200%20.969-.25A6.5%206.5%200%200%200%2015%208.846M10%209l.16.003c-.288.368-.569.73-.833%201.073A3%203%200%200%200%207%2013a.5.5%200%200%201-1%200a4%204%200%200%201%204-4m3.168%204.351l-.007.017A.5.5%200%200%200%2014%2013c0-.424-.065-.832-.187-1.215c-.23.563-.45%201.098-.644%201.566m.222-6.85l.612-.778l.232-.293l.037-.042a.5.5%200%200%201%20.855.371l-.036.166l-.138.347a1207%201207%200%200%201-1.504%203.75a341%20341%200%200%201-1.203%202.945c-.175.42-.33.786-.451%201.067a8%208%200%200%201-.277.593a1.751%201.751%200%200%201-3.033-1.75c.06-.106.202-.303.375-.538c.183-.246.422-.562.699-.923c.553-.723%201.257-1.629%201.949-2.515s1.374-1.754%201.883-2.4m1.736-.742a.5.5%200%200%201-.036.166Z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.513%2010.177a8.003%208.003%200%200%201%2010.366-4.643l.57-.724q.04-.048.08-.092A9.003%209.003%200%200%200%201.577%209.824a.5.5%200%201%200%20.936.353m13.503-3.871a9%209%200%200%201%202.408%203.517a.5.5%200%200%201-.936.354a8%208%200%200%200-1.87-2.873l.264-.662zm-6.015.194a6.5%206.5%200%200%201%201.897.281l-.671.856a5.503%205.503%200%200%200-6.553%203.987a.5.5%200%201%201-.969-.249A6.5%206.5%200%200%201%2010.001%206.5m5%202.346l-.436%201.084c.344.51.604%201.082.762%201.695a.5.5%200%201%200%20.969-.25A6.5%206.5%200%200%200%2015%208.846M10%209l.16.003c-.288.368-.569.73-.833%201.073A3%203%200%200%200%207%2013a.5.5%200%200%201-1%200a4%204%200%200%201%204-4m3.168%204.351l-.007.017A.5.5%200%200%200%2014%2013c0-.424-.065-.832-.187-1.215c-.23.563-.45%201.098-.644%201.566m.222-6.85l.612-.778l.232-.293l.037-.042a.5.5%200%200%201%20.855.371l-.036.166l-.138.347a1207%201207%200%200%201-1.504%203.75a341%20341%200%200%201-1.203%202.945c-.175.42-.33.786-.451%201.067a8%208%200%200%201-.277.593a1.751%201.751%200%200%201-3.033-1.75c.06-.106.202-.303.375-.538c.183-.246.422-.562.699-.923c.553-.723%201.257-1.629%201.949-2.515s1.374-1.754%201.883-2.4m1.736-.742a.5.5%200%200%201-.036.166Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/network-check-20-filled.svg?color=%231a73e8&size=48