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

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

1 other variant in Material Symbols Light

The same icon in other sets

More text icons from Material Symbols Light

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.79 18h-6.31q-.212 0-.355-.144t-.144-.357t.144-.356t.356-.143h6.31l-1.722-1.74q-.14-.147-.153-.353t.15-.357q.15-.15.348-.14t.344.155l2.388 2.37q.243.242.243.565t-.243.566l-2.388 2.388q-.143.146-.333.146t-.35-.15q-.171-.15-.159-.357t.153-.353zM5.213 12.827H4.98q-.31 0-.521-.21q-.21-.21-.21-.52v-.231q0-.311.21-.521t.52-.21h.232q.31 0 .52.21t.21.52v.231q0 .31-.21.52t-.52.211m2.919-.805q-.804-.806-.804-1.945v-4q0-1.14.806-1.945t1.946-.805t1.944.805t.804 1.945v4q0 1.14-.806 1.945t-1.946.805t-1.944-.805m7.885 0q-.804-.806-.804-1.945v-4q0-1.14.806-1.945t1.946-.805t1.944.805t.803 1.945v4q0 1.14-.805 1.945q-.806.805-1.946.805t-1.945-.805m-4.703-.705q.515-.511.515-1.24v-4q0-.73-.514-1.24q-.515-.51-1.236-.51t-1.236.51q-.514.51-.514 1.24v4q0 .729.514 1.24q.515.51 1.236.51t1.236-.51m7.884 0q.515-.511.515-1.24v-4q0-.73-.515-1.24q-.514-.51-1.235-.51t-1.236.51t-.514 1.24v4q0 .729.514 1.24t1.236.51q.72 0 1.235-.51"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightDecimalIncreaseRounded(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.79 18h-6.31q-.212 0-.355-.144t-.144-.357t.144-.356t.356-.143h6.31l-1.722-1.74q-.14-.147-.153-.353t.15-.357q.15-.15.348-.14t.344.155l2.388 2.37q.243.242.243.565t-.243.566l-2.388 2.388q-.143.146-.333.146t-.35-.15q-.171-.15-.159-.357t.153-.353zM5.213 12.827H4.98q-.31 0-.521-.21q-.21-.21-.21-.52v-.231q0-.311.21-.521t.52-.21h.232q.31 0 .52.21t.21.52v.231q0 .31-.21.52t-.52.211m2.919-.805q-.804-.806-.804-1.945v-4q0-1.14.806-1.945t1.946-.805t1.944.805t.804 1.945v4q0 1.14-.806 1.945t-1.946.805t-1.944-.805m7.885 0q-.804-.806-.804-1.945v-4q0-1.14.806-1.945t1.946-.805t1.944.805t.803 1.945v4q0 1.14-.805 1.945q-.806.805-1.946.805t-1.945-.805m-4.703-.705q.515-.511.515-1.24v-4q0-.73-.514-1.24q-.515-.51-1.236-.51t-1.236.51q-.514.51-.514 1.24v4q0 .729.514 1.24q.515.51 1.236.51t1.236-.51m7.884 0q.515-.511.515-1.24v-4q0-.73-.515-1.24q-.514-.51-1.235-.51t-1.236.51t-.514 1.24v4q0 .729.514 1.24t1.236.51q.72 0 1.235-.51"/></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.79 18h-6.31q-.212 0-.355-.144t-.144-.357t.144-.356t.356-.143h6.31l-1.722-1.74q-.14-.147-.153-.353t.15-.357q.15-.15.348-.14t.344.155l2.388 2.37q.243.242.243.565t-.243.566l-2.388 2.388q-.143.146-.333.146t-.35-.15q-.171-.15-.159-.357t.153-.353zM5.213 12.827H4.98q-.31 0-.521-.21q-.21-.21-.21-.52v-.231q0-.311.21-.521t.52-.21h.232q.31 0 .52.21t.21.52v.231q0 .31-.21.52t-.52.211m2.919-.805q-.804-.806-.804-1.945v-4q0-1.14.806-1.945t1.946-.805t1.944.805t.804 1.945v4q0 1.14-.806 1.945t-1.946.805t-1.944-.805m7.885 0q-.804-.806-.804-1.945v-4q0-1.14.806-1.945t1.946-.805t1.944.805t.803 1.945v4q0 1.14-.805 1.945q-.806.805-1.946.805t-1.945-.805m-4.703-.705q.515-.511.515-1.24v-4q0-.73-.514-1.24q-.515-.51-1.236-.51t-1.236.51q-.514.51-.514 1.24v4q0 .729.514 1.24q.515.51 1.236.51t1.236-.51m7.884 0q.515-.511.515-1.24v-4q0-.73-.515-1.24q-.514-.51-1.235-.51t-1.236.51t-.514 1.24v4q0 .729.514 1.24t1.236.51q.72 0 1.235-.51"/></svg>
</template>

