hub-outline from Material Design Icons by Pictogrammers · Outline · Apache-2.0 Free for personal and commercial use.

Name
hub-outline
Set
Material Design Icons
Style
Outline
Viewbox
24×24
License
Apache 2.0

1 other variant in Material Design Icons

The same icon in other sets

Use the hub icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 6.5c-1.7 0-3 1.3-3 3v.2l-2 .7c-.6-1.2-1.8-2.1-3.2-2.3V5.9C14 5.6 15 4.4 15 3c0-1.7-1.3-3-3-3S9 1.3 9 3c0 1.4 1 2.6 2.2 2.9v2.2c-1.3.2-2.5 1.1-3.2 2.3l-2-.7v-.2c0-1.7-1.3-3-3-3s-3 1.3-3 3s1.3 3 3 3c1.1 0 2-.6 2.5-1.4l2 .7c-.2 1.3.2 2.7 1.1 3.7l-1.4 1.8Q6.6 17 6 17c-1.7 0-3 1.3-3 3s1.3 3 3 3s3-1.3 3-3q0-1.05-.6-1.8l1.4-1.8c1.4.8 3 .8 4.4 0l1.4 1.8q-.6.75-.6 1.8c0 1.7 1.3 3 3 3s3-1.3 3-3s-1.3-3-3-3c-.4 0-.9.1-1.2.3l-1.4-1.8c.9-1 1.3-2.4 1.1-3.7l2-.7c.5.8 1.5 1.4 2.5 1.4c1.7 0 3-1.3 3-3s-1.3-3-3-3m-18 4c-.5 0-1-.4-1-1s.5-1 1-1s1 .4 1 1s-.5 1-1 1M6 21c-.6 0-1-.5-1-1s.4-1 1-1s1 .5 1 1s-.4 1-1 1m5-18c0-.5.4-1 1-1s1 .5 1 1s-.4 1-1 1s-1-.5-1-1m1 12c-1.4 0-2.5-1.1-2.5-2.5S10.6 10 12 10s2.5 1.1 2.5 2.5S13.4 15 12 15m6 4c.5 0 1 .5 1 1s-.5 1-1 1s-1-.5-1-1s.5-1 1-1m3-8.5c-.5 0-1-.4-1-1s.5-1 1-1s1 .4 1 1s-.5 1-1 1"/></svg>

React

import type { SVGProps } from "react";

