Drawer Subtract icon

The Drawer 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 Drawer 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 { DrawerSubtract24Regular, DrawerSubtract24Filled } from "@fluentui/react-icons";

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

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_drawer_subtract_24_regular.svg" width="24" height="24" alt="Drawer 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="M22 6.5C22 3.46243 19.5376 1 16.5 1C13.4624 1 11 3.46243 11 6.5C11 9.53757 13.4624 12 16.5 12C19.5376 12 22 9.53757 22 6.5ZM13.4956 7.00003C13.2197 7.00003 12.9961 6.77618 12.9961 6.50003C12.9961 6.22389 13.2197 6.00003 13.4956 6.00003H19.4966C19.7725 6.00003 19.9961 6.22389 19.9961 6.50003C19.9961 6.77618 19.7725 7.00003 19.4966 7.00003H13.4956ZM21 11.1904C20.5557 11.6168 20.051 11.9806 19.5 12.2678V14H14.9423C14.56 14 14.25 14.31 14.25 14.6923V14.75C14.25 15.9926 13.2426 17 12 17C10.7574 17 9.75 15.9926 9.75 14.75V14.6923C9.75 14.31 9.44004 14 9.05769 14H4.5V9.5H10.7322C10.4876 9.03068 10.2986 8.52777 10.1739 8H4.5V7.25C4.5 6.2835 5.2835 5.5 6.25 5.5H10.0764C10.1572 4.97679 10.3004 4.47417 10.4982 4H6.25C4.45507 4 3 5.45507 3 7.25V18.75C3 20.5449 4.45508 22 6.25 22H17.75C19.5449 22 21 20.5449 21 18.75V11.1904ZM19.5 15.5V18.75C19.5 19.7165 18.7165 20.5 17.75 20.5H6.25C5.2835 20.5 4.5 19.7165 4.5 18.75V15.5H8.32501C8.67247 17.2117 10.1858 18.5 12 18.5C13.8142 18.5 15.3275 17.2117 15.675 15.5H19.5Z" 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/drawer_subtract_24_regular.svg";

Details

NameDrawer Subtract
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_drawer_subtract_24_regular.svg
Filled fileic_fluent_drawer_subtract_24_filled.svg
React componentsDrawerSubtract24Regular, DrawerSubtract24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

collectionanalog

Related icons