channel-add-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.

Name
channel-add-28-regular
Set
Fluent UI System Icons
Style
28 Regular
Viewbox
28×28
License
MIT

9 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the channel add icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M3 11.397v9.353A4.25 4.25 0 0 0 7.25 25h7.25a7.5 7.5 0 0 1-.876-1.5H7.25a2.75 2.75 0 0 1-2.75-2.75v-9.353a2.75 2.75 0 0 1-1.5 0M25 7.25v7.25a7.5 7.5 0 0 0-1.5-.876V7.25a2.75 2.75 0 0 0-2.75-2.75H7.25a2.75 2.75 0 0 0-2.532 1.675a2.74 2.74 0 0 0-1.55-.113A4.25 4.25 0 0 1 7.25 3h13.5A4.25 4.25 0 0 1 25 7.25M9.75 15h5.65a7.5 7.5 0 0 0-1.245 1.5H9.75a.75.75 0 0 1 0-1.5M2 8.75a1.75 1.75 0 1 0 3.5 0a1.75 1.75 0 0 0-3.5 0M9.75 11a.75.75 0 0 0 0 1.5h8.5a.75.75 0 0 0 0-1.5zM27 20.5a6.5 6.5 0 1 1-13 0a6.5 6.5 0 0 1 13 0m-6-4a.5.5 0 0 0-1 0V20h-3.5a.5.5 0 0 0 0 1H20v3.5a.5.5 0 0 0 1 0V21h3.5a.5.5 0 0 0 0-1H21z"/></svg>

React

import type { SVGProps } from "react";

export function FluentChannelAdd28Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M3 11.397v9.353A4.25 4.25 0 0 0 7.25 25h7.25a7.5 7.5 0 0 1-.876-1.5H7.25a2.75 2.75 0 0 1-2.75-2.75v-9.353a2.75 2.75 0 0 1-1.5 0M25 7.25v7.25a7.5 7.5 0 0 0-1.5-.876V7.25a2.75 2.75 0 0 0-2.75-2.75H7.25a2.75 2.75 0 0 0-2.532 1.675a2.74 2.74 0 0 0-1.55-.113A4.25 4.25 0 0 1 7.25 3h13.5A4.25 4.25 0 0 1 25 7.25M9.75 15h5.65a7.5 7.5 0 0 0-1.245 1.5H9.75a.75.75 0 0 1 0-1.5M2 8.75a1.75 1.75 0 1 0 3.5 0a1.75 1.75 0 0 0-3.5 0M9.75 11a.75.75 0 0 0 0 1.5h8.5a.75.75 0 0 0 0-1.5zM27 20.5a6.5 6.5 0 1 1-13 0a6.5 6.5 0 0 1 13 0m-6-4a.5.5 0 0 0-1 0V20h-3.5a.5.5 0 0 0 0 1H20v3.5a.5.5 0 0 0 1 0V21h3.5a.5.5 0 0 0 0-1H21z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M3 11.397v9.353A4.25 4.25 0 0 0 7.25 25h7.25a7.5 7.5 0 0 1-.876-1.5H7.25a2.75 2.75 0 0 1-2.75-2.75v-9.353a2.75 2.75 0 0 1-1.5 0M25 7.25v7.25a7.5 7.5 0 0 0-1.5-.876V7.25a2.75 2.75 0 0 0-2.75-2.75H7.25a2.75 2.75 0 0 0-2.532 1.675a2.74 2.74 0 0 0-1.55-.113A4.25 4.25 0 0 1 7.25 3h13.5A4.25 4.25 0 0 1 25 7.25M9.75 15h5.65a7.5 7.5 0 0 0-1.245 1.5H9.75a.75.75 0 0 1 0-1.5M2 8.75a1.75 1.75 0 1 0 3.5 0a1.75 1.75 0 0 0-3.5 0M9.75 11a.75.75 0 0 0 0 1.5h8.5a.75.75 0 0 0 0-1.5zM27 20.5a6.5 6.5 0 1 1-13 0a6.5 6.5 0 0 1 13 0m-6-4a.5.5 0 0 0-1 0V20h-3.5a.5.5 0 0 0 0 1H20v3.5a.5.5 0 0 0 1 0V21h3.5a.5.5 0 0 0 0-1H21z"/></svg>
</template>

CSS

.icon-channel-add-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3%2011.397v9.353A4.25%204.25%200%200%200%207.25%2025h7.25a7.5%207.5%200%200%201-.876-1.5H7.25a2.75%202.75%200%200%201-2.75-2.75v-9.353a2.75%202.75%200%200%201-1.5%200M25%207.25v7.25a7.5%207.5%200%200%200-1.5-.876V7.25a2.75%202.75%200%200%200-2.75-2.75H7.25a2.75%202.75%200%200%200-2.532%201.675a2.74%202.74%200%200%200-1.55-.113A4.25%204.25%200%200%201%207.25%203h13.5A4.25%204.25%200%200%201%2025%207.25M9.75%2015h5.65a7.5%207.5%200%200%200-1.245%201.5H9.75a.75.75%200%200%201%200-1.5M2%208.75a1.75%201.75%200%201%200%203.5%200a1.75%201.75%200%200%200-3.5%200M9.75%2011a.75.75%200%200%200%200%201.5h8.5a.75.75%200%200%200%200-1.5zM27%2020.5a6.5%206.5%200%201%201-13%200a6.5%206.5%200%200%201%2013%200m-6-4a.5.5%200%200%200-1%200V20h-3.5a.5.5%200%200%200%200%201H20v3.5a.5.5%200%200%200%201%200V21h3.5a.5.5%200%200%200%200-1H21z%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3%2011.397v9.353A4.25%204.25%200%200%200%207.25%2025h7.25a7.5%207.5%200%200%201-.876-1.5H7.25a2.75%202.75%200%200%201-2.75-2.75v-9.353a2.75%202.75%200%200%201-1.5%200M25%207.25v7.25a7.5%207.5%200%200%200-1.5-.876V7.25a2.75%202.75%200%200%200-2.75-2.75H7.25a2.75%202.75%200%200%200-2.532%201.675a2.74%202.74%200%200%200-1.55-.113A4.25%204.25%200%200%201%207.25%203h13.5A4.25%204.25%200%200%201%2025%207.25M9.75%2015h5.65a7.5%207.5%200%200%200-1.245%201.5H9.75a.75.75%200%200%201%200-1.5M2%208.75a1.75%201.75%200%201%200%203.5%200a1.75%201.75%200%200%200-3.5%200M9.75%2011a.75.75%200%200%200%200%201.5h8.5a.75.75%200%200%200%200-1.5zM27%2020.5a6.5%206.5%200%201%201-13%200a6.5%206.5%200%200%201%2013%200m-6-4a.5.5%200%200%200-1%200V20h-3.5a.5.5%200%200%200%200%201H20v3.5a.5.5%200%200%200%201%200V21h3.5a.5.5%200%200%200%200-1H21z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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