stream input output icon
stream-input-output-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- stream-input-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 input output icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M13 3a6 6 0 0 0-6 6v1a2 2 0 0 1-2 2H2.5a.5.5 0 0 1 0-1H5a1 1 0 0 0 1-1V9a7 7 0 0 1 7-7h.5a.5.5 0 0 1 0 1zm-3 6.5A3.5 3.5 0 0 1 13.5 6h4a.5.5 0 0 0 0-1h-4A4.5 4.5 0 0 0 9 9.5v1A3.5 3.5 0 0 1 5.5 14h-3a.5.5 0 0 0 0 1h3a4.5 4.5 0 0 0 4.5-4.5zm3 .5c0-.6.4-1 1-1h3.5c.3 0 .5-.2.5-.5s-.2-.5-.5-.5H14c-1.1 0-2 .9-2 2v1c0 .9-.2 1.7-.5 2.4c.3-.2.6-.4 1-.4h.2c.2-.6.3-1.3.3-2zm-.146 8.162a.5.5 0 0 1-.708.707l-2-2a.5.5 0 0 1 0-.707l2-2a.5.5 0 0 1 .708.707l-1.147 1.147h5.586l-1.147-1.147a.5.5 0 0 1 .708-.707l2 2a.5.5 0 0 1 0 .707l-2 2a.5.5 0 0 1-.708-.707l1.147-1.146h-5.586z"/></svg>
React
import type { SVGProps } from "react";
export function FluentStreamInputOutput20Regular(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="M13 3a6 6 0 0 0-6 6v1a2 2 0 0 1-2 2H2.5a.5.5 0 0 1 0-1H5a1 1 0 0 0 1-1V9a7 7 0 0 1 7-7h.5a.5.5 0 0 1 0 1zm-3 6.5A3.5 3.5 0 0 1 13.5 6h4a.5.5 0 0 0 0-1h-4A4.5 4.5 0 0 0 9 9.5v1A3.5 3.5 0 0 1 5.5 14h-3a.5.5 0 0 0 0 1h3a4.5 4.5 0 0 0 4.5-4.5zm3 .5c0-.6.4-1 1-1h3.5c.3 0 .5-.2.5-.5s-.2-.5-.5-.5H14c-1.1 0-2 .9-2 2v1c0 .9-.2 1.7-.5 2.4c.3-.2.6-.4 1-.4h.2c.2-.6.3-1.3.3-2zm-.146 8.162a.5.5 0 0 1-.708.707l-2-2a.5.5 0 0 1 0-.707l2-2a.5.5 0 0 1 .708.707l-1.147 1.147h5.586l-1.147-1.147a.5.5 0 0 1 .708-.707l2 2a.5.5 0 0 1 0 .707l-2 2a.5.5 0 0 1-.708-.707l1.147-1.146h-5.586z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M13 3a6 6 0 0 0-6 6v1a2 2 0 0 1-2 2H2.5a.5.5 0 0 1 0-1H5a1 1 0 0 0 1-1V9a7 7 0 0 1 7-7h.5a.5.5 0 0 1 0 1zm-3 6.5A3.5 3.5 0 0 1 13.5 6h4a.5.5 0 0 0 0-1h-4A4.5 4.5 0 0 0 9 9.5v1A3.5 3.5 0 0 1 5.5 14h-3a.5.5 0 0 0 0 1h3a4.5 4.5 0 0 0 4.5-4.5zm3 .5c0-.6.4-1 1-1h3.5c.3 0 .5-.2.5-.5s-.2-.5-.5-.5H14c-1.1 0-2 .9-2 2v1c0 .9-.2 1.7-.5 2.4c.3-.2.6-.4 1-.4h.2c.2-.6.3-1.3.3-2zm-.146 8.162a.5.5 0 0 1-.708.707l-2-2a.5.5 0 0 1 0-.707l2-2a.5.5 0 0 1 .708.707l-1.147 1.147h5.586l-1.147-1.147a.5.5 0 0 1 .708-.707l2 2a.5.5 0 0 1 0 .707l-2 2a.5.5 0 0 1-.708-.707l1.147-1.146h-5.586z"/></svg> </template>
CSS
.icon-stream-input-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%22M13%203a6%206%200%200%200-6%206v1a2%202%200%200%201-2%202H2.5a.5.5%200%200%201%200-1H5a1%201%200%200%200%201-1V9a7%207%200%200%201%207-7h.5a.5.5%200%200%201%200%201zm-3%206.5A3.5%203.5%200%200%201%2013.5%206h4a.5.5%200%200%200%200-1h-4A4.5%204.5%200%200%200%209%209.5v1A3.5%203.5%200%200%201%205.5%2014h-3a.5.5%200%200%200%200%201h3a4.5%204.5%200%200%200%204.5-4.5zm3%20.5c0-.6.4-1%201-1h3.5c.3%200%20.5-.2.5-.5s-.2-.5-.5-.5H14c-1.1%200-2%20.9-2%202v1c0%20.9-.2%201.7-.5%202.4c.3-.2.6-.4%201-.4h.2c.2-.6.3-1.3.3-2zm-.146%208.162a.5.5%200%200%201-.708.707l-2-2a.5.5%200%200%201%200-.707l2-2a.5.5%200%200%201%20.708.707l-1.147%201.147h5.586l-1.147-1.147a.5.5%200%200%201%20.708-.707l2%202a.5.5%200%200%201%200%20.707l-2%202a.5.5%200%200%201-.708-.707l1.147-1.146h-5.586z%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%22M13%203a6%206%200%200%200-6%206v1a2%202%200%200%201-2%202H2.5a.5.5%200%200%201%200-1H5a1%201%200%200%200%201-1V9a7%207%200%200%201%207-7h.5a.5.5%200%200%201%200%201zm-3%206.5A3.5%203.5%200%200%201%2013.5%206h4a.5.5%200%200%200%200-1h-4A4.5%204.5%200%200%200%209%209.5v1A3.5%203.5%200%200%201%205.5%2014h-3a.5.5%200%200%200%200%201h3a4.5%204.5%200%200%200%204.5-4.5zm3%20.5c0-.6.4-1%201-1h3.5c.3%200%20.5-.2.5-.5s-.2-.5-.5-.5H14c-1.1%200-2%20.9-2%202v1c0%20.9-.2%201.7-.5%202.4c.3-.2.6-.4%201-.4h.2c.2-.6.3-1.3.3-2zm-.146%208.162a.5.5%200%200%201-.708.707l-2-2a.5.5%200%200%201%200-.707l2-2a.5.5%200%200%201%20.708.707l-1.147%201.147h5.586l-1.147-1.147a.5.5%200%200%201%20.708-.707l2%202a.5.5%200%200%201%200%20.707l-2%202a.5.5%200%200%201-.708-.707l1.147-1.146h-5.586z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/stream-input-output-20-regular.svg?color=%231a73e8&size=48