hub from Material Symbols Light by Google · Regular · Communicate · Apache-2.0 Free for personal and commercial use.

Name
hub
Set
Material Symbols Light
Style
Regular
Category
Communicate
Viewbox
24×24
License
Apache 2.0
Aliases
hub-rounded, hub-sharp

1 other variant in Material Symbols Light

The same icon in other sets

More communicate icons from Material Symbols Light

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="M4.23 21.77Q3.5 21.037 3.5 20t.73-1.77T6 17.5q.292 0 .612.085q.319.084.594.228l2.54-3.16q-.546-.582-.744-1.288t-.068-1.43l-3.736-1.233q-.329.586-.912.942T3 12q-1.038 0-1.77-.73T.5 9.5t.73-1.77T3 7t1.77.73t.73 1.77q0 .127-.01.196q-.01.07-.01.138l3.718 1.297q.327-.631.934-1.102t1.426-.608V5.458q-.956-.18-1.507-.89T9.5 3q0-1.038.73-1.77T12 .5t1.77.73T14.5 3q0 .858-.554 1.568t-1.504.89V9.42q.82.137 1.417.608t.943 1.102l3.717-1.296q-.019-.089-.019-.149V9.5q0-1.038.73-1.77T21 7t1.77.73t.73 1.77t-.73 1.77T21 12q-.704 0-1.29-.356q-.585-.356-.908-.942l-3.737 1.233q.131.724-.067 1.427t-.744 1.273l2.54 3.154q.275-.126.595-.207T18 17.5q1.039 0 1.77.73T20.5 20t-.73 1.77t-1.77.73t-1.77-.73T15.5 20q0-.442.143-.857t.476-.77l-2.54-3.198q-.679.44-1.572.44t-1.591-.44L7.88 18.373q.313.356.466.77T8.5 20q0 1.039-.73 1.77T6 22.5t-1.77-.73"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightHub(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="M4.23 21.77Q3.5 21.037 3.5 20t.73-1.77T6 17.5q.292 0 .612.085q.319.084.594.228l2.54-3.16q-.546-.582-.744-1.288t-.068-1.43l-3.736-1.233q-.329.586-.912.942T3 12q-1.038 0-1.77-.73T.5 9.5t.73-1.77T3 7t1.77.73t.73 1.77q0 .127-.01.196q-.01.07-.01.138l3.718 1.297q.327-.631.934-1.102t1.426-.608V5.458q-.956-.18-1.507-.89T9.5 3q0-1.038.73-1.77T12 .5t1.77.73T14.5 3q0 .858-.554 1.568t-1.504.89V9.42q.82.137 1.417.608t.943 1.102l3.717-1.296q-.019-.089-.019-.149V9.5q0-1.038.73-1.77T21 7t1.77.73t.73 1.77t-.73 1.77T21 12q-.704 0-1.29-.356q-.585-.356-.908-.942l-3.737 1.233q.131.724-.067 1.427t-.744 1.273l2.54 3.154q.275-.126.595-.207T18 17.5q1.039 0 1.77.73T20.5 20t-.73 1.77t-1.77.73t-1.77-.73T15.5 20q0-.442.143-.857t.476-.77l-2.54-3.198q-.679.44-1.572.44t-1.591-.44L7.88 18.373q.313.356.466.77T8.5 20q0 1.039-.73 1.77T6 22.5t-1.77-.73"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.23 21.77Q3.5 21.037 3.5 20t.73-1.77T6 17.5q.292 0 .612.085q.319.084.594.228l2.54-3.16q-.546-.582-.744-1.288t-.068-1.43l-3.736-1.233q-.329.586-.912.942T3 12q-1.038 0-1.77-.73T.5 9.5t.73-1.77T3 7t1.77.73t.73 1.77q0 .127-.01.196q-.01.07-.01.138l3.718 1.297q.327-.631.934-1.102t1.426-.608V5.458q-.956-.18-1.507-.89T9.5 3q0-1.038.73-1.77T12 .5t1.77.73T14.5 3q0 .858-.554 1.568t-1.504.89V9.42q.82.137 1.417.608t.943 1.102l3.717-1.296q-.019-.089-.019-.149V9.5q0-1.038.73-1.77T21 7t1.77.73t.73 1.77t-.73 1.77T21 12q-.704 0-1.29-.356q-.585-.356-.908-.942l-3.737 1.233q.131.724-.067 1.427t-.744 1.273l2.54 3.154q.275-.126.595-.207T18 17.5q1.039 0 1.77.73T20.5 20t-.73 1.77t-1.77.73t-1.77-.73T15.5 20q0-.442.143-.857t.476-.77l-2.54-3.198q-.679.44-1.572.44t-1.591-.44L7.88 18.373q.313.356.466.77T8.5 20q0 1.039-.73 1.77T6 22.5t-1.77-.73"/></svg>
</template>

CSS

.icon-hub {
  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%22M4.23%2021.77Q3.5%2021.037%203.5%2020t.73-1.77T6%2017.5q.292%200%20.612.085q.319.084.594.228l2.54-3.16q-.546-.582-.744-1.288t-.068-1.43l-3.736-1.233q-.329.586-.912.942T3%2012q-1.038%200-1.77-.73T.5%209.5t.73-1.77T3%207t1.77.73t.73%201.77q0%20.127-.01.196q-.01.07-.01.138l3.718%201.297q.327-.631.934-1.102t1.426-.608V5.458q-.956-.18-1.507-.89T9.5%203q0-1.038.73-1.77T12%20.5t1.77.73T14.5%203q0%20.858-.554%201.568t-1.504.89V9.42q.82.137%201.417.608t.943%201.102l3.717-1.296q-.019-.089-.019-.149V9.5q0-1.038.73-1.77T21%207t1.77.73t.73%201.77t-.73%201.77T21%2012q-.704%200-1.29-.356q-.585-.356-.908-.942l-3.737%201.233q.131.724-.067%201.427t-.744%201.273l2.54%203.154q.275-.126.595-.207T18%2017.5q1.039%200%201.77.73T20.5%2020t-.73%201.77t-1.77.73t-1.77-.73T15.5%2020q0-.442.143-.857t.476-.77l-2.54-3.198q-.679.44-1.572.44t-1.591-.44L7.88%2018.373q.313.356.466.77T8.5%2020q0%201.039-.73%201.77T6%2022.5t-1.77-.73%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%22M4.23%2021.77Q3.5%2021.037%203.5%2020t.73-1.77T6%2017.5q.292%200%20.612.085q.319.084.594.228l2.54-3.16q-.546-.582-.744-1.288t-.068-1.43l-3.736-1.233q-.329.586-.912.942T3%2012q-1.038%200-1.77-.73T.5%209.5t.73-1.77T3%207t1.77.73t.73%201.77q0%20.127-.01.196q-.01.07-.01.138l3.718%201.297q.327-.631.934-1.102t1.426-.608V5.458q-.956-.18-1.507-.89T9.5%203q0-1.038.73-1.77T12%20.5t1.77.73T14.5%203q0%20.858-.554%201.568t-1.504.89V9.42q.82.137%201.417.608t.943%201.102l3.717-1.296q-.019-.089-.019-.149V9.5q0-1.038.73-1.77T21%207t1.77.73t.73%201.77t-.73%201.77T21%2012q-.704%200-1.29-.356q-.585-.356-.908-.942l-3.737%201.233q.131.724-.067%201.427t-.744%201.273l2.54%203.154q.275-.126.595-.207T18%2017.5q1.039%200%201.77.73T20.5%2020t-.73%201.77t-1.77.73t-1.77-.73T15.5%2020q0-.442.143-.857t.476-.77l-2.54-3.198q-.679.44-1.572.44t-1.591-.44L7.88%2018.373q.313.356.466.77T8.5%2020q0%201.039-.73%201.77T6%2022.5t-1.77-.73%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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