Subtract Parentheses icon

Used in maximize/minimize & block scenarios. The Subtract Parentheses 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 Subtract Parentheses 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 { SubtractParentheses24Regular, SubtractParentheses24Filled } from "@fluentui/react-icons";

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

Use it in HTML

Reference the SVG file directly:

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

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="M6.71874 5.3393C7.04313 5.08172 7.09728 4.60995 6.8397 4.28556C6.58212 3.96118 6.11035 3.90702 5.78596 4.1646C3.48055 5.99524 2 8.82494 2 12C2 15.175 3.48055 18.0047 5.78596 19.8353C6.11035 20.0929 6.58212 20.0388 6.8397 19.7144C7.09728 19.39 7.04313 18.9182 6.71874 18.6606C4.75627 17.1023 3.5 14.6981 3.5 12C3.5 9.30186 4.75627 6.89763 6.71874 5.3393ZM18.214 4.1646C17.8897 3.90702 17.4179 3.96118 17.1603 4.28556C16.9027 4.60995 16.9569 5.08172 17.2813 5.3393C19.2437 6.89763 20.5 9.30186 20.5 12C20.5 14.6981 19.2437 17.1023 17.2813 18.6606C16.9569 18.9182 16.9027 19.39 17.1603 19.7144C17.4179 20.0388 17.8897 20.0929 18.214 19.8353C20.5194 18.0047 22 15.175 22 12C22 8.82494 20.5194 5.99524 18.214 4.1646ZM7.75 11.25C7.33579 11.25 7 11.5858 7 12C7 12.4142 7.33579 12.75 7.75 12.75H16.25C16.6642 12.75 17 12.4142 17 12C17 11.5858 16.6642 11.25 16.25 11.25H7.75Z" 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/subtract_parentheses_24_regular.svg";

Details

NameSubtract Parentheses
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_subtract_parentheses_24_regular.svg
Filled fileic_fluent_subtract_parentheses_24_filled.svg
React componentsSubtractParentheses24Regular, SubtractParentheses24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

blockminusdashnegate

Related icons