stream icon
stream-rounded from Material Symbols by Google · Rounded · Audio & Video · Apache-2.0 Free for personal and commercial use.
- Name
- stream-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Audio & Video
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- stream-outline-rounded
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-.587M4.95 17.6l2.95-2.95q.275-.275.7-.275t.7.275t.275.7t-.275.7L6.35 19q-.275.275-.7.275T4.95 19t-.275-.7t.275-.7m3-8.3L5 6.35q-.275-.275-.275-.7T5 4.95t.7-.275t.7.275L9.35 7.9q.275.275.275.7t-.275.7t-.7.275t-.7-.275m2.638 12.112Q10 20.826 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-.587M14.65 7.9l3-2.95q.275-.275.688-.288t.712.288q.275.275.275.7t-.275.7l-2.975 2.975q-.3.3-.712.3t-.713-.3q-.275-.3-.288-.712t.288-.713m3 11.1l-2.95-2.95q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l2.95 2.95q.275.275.275.7t-.275.7t-.7.275t-.7-.275m.938-5.587Q18 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 MaterialSymbolsStreamRounded(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-.587M4.95 17.6l2.95-2.95q.275-.275.7-.275t.7.275t.275.7t-.275.7L6.35 19q-.275.275-.7.275T4.95 19t-.275-.7t.275-.7m3-8.3L5 6.35q-.275-.275-.275-.7T5 4.95t.7-.275t.7.275L9.35 7.9q.275.275.275.7t-.275.7t-.7.275t-.7-.275m2.638 12.112Q10 20.826 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-.587M14.65 7.9l3-2.95q.275-.275.688-.288t.712.288q.275.275.275.7t-.275.7l-2.975 2.975q-.3.3-.712.3t-.713-.3q-.275-.3-.288-.712t.288-.713m3 11.1l-2.95-2.95q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l2.95 2.95q.275.275.275.7t-.275.7t-.7.275t-.7-.275m.938-5.587Q18 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-.587M4.95 17.6l2.95-2.95q.275-.275.7-.275t.7.275t.275.7t-.275.7L6.35 19q-.275.275-.7.275T4.95 19t-.275-.7t.275-.7m3-8.3L5 6.35q-.275-.275-.275-.7T5 4.95t.7-.275t.7.275L9.35 7.9q.275.275.275.7t-.275.7t-.7.275t-.7-.275m2.638 12.112Q10 20.826 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-.587M14.65 7.9l3-2.95q.275-.275.688-.288t.712.288q.275.275.275.7t-.275.7l-2.975 2.975q-.3.3-.712.3t-.713-.3q-.275-.3-.288-.712t.288-.713m3 11.1l-2.95-2.95q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l2.95 2.95q.275.275.275.7t-.275.7t-.7.275t-.7-.275m.938-5.587Q18 12.825 18 12t.588-1.412T20 10t1.413.588T22 12t-.587 1.413T20 14t-1.412-.587"/></svg> </template>
CSS
.icon-stream-rounded {
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-.587M4.95%2017.6l2.95-2.95q.275-.275.7-.275t.7.275t.275.7t-.275.7L6.35%2019q-.275.275-.7.275T4.95%2019t-.275-.7t.275-.7m3-8.3L5%206.35q-.275-.275-.275-.7T5%204.95t.7-.275t.7.275L9.35%207.9q.275.275.275.7t-.275.7t-.7.275t-.7-.275m2.638%2012.112Q10%2020.826%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-.587M14.65%207.9l3-2.95q.275-.275.688-.288t.712.288q.275.275.275.7t-.275.7l-2.975%202.975q-.3.3-.712.3t-.713-.3q-.275-.3-.288-.712t.288-.713m3%2011.1l-2.95-2.95q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l2.95%202.95q.275.275.275.7t-.275.7t-.7.275t-.7-.275m.938-5.587Q18%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-.587M4.95%2017.6l2.95-2.95q.275-.275.7-.275t.7.275t.275.7t-.275.7L6.35%2019q-.275.275-.7.275T4.95%2019t-.275-.7t.275-.7m3-8.3L5%206.35q-.275-.275-.275-.7T5%204.95t.7-.275t.7.275L9.35%207.9q.275.275.275.7t-.275.7t-.7.275t-.7-.275m2.638%2012.112Q10%2020.826%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-.587M14.65%207.9l3-2.95q.275-.275.688-.288t.712.288q.275.275.275.7t-.275.7l-2.975%202.975q-.3.3-.712.3t-.713-.3q-.275-.3-.288-.712t.288-.713m3%2011.1l-2.95-2.95q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l2.95%202.95q.275.275.275.7t-.275.7t-.7.275t-.7-.275m.938-5.587Q18%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-rounded.svg?color=%231a73e8&size=48