round-numbers from Google Material Icons by Material Design Authors · Baseline · Editor · Apache-2.0 Free for personal and commercial use.

Name
round-numbers
Set
Google Material Icons
Style
Baseline
Category
Editor
Viewbox
24×24
License
Apache 2.0

More editor icons from Google Material Icons

Use the round numbers icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20.68 9.27l.01-.06A.96.96 0 0 0 19.76 8H17l.7-2.79A.972.972 0 0 0 16.76 4c-.45 0-.83.3-.94.73L15 8h-4l.7-2.79A.972.972 0 0 0 10.76 4c-.45 0-.83.3-.94.73L9 8H5.76c-.45 0-.84.3-.94.73l-.02.06c-.15.62.31 1.21.94 1.21H8.5l-1 4H4.26c-.45 0-.83.3-.94.73l-.02.06c-.15.62.31 1.21.94 1.21H7l-.7 2.79c-.15.62.31 1.21.94 1.21c.45 0 .83-.3.94-.73L9 16h4l-.7 2.79c-.15.62.31 1.21.94 1.21c.45 0 .83-.3.94-.73L15 16h3.24c.45 0 .83-.3.94-.73l.01-.06a.976.976 0 0 0-.94-1.21H15.5l1-4h3.24c.45 0 .84-.3.94-.73M13.5 14h-4l1-4h4z"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundNumbers(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="m20.68 9.27l.01-.06A.96.96 0 0 0 19.76 8H17l.7-2.79A.972.972 0 0 0 16.76 4c-.45 0-.83.3-.94.73L15 8h-4l.7-2.79A.972.972 0 0 0 10.76 4c-.45 0-.83.3-.94.73L9 8H5.76c-.45 0-.84.3-.94.73l-.02.06c-.15.62.31 1.21.94 1.21H8.5l-1 4H4.26c-.45 0-.83.3-.94.73l-.02.06c-.15.62.31 1.21.94 1.21H7l-.7 2.79c-.15.62.31 1.21.94 1.21c.45 0 .83-.3.94-.73L9 16h4l-.7 2.79c-.15.62.31 1.21.94 1.21c.45 0 .83-.3.94-.73L15 16h3.24c.45 0 .83-.3.94-.73l.01-.06a.976.976 0 0 0-.94-1.21H15.5l1-4h3.24c.45 0 .84-.3.94-.73M13.5 14h-4l1-4h4z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20.68 9.27l.01-.06A.96.96 0 0 0 19.76 8H17l.7-2.79A.972.972 0 0 0 16.76 4c-.45 0-.83.3-.94.73L15 8h-4l.7-2.79A.972.972 0 0 0 10.76 4c-.45 0-.83.3-.94.73L9 8H5.76c-.45 0-.84.3-.94.73l-.02.06c-.15.62.31 1.21.94 1.21H8.5l-1 4H4.26c-.45 0-.83.3-.94.73l-.02.06c-.15.62.31 1.21.94 1.21H7l-.7 2.79c-.15.62.31 1.21.94 1.21c.45 0 .83-.3.94-.73L9 16h4l-.7 2.79c-.15.62.31 1.21.94 1.21c.45 0 .83-.3.94-.73L15 16h3.24c.45 0 .83-.3.94-.73l.01-.06a.976.976 0 0 0-.94-1.21H15.5l1-4h3.24c.45 0 .84-.3.94-.73M13.5 14h-4l1-4h4z"/></svg>
</template>

CSS

.icon-round-numbers {
  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%22m20.68%209.27l.01-.06A.96.96%200%200%200%2019.76%208H17l.7-2.79A.972.972%200%200%200%2016.76%204c-.45%200-.83.3-.94.73L15%208h-4l.7-2.79A.972.972%200%200%200%2010.76%204c-.45%200-.83.3-.94.73L9%208H5.76c-.45%200-.84.3-.94.73l-.02.06c-.15.62.31%201.21.94%201.21H8.5l-1%204H4.26c-.45%200-.83.3-.94.73l-.02.06c-.15.62.31%201.21.94%201.21H7l-.7%202.79c-.15.62.31%201.21.94%201.21c.45%200%20.83-.3.94-.73L9%2016h4l-.7%202.79c-.15.62.31%201.21.94%201.21c.45%200%20.83-.3.94-.73L15%2016h3.24c.45%200%20.83-.3.94-.73l.01-.06a.976.976%200%200%200-.94-1.21H15.5l1-4h3.24c.45%200%20.84-.3.94-.73M13.5%2014h-4l1-4h4z%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%22m20.68%209.27l.01-.06A.96.96%200%200%200%2019.76%208H17l.7-2.79A.972.972%200%200%200%2016.76%204c-.45%200-.83.3-.94.73L15%208h-4l.7-2.79A.972.972%200%200%200%2010.76%204c-.45%200-.83.3-.94.73L9%208H5.76c-.45%200-.84.3-.94.73l-.02.06c-.15.62.31%201.21.94%201.21H8.5l-1%204H4.26c-.45%200-.83.3-.94.73l-.02.06c-.15.62.31%201.21.94%201.21H7l-.7%202.79c-.15.62.31%201.21.94%201.21c.45%200%20.83-.3.94-.73L9%2016h4l-.7%202.79c-.15.62.31%201.21.94%201.21c.45%200%20.83-.3.94-.73L15%2016h3.24c.45%200%20.83-.3.94-.73l.01-.06a.976.976%200%200%200-.94-1.21H15.5l1-4h3.24c.45%200%20.84-.3.94-.73M13.5%2014h-4l1-4h4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-numbers.svg?color=%231a73e8&size=48