numbers circle 2 icon

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

Name
numbers-circle-2-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 2 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 1m0 4.5c-2.188 0-4 1.74-4 3.934v1h2v-1c0-1.047.874-1.934 2-1.934s2 .887 2 1.934v.047c0 .588-.27 1.151-.748 1.53l-4.597 3.653c-.359.285-.59.7-.643 1.154L8 16.016V18.5h8v-2h-6v-.35l4.496-3.572A3.96 3.96 0 0 0 16 9.481v-.047C16 7.24 14.188 5.5 12 5.5"/></svg>

React

import type { SVGProps } from "react";

export function TdesignNumbersCircle2Filled(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 1m0 4.5c-2.188 0-4 1.74-4 3.934v1h2v-1c0-1.047.874-1.934 2-1.934s2 .887 2 1.934v.047c0 .588-.27 1.151-.748 1.53l-4.597 3.653c-.359.285-.59.7-.643 1.154L8 16.016V18.5h8v-2h-6v-.35l4.496-3.572A3.96 3.96 0 0 0 16 9.481v-.047C16 7.24 14.188 5.5 12 5.5"/></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 1m0 4.5c-2.188 0-4 1.74-4 3.934v1h2v-1c0-1.047.874-1.934 2-1.934s2 .887 2 1.934v.047c0 .588-.27 1.151-.748 1.53l-4.597 3.653c-.359.285-.59.7-.643 1.154L8 16.016V18.5h8v-2h-6v-.35l4.496-3.572A3.96 3.96 0 0 0 16 9.481v-.047C16 7.24 14.188 5.5 12 5.5"/></svg>
</template>

CSS

.icon-numbers-circle-2-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%201m0%204.5c-2.188%200-4%201.74-4%203.934v1h2v-1c0-1.047.874-1.934%202-1.934s2%20.887%202%201.934v.047c0%20.588-.27%201.151-.748%201.53l-4.597%203.653c-.359.285-.59.7-.643%201.154L8%2016.016V18.5h8v-2h-6v-.35l4.496-3.572A3.96%203.96%200%200%200%2016%209.481v-.047C16%207.24%2014.188%205.5%2012%205.5%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%201m0%204.5c-2.188%200-4%201.74-4%203.934v1h2v-1c0-1.047.874-1.934%202-1.934s2%20.887%202%201.934v.047c0%20.588-.27%201.151-.748%201.53l-4.597%203.653c-.359.285-.59.7-.643%201.154L8%2016.016V18.5h8v-2h-6v-.35l4.496-3.572A3.96%203.96%200%200%200%2016%209.481v-.047C16%207.24%2014.188%205.5%2012%205.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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