decimal decrease icon

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

Name
decimal-decrease-rounded
Set
Material Symbols
Style
Rounded
Category
Text
Viewbox
24×24
License
Apache 2.0
Aliases
decimal-decrease-outline-rounded

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="m15.525 19l.875.875q.275.3.288.713t-.288.712t-.712.3t-.713-.3L12.4 18.7q-.3-.3-.3-.7t.3-.7l2.575-2.6q.3-.3.713-.3t.712.3t.288.713t-.288.712l-.875.875h5.15q.425 0 .713.288t.287.712t-.288.713t-.712.287zM4 13H3q-.425 0-.712-.288T2 12v-1q0-.425.288-.712T3 10h1q.425 0 .713.288T5 11v1q0 .425-.288.713T4 13m3.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 MaterialSymbolsDecimalDecreaseRounded(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="m15.525 19l.875.875q.275.3.288.713t-.288.712t-.712.3t-.713-.3L12.4 18.7q-.3-.3-.3-.7t.3-.7l2.575-2.6q.3-.3.713-.3t.712.3t.288.713t-.288.712l-.875.875h5.15q.425 0 .713.288t.287.712t-.288.713t-.712.287zM4 13H3q-.425 0-.712-.288T2 12v-1q0-.425.288-.712T3 10h1q.425 0 .713.288T5 11v1q0 .425-.288.713T4 13m3.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="m15.525 19l.875.875q.275.3.288.713t-.288.712t-.712.3t-.713-.3L12.4 18.7q-.3-.3-.3-.7t.3-.7l2.575-2.6q.3-.3.713-.3t.712.3t.288.713t-.288.712l-.875.875h5.15q.425 0 .713.288t.287.712t-.288.713t-.712.287zM4 13H3q-.425 0-.712-.288T2 12v-1q0-.425.288-.712T3 10h1q.425 0 .713.288T5 11v1q0 .425-.288.713T4 13m3.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-rounded {
  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%22m15.525%2019l.875.875q.275.3.288.713t-.288.712t-.712.3t-.713-.3L12.4%2018.7q-.3-.3-.3-.7t.3-.7l2.575-2.6q.3-.3.713-.3t.712.3t.288.713t-.288.712l-.875.875h5.15q.425%200%20.713.288t.287.712t-.288.713t-.712.287zM4%2013H3q-.425%200-.712-.288T2%2012v-1q0-.425.288-.712T3%2010h1q.425%200%20.713.288T5%2011v1q0%20.425-.288.713T4%2013m3.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%22m15.525%2019l.875.875q.275.3.288.713t-.288.712t-.712.3t-.713-.3L12.4%2018.7q-.3-.3-.3-.7t.3-.7l2.575-2.6q.3-.3.713-.3t.712.3t.288.713t-.288.712l-.875.875h5.15q.425%200%20.713.288t.287.712t-.288.713t-.712.287zM4%2013H3q-.425%200-.712-.288T2%2012v-1q0-.425.288-.712T3%2010h1q.425%200%20.713.288T5%2011v1q0%20.425-.288.713T4%2013m3.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-rounded.svg?color=%231a73e8&size=48