Crown Subtract icon

The Crown 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 Crown 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 { CrownSubtract24Regular, CrownSubtract24Filled } from "@fluentui/react-icons";

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

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_crown_subtract_24_regular.svg" width="24" height="24" alt="Crown 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="M13.4568 6.37036C13.7936 6.01241 14 5.53031 14 5C14 3.89543 13.1046 3 12 3C10.8954 3 10 3.89543 10 5C10 5.53031 10.2064 6.01241 10.5432 6.37036L7.91936 9.65021C7.84572 9.74226 7.71778 9.77036 7.61234 9.71765L4.96155 8.39225C4.98677 8.26541 5 8.13425 5 8C5 6.89543 4.10457 6 3 6C1.89543 6 1 6.89543 1 8C1 8.95189 1.665 9.74847 2.55577 9.95049L4.3599 19.5725C4.51509 20.4002 5.2378 21 6.07993 21H12.0218C11.7253 20.5368 11.4858 20.0335 11.3135 19.5H6.07993C5.95962 19.5 5.85638 19.4143 5.83421 19.2961L4.03692 9.71055C4.06762 9.69189 4.09778 9.67244 4.12737 9.65221L6.94152 11.0593C7.67959 11.4283 8.57517 11.2316 9.09066 10.5873L11.9608 6.99962C11.9738 6.99987 11.9869 7 12 7C12.0131 7 12.0262 6.99987 12.0392 6.99962L14.9093 10.5873C15.1647 10.9065 15.5134 11.1158 15.8899 11.201C16.299 11.0967 16.7236 11.0313 17.1595 11.0088L19.8726 9.65221C19.9022 9.67244 19.9324 9.69189 19.9631 9.71055L19.6529 11.365C20.1488 11.539 20.6172 11.7714 21.0498 12.054L21.4442 9.95049C22.335 9.74847 23 8.95189 23 8C23 6.89543 22.1046 6 21 6C19.8954 6 19 6.89543 19 8C19 8.13425 19.0132 8.26541 19.0385 8.39225L16.3877 9.71764C16.2822 9.77036 16.1543 9.74226 16.0806 9.65021L13.4568 6.37036ZM23 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 12C20.5376 12 23 14.4624 23 17.5ZM14 17.5C14 17.7761 14.2239 18 14.5 18H20.5C20.7761 18 21 17.7761 21 17.5C21 17.2239 20.7761 17 20.5 17H14.5C14.2239 17 14 17.2239 14 17.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/crown_subtract_24_regular.svg";

Details

NameCrown Subtract
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_crown_subtract_24_regular.svg
Filled fileic_fluent_crown_subtract_24_filled.svg
React componentsCrownSubtract24Regular, CrownSubtract24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

winkingqueenrulertop

Related icons