numbers circle 3 icon

numbers-circle-3-filled from TDesign Icons by TDesign · Filled · MIT Free for personal and commercial use.

Name
numbers-circle-3-filled
Set
TDesign Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in TDesign Icons

Related icons in TDesign Icons

Use the numbers circle 3 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12S5.925 1 12 1M8.323 6.5v2h4.956l-3.308 2.009v2.277h2.235c1.405 0 2.294.96 2.294 1.857c0 .896-.889 1.857-2.294 1.857h-.412c-1.405 0-2.294-.96-2.294-1.857v-1h-2v1c0 2.259 2.06 3.857 4.294 3.857h.412c2.233 0 4.294-1.598 4.294-3.857c0-1.92-1.49-3.363-3.308-3.752l2.896-1.757V6.5z"/></svg>

React

import type { SVGProps } from "react";

export function TdesignNumbersCircle3Filled(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="M12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12S5.925 1 12 1M8.323 6.5v2h4.956l-3.308 2.009v2.277h2.235c1.405 0 2.294.96 2.294 1.857c0 .896-.889 1.857-2.294 1.857h-.412c-1.405 0-2.294-.96-2.294-1.857v-1h-2v1c0 2.259 2.06 3.857 4.294 3.857h.412c2.233 0 4.294-1.598 4.294-3.857c0-1.92-1.49-3.363-3.308-3.752l2.896-1.757V6.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12S5.925 1 12 1M8.323 6.5v2h4.956l-3.308 2.009v2.277h2.235c1.405 0 2.294.96 2.294 1.857c0 .896-.889 1.857-2.294 1.857h-.412c-1.405 0-2.294-.96-2.294-1.857v-1h-2v1c0 2.259 2.06 3.857 4.294 3.857h.412c2.233 0 4.294-1.598 4.294-3.857c0-1.92-1.49-3.363-3.308-3.752l2.896-1.757V6.5z"/></svg>
</template>

CSS

.icon-numbers-circle-3-filled {
  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%22M12%201c6.075%200%2011%204.925%2011%2011s-4.925%2011-11%2011S1%2018.075%201%2012S5.925%201%2012%201M8.323%206.5v2h4.956l-3.308%202.009v2.277h2.235c1.405%200%202.294.96%202.294%201.857c0%20.896-.889%201.857-2.294%201.857h-.412c-1.405%200-2.294-.96-2.294-1.857v-1h-2v1c0%202.259%202.06%203.857%204.294%203.857h.412c2.233%200%204.294-1.598%204.294-3.857c0-1.92-1.49-3.363-3.308-3.752l2.896-1.757V6.5z%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%22M12%201c6.075%200%2011%204.925%2011%2011s-4.925%2011-11%2011S1%2018.075%201%2012S5.925%201%2012%201M8.323%206.5v2h4.956l-3.308%202.009v2.277h2.235c1.405%200%202.294.96%202.294%201.857c0%20.896-.889%201.857-2.294%201.857h-.412c-1.405%200-2.294-.96-2.294-1.857v-1h-2v1c0%202.259%202.06%203.857%204.294%203.857h.412c2.233%200%204.294-1.598%204.294-3.857c0-1.92-1.49-3.363-3.308-3.752l2.896-1.757V6.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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