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

Name
font-decrease-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the font decrease icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M14.238 2.18a.75.75 0 0 0-.976 1.14l1.75 1.5c.28.24.695.24.976 0l1.75-1.5a.75.75 0 1 0-.976-1.14L15.5 3.263zM10 4a.75.75 0 0 0-.695.469l-4.25 10.5a.75.75 0 1 0 1.39.562L7.875 12h4.25l1.43 3.531a.75.75 0 1 0 1.39-.563l-4.25-10.5A.75.75 0 0 0 10 4m0 2.749l1.518 3.75H8.482z"/></svg>

React

import type { SVGProps } from "react";

export function FluentFontDecrease20Filled(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="M14.238 2.18a.75.75 0 0 0-.976 1.14l1.75 1.5c.28.24.695.24.976 0l1.75-1.5a.75.75 0 1 0-.976-1.14L15.5 3.263zM10 4a.75.75 0 0 0-.695.469l-4.25 10.5a.75.75 0 1 0 1.39.562L7.875 12h4.25l1.43 3.531a.75.75 0 1 0 1.39-.563l-4.25-10.5A.75.75 0 0 0 10 4m0 2.749l1.518 3.75H8.482z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M14.238 2.18a.75.75 0 0 0-.976 1.14l1.75 1.5c.28.24.695.24.976 0l1.75-1.5a.75.75 0 1 0-.976-1.14L15.5 3.263zM10 4a.75.75 0 0 0-.695.469l-4.25 10.5a.75.75 0 1 0 1.39.562L7.875 12h4.25l1.43 3.531a.75.75 0 1 0 1.39-.563l-4.25-10.5A.75.75 0 0 0 10 4m0 2.749l1.518 3.75H8.482z"/></svg>
</template>

CSS

.icon-font-decrease-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%22M14.238%202.18a.75.75%200%200%200-.976%201.14l1.75%201.5c.28.24.695.24.976%200l1.75-1.5a.75.75%200%201%200-.976-1.14L15.5%203.263zM10%204a.75.75%200%200%200-.695.469l-4.25%2010.5a.75.75%200%201%200%201.39.562L7.875%2012h4.25l1.43%203.531a.75.75%200%201%200%201.39-.563l-4.25-10.5A.75.75%200%200%200%2010%204m0%202.749l1.518%203.75H8.482z%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%22M14.238%202.18a.75.75%200%200%200-.976%201.14l1.75%201.5c.28.24.695.24.976%200l1.75-1.5a.75.75%200%201%200-.976-1.14L15.5%203.263zM10%204a.75.75%200%200%200-.695.469l-4.25%2010.5a.75.75%200%201%200%201.39.562L7.875%2012h4.25l1.43%203.531a.75.75%200%201%200%201.39-.563l-4.25-10.5A.75.75%200%200%200%2010%204m0%202.749l1.518%203.75H8.482z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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