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

Name
stream-48-filled
Set
Fluent UI System Icons
Style
48 Filled
Viewbox
48×48
License
MIT

7 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the stream icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M30.5 7C23.596 7 18 12.596 18 19.5v1a7.5 7.5 0 0 1-7.5 7.5h-5a1.5 1.5 0 0 1 0-3h5a4.5 4.5 0 0 0 4.5-4.5v-1C15 10.94 21.94 4 30.5 4h4.25a1.5 1.5 0 0 1 0 3zm2 8a6.5 6.5 0 0 0-6.5 6.5v1C26 29.956 19.956 36 12.5 36h-7a1.5 1.5 0 0 1 0-3h7C18.299 33 23 28.299 23 22.5v-1a9.5 9.5 0 0 1 9.5-9.5h10a1.5 1.5 0 0 1 0 3zm1.5 9.364c0-.754.61-1.364 1.364-1.364H42.5a1.5 1.5 0 0 0 0-3h-7.136A4.364 4.364 0 0 0 31 24.364C31 33.552 23.552 41 14.364 41H13.5a1.5 1.5 0 0 0 0 3h.864C25.209 44 34 35.209 34 24.364"/></svg>

React

import type { SVGProps } from "react";

export function FluentStream48Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M30.5 7C23.596 7 18 12.596 18 19.5v1a7.5 7.5 0 0 1-7.5 7.5h-5a1.5 1.5 0 0 1 0-3h5a4.5 4.5 0 0 0 4.5-4.5v-1C15 10.94 21.94 4 30.5 4h4.25a1.5 1.5 0 0 1 0 3zm2 8a6.5 6.5 0 0 0-6.5 6.5v1C26 29.956 19.956 36 12.5 36h-7a1.5 1.5 0 0 1 0-3h7C18.299 33 23 28.299 23 22.5v-1a9.5 9.5 0 0 1 9.5-9.5h10a1.5 1.5 0 0 1 0 3zm1.5 9.364c0-.754.61-1.364 1.364-1.364H42.5a1.5 1.5 0 0 0 0-3h-7.136A4.364 4.364 0 0 0 31 24.364C31 33.552 23.552 41 14.364 41H13.5a1.5 1.5 0 0 0 0 3h.864C25.209 44 34 35.209 34 24.364"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M30.5 7C23.596 7 18 12.596 18 19.5v1a7.5 7.5 0 0 1-7.5 7.5h-5a1.5 1.5 0 0 1 0-3h5a4.5 4.5 0 0 0 4.5-4.5v-1C15 10.94 21.94 4 30.5 4h4.25a1.5 1.5 0 0 1 0 3zm2 8a6.5 6.5 0 0 0-6.5 6.5v1C26 29.956 19.956 36 12.5 36h-7a1.5 1.5 0 0 1 0-3h7C18.299 33 23 28.299 23 22.5v-1a9.5 9.5 0 0 1 9.5-9.5h10a1.5 1.5 0 0 1 0 3zm1.5 9.364c0-.754.61-1.364 1.364-1.364H42.5a1.5 1.5 0 0 0 0-3h-7.136A4.364 4.364 0 0 0 31 24.364C31 33.552 23.552 41 14.364 41H13.5a1.5 1.5 0 0 0 0 3h.864C25.209 44 34 35.209 34 24.364"/></svg>
</template>

CSS

.icon-stream-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30.5%207C23.596%207%2018%2012.596%2018%2019.5v1a7.5%207.5%200%200%201-7.5%207.5h-5a1.5%201.5%200%200%201%200-3h5a4.5%204.5%200%200%200%204.5-4.5v-1C15%2010.94%2021.94%204%2030.5%204h4.25a1.5%201.5%200%200%201%200%203zm2%208a6.5%206.5%200%200%200-6.5%206.5v1C26%2029.956%2019.956%2036%2012.5%2036h-7a1.5%201.5%200%200%201%200-3h7C18.299%2033%2023%2028.299%2023%2022.5v-1a9.5%209.5%200%200%201%209.5-9.5h10a1.5%201.5%200%200%201%200%203zm1.5%209.364c0-.754.61-1.364%201.364-1.364H42.5a1.5%201.5%200%200%200%200-3h-7.136A4.364%204.364%200%200%200%2031%2024.364C31%2033.552%2023.552%2041%2014.364%2041H13.5a1.5%201.5%200%200%200%200%203h.864C25.209%2044%2034%2035.209%2034%2024.364%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30.5%207C23.596%207%2018%2012.596%2018%2019.5v1a7.5%207.5%200%200%201-7.5%207.5h-5a1.5%201.5%200%200%201%200-3h5a4.5%204.5%200%200%200%204.5-4.5v-1C15%2010.94%2021.94%204%2030.5%204h4.25a1.5%201.5%200%200%201%200%203zm2%208a6.5%206.5%200%200%200-6.5%206.5v1C26%2029.956%2019.956%2036%2012.5%2036h-7a1.5%201.5%200%200%201%200-3h7C18.299%2033%2023%2028.299%2023%2022.5v-1a9.5%209.5%200%200%201%209.5-9.5h10a1.5%201.5%200%200%201%200%203zm1.5%209.364c0-.754.61-1.364%201.364-1.364H42.5a1.5%201.5%200%200%200%200-3h-7.136A4.364%204.364%200%200%200%2031%2024.364C31%2033.552%2023.552%2041%2014.364%2041H13.5a1.5%201.5%200%200%200%200%203h.864C25.209%2044%2034%2035.209%2034%2024.364%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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