crown-subtract-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.

Name
crown-subtract-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
License
MIT

3 other variants in Fluent UI System Icons

Use the crown subtract icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M8.737 5.31L6.609 8.046a.5.5 0 0 1-.619.14L3.865 7.123a1.5 1.5 0 1 0-1.672.845l1.692 8.04A1.25 1.25 0 0 0 5.11 17H9.6a5.5 5.5 0 0 1 7.814-7.165l.394-1.866a1.5 1.5 0 1 0-1.672-.846L14.01 8.186a.5.5 0 0 1-.619-.14l-2.128-2.737a1.5 1.5 0 1 0-2.526 0M14.5 19a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9M12 14.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentCrownSubtract20Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M8.737 5.31L6.609 8.046a.5.5 0 0 1-.619.14L3.865 7.123a1.5 1.5 0 1 0-1.672.845l1.692 8.04A1.25 1.25 0 0 0 5.11 17H9.6a5.5 5.5 0 0 1 7.814-7.165l.394-1.866a1.5 1.5 0 1 0-1.672-.846L14.01 8.186a.5.5 0 0 1-.619-.14l-2.128-2.737a1.5 1.5 0 1 0-2.526 0M14.5 19a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9M12 14.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M8.737 5.31L6.609 8.046a.5.5 0 0 1-.619.14L3.865 7.123a1.5 1.5 0 1 0-1.672.845l1.692 8.04A1.25 1.25 0 0 0 5.11 17H9.6a5.5 5.5 0 0 1 7.814-7.165l.394-1.866a1.5 1.5 0 1 0-1.672-.846L14.01 8.186a.5.5 0 0 1-.619-.14l-2.128-2.737a1.5 1.5 0 1 0-2.526 0M14.5 19a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9M12 14.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5"/></svg>
</template>

CSS

.icon-crown-subtract-20-filled {
  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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.737%205.31L6.609%208.046a.5.5%200%200%201-.619.14L3.865%207.123a1.5%201.5%200%201%200-1.672.845l1.692%208.04A1.25%201.25%200%200%200%205.11%2017H9.6a5.5%205.5%200%200%201%207.814-7.165l.394-1.866a1.5%201.5%200%201%200-1.672-.846L14.01%208.186a.5.5%200%200%201-.619-.14l-2.128-2.737a1.5%201.5%200%201%200-2.526%200M14.5%2019a4.5%204.5%200%201%200%200-9a4.5%204.5%200%200%200%200%209M12%2014.5a.5.5%200%200%201%20.5-.5h4a.5.5%200%200%201%200%201h-4a.5.5%200%200%201-.5-.5%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.737%205.31L6.609%208.046a.5.5%200%200%201-.619.14L3.865%207.123a1.5%201.5%200%201%200-1.672.845l1.692%208.04A1.25%201.25%200%200%200%205.11%2017H9.6a5.5%205.5%200%200%201%207.814-7.165l.394-1.866a1.5%201.5%200%201%200-1.672-.846L14.01%208.186a.5.5%200%200%201-.619-.14l-2.128-2.737a1.5%201.5%200%201%200-2.526%200M14.5%2019a4.5%204.5%200%201%200%200-9a4.5%204.5%200%200%200%200%209M12%2014.5a.5.5%200%200%201%20.5-.5h4a.5.5%200%200%201%200%201h-4a.5.5%200%200%201-.5-.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/crown-subtract-20-filled.svg?color=%231a73e8&size=48