stream icon
stream from Material Symbols by Google · Regular · Audio & Video · Apache-2.0 Free for personal and commercial use.
- Name
- stream
- Set
- Material Symbols
- Style
- Regular
- Category
- Audio & Video
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- stream-outline, stream-outline-sharp, stream-sharp
1 other variant in Material Symbols
The same icon in other sets
More audio & video icons from Material Symbols
Use the stream icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.588 13.413Q2 12.825 2 12t.588-1.412T4 10t1.413.588T6 12t-.587 1.413T4 14t-1.412-.587M5.65 19.7l-1.4-1.4l4.35-4.35l1.4 1.4zm3-9.7L4.3 5.65l1.4-1.4l4.35 4.35zm1.938 11.413Q10 20.825 10 20t.588-1.412T12 18t1.413.588T14 20t-.587 1.413T12 22t-1.412-.587m0-16Q10 4.825 10 4t.588-1.412T12 2t1.413.588T14 4t-.587 1.413T12 6t-1.412-.587m4.762 4.637l-1.4-1.45l4.4-4.35l1.4 1.4zm3 9.65L14 15.35l1.4-1.4l4.35 4.35zm.238-6.287Q18 12.825 18 12t.588-1.412T20 10t1.413.588T22 12t-.587 1.413T20 14t-1.412-.587"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsStream(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="M2.588 13.413Q2 12.825 2 12t.588-1.412T4 10t1.413.588T6 12t-.587 1.413T4 14t-1.412-.587M5.65 19.7l-1.4-1.4l4.35-4.35l1.4 1.4zm3-9.7L4.3 5.65l1.4-1.4l4.35 4.35zm1.938 11.413Q10 20.825 10 20t.588-1.412T12 18t1.413.588T14 20t-.587 1.413T12 22t-1.412-.587m0-16Q10 4.825 10 4t.588-1.412T12 2t1.413.588T14 4t-.587 1.413T12 6t-1.412-.587m4.762 4.637l-1.4-1.45l4.4-4.35l1.4 1.4zm3 9.65L14 15.35l1.4-1.4l4.35 4.35zm.238-6.287Q18 12.825 18 12t.588-1.412T20 10t1.413.588T22 12t-.587 1.413T20 14t-1.412-.587"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.588 13.413Q2 12.825 2 12t.588-1.412T4 10t1.413.588T6 12t-.587 1.413T4 14t-1.412-.587M5.65 19.7l-1.4-1.4l4.35-4.35l1.4 1.4zm3-9.7L4.3 5.65l1.4-1.4l4.35 4.35zm1.938 11.413Q10 20.825 10 20t.588-1.412T12 18t1.413.588T14 20t-.587 1.413T12 22t-1.412-.587m0-16Q10 4.825 10 4t.588-1.412T12 2t1.413.588T14 4t-.587 1.413T12 6t-1.412-.587m4.762 4.637l-1.4-1.45l4.4-4.35l1.4 1.4zm3 9.65L14 15.35l1.4-1.4l4.35 4.35zm.238-6.287Q18 12.825 18 12t.588-1.412T20 10t1.413.588T22 12t-.587 1.413T20 14t-1.412-.587"/></svg> </template>
CSS
.icon-stream {
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%22M2.588%2013.413Q2%2012.825%202%2012t.588-1.412T4%2010t1.413.588T6%2012t-.587%201.413T4%2014t-1.412-.587M5.65%2019.7l-1.4-1.4l4.35-4.35l1.4%201.4zm3-9.7L4.3%205.65l1.4-1.4l4.35%204.35zm1.938%2011.413Q10%2020.825%2010%2020t.588-1.412T12%2018t1.413.588T14%2020t-.587%201.413T12%2022t-1.412-.587m0-16Q10%204.825%2010%204t.588-1.412T12%202t1.413.588T14%204t-.587%201.413T12%206t-1.412-.587m4.762%204.637l-1.4-1.45l4.4-4.35l1.4%201.4zm3%209.65L14%2015.35l1.4-1.4l4.35%204.35zm.238-6.287Q18%2012.825%2018%2012t.588-1.412T20%2010t1.413.588T22%2012t-.587%201.413T20%2014t-1.412-.587%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%22M2.588%2013.413Q2%2012.825%202%2012t.588-1.412T4%2010t1.413.588T6%2012t-.587%201.413T4%2014t-1.412-.587M5.65%2019.7l-1.4-1.4l4.35-4.35l1.4%201.4zm3-9.7L4.3%205.65l1.4-1.4l4.35%204.35zm1.938%2011.413Q10%2020.825%2010%2020t.588-1.412T12%2018t1.413.588T14%2020t-.587%201.413T12%2022t-1.412-.587m0-16Q10%204.825%2010%204t.588-1.412T12%202t1.413.588T14%204t-.587%201.413T12%206t-1.412-.587m4.762%204.637l-1.4-1.45l4.4-4.35l1.4%201.4zm3%209.65L14%2015.35l1.4-1.4l4.35%204.35zm.238-6.287Q18%2012.825%2018%2012t.588-1.412T20%2010t1.413.588T22%2012t-.587%201.413T20%2014t-1.412-.587%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/stream.svg?color=%231a73e8&size=48