routing5 icon

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

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

1 other variant in Reicon

More newicons icons from Reicon

Use the routing5 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.88 4.599c-.8-3.46-6.01-3.47-6.81 0c-.47 2.03.82 3.75 1.94 4.82c.82.77 2.11.77 2.93 0c1.12-1.07 2.4-2.79 1.94-4.82m-3.37 1.6c-.55 0-1-.45-1-1s.44-1 .99-1h.01c.56 0 1 .45 1 1s-.44 1-1 1m16.4 10.4c-.8-3.46-6.03-3.47-6.84 0c-.47 2.03.82 3.75 1.95 4.82c.82.77 2.12.77 2.94 0c1.13-1.07 2.42-2.79 1.95-4.82m-3.38 1.6c-.55 0-1-.45-1-1s.44-1 .99-1h.01c.55 0 1 .45 1 1s-.45 1-1 1M12 19.75H9.32c-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-.81H12c-.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.04L8.5 16.06c-.48.42-.49.99-.35 1.38c.15.39.53.81 1.17.81H12c.41 0 .75.34.75.75s-.34.75-.75.75"/></svg>

React

import type { SVGProps } from "react";

export function ReiconRouting5Filled(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="M8.88 4.599c-.8-3.46-6.01-3.47-6.81 0c-.47 2.03.82 3.75 1.94 4.82c.82.77 2.11.77 2.93 0c1.12-1.07 2.4-2.79 1.94-4.82m-3.37 1.6c-.55 0-1-.45-1-1s.44-1 .99-1h.01c.56 0 1 .45 1 1s-.44 1-1 1m16.4 10.4c-.8-3.46-6.03-3.47-6.84 0c-.47 2.03.82 3.75 1.95 4.82c.82.77 2.12.77 2.94 0c1.13-1.07 2.42-2.79 1.95-4.82m-3.38 1.6c-.55 0-1-.45-1-1s.44-1 .99-1h.01c.55 0 1 .45 1 1s-.45 1-1 1M12 19.75H9.32c-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-.81H12c-.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.04L8.5 16.06c-.48.42-.49.99-.35 1.38c.15.39.53.81 1.17.81H12c.41 0 .75.34.75.75s-.34.75-.75.75"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.88 4.599c-.8-3.46-6.01-3.47-6.81 0c-.47 2.03.82 3.75 1.94 4.82c.82.77 2.11.77 2.93 0c1.12-1.07 2.4-2.79 1.94-4.82m-3.37 1.6c-.55 0-1-.45-1-1s.44-1 .99-1h.01c.56 0 1 .45 1 1s-.44 1-1 1m16.4 10.4c-.8-3.46-6.03-3.47-6.84 0c-.47 2.03.82 3.75 1.95 4.82c.82.77 2.12.77 2.94 0c1.13-1.07 2.42-2.79 1.95-4.82m-3.38 1.6c-.55 0-1-.45-1-1s.44-1 .99-1h.01c.55 0 1 .45 1 1s-.45 1-1 1M12 19.75H9.32c-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-.81H12c-.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.04L8.5 16.06c-.48.42-.49.99-.35 1.38c.15.39.53.81 1.17.81H12c.41 0 .75.34.75.75s-.34.75-.75.75"/></svg>
</template>

CSS

.icon-routing5-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%22M8.88%204.599c-.8-3.46-6.01-3.47-6.81%200c-.47%202.03.82%203.75%201.94%204.82c.82.77%202.11.77%202.93%200c1.12-1.07%202.4-2.79%201.94-4.82m-3.37%201.6c-.55%200-1-.45-1-1s.44-1%20.99-1h.01c.56%200%201%20.45%201%201s-.44%201-1%201m16.4%2010.4c-.8-3.46-6.03-3.47-6.84%200c-.47%202.03.82%203.75%201.95%204.82c.82.77%202.12.77%202.94%200c1.13-1.07%202.42-2.79%201.95-4.82m-3.38%201.6c-.55%200-1-.45-1-1s.44-1%20.99-1h.01c.55%200%201%20.45%201%201s-.45%201-1%201M12%2019.75H9.32c-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-.81H12c-.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.04L8.5%2016.06c-.48.42-.49.99-.35%201.38c.15.39.53.81%201.17.81H12c.41%200%20.75.34.75.75s-.34.75-.75.75%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%22M8.88%204.599c-.8-3.46-6.01-3.47-6.81%200c-.47%202.03.82%203.75%201.94%204.82c.82.77%202.11.77%202.93%200c1.12-1.07%202.4-2.79%201.94-4.82m-3.37%201.6c-.55%200-1-.45-1-1s.44-1%20.99-1h.01c.56%200%201%20.45%201%201s-.44%201-1%201m16.4%2010.4c-.8-3.46-6.03-3.47-6.84%200c-.47%202.03.82%203.75%201.95%204.82c.82.77%202.12.77%202.94%200c1.13-1.07%202.42-2.79%201.95-4.82m-3.38%201.6c-.55%200-1-.45-1-1s.44-1%20.99-1h.01c.55%200%201%20.45%201%201s-.45%201-1%201M12%2019.75H9.32c-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-.81H12c-.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.04L8.5%2016.06c-.48.42-.49.99-.35%201.38c.15.39.53.81%201.17.81H12c.41%200%20.75.34.75.75s-.34.75-.75.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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