Numerica Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Numerica icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/345028.svg" alt="Numerica icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345028.svg" alt="Numerica icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345028.svg" alt="Numerica icon" :width="24" :height="24" />
CSS background
.icon-numerica {
background-image: url('https://proicons.com/icon/345028.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><ellipse class="a" cx="26.5342" cy="15.6645" rx="4.4311" ry="5.5136"/><path class="a" d="M26.5342,37.8505c.4856-10.1976-12.3828-15.4786-12.3828-21.063,0-4.6132,5.22-6.6366,5.22-6.6366S4.5,9.7462,4.5,22.554,20.8891,37.8505,26.5342,37.8505Z"/><path class="a" d="M28.1732,37.8505c0-9.8941,9.4085-10.0459,9.4085-16.6724a7.2806,7.2806,0,0,0-1.8324-4.6034c4.3818,0,7.7507,4.735,7.7507,8.5894C43.5,30.1416,38.6743,37.8505,28.1732,37.8505Z"/></svg>
Copied!