routing2 icon

routing2-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
routing2-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

2 other variants in Reicon

More newicons icons from Reicon

Use the routing2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.998 19.75h-2.68c-1.16 0-2.17-.7-2.57-1.78c-.41-1.08-.11-2.27.76-3.04l7.99-6.99c.48-.42.49-.99.35-1.38c-.15-.39-.53-.81-1.17-.81h-2.68c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2.68c1.16 0 2.17.7 2.57 1.78c.41 1.08.11 2.27-.76 3.04l-7.99 6.99c-.48.42-.49.99-.35 1.38c.15.39.53.81 1.17.81h2.68c.41 0 .75.34.75.75s-.34.75-.75.75M20 15h-3c-1.1 0-2 .9-2 2v3c0 1.1.9 2 2 2h3c1.1 0 2-.9 2-2v-3c0-1.1-.9-2-2-2m-1.49 4.5c-.55 0-1-.45-1-1s.44-1 1-1h.01c.55 0 1 .45 1 1s-.45 1-1.01 1M5.469 2c-1.93 0-3.5 1.57-3.5 3.5S3.539 9 5.469 9s3.5-1.57 3.5-3.5S7.409 2 5.469 2m.04 4.5c-.55 0-1-.45-1-1s.44-1 1-1h.01c.55 0 1 .45 1 1s-.45 1-1.01 1"/></svg>

React

import type { SVGProps } from "react";

export function ReiconRouting2Filled(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="M11.998 19.75h-2.68c-1.16 0-2.17-.7-2.57-1.78c-.41-1.08-.11-2.27.76-3.04l7.99-6.99c.48-.42.49-.99.35-1.38c-.15-.39-.53-.81-1.17-.81h-2.68c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2.68c1.16 0 2.17.7 2.57 1.78c.41 1.08.11 2.27-.76 3.04l-7.99 6.99c-.48.42-.49.99-.35 1.38c.15.39.53.81 1.17.81h2.68c.41 0 .75.34.75.75s-.34.75-.75.75M20 15h-3c-1.1 0-2 .9-2 2v3c0 1.1.9 2 2 2h3c1.1 0 2-.9 2-2v-3c0-1.1-.9-2-2-2m-1.49 4.5c-.55 0-1-.45-1-1s.44-1 1-1h.01c.55 0 1 .45 1 1s-.45 1-1.01 1M5.469 2c-1.93 0-3.5 1.57-3.5 3.5S3.539 9 5.469 9s3.5-1.57 3.5-3.5S7.409 2 5.469 2m.04 4.5c-.55 0-1-.45-1-1s.44-1 1-1h.01c.55 0 1 .45 1 1s-.45 1-1.01 1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.998 19.75h-2.68c-1.16 0-2.17-.7-2.57-1.78c-.41-1.08-.11-2.27.76-3.04l7.99-6.99c.48-.42.49-.99.35-1.38c-.15-.39-.53-.81-1.17-.81h-2.68c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2.68c1.16 0 2.17.7 2.57 1.78c.41 1.08.11 2.27-.76 3.04l-7.99 6.99c-.48.42-.49.99-.35 1.38c.15.39.53.81 1.17.81h2.68c.41 0 .75.34.75.75s-.34.75-.75.75M20 15h-3c-1.1 0-2 .9-2 2v3c0 1.1.9 2 2 2h3c1.1 0 2-.9 2-2v-3c0-1.1-.9-2-2-2m-1.49 4.5c-.55 0-1-.45-1-1s.44-1 1-1h.01c.55 0 1 .45 1 1s-.45 1-1.01 1M5.469 2c-1.93 0-3.5 1.57-3.5 3.5S3.539 9 5.469 9s3.5-1.57 3.5-3.5S7.409 2 5.469 2m.04 4.5c-.55 0-1-.45-1-1s.44-1 1-1h.01c.55 0 1 .45 1 1s-.45 1-1.01 1"/></svg>
</template>

CSS

.icon-routing2-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%22M11.998%2019.75h-2.68c-1.16%200-2.17-.7-2.57-1.78c-.41-1.08-.11-2.27.76-3.04l7.99-6.99c.48-.42.49-.99.35-1.38c-.15-.39-.53-.81-1.17-.81h-2.68c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h2.68c1.16%200%202.17.7%202.57%201.78c.41%201.08.11%202.27-.76%203.04l-7.99%206.99c-.48.42-.49.99-.35%201.38c.15.39.53.81%201.17.81h2.68c.41%200%20.75.34.75.75s-.34.75-.75.75M20%2015h-3c-1.1%200-2%20.9-2%202v3c0%201.1.9%202%202%202h3c1.1%200%202-.9%202-2v-3c0-1.1-.9-2-2-2m-1.49%204.5c-.55%200-1-.45-1-1s.44-1%201-1h.01c.55%200%201%20.45%201%201s-.45%201-1.01%201M5.469%202c-1.93%200-3.5%201.57-3.5%203.5S3.539%209%205.469%209s3.5-1.57%203.5-3.5S7.409%202%205.469%202m.04%204.5c-.55%200-1-.45-1-1s.44-1%201-1h.01c.55%200%201%20.45%201%201s-.45%201-1.01%201%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%22M11.998%2019.75h-2.68c-1.16%200-2.17-.7-2.57-1.78c-.41-1.08-.11-2.27.76-3.04l7.99-6.99c.48-.42.49-.99.35-1.38c-.15-.39-.53-.81-1.17-.81h-2.68c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h2.68c1.16%200%202.17.7%202.57%201.78c.41%201.08.11%202.27-.76%203.04l-7.99%206.99c-.48.42-.49.99-.35%201.38c.15.39.53.81%201.17.81h2.68c.41%200%20.75.34.75.75s-.34.75-.75.75M20%2015h-3c-1.1%200-2%20.9-2%202v3c0%201.1.9%202%202%202h3c1.1%200%202-.9%202-2v-3c0-1.1-.9-2-2-2m-1.49%204.5c-.55%200-1-.45-1-1s.44-1%201-1h.01c.55%200%201%20.45%201%201s-.45%201-1.01%201M5.469%202c-1.93%200-3.5%201.57-3.5%203.5S3.539%209%205.469%209s3.5-1.57%203.5-3.5S7.409%202%205.469%202m.04%204.5c-.55%200-1-.45-1-1s.44-1%201-1h.01c.55%200%201%20.45%201%201s-.45%201-1.01%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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