wan from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.

Name
wan
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0
Aliases
wide-area-network

The same icon in other sets

Use the wan icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2a8 8 0 0 0-8 8c0 4.03 3 7.42 7 7.93V19h-1a1 1 0 0 0-1 1H2v2h7a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1h7v-2h-7a1 1 0 0 0-1-1h-1v-1.07c4-.5 7-3.9 7-7.93a8 8 0 0 0-8-8m0 2s.74 1.28 1.26 3h-2.52C11.26 5.28 12 4 12 4m-2.23.43c-.27.5-.68 1.41-1.03 2.57H6.81C7.5 5.84 8.5 4.93 9.77 4.43m4.46.01c1.27.5 2.27 1.4 2.96 2.56h-1.93c-.35-1.16-.76-2.07-1.03-2.56M6.09 9h2.23c-.04.33-.07.66-.07 1s.03.67.07 1H6.09a5.6 5.6 0 0 1 0-2m4.23 0h3.36c.04.33.07.66.07 1s-.03.67-.07 1h-3.36c-.04-.33-.07-.66-.07-1s.03-.67.07-1m5.36 0h2.23a5.6 5.6 0 0 1 0 2h-2.23c.04-.33.07-.66.07-1s-.03-.67-.07-1m-8.87 4h1.93c.35 1.16.76 2.07 1.03 2.56c-1.27-.5-2.27-1.4-2.96-2.56m3.93 0h2.52c-.52 1.72-1.26 3-1.26 3s-.74-1.28-1.26-3m4.52 0h1.93c-.69 1.16-1.69 2.07-2.96 2.57c.27-.5.68-1.41 1.03-2.57"/></svg>

React

import type { SVGProps } from "react";

