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

Name
hub-outline
Set
Material Symbols Light
Style
Outline
Category
Communicate
Viewbox
24×24
License
Apache 2.0
Aliases
hub-outline-rounded, hub-outline-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-.73M3 11q.617 0 1.059-.441q.441-.442.441-1.059t-.441-1.059T3 8t-1.059.441Q1.5 8.883 1.5 9.5t.441 1.059T3 11m4.059 10.059Q7.5 20.617 7.5 20t-.441-1.059T6 18.5t-1.059.441Q4.5 19.383 4.5 20t.441 1.059Q5.383 21.5 6 21.5t1.059-.441m6-17Q13.5 3.617 13.5 3t-.441-1.059Q12.617 1.5 12 1.5t-1.059.441T10.5 3t.441 1.059Q11.383 4.5 12 4.5t1.059-.441M12 14.616q.877 0 1.496-.62t.62-1.496t-.62-1.496t-1.496-.62t-1.496.62t-.62 1.496t.62 1.496t1.496.62m7.059 6.443q.441-.442.441-1.059t-.441-1.059T18 18.5t-1.059.441Q16.5 19.383 16.5 20t.441 1.059q.442.441 1.059.441t1.059-.441m3-10.5q.441-.442.441-1.059t-.441-1.059T21 8t-1.059.441Q19.5 8.883 19.5 9.5t.441 1.059T21 11t1.059-.441M18 20"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightHubOutline(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-.73M3 11q.617 0 1.059-.441q.441-.442.441-1.059t-.441-1.059T3 8t-1.059.441Q1.5 8.883 1.5 9.5t.441 1.059T3 11m4.059 10.059Q7.5 20.617 7.5 20t-.441-1.059T6 18.5t-1.059.441Q4.5 19.383 4.5 20t.441 1.059Q5.383 21.5 6 21.5t1.059-.441m6-17Q13.5 3.617 13.5 3t-.441-1.059Q12.617 1.5 12 1.5t-1.059.441T10.5 3t.441 1.059Q11.383 4.5 12 4.5t1.059-.441M12 14.616q.877 0 1.496-.62t.62-1.496t-.62-1.496t-1.496-.62t-1.496.62t-.62 1.496t.62 1.496t1.496.62m7.059 6.443q.441-.442.441-1.059t-.441-1.059T18 18.5t-1.059.441Q16.5 19.383 16.5 20t.441 1.059q.442.441 1.059.441t1.059-.441m3-10.5q.441-.442.441-1.059t-.441-1.059T21 8t-1.059.441Q19.5 8.883 19.5 9.5t.441 1.059T21 11t1.059-.441M18 20"/></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-.73M3 11q.617 0 1.059-.441q.441-.442.441-1.059t-.441-1.059T3 8t-1.059.441Q1.5 8.883 1.5 9.5t.441 1.059T3 11m4.059 10.059Q7.5 20.617 7.5 20t-.441-1.059T6 18.5t-1.059.441Q4.5 19.383 4.5 20t.441 1.059Q5.383 21.5 6 21.5t1.059-.441m6-17Q13.5 3.617 13.5 3t-.441-1.059Q12.617 1.5 12 1.5t-1.059.441T10.5 3t.441 1.059Q11.383 4.5 12 4.5t1.059-.441M12 14.616q.877 0 1.496-.62t.62-1.496t-.62-1.496t-1.496-.62t-1.496.62t-.62 1.496t.62 1.496t1.496.62m7.059 6.443q.441-.442.441-1.059t-.441-1.059T18 18.5t-1.059.441Q16.5 19.383 16.5 20t.441 1.059q.442.441 1.059.441t1.059-.441m3-10.5q.441-.442.441-1.059t-.441-1.059T21 8t-1.059.441Q19.5 8.883 19.5 9.5t.441 1.059T21 11t1.059-.441M18 20"/></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%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-.73M3%2011q.617%200%201.059-.441q.441-.442.441-1.059t-.441-1.059T3%208t-1.059.441Q1.5%208.883%201.5%209.5t.441%201.059T3%2011m4.059%2010.059Q7.5%2020.617%207.5%2020t-.441-1.059T6%2018.5t-1.059.441Q4.5%2019.383%204.5%2020t.441%201.059Q5.383%2021.5%206%2021.5t1.059-.441m6-17Q13.5%203.617%2013.5%203t-.441-1.059Q12.617%201.5%2012%201.5t-1.059.441T10.5%203t.441%201.059Q11.383%204.5%2012%204.5t1.059-.441M12%2014.616q.877%200%201.496-.62t.62-1.496t-.62-1.496t-1.496-.62t-1.496.62t-.62%201.496t.62%201.496t1.496.62m7.059%206.443q.441-.442.441-1.059t-.441-1.059T18%2018.5t-1.059.441Q16.5%2019.383%2016.5%2020t.441%201.059q.442.441%201.059.441t1.059-.441m3-10.5q.441-.442.441-1.059t-.441-1.059T21%208t-1.059.441Q19.5%208.883%2019.5%209.5t.441%201.059T21%2011t1.059-.441M18%2020%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-.73M3%2011q.617%200%201.059-.441q.441-.442.441-1.059t-.441-1.059T3%208t-1.059.441Q1.5%208.883%201.5%209.5t.441%201.059T3%2011m4.059%2010.059Q7.5%2020.617%207.5%2020t-.441-1.059T6%2018.5t-1.059.441Q4.5%2019.383%204.5%2020t.441%201.059Q5.383%2021.5%206%2021.5t1.059-.441m6-17Q13.5%203.617%2013.5%203t-.441-1.059Q12.617%201.5%2012%201.5t-1.059.441T10.5%203t.441%201.059Q11.383%204.5%2012%204.5t1.059-.441M12%2014.616q.877%200%201.496-.62t.62-1.496t-.62-1.496t-1.496-.62t-1.496.62t-.62%201.496t.62%201.496t1.496.62m7.059%206.443q.441-.442.441-1.059t-.441-1.059T18%2018.5t-1.059.441Q16.5%2019.383%2016.5%2020t.441%201.059q.442.441%201.059.441t1.059-.441m3-10.5q.441-.442.441-1.059t-.441-1.059T21%208t-1.059.441Q19.5%208.883%2019.5%209.5t.441%201.059T21%2011t1.059-.441M18%2020%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-outline.svg?color=%231a73e8&size=48