stream output icon
stream-output-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- stream-output-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- License
- MIT
1 other variant in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the stream output icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M16.146 2.146a.5.5 0 0 1 .708 0l2.988 2.99a.5.5 0 0 1 0 .729l-2.988 2.989a.5.5 0 0 1-.708-.708L18.293 6H13.5C11.6 6 10 7.6 10 9.5v1C10 13 8 15 5.5 15h-3c-.3 0-.5-.2-.5-.5s.2-.5.5-.5h3C7.4 14 9 12.4 9 10.5v-1C9 7 11 5 13.5 5h4.793l-2.147-2.146a.5.5 0 0 1 0-.708M2.5 12H5c1.1 0 2-.9 2-2V9c0-3.3 2.7-6 6-6h.5c.3 0 .5-.2.5-.5s-.2-.5-.5-.5H13C9.1 2 6 5.1 6 9v1c0 .6-.4 1-1 1H2.5c-.3 0-.5.2-.5.5s.2.5.5.5m12.6-4H14c-1.1 0-2 .9-2 2v1c0 3.3-2.7 6-6 6h-.5c-.3 0-.5.2-.5.5s.2.5.5.5H6c3.9 0 7-3.1 7-7v-1c0-.6.4-1 1-1h1.1c-.1-.3-.1-.7 0-1"/></svg>
React
import type { SVGProps } from "react";
export function FluentStreamOutput20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M16.146 2.146a.5.5 0 0 1 .708 0l2.988 2.99a.5.5 0 0 1 0 .729l-2.988 2.989a.5.5 0 0 1-.708-.708L18.293 6H13.5C11.6 6 10 7.6 10 9.5v1C10 13 8 15 5.5 15h-3c-.3 0-.5-.2-.5-.5s.2-.5.5-.5h3C7.4 14 9 12.4 9 10.5v-1C9 7 11 5 13.5 5h4.793l-2.147-2.146a.5.5 0 0 1 0-.708M2.5 12H5c1.1 0 2-.9 2-2V9c0-3.3 2.7-6 6-6h.5c.3 0 .5-.2.5-.5s-.2-.5-.5-.5H13C9.1 2 6 5.1 6 9v1c0 .6-.4 1-1 1H2.5c-.3 0-.5.2-.5.5s.2.5.5.5m12.6-4H14c-1.1 0-2 .9-2 2v1c0 3.3-2.7 6-6 6h-.5c-.3 0-.5.2-.5.5s.2.5.5.5H6c3.9 0 7-3.1 7-7v-1c0-.6.4-1 1-1h1.1c-.1-.3-.1-.7 0-1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M16.146 2.146a.5.5 0 0 1 .708 0l2.988 2.99a.5.5 0 0 1 0 .729l-2.988 2.989a.5.5 0 0 1-.708-.708L18.293 6H13.5C11.6 6 10 7.6 10 9.5v1C10 13 8 15 5.5 15h-3c-.3 0-.5-.2-.5-.5s.2-.5.5-.5h3C7.4 14 9 12.4 9 10.5v-1C9 7 11 5 13.5 5h4.793l-2.147-2.146a.5.5 0 0 1 0-.708M2.5 12H5c1.1 0 2-.9 2-2V9c0-3.3 2.7-6 6-6h.5c.3 0 .5-.2.5-.5s-.2-.5-.5-.5H13C9.1 2 6 5.1 6 9v1c0 .6-.4 1-1 1H2.5c-.3 0-.5.2-.5.5s.2.5.5.5m12.6-4H14c-1.1 0-2 .9-2 2v1c0 3.3-2.7 6-6 6h-.5c-.3 0-.5.2-.5.5s.2.5.5.5H6c3.9 0 7-3.1 7-7v-1c0-.6.4-1 1-1h1.1c-.1-.3-.1-.7 0-1"/></svg> </template>
CSS
.icon-stream-output-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.146%202.146a.5.5%200%200%201%20.708%200l2.988%202.99a.5.5%200%200%201%200%20.729l-2.988%202.989a.5.5%200%200%201-.708-.708L18.293%206H13.5C11.6%206%2010%207.6%2010%209.5v1C10%2013%208%2015%205.5%2015h-3c-.3%200-.5-.2-.5-.5s.2-.5.5-.5h3C7.4%2014%209%2012.4%209%2010.5v-1C9%207%2011%205%2013.5%205h4.793l-2.147-2.146a.5.5%200%200%201%200-.708M2.5%2012H5c1.1%200%202-.9%202-2V9c0-3.3%202.7-6%206-6h.5c.3%200%20.5-.2.5-.5s-.2-.5-.5-.5H13C9.1%202%206%205.1%206%209v1c0%20.6-.4%201-1%201H2.5c-.3%200-.5.2-.5.5s.2.5.5.5m12.6-4H14c-1.1%200-2%20.9-2%202v1c0%203.3-2.7%206-6%206h-.5c-.3%200-.5.2-.5.5s.2.5.5.5H6c3.9%200%207-3.1%207-7v-1c0-.6.4-1%201-1h1.1c-.1-.3-.1-.7%200-1%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.146%202.146a.5.5%200%200%201%20.708%200l2.988%202.99a.5.5%200%200%201%200%20.729l-2.988%202.989a.5.5%200%200%201-.708-.708L18.293%206H13.5C11.6%206%2010%207.6%2010%209.5v1C10%2013%208%2015%205.5%2015h-3c-.3%200-.5-.2-.5-.5s.2-.5.5-.5h3C7.4%2014%209%2012.4%209%2010.5v-1C9%207%2011%205%2013.5%205h4.793l-2.147-2.146a.5.5%200%200%201%200-.708M2.5%2012H5c1.1%200%202-.9%202-2V9c0-3.3%202.7-6%206-6h.5c.3%200%20.5-.2.5-.5s-.2-.5-.5-.5H13C9.1%202%206%205.1%206%209v1c0%20.6-.4%201-1%201H2.5c-.3%200-.5.2-.5.5s.2.5.5.5m12.6-4H14c-1.1%200-2%20.9-2%202v1c0%203.3-2.7%206-6%206h-.5c-.3%200-.5.2-.5.5s.2.5.5.5H6c3.9%200%207-3.1%207-7v-1c0-.6.4-1%201-1h1.1c-.1-.3-.1-.7%200-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/stream-output-20-regular.svg?color=%231a73e8&size=48