export function MdiWan(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="M12 2a8 8 0 0 0-8 8c0 4.03 3 7.42 7 7.93V19h-1a1 1 0 0 0-1 1H2v2h7a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1h7v-2h-7a1 1 0 0 0-1-1h-1v-1.07c4-.5 7-3.9 7-7.93a8 8 0 0 0-8-8m0 2s.74 1.28 1.26 3h-2.52C11.26 5.28 12 4 12 4m-2.23.43c-.27.5-.68 1.41-1.03 2.57H6.81C7.5 5.84 8.5 4.93 9.77 4.43m4.46.01c1.27.5 2.27 1.4 2.96 2.56h-1.93c-.35-1.16-.76-2.07-1.03-2.56M6.09 9h2.23c-.04.33-.07.66-.07 1s.03.67.07 1H6.09a5.6 5.6 0 0 1 0-2m4.23 0h3.36c.04.33.07.66.07 1s-.03.67-.07 1h-3.36c-.04-.33-.07-.66-.07-1s.03-.67.07-1m5.36 0h2.23a5.6 5.6 0 0 1 0 2h-2.23c.04-.33.07-.66.07-1s-.03-.67-.07-1m-8.87 4h1.93c.35 1.16.76 2.07 1.03 2.56c-1.27-.5-2.27-1.4-2.96-2.56m3.93 0h2.52c-.52 1.72-1.26 3-1.26 3s-.74-1.28-1.26-3m4.52 0h1.93c-.69 1.16-1.69 2.07-2.96 2.57c.27-.5.68-1.41 1.03-2.57"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2a8 8 0 0 0-8 8c0 4.03 3 7.42 7 7.93V19h-1a1 1 0 0 0-1 1H2v2h7a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1h7v-2h-7a1 1 0 0 0-1-1h-1v-1.07c4-.5 7-3.9 7-7.93a8 8 0 0 0-8-8m0 2s.74 1.28 1.26 3h-2.52C11.26 5.28 12 4 12 4m-2.23.43c-.27.5-.68 1.41-1.03 2.57H6.81C7.5 5.84 8.5 4.93 9.77 4.43m4.46.01c1.27.5 2.27 1.4 2.96 2.56h-1.93c-.35-1.16-.76-2.07-1.03-2.56M6.09 9h2.23c-.04.33-.07.66-.07 1s.03.67.07 1H6.09a5.6 5.6 0 0 1 0-2m4.23 0h3.36c.04.33.07.66.07 1s-.03.67-.07 1h-3.36c-.04-.33-.07-.66-.07-1s.03-.67.07-1m5.36 0h2.23a5.6 5.6 0 0 1 0 2h-2.23c.04-.33.07-.66.07-1s-.03-.67-.07-1m-8.87 4h1.93c.35 1.16.76 2.07 1.03 2.56c-1.27-.5-2.27-1.4-2.96-2.56m3.93 0h2.52c-.52 1.72-1.26 3-1.26 3s-.74-1.28-1.26-3m4.52 0h1.93c-.69 1.16-1.69 2.07-2.96 2.57c.27-.5.68-1.41 1.03-2.57"/></svg>
</template>

CSS

.icon-wan {
  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%22M12%202a8%208%200%200%200-8%208c0%204.03%203%207.42%207%207.93V19h-1a1%201%200%200%200-1%201H2v2h7a1%201%200%200%200%201%201h4a1%201%200%200%200%201-1h7v-2h-7a1%201%200%200%200-1-1h-1v-1.07c4-.5%207-3.9%207-7.93a8%208%200%200%200-8-8m0%202s.74%201.28%201.26%203h-2.52C11.26%205.28%2012%204%2012%204m-2.23.43c-.27.5-.68%201.41-1.03%202.57H6.81C7.5%205.84%208.5%204.93%209.77%204.43m4.46.01c1.27.5%202.27%201.4%202.96%202.56h-1.93c-.35-1.16-.76-2.07-1.03-2.56M6.09%209h2.23c-.04.33-.07.66-.07%201s.03.67.07%201H6.09a5.6%205.6%200%200%201%200-2m4.23%200h3.36c.04.33.07.66.07%201s-.03.67-.07%201h-3.36c-.04-.33-.07-.66-.07-1s.03-.67.07-1m5.36%200h2.23a5.6%205.6%200%200%201%200%202h-2.23c.04-.33.07-.66.07-1s-.03-.67-.07-1m-8.87%204h1.93c.35%201.16.76%202.07%201.03%202.56c-1.27-.5-2.27-1.4-2.96-2.56m3.93%200h2.52c-.52%201.72-1.26%203-1.26%203s-.74-1.28-1.26-3m4.52%200h1.93c-.69%201.16-1.69%202.07-2.96%202.57c.27-.5.68-1.41%201.03-2.57%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%22M12%202a8%208%200%200%200-8%208c0%204.03%203%207.42%207%207.93V19h-1a1%201%200%200%200-1%201H2v2h7a1%201%200%200%200%201%201h4a1%201%200%200%200%201-1h7v-2h-7a1%201%200%200%200-1-1h-1v-1.07c4-.5%207-3.9%207-7.93a8%208%200%200%200-8-8m0%202s.74%201.28%201.26%203h-2.52C11.26%205.28%2012%204%2012%204m-2.23.43c-.27.5-.68%201.41-1.03%202.57H6.81C7.5%205.84%208.5%204.93%209.77%204.43m4.46.01c1.27.5%202.27%201.4%202.96%202.56h-1.93c-.35-1.16-.76-2.07-1.03-2.56M6.09%209h2.23c-.04.33-.07.66-.07%201s.03.67.07%201H6.09a5.6%205.6%200%200%201%200-2m4.23%200h3.36c.04.33.07.66.07%201s-.03.67-.07%201h-3.36c-.04-.33-.07-.66-.07-1s.03-.67.07-1m5.36%200h2.23a5.6%205.6%200%200%201%200%202h-2.23c.04-.33.07-.66.07-1s-.03-.67-.07-1m-8.87%204h1.93c.35%201.16.76%202.07%201.03%202.56c-1.27-.5-2.27-1.4-2.96-2.56m3.93%200h2.52c-.52%201.72-1.26%203-1.26%203s-.74-1.28-1.26-3m4.52%200h1.93c-.69%201.16-1.69%202.07-2.96%202.57c.27-.5.68-1.41%201.03-2.57%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/wan.svg?color=%231a73e8&size=48

Wan filled icon — Material Design Icons · IconsDB