stream icon
stream-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- stream-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- 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.25 6.5c-7.042 0-12.75 5.708-12.75 12.75v1a7.25 7.25 0 0 1-7.25 7.25h-5a1.25 1.25 0 1 1 0-2.5h5A4.75 4.75 0 0 0 15 20.25v-1C15 10.828 21.828 4 30.25 4h4.5a1.25 1.25 0 1 1 0 2.5zm2 8a6.75 6.75 0 0 0-6.75 6.75v1c0 7.318-5.932 13.25-13.25 13.25h-7a1.25 1.25 0 1 1 0-2.5h7C18.187 33 23 28.187 23 22.25v-1A9.25 9.25 0 0 1 32.25 12h10.5a1.25 1.25 0 1 1 0 2.5zm1.25 9.614c0-.892.722-1.614 1.614-1.614h7.636a1.25 1.25 0 1 0 0-2.5h-7.636A4.114 4.114 0 0 0 31 24.114C31 33.44 23.44 41 14.114 41h-.864a1.25 1.25 0 1 0 0 2.5h.864C24.82 43.5 33.5 34.82 33.5 24.114"/></svg>
React
import type { SVGProps } from "react";
export function FluentStream48Regular(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.25 6.5c-7.042 0-12.75 5.708-12.75 12.75v1a7.25 7.25 0 0 1-7.25 7.25h-5a1.25 1.25 0 1 1 0-2.5h5A4.75 4.75 0 0 0 15 20.25v-1C15 10.828 21.828 4 30.25 4h4.5a1.25 1.25 0 1 1 0 2.5zm2 8a6.75 6.75 0 0 0-6.75 6.75v1c0 7.318-5.932 13.25-13.25 13.25h-7a1.25 1.25 0 1 1 0-2.5h7C18.187 33 23 28.187 23 22.25v-1A9.25 9.25 0 0 1 32.25 12h10.5a1.25 1.25 0 1 1 0 2.5zm1.25 9.614c0-.892.722-1.614 1.614-1.614h7.636a1.25 1.25 0 1 0 0-2.5h-7.636A4.114 4.114 0 0 0 31 24.114C31 33.44 23.44 41 14.114 41h-.864a1.25 1.25 0 1 0 0 2.5h.864C24.82 43.5 33.5 34.82 33.5 24.114"/></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.25 6.5c-7.042 0-12.75 5.708-12.75 12.75v1a7.25 7.25 0 0 1-7.25 7.25h-5a1.25 1.25 0 1 1 0-2.5h5A4.75 4.75 0 0 0 15 20.25v-1C15 10.828 21.828 4 30.25 4h4.5a1.25 1.25 0 1 1 0 2.5zm2 8a6.75 6.75 0 0 0-6.75 6.75v1c0 7.318-5.932 13.25-13.25 13.25h-7a1.25 1.25 0 1 1 0-2.5h7C18.187 33 23 28.187 23 22.25v-1A9.25 9.25 0 0 1 32.25 12h10.5a1.25 1.25 0 1 1 0 2.5zm1.25 9.614c0-.892.722-1.614 1.614-1.614h7.636a1.25 1.25 0 1 0 0-2.5h-7.636A4.114 4.114 0 0 0 31 24.114C31 33.44 23.44 41 14.114 41h-.864a1.25 1.25 0 1 0 0 2.5h.864C24.82 43.5 33.5 34.82 33.5 24.114"/></svg> </template>
CSS
.icon-stream-48-regular {
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.25%206.5c-7.042%200-12.75%205.708-12.75%2012.75v1a7.25%207.25%200%200%201-7.25%207.25h-5a1.25%201.25%200%201%201%200-2.5h5A4.75%204.75%200%200%200%2015%2020.25v-1C15%2010.828%2021.828%204%2030.25%204h4.5a1.25%201.25%200%201%201%200%202.5zm2%208a6.75%206.75%200%200%200-6.75%206.75v1c0%207.318-5.932%2013.25-13.25%2013.25h-7a1.25%201.25%200%201%201%200-2.5h7C18.187%2033%2023%2028.187%2023%2022.25v-1A9.25%209.25%200%200%201%2032.25%2012h10.5a1.25%201.25%200%201%201%200%202.5zm1.25%209.614c0-.892.722-1.614%201.614-1.614h7.636a1.25%201.25%200%201%200%200-2.5h-7.636A4.114%204.114%200%200%200%2031%2024.114C31%2033.44%2023.44%2041%2014.114%2041h-.864a1.25%201.25%200%201%200%200%202.5h.864C24.82%2043.5%2033.5%2034.82%2033.5%2024.114%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.25%206.5c-7.042%200-12.75%205.708-12.75%2012.75v1a7.25%207.25%200%200%201-7.25%207.25h-5a1.25%201.25%200%201%201%200-2.5h5A4.75%204.75%200%200%200%2015%2020.25v-1C15%2010.828%2021.828%204%2030.25%204h4.5a1.25%201.25%200%201%201%200%202.5zm2%208a6.75%206.75%200%200%200-6.75%206.75v1c0%207.318-5.932%2013.25-13.25%2013.25h-7a1.25%201.25%200%201%201%200-2.5h7C18.187%2033%2023%2028.187%2023%2022.25v-1A9.25%209.25%200%200%201%2032.25%2012h10.5a1.25%201.25%200%201%201%200%202.5zm1.25%209.614c0-.892.722-1.614%201.614-1.614h7.636a1.25%201.25%200%201%200%200-2.5h-7.636A4.114%204.114%200%200%200%2031%2024.114C31%2033.44%2023.44%2041%2014.114%2041h-.864a1.25%201.25%200%201%200%200%202.5h.864C24.82%2043.5%2033.5%2034.82%2033.5%2024.114%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/stream-48-regular.svg?color=%231a73e8&size=48