channel-share-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.

Name
channel-share-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
License
MIT

11 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the channel share icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M3 5.5A2.5 2.5 0 0 1 5.5 3h5A2.5 2.5 0 0 1 13 5.5a.5.5 0 0 1-1 0A1.5 1.5 0 0 0 10.5 4h-5A1.5 1.5 0 0 0 4 5.5v5A1.5 1.5 0 0 0 5.5 12h4.514a2.25 2.25 0 1 1 .114 1H5.5A2.5 2.5 0 0 1 3 10.5zM7.5 14a.5.5 0 0 0-.5.5A2.5 2.5 0 0 0 9.5 17h5a2.5 2.5 0 0 0 2.5-2.5v-5A2.5 2.5 0 0 0 14.5 7H9.872a2.25 2.25 0 1 0 .114 1H14.5A1.5 1.5 0 0 1 16 9.5v5a1.5 1.5 0 0 1-1.5 1.5h-5A1.5 1.5 0 0 1 8 14.5a.5.5 0 0 0-.5-.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentChannelShare20Filled(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="M3 5.5A2.5 2.5 0 0 1 5.5 3h5A2.5 2.5 0 0 1 13 5.5a.5.5 0 0 1-1 0A1.5 1.5 0 0 0 10.5 4h-5A1.5 1.5 0 0 0 4 5.5v5A1.5 1.5 0 0 0 5.5 12h4.514a2.25 2.25 0 1 1 .114 1H5.5A2.5 2.5 0 0 1 3 10.5zM7.5 14a.5.5 0 0 0-.5.5A2.5 2.5 0 0 0 9.5 17h5a2.5 2.5 0 0 0 2.5-2.5v-5A2.5 2.5 0 0 0 14.5 7H9.872a2.25 2.25 0 1 0 .114 1H14.5A1.5 1.5 0 0 1 16 9.5v5a1.5 1.5 0 0 1-1.5 1.5h-5A1.5 1.5 0 0 1 8 14.5a.5.5 0 0 0-.5-.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M3 5.5A2.5 2.5 0 0 1 5.5 3h5A2.5 2.5 0 0 1 13 5.5a.5.5 0 0 1-1 0A1.5 1.5 0 0 0 10.5 4h-5A1.5 1.5 0 0 0 4 5.5v5A1.5 1.5 0 0 0 5.5 12h4.514a2.25 2.25 0 1 1 .114 1H5.5A2.5 2.5 0 0 1 3 10.5zM7.5 14a.5.5 0 0 0-.5.5A2.5 2.5 0 0 0 9.5 17h5a2.5 2.5 0 0 0 2.5-2.5v-5A2.5 2.5 0 0 0 14.5 7H9.872a2.25 2.25 0 1 0 .114 1H14.5A1.5 1.5 0 0 1 16 9.5v5a1.5 1.5 0 0 1-1.5 1.5h-5A1.5 1.5 0 0 1 8 14.5a.5.5 0 0 0-.5-.5"/></svg>
</template>

CSS

.icon-channel-share-20-filled {
  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%22M3%205.5A2.5%202.5%200%200%201%205.5%203h5A2.5%202.5%200%200%201%2013%205.5a.5.5%200%200%201-1%200A1.5%201.5%200%200%200%2010.5%204h-5A1.5%201.5%200%200%200%204%205.5v5A1.5%201.5%200%200%200%205.5%2012h4.514a2.25%202.25%200%201%201%20.114%201H5.5A2.5%202.5%200%200%201%203%2010.5zM7.5%2014a.5.5%200%200%200-.5.5A2.5%202.5%200%200%200%209.5%2017h5a2.5%202.5%200%200%200%202.5-2.5v-5A2.5%202.5%200%200%200%2014.5%207H9.872a2.25%202.25%200%201%200%20.114%201H14.5A1.5%201.5%200%200%201%2016%209.5v5a1.5%201.5%200%200%201-1.5%201.5h-5A1.5%201.5%200%200%201%208%2014.5a.5.5%200%200%200-.5-.5%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%22M3%205.5A2.5%202.5%200%200%201%205.5%203h5A2.5%202.5%200%200%201%2013%205.5a.5.5%200%200%201-1%200A1.5%201.5%200%200%200%2010.5%204h-5A1.5%201.5%200%200%200%204%205.5v5A1.5%201.5%200%200%200%205.5%2012h4.514a2.25%202.25%200%201%201%20.114%201H5.5A2.5%202.5%200%200%201%203%2010.5zM7.5%2014a.5.5%200%200%200-.5.5A2.5%202.5%200%200%200%209.5%2017h5a2.5%202.5%200%200%200%202.5-2.5v-5A2.5%202.5%200%200%200%2014.5%207H9.872a2.25%202.25%200%201%200%20.114%201H14.5A1.5%201.5%200%200%201%2016%209.5v5a1.5%201.5%200%200%201-1.5%201.5h-5A1.5%201.5%200%200%201%208%2014.5a.5.5%200%200%200-.5-.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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