Channel Subtract icon

Used for chat channel scenarios. The Channel Subtract icon is part of Microsoft's Fluent UI System Icons, available here in filled and regular (outlined) styles on a 24 px grid. Download it as SVG or PNG, or copy it as code — it's free to use under the MIT License.

Regular (outlined)

SVG

Filled

SVG

Use the Channel Subtract icon in React

Install Microsoft's @fluentui/react-icons package, then import the component. Icons inherit the current text color, and you can size them with CSS.

npm install @fluentui/react-icons

import { ChannelSubtract24Regular, ChannelSubtract24Filled } from "@fluentui/react-icons";

export function Example() {
  return <ChannelSubtract24Regular aria-label="Channel Subtract" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_channel_subtract_24_regular.svg" width="24" height="24" alt="Channel Subtract">

Or paste the SVG markup inline. Setting fill="currentColor" makes the icon follow the text color of its parent:

<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20.995 6.06558C20.8993 4.35645 19.4831 3 17.7501 3H6.2501L6.06568 3.00514C4.77007 3.07762 3.67711 3.90899 3.22383 5.06188C3.39265 5.02142 3.56887 5 3.7501 5C4.13172 5 4.49114 5.095 4.80507 5.2626C5.12031 4.80213 5.64992 4.5 6.2501 4.5H17.7501L17.8936 4.5058C18.793 4.57881 19.5001 5.33183 19.5001 6.25V11.3135C20.0336 11.4859 20.5369 11.7253 21.0001 12.0219V6.25L20.995 6.06558ZM12.0218 21C11.7253 20.5368 11.4858 20.0335 11.3135 19.5H6.2501L6.10657 19.4942C5.20721 19.4212 4.5001 18.6682 4.5001 17.75L4.50031 9.37211C4.26566 9.45506 4.01315 9.5002 3.7501 9.5002C3.48702 9.5002 3.23448 9.45505 2.99981 9.37208L3.0001 17.75L3.00525 17.9344C3.10086 19.6435 4.51707 21 6.2501 21H12.0218ZM11.7306 14.5031C12.0174 13.9521 12.3808 13.4474 12.8066 13.0031H8.74786L8.64609 13.0099C8.28002 13.0596 7.99786 13.3734 7.99786 13.7531C7.99786 14.1673 8.33365 14.5031 8.74786 14.5031H11.7306ZM16.0023 10.2462C16.0023 9.83201 15.6666 9.49623 15.2523 9.49623H8.74786L8.64609 9.50307C8.28002 9.55274 7.99786 9.86653 7.99786 10.2462C7.99786 10.6604 8.33365 10.9962 8.74786 10.9962H15.2523L15.3541 10.9894C15.7202 10.9397 16.0023 10.6259 16.0023 10.2462ZM5.0002 7.2501C5.0002 6.55969 4.44051 6 3.7501 6C3.05969 6 2.5 6.55969 2.5 7.2501C2.5 7.94051 3.05969 8.5002 3.7501 8.5002C4.44051 8.5002 5.0002 7.94051 5.0002 7.2501ZM17.5 12C20.5376 12 23 14.4624 23 17.5C23 20.5376 20.5376 23 17.5 23C14.4624 23 12 20.5376 12 17.5C12 14.4624 14.4624 12 17.5 12ZM20.4966 18C20.7725 18 20.9961 17.7762 20.9961 17.5C20.9961 17.2239 20.7725 17 20.4966 17H14.4956C14.2197 17 13.9961 17.2239 13.9961 17.5C13.9961 17.7762 14.2197 18 14.4956 18H20.4966Z" fill="currentColor"/></svg>

Use it from the SVG package

Microsoft's @fluentui/svg-icons package contains the raw SVG files, which works well with bundlers that import SVGs:

npm install @fluentui/svg-icons

import icon from "@fluentui/svg-icons/icons/channel_subtract_24_regular.svg";

Details

NameChannel Subtract
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_channel_subtract_24_regular.svg
Filled fileic_fluent_channel_subtract_24_filled.svg
React componentsChannelSubtract24Regular, ChannelSubtract24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

rectanglechatannouncement

Related icons