surface-hub-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
surface-hub-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the surface hub icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.25 2a.75.75 0 0 1 .75.727l-.004.102l-1 9.5a.75.75 0 0 1-.643.664L18.25 13h-.729l1.467 8.118l.011.102a.75.75 0 0 1-1.462.264l-.025-.1L16.9 18h-2.797l-.607 3.384a.75.75 0 0 1-1.488-.164l.011-.101l.56-3.119H8.103l-.607 3.384a.75.75 0 0 1-1.488-.164l.011-.101L7.478 13H4.75a.75.75 0 0 1-.75-.727l.004-.101l1-9.5a.75.75 0 0 1 .643-.665L5.75 2zm-5.772 11H9.002l-.629 3.5h4.476zm2.518 0h-.994l-.629 3.5h2.255z"/></svg>

React

import type { SVGProps } from "react";

export function FluentSurfaceHub24Filled(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="M19.25 2a.75.75 0 0 1 .75.727l-.004.102l-1 9.5a.75.75 0 0 1-.643.664L18.25 13h-.729l1.467 8.118l.011.102a.75.75 0 0 1-1.462.264l-.025-.1L16.9 18h-2.797l-.607 3.384a.75.75 0 0 1-1.488-.164l.011-.101l.56-3.119H8.103l-.607 3.384a.75.75 0 0 1-1.488-.164l.011-.101L7.478 13H4.75a.75.75 0 0 1-.75-.727l.004-.101l1-9.5a.75.75 0 0 1 .643-.665L5.75 2zm-5.772 11H9.002l-.629 3.5h4.476zm2.518 0h-.994l-.629 3.5h2.255z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.25 2a.75.75 0 0 1 .75.727l-.004.102l-1 9.5a.75.75 0 0 1-.643.664L18.25 13h-.729l1.467 8.118l.011.102a.75.75 0 0 1-1.462.264l-.025-.1L16.9 18h-2.797l-.607 3.384a.75.75 0 0 1-1.488-.164l.011-.101l.56-3.119H8.103l-.607 3.384a.75.75 0 0 1-1.488-.164l.011-.101L7.478 13H4.75a.75.75 0 0 1-.75-.727l.004-.101l1-9.5a.75.75 0 0 1 .643-.665L5.75 2zm-5.772 11H9.002l-.629 3.5h4.476zm2.518 0h-.994l-.629 3.5h2.255z"/></svg>
</template>

CSS

.icon-surface-hub-24-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%22M19.25%202a.75.75%200%200%201%20.75.727l-.004.102l-1%209.5a.75.75%200%200%201-.643.664L18.25%2013h-.729l1.467%208.118l.011.102a.75.75%200%200%201-1.462.264l-.025-.1L16.9%2018h-2.797l-.607%203.384a.75.75%200%200%201-1.488-.164l.011-.101l.56-3.119H8.103l-.607%203.384a.75.75%200%200%201-1.488-.164l.011-.101L7.478%2013H4.75a.75.75%200%200%201-.75-.727l.004-.101l1-9.5a.75.75%200%200%201%20.643-.665L5.75%202zm-5.772%2011H9.002l-.629%203.5h4.476zm2.518%200h-.994l-.629%203.5h2.255z%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%22M19.25%202a.75.75%200%200%201%20.75.727l-.004.102l-1%209.5a.75.75%200%200%201-.643.664L18.25%2013h-.729l1.467%208.118l.011.102a.75.75%200%200%201-1.462.264l-.025-.1L16.9%2018h-2.797l-.607%203.384a.75.75%200%200%201-1.488-.164l.011-.101l.56-3.119H8.103l-.607%203.384a.75.75%200%200%201-1.488-.164l.011-.101L7.478%2013H4.75a.75.75%200%200%201-.75-.727l.004-.101l1-9.5a.75.75%200%200%201%20.643-.665L5.75%202zm-5.772%2011H9.002l-.629%203.5h4.476zm2.518%200h-.994l-.629%203.5h2.255z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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