stream-input-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.

Name
stream-input-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 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M7 9a6 6 0 0 1 6-6h.5a.5.5 0 0 0 0-1H13a7 7 0 0 0-7 7v1a1 1 0 0 1-1 1h-.9l.997.998A2 2 0 0 0 7 10zM.5 14a.5.5 0 0 0 0 1h3.684l-2.147 2.146a.5.5 0 0 0 .707.708l2.989-2.99a.5.5 0 0 0 0-.729l-2.989-2.989a.5.5 0 0 0-.707.708L4.184 14zm9.5-3.5a4.5 4.5 0 0 1-3.148 4.293a1.87 1.87 0 0 0-.122-1.015A3.5 3.5 0 0 0 9 10.5v-1A4.5 4.5 0 0 1 13.5 5h4a.5.5 0 0 1 0 1h-4A3.5 3.5 0 0 0 10 9.5zM14 9a1 1 0 0 0-1 1v1a7 7 0 0 1-7 7h-.5a.5.5 0 0 1 0-1H6a6 6 0 0 0 6-6v-1a2 2 0 0 1 2-2h3.5a.5.5 0 0 1 0 1z"/></svg>

React

import type { SVGProps } from "react";

export function FluentStreamInput20Regular(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="M7 9a6 6 0 0 1 6-6h.5a.5.5 0 0 0 0-1H13a7 7 0 0 0-7 7v1a1 1 0 0 1-1 1h-.9l.997.998A2 2 0 0 0 7 10zM.5 14a.5.5 0 0 0 0 1h3.684l-2.147 2.146a.5.5 0 0 0 .707.708l2.989-2.99a.5.5 0 0 0 0-.729l-2.989-2.989a.5.5 0 0 0-.707.708L4.184 14zm9.5-3.5a4.5 4.5 0 0 1-3.148 4.293a1.87 1.87 0 0 0-.122-1.015A3.5 3.5 0 0 0 9 10.5v-1A4.5 4.5 0 0 1 13.5 5h4a.5.5 0 0 1 0 1h-4A3.5 3.5 0 0 0 10 9.5zM14 9a1 1 0 0 0-1 1v1a7 7 0 0 1-7 7h-.5a.5.5 0 0 1 0-1H6a6 6 0 0 0 6-6v-1a2 2 0 0 1 2-2h3.5a.5.5 0 0 1 0 1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M7 9a6 6 0 0 1 6-6h.5a.5.5 0 0 0 0-1H13a7 7 0 0 0-7 7v1a1 1 0 0 1-1 1h-.9l.997.998A2 2 0 0 0 7 10zM.5 14a.5.5 0 0 0 0 1h3.684l-2.147 2.146a.5.5 0 0 0 .707.708l2.989-2.99a.5.5 0 0 0 0-.729l-2.989-2.989a.5.5 0 0 0-.707.708L4.184 14zm9.5-3.5a4.5 4.5 0 0 1-3.148 4.293a1.87 1.87 0 0 0-.122-1.015A3.5 3.5 0 0 0 9 10.5v-1A4.5 4.5 0 0 1 13.5 5h4a.5.5 0 0 1 0 1h-4A3.5 3.5 0 0 0 10 9.5zM14 9a1 1 0 0 0-1 1v1a7 7 0 0 1-7 7h-.5a.5.5 0 0 1 0-1H6a6 6 0 0 0 6-6v-1a2 2 0 0 1 2-2h3.5a.5.5 0 0 1 0 1z"/></svg>
</template>

CSS

.icon-stream-input-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%22M7%209a6%206%200%200%201%206-6h.5a.5.5%200%200%200%200-1H13a7%207%200%200%200-7%207v1a1%201%200%200%201-1%201h-.9l.997.998A2%202%200%200%200%207%2010zM.5%2014a.5.5%200%200%200%200%201h3.684l-2.147%202.146a.5.5%200%200%200%20.707.708l2.989-2.99a.5.5%200%200%200%200-.729l-2.989-2.989a.5.5%200%200%200-.707.708L4.184%2014zm9.5-3.5a4.5%204.5%200%200%201-3.148%204.293a1.87%201.87%200%200%200-.122-1.015A3.5%203.5%200%200%200%209%2010.5v-1A4.5%204.5%200%200%201%2013.5%205h4a.5.5%200%200%201%200%201h-4A3.5%203.5%200%200%200%2010%209.5zM14%209a1%201%200%200%200-1%201v1a7%207%200%200%201-7%207h-.5a.5.5%200%200%201%200-1H6a6%206%200%200%200%206-6v-1a2%202%200%200%201%202-2h3.5a.5.5%200%200%201%200%201z%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%22M7%209a6%206%200%200%201%206-6h.5a.5.5%200%200%200%200-1H13a7%207%200%200%200-7%207v1a1%201%200%200%201-1%201h-.9l.997.998A2%202%200%200%200%207%2010zM.5%2014a.5.5%200%200%200%200%201h3.684l-2.147%202.146a.5.5%200%200%200%20.707.708l2.989-2.99a.5.5%200%200%200%200-.729l-2.989-2.989a.5.5%200%200%200-.707.708L4.184%2014zm9.5-3.5a4.5%204.5%200%200%201-3.148%204.293a1.87%201.87%200%200%200-.122-1.015A3.5%203.5%200%200%200%209%2010.5v-1A4.5%204.5%200%200%201%2013.5%205h4a.5.5%200%200%201%200%201h-4A3.5%203.5%200%200%200%2010%209.5zM14%209a1%201%200%200%200-1%201v1a7%207%200%200%201-7%207h-.5a.5.5%200%200%201%200-1H6a6%206%200%200%200%206-6v-1a2%202%200%200%201%202-2h3.5a.5.5%200%200%201%200%201z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/stream-input-20-regular.svg?color=%231a73e8&size=48