decimal increase icon
decimal-increase from Material Symbols by Google · Regular · Text · Apache-2.0 Free for personal and commercial use.
- Name
- decimal-increase
- Set
- Material Symbols
- Style
- Regular
- Category
- Text
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- decimal-increase-outline, decimal-increase-outline-sharp, decimal-increase-sharp
1 other variant in Material Symbols
The same icon in other sets
More text icons from Material Symbols
add-column-leftadd-column-rightadd-linkadd-notesadd-row-aboveadd-row-belowadd-to-drivealign-centeralign-endalign-flex-centeralign-flex-endalign-flex-startalign-horizontal-centeralign-horizontal-leftalign-horizontal-rightalign-items-stretchalign-justify-centeralign-justify-flex-endalign-justify-flex-startalign-justify-space-aroundalign-justify-space-betweenalign-justify-space-evenalign-justify-stretchalign-self-stretch
Use the decimal increase icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m18 22l-1.4-1.4l1.575-1.6H12v-2h6.175L16.6 15.4L18 14l4 4zM2 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.025m9 0Q15 10.95 15 9.5v-4q0-1.45 1.025-2.475T18.5 2t2.475 1.025T22 5.5v4q0 1.45-1.025 2.475T18.5 13t-2.475-1.025m-5.462-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-.437m9 0Q20 10.125 20 9.5v-4q0-.625-.437-1.062T18.5 4t-1.062.438T17 5.5v4q0 .625.438 1.063T18.5 11t1.063-.437"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsDecimalIncrease(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="m18 22l-1.4-1.4l1.575-1.6H12v-2h6.175L16.6 15.4L18 14l4 4zM2 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.025m9 0Q15 10.95 15 9.5v-4q0-1.45 1.025-2.475T18.5 2t2.475 1.025T22 5.5v4q0 1.45-1.025 2.475T18.5 13t-2.475-1.025m-5.462-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-.437m9 0Q20 10.125 20 9.5v-4q0-.625-.437-1.062T18.5 4t-1.062.438T17 5.5v4q0 .625.438 1.063T18.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="m18 22l-1.4-1.4l1.575-1.6H12v-2h6.175L16.6 15.4L18 14l4 4zM2 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.025m9 0Q15 10.95 15 9.5v-4q0-1.45 1.025-2.475T18.5 2t2.475 1.025T22 5.5v4q0 1.45-1.025 2.475T18.5 13t-2.475-1.025m-5.462-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-.437m9 0Q20 10.125 20 9.5v-4q0-.625-.437-1.062T18.5 4t-1.062.438T17 5.5v4q0 .625.438 1.063T18.5 11t1.063-.437"/></svg> </template>
CSS
.icon-decimal-increase {
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%22m18%2022l-1.4-1.4l1.575-1.6H12v-2h6.175L16.6%2015.4L18%2014l4%204zM2%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.025m9%200Q15%2010.95%2015%209.5v-4q0-1.45%201.025-2.475T18.5%202t2.475%201.025T22%205.5v4q0%201.45-1.025%202.475T18.5%2013t-2.475-1.025m-5.462-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-.437m9%200Q20%2010.125%2020%209.5v-4q0-.625-.437-1.062T18.5%204t-1.062.438T17%205.5v4q0%20.625.438%201.063T18.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%22m18%2022l-1.4-1.4l1.575-1.6H12v-2h6.175L16.6%2015.4L18%2014l4%204zM2%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.025m9%200Q15%2010.95%2015%209.5v-4q0-1.45%201.025-2.475T18.5%202t2.475%201.025T22%205.5v4q0%201.45-1.025%202.475T18.5%2013t-2.475-1.025m-5.462-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-.437m9%200Q20%2010.125%2020%209.5v-4q0-.625-.437-1.062T18.5%204t-1.062.438T17%205.5v4q0%20.625.438%201.063T18.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-increase.svg?color=%231a73e8&size=48