CSS

.icon-decimal-increase-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%22M18.79%2018h-6.31q-.212%200-.355-.144t-.144-.357t.144-.356t.356-.143h6.31l-1.722-1.74q-.14-.147-.153-.353t.15-.357q.15-.15.348-.14t.344.155l2.388%202.37q.243.242.243.565t-.243.566l-2.388%202.388q-.143.146-.333.146t-.35-.15q-.171-.15-.159-.357t.153-.353zM5.213%2012.827H4.98q-.31%200-.521-.21q-.21-.21-.21-.52v-.231q0-.311.21-.521t.52-.21h.232q.31%200%20.52.21t.21.52v.231q0%20.31-.21.52t-.52.211m2.919-.805q-.804-.806-.804-1.945v-4q0-1.14.806-1.945t1.946-.805t1.944.805t.804%201.945v4q0%201.14-.806%201.945t-1.946.805t-1.944-.805m7.885%200q-.804-.806-.804-1.945v-4q0-1.14.806-1.945t1.946-.805t1.944.805t.803%201.945v4q0%201.14-.805%201.945q-.806.805-1.946.805t-1.945-.805m-4.703-.705q.515-.511.515-1.24v-4q0-.73-.514-1.24q-.515-.51-1.236-.51t-1.236.51q-.514.51-.514%201.24v4q0%20.729.514%201.24q.515.51%201.236.51t1.236-.51m7.884%200q.515-.511.515-1.24v-4q0-.73-.515-1.24q-.514-.51-1.235-.51t-1.236.51t-.514%201.24v4q0%20.729.514%201.24t1.236.51q.72%200%201.235-.51%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.79%2018h-6.31q-.212%200-.355-.144t-.144-.357t.144-.356t.356-.143h6.31l-1.722-1.74q-.14-.147-.153-.353t.15-.357q.15-.15.348-.14t.344.155l2.388%202.37q.243.242.243.565t-.243.566l-2.388%202.388q-.143.146-.333.146t-.35-.15q-.171-.15-.159-.357t.153-.353zM5.213%2012.827H4.98q-.31%200-.521-.21q-.21-.21-.21-.52v-.231q0-.311.21-.521t.52-.21h.232q.31%200%20.52.21t.21.52v.231q0%20.31-.21.52t-.52.211m2.919-.805q-.804-.806-.804-1.945v-4q0-1.14.806-1.945t1.946-.805t1.944.805t.804%201.945v4q0%201.14-.806%201.945t-1.946.805t-1.944-.805m7.885%200q-.804-.806-.804-1.945v-4q0-1.14.806-1.945t1.946-.805t1.944.805t.803%201.945v4q0%201.14-.805%201.945q-.806.805-1.946.805t-1.945-.805m-4.703-.705q.515-.511.515-1.24v-4q0-.73-.514-1.24q-.515-.51-1.236-.51t-1.236.51q-.514.51-.514%201.24v4q0%20.729.514%201.24q.515.51%201.236.51t1.236-.51m7.884%200q.515-.511.515-1.24v-4q0-.73-.515-1.24q-.514-.51-1.235-.51t-1.236.51t-.514%201.24v4q0%20.729.514%201.24t1.236.51q.72%200%201.235-.51%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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