export function MdiHubOutline(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="M21 6.5c-1.7 0-3 1.3-3 3v.2l-2 .7c-.6-1.2-1.8-2.1-3.2-2.3V5.9C14 5.6 15 4.4 15 3c0-1.7-1.3-3-3-3S9 1.3 9 3c0 1.4 1 2.6 2.2 2.9v2.2c-1.3.2-2.5 1.1-3.2 2.3l-2-.7v-.2c0-1.7-1.3-3-3-3s-3 1.3-3 3s1.3 3 3 3c1.1 0 2-.6 2.5-1.4l2 .7c-.2 1.3.2 2.7 1.1 3.7l-1.4 1.8Q6.6 17 6 17c-1.7 0-3 1.3-3 3s1.3 3 3 3s3-1.3 3-3q0-1.05-.6-1.8l1.4-1.8c1.4.8 3 .8 4.4 0l1.4 1.8q-.6.75-.6 1.8c0 1.7 1.3 3 3 3s3-1.3 3-3s-1.3-3-3-3c-.4 0-.9.1-1.2.3l-1.4-1.8c.9-1 1.3-2.4 1.1-3.7l2-.7c.5.8 1.5 1.4 2.5 1.4c1.7 0 3-1.3 3-3s-1.3-3-3-3m-18 4c-.5 0-1-.4-1-1s.5-1 1-1s1 .4 1 1s-.5 1-1 1M6 21c-.6 0-1-.5-1-1s.4-1 1-1s1 .5 1 1s-.4 1-1 1m5-18c0-.5.4-1 1-1s1 .5 1 1s-.4 1-1 1s-1-.5-1-1m1 12c-1.4 0-2.5-1.1-2.5-2.5S10.6 10 12 10s2.5 1.1 2.5 2.5S13.4 15 12 15m6 4c.5 0 1 .5 1 1s-.5 1-1 1s-1-.5-1-1s.5-1 1-1m3-8.5c-.5 0-1-.4-1-1s.5-1 1-1s1 .4 1 1s-.5 1-1 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="M21 6.5c-1.7 0-3 1.3-3 3v.2l-2 .7c-.6-1.2-1.8-2.1-3.2-2.3V5.9C14 5.6 15 4.4 15 3c0-1.7-1.3-3-3-3S9 1.3 9 3c0 1.4 1 2.6 2.2 2.9v2.2c-1.3.2-2.5 1.1-3.2 2.3l-2-.7v-.2c0-1.7-1.3-3-3-3s-3 1.3-3 3s1.3 3 3 3c1.1 0 2-.6 2.5-1.4l2 .7c-.2 1.3.2 2.7 1.1 3.7l-1.4 1.8Q6.6 17 6 17c-1.7 0-3 1.3-3 3s1.3 3 3 3s3-1.3 3-3q0-1.05-.6-1.8l1.4-1.8c1.4.8 3 .8 4.4 0l1.4 1.8q-.6.75-.6 1.8c0 1.7 1.3 3 3 3s3-1.3 3-3s-1.3-3-3-3c-.4 0-.9.1-1.2.3l-1.4-1.8c.9-1 1.3-2.4 1.1-3.7l2-.7c.5.8 1.5 1.4 2.5 1.4c1.7 0 3-1.3 3-3s-1.3-3-3-3m-18 4c-.5 0-1-.4-1-1s.5-1 1-1s1 .4 1 1s-.5 1-1 1M6 21c-.6 0-1-.5-1-1s.4-1 1-1s1 .5 1 1s-.4 1-1 1m5-18c0-.5.4-1 1-1s1 .5 1 1s-.4 1-1 1s-1-.5-1-1m1 12c-1.4 0-2.5-1.1-2.5-2.5S10.6 10 12 10s2.5 1.1 2.5 2.5S13.4 15 12 15m6 4c.5 0 1 .5 1 1s-.5 1-1 1s-1-.5-1-1s.5-1 1-1m3-8.5c-.5 0-1-.4-1-1s.5-1 1-1s1 .4 1 1s-.5 1-1 1"/></svg>
</template>

CSS

.icon-hub-outline {
  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%22M21%206.5c-1.7%200-3%201.3-3%203v.2l-2%20.7c-.6-1.2-1.8-2.1-3.2-2.3V5.9C14%205.6%2015%204.4%2015%203c0-1.7-1.3-3-3-3S9%201.3%209%203c0%201.4%201%202.6%202.2%202.9v2.2c-1.3.2-2.5%201.1-3.2%202.3l-2-.7v-.2c0-1.7-1.3-3-3-3s-3%201.3-3%203s1.3%203%203%203c1.1%200%202-.6%202.5-1.4l2%20.7c-.2%201.3.2%202.7%201.1%203.7l-1.4%201.8Q6.6%2017%206%2017c-1.7%200-3%201.3-3%203s1.3%203%203%203s3-1.3%203-3q0-1.05-.6-1.8l1.4-1.8c1.4.8%203%20.8%204.4%200l1.4%201.8q-.6.75-.6%201.8c0%201.7%201.3%203%203%203s3-1.3%203-3s-1.3-3-3-3c-.4%200-.9.1-1.2.3l-1.4-1.8c.9-1%201.3-2.4%201.1-3.7l2-.7c.5.8%201.5%201.4%202.5%201.4c1.7%200%203-1.3%203-3s-1.3-3-3-3m-18%204c-.5%200-1-.4-1-1s.5-1%201-1s1%20.4%201%201s-.5%201-1%201M6%2021c-.6%200-1-.5-1-1s.4-1%201-1s1%20.5%201%201s-.4%201-1%201m5-18c0-.5.4-1%201-1s1%20.5%201%201s-.4%201-1%201s-1-.5-1-1m1%2012c-1.4%200-2.5-1.1-2.5-2.5S10.6%2010%2012%2010s2.5%201.1%202.5%202.5S13.4%2015%2012%2015m6%204c.5%200%201%20.5%201%201s-.5%201-1%201s-1-.5-1-1s.5-1%201-1m3-8.5c-.5%200-1-.4-1-1s.5-1%201-1s1%20.4%201%201s-.5%201-1%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%22M21%206.5c-1.7%200-3%201.3-3%203v.2l-2%20.7c-.6-1.2-1.8-2.1-3.2-2.3V5.9C14%205.6%2015%204.4%2015%203c0-1.7-1.3-3-3-3S9%201.3%209%203c0%201.4%201%202.6%202.2%202.9v2.2c-1.3.2-2.5%201.1-3.2%202.3l-2-.7v-.2c0-1.7-1.3-3-3-3s-3%201.3-3%203s1.3%203%203%203c1.1%200%202-.6%202.5-1.4l2%20.7c-.2%201.3.2%202.7%201.1%203.7l-1.4%201.8Q6.6%2017%206%2017c-1.7%200-3%201.3-3%203s1.3%203%203%203s3-1.3%203-3q0-1.05-.6-1.8l1.4-1.8c1.4.8%203%20.8%204.4%200l1.4%201.8q-.6.75-.6%201.8c0%201.7%201.3%203%203%203s3-1.3%203-3s-1.3-3-3-3c-.4%200-.9.1-1.2.3l-1.4-1.8c.9-1%201.3-2.4%201.1-3.7l2-.7c.5.8%201.5%201.4%202.5%201.4c1.7%200%203-1.3%203-3s-1.3-3-3-3m-18%204c-.5%200-1-.4-1-1s.5-1%201-1s1%20.4%201%201s-.5%201-1%201M6%2021c-.6%200-1-.5-1-1s.4-1%201-1s1%20.5%201%201s-.4%201-1%201m5-18c0-.5.4-1%201-1s1%20.5%201%201s-.4%201-1%201s-1-.5-1-1m1%2012c-1.4%200-2.5-1.1-2.5-2.5S10.6%2010%2012%2010s2.5%201.1%202.5%202.5S13.4%2015%2012%2015m6%204c.5%200%201%20.5%201%201s-.5%201-1%201s-1-.5-1-1s.5-1%201-1m3-8.5c-.5%200-1-.4-1-1s.5-1%201-1s1%20.4%201%201s-.5%201-1%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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