decimal decrease icon

decimal-decrease from Material Symbols by Google · Regular · Text · Apache-2.0 Free for personal and commercial use.

Name
decimal-decrease
Set
Material Symbols
Style
Regular
Category
Text
Viewbox
24×24
License
Apache 2.0
Aliases
decimal-decrease-outline, decimal-decrease-outline-sharp, decimal-decrease-sharp

1 other variant in Material Symbols

The same icon in other sets

More text icons from Material Symbols

Use the decimal decrease icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m16 22l-4-4l4-4l1.4 1.4l-1.575 1.6H22v2h-6.175l1.575 1.6zM2 13v-3h3v3zm5.025-1.025Q6 10.95 6 9.5v-4q0-1.45 1.025-2.475T9.5 2t2.475 1.025T13 5.5v4q0 1.45-1.025 2.475T9.5 13t-2.475-1.025m3.538-1.412Q11 10.125 11 9.5v-4q0-.625-.437-1.062T9.5 4t-1.062.438T8 5.5v4q0 .625.438 1.063T9.5 11t1.063-.437"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsDecimalDecrease(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m16 22l-4-4l4-4l1.4 1.4l-1.575 1.6H22v2h-6.175l1.575 1.6zM2 13v-3h3v3zm5.025-1.025Q6 10.95 6 9.5v-4q0-1.45 1.025-2.475T9.5 2t2.475 1.025T13 5.5v4q0 1.45-1.025 2.475T9.5 13t-2.475-1.025m3.538-1.412Q11 10.125 11 9.5v-4q0-.625-.437-1.062T9.5 4t-1.062.438T8 5.5v4q0 .625.438 1.063T9.5 11t1.063-.437"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m16 22l-4-4l4-4l1.4 1.4l-1.575 1.6H22v2h-6.175l1.575 1.6zM2 13v-3h3v3zm5.025-1.025Q6 10.95 6 9.5v-4q0-1.45 1.025-2.475T9.5 2t2.475 1.025T13 5.5v4q0 1.45-1.025 2.475T9.5 13t-2.475-1.025m3.538-1.412Q11 10.125 11 9.5v-4q0-.625-.437-1.062T9.5 4t-1.062.438T8 5.5v4q0 .625.438 1.063T9.5 11t1.063-.437"/></svg>
</template>

CSS

.icon-decimal-decrease {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m16%2022l-4-4l4-4l1.4%201.4l-1.575%201.6H22v2h-6.175l1.575%201.6zM2%2013v-3h3v3zm5.025-1.025Q6%2010.95%206%209.5v-4q0-1.45%201.025-2.475T9.5%202t2.475%201.025T13%205.5v4q0%201.45-1.025%202.475T9.5%2013t-2.475-1.025m3.538-1.412Q11%2010.125%2011%209.5v-4q0-.625-.437-1.062T9.5%204t-1.062.438T8%205.5v4q0%20.625.438%201.063T9.5%2011t1.063-.437%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m16%2022l-4-4l4-4l1.4%201.4l-1.575%201.6H22v2h-6.175l1.575%201.6zM2%2013v-3h3v3zm5.025-1.025Q6%2010.95%206%209.5v-4q0-1.45%201.025-2.475T9.5%202t2.475%201.025T13%205.5v4q0%201.45-1.025%202.475T9.5%2013t-2.475-1.025m3.538-1.412Q11%2010.125%2011%209.5v-4q0-.625-.437-1.062T9.5%204t-1.062.438T8%205.5v4q0%20.625.438%201.063T9.5%2011t1.063-.437%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/decimal-decrease.svg?color=%231a73e8&size=48