reduce decimal places icon

reduce-decimal-places from IconPark by ByteDance · Color · Edit · Apache-2.0 Free for personal and commercial use.

Name
reduce-decimal-places
Set
IconPark
Style
Color
Category
Edit
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More edit icons from IconPark

Use the reduce decimal places icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-width="4"><path d="M27 9C27 6.23858 24.7614 4 22 4C19.2386 4 17 6.23858 17 9V19C17 21.7614 19.2386 24 22 24C24.7614 24 27 21.7614 27 19V9Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M25 32L19 38L25 44"/><path stroke-linecap="round" d="M8 24H9"/><path stroke-linecap="round" stroke-linejoin="round" d="M40 38H19"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkReduceDecimalPlaces(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeWidth="4"><path d="M27 9C27 6.23858 24.7614 4 22 4C19.2386 4 17 6.23858 17 9V19C17 21.7614 19.2386 24 22 24C24.7614 24 27 21.7614 27 19V9Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M25 32L19 38L25 44"/><path strokeLinecap="round" d="M8 24H9"/><path strokeLinecap="round" strokeLinejoin="round" d="M40 38H19"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-width="4"><path d="M27 9C27 6.23858 24.7614 4 22 4C19.2386 4 17 6.23858 17 9V19C17 21.7614 19.2386 24 22 24C24.7614 24 27 21.7614 27 19V9Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M25 32L19 38L25 44"/><path stroke-linecap="round" d="M8 24H9"/><path stroke-linecap="round" stroke-linejoin="round" d="M40 38H19"/></g></svg>
</template>

CSS

.icon-reduce-decimal-places {
  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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M27%209C27%206.23858%2024.7614%204%2022%204C19.2386%204%2017%206.23858%2017%209V19C17%2021.7614%2019.2386%2024%2022%2024C24.7614%2024%2027%2021.7614%2027%2019V9Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M25%2032L19%2038L25%2044%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M8%2024H9%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M40%2038H19%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M27%209C27%206.23858%2024.7614%204%2022%204C19.2386%204%2017%206.23858%2017%209V19C17%2021.7614%2019.2386%2024%2022%2024C24.7614%2024%2027%2021.7614%2027%2019V9Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M25%2032L19%2038L25%2044%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M8%2024H9%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M40%2038H19%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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