router modem icon

router-modem-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
router-modem-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

Use the router modem icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.75 5.37a1 1 0 0 0-1.5-1.324A8.97 8.97 0 0 0 3 10q0 .57.07 1.123a1 1 0 0 0 1.984-.247A7 7 0 0 1 5 10a6.97 6.97 0 0 1 1.75-4.63m12-1.324a1 1 0 1 0-1.5 1.324A6.97 6.97 0 0 1 19 10q0 .446-.054.876a1 1 0 0 0 1.984.247A9 9 0 0 0 21 10a8.97 8.97 0 0 0-2.25-5.954m-9 3.97a1 1 0 0 0-1.5-1.324a5 5 0 0 0-1.211 3.931a1 1 0 1 0 1.984-.247a3 3 0 0 1 .726-2.36m6.001-1.324a1 1 0 1 0-1.5 1.324a3 3 0 0 1 .727 2.36a1 1 0 0 0 1.984.247Q17 10.316 17 10a4.98 4.98 0 0 0-1.25-3.308"/><path fill="currentColor" fill-rule="evenodd" d="M3 16a2 2 0 0 1 2-2h6v-4a1 1 0 1 1 2 0v4h6a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteRouterModemFill(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="M6.75 5.37a1 1 0 0 0-1.5-1.324A8.97 8.97 0 0 0 3 10q0 .57.07 1.123a1 1 0 0 0 1.984-.247A7 7 0 0 1 5 10a6.97 6.97 0 0 1 1.75-4.63m12-1.324a1 1 0 1 0-1.5 1.324A6.97 6.97 0 0 1 19 10q0 .446-.054.876a1 1 0 0 0 1.984.247A9 9 0 0 0 21 10a8.97 8.97 0 0 0-2.25-5.954m-9 3.97a1 1 0 0 0-1.5-1.324a5 5 0 0 0-1.211 3.931a1 1 0 1 0 1.984-.247a3 3 0 0 1 .726-2.36m6.001-1.324a1 1 0 1 0-1.5 1.324a3 3 0 0 1 .727 2.36a1 1 0 0 0 1.984.247Q17 10.316 17 10a4.98 4.98 0 0 0-1.25-3.308"/><path fill="currentColor" fillRule="evenodd" d="M3 16a2 2 0 0 1 2-2h6v-4a1 1 0 1 1 2 0v4h6a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.75 5.37a1 1 0 0 0-1.5-1.324A8.97 8.97 0 0 0 3 10q0 .57.07 1.123a1 1 0 0 0 1.984-.247A7 7 0 0 1 5 10a6.97 6.97 0 0 1 1.75-4.63m12-1.324a1 1 0 1 0-1.5 1.324A6.97 6.97 0 0 1 19 10q0 .446-.054.876a1 1 0 0 0 1.984.247A9 9 0 0 0 21 10a8.97 8.97 0 0 0-2.25-5.954m-9 3.97a1 1 0 0 0-1.5-1.324a5 5 0 0 0-1.211 3.931a1 1 0 1 0 1.984-.247a3 3 0 0 1 .726-2.36m6.001-1.324a1 1 0 1 0-1.5 1.324a3 3 0 0 1 .727 2.36a1 1 0 0 0 1.984.247Q17 10.316 17 10a4.98 4.98 0 0 0-1.25-3.308"/><path fill="currentColor" fill-rule="evenodd" d="M3 16a2 2 0 0 1 2-2h6v-4a1 1 0 1 1 2 0v4h6a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-router-modem-fill {
  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%22M6.75%205.37a1%201%200%200%200-1.5-1.324A8.97%208.97%200%200%200%203%2010q0%20.57.07%201.123a1%201%200%200%200%201.984-.247A7%207%200%200%201%205%2010a6.97%206.97%200%200%201%201.75-4.63m12-1.324a1%201%200%201%200-1.5%201.324A6.97%206.97%200%200%201%2019%2010q0%20.446-.054.876a1%201%200%200%200%201.984.247A9%209%200%200%200%2021%2010a8.97%208.97%200%200%200-2.25-5.954m-9%203.97a1%201%200%200%200-1.5-1.324a5%205%200%200%200-1.211%203.931a1%201%200%201%200%201.984-.247a3%203%200%200%201%20.726-2.36m6.001-1.324a1%201%200%201%200-1.5%201.324a3%203%200%200%201%20.727%202.36a1%201%200%200%200%201.984.247Q17%2010.316%2017%2010a4.98%204.98%200%200%200-1.25-3.308%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M3%2016a2%202%200%200%201%202-2h6v-4a1%201%200%201%201%202%200v4h6a2%202%200%200%201%202%202v3a2%202%200%200%201-2%202H5a2%202%200%200%201-2-2z%22%20clip-rule%3D%22evenodd%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%22M6.75%205.37a1%201%200%200%200-1.5-1.324A8.97%208.97%200%200%200%203%2010q0%20.57.07%201.123a1%201%200%200%200%201.984-.247A7%207%200%200%201%205%2010a6.97%206.97%200%200%201%201.75-4.63m12-1.324a1%201%200%201%200-1.5%201.324A6.97%206.97%200%200%201%2019%2010q0%20.446-.054.876a1%201%200%200%200%201.984.247A9%209%200%200%200%2021%2010a8.97%208.97%200%200%200-2.25-5.954m-9%203.97a1%201%200%200%200-1.5-1.324a5%205%200%200%200-1.211%203.931a1%201%200%201%200%201.984-.247a3%203%200%200%201%20.726-2.36m6.001-1.324a1%201%200%201%200-1.5%201.324a3%203%200%200%201%20.727%202.36a1%201%200%200%200%201.984.247Q17%2010.316%2017%2010a4.98%204.98%200%200%200-1.25-3.308%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M3%2016a2%202%200%200%201%202-2h6v-4a1%201%200%201%201%202%200v4h6a2%202%200%200%201%202%202v3a2%202%200%200%201-2%202H5a2%202%200%200%201-2-2z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/router-modem-fill.svg?color=%231a73e8&size=48