ant from Fluent Emoji High Contrast by Microsoft Corporation · Default · Animals & Nature · MIT Free for personal and commercial use.

Name
ant
Set
Fluent Emoji High Contrast
Style
Default
Category
Animals & Nature
Viewbox
32×32
License
MIT

The same emoji in other sets

More animals & nature icons from Fluent Emoji High Contrast

Use the ant emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M2.51 1.94a.5.5 0 0 0 0 1a5.603 5.603 0 0 1 5.585 5.08A5.497 5.497 0 0 0 3.07 13.5c0 3.04 2.46 3.5 5.5 3.5c1.83 0 3.45-.167 4.45-.963c.004.435.1.849.27 1.222l-3.654 2.61c-.988-.812-2.3-1.202-3.585-1.202c-1.426 0-2.886.481-3.895 1.49a.5.5 0 1 0 .708.706c.781-.781 1.966-1.196 3.187-1.196c1.222 0 2.41.414 3.196 1.197a.5.5 0 0 0 .644.053l3.958-2.829q.09.094.189.183L7.186 29.235a.5.5 0 1 0 .848.53L14.885 18.8q.101.042.205.077V29.5a.5.5 0 0 0 1 0V19.03a3.02 3.02 0 0 0 2.395-1.247c-.371 1.286-.415 2.915-.415 4.687c0 4.16.24 7.53 4.4 7.53S30 26.63 30 22.47s-3.37-7.53-7.53-7.53c-1.767 0-2.826.608-3.461 1.626a3.02 3.02 0 0 0-4.944-2.84q.005-.112.005-.226A5.497 5.497 0 0 0 9.1 8.025A6.603 6.603 0 0 0 2.51 1.94m4.05 8.58c.41 0 .75.33.75.75v.88a.749.749 0 1 1-1.5 0v-.88c.01-.41.34-.75.75-.75"/></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastAnt(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M2.51 1.94a.5.5 0 0 0 0 1a5.603 5.603 0 0 1 5.585 5.08A5.497 5.497 0 0 0 3.07 13.5c0 3.04 2.46 3.5 5.5 3.5c1.83 0 3.45-.167 4.45-.963c.004.435.1.849.27 1.222l-3.654 2.61c-.988-.812-2.3-1.202-3.585-1.202c-1.426 0-2.886.481-3.895 1.49a.5.5 0 1 0 .708.706c.781-.781 1.966-1.196 3.187-1.196c1.222 0 2.41.414 3.196 1.197a.5.5 0 0 0 .644.053l3.958-2.829q.09.094.189.183L7.186 29.235a.5.5 0 1 0 .848.53L14.885 18.8q.101.042.205.077V29.5a.5.5 0 0 0 1 0V19.03a3.02 3.02 0 0 0 2.395-1.247c-.371 1.286-.415 2.915-.415 4.687c0 4.16.24 7.53 4.4 7.53S30 26.63 30 22.47s-3.37-7.53-7.53-7.53c-1.767 0-2.826.608-3.461 1.626a3.02 3.02 0 0 0-4.944-2.84q.005-.112.005-.226A5.497 5.497 0 0 0 9.1 8.025A6.603 6.603 0 0 0 2.51 1.94m4.05 8.58c.41 0 .75.33.75.75v.88a.749.749 0 1 1-1.5 0v-.88c.01-.41.34-.75.75-.75"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M2.51 1.94a.5.5 0 0 0 0 1a5.603 5.603 0 0 1 5.585 5.08A5.497 5.497 0 0 0 3.07 13.5c0 3.04 2.46 3.5 5.5 3.5c1.83 0 3.45-.167 4.45-.963c.004.435.1.849.27 1.222l-3.654 2.61c-.988-.812-2.3-1.202-3.585-1.202c-1.426 0-2.886.481-3.895 1.49a.5.5 0 1 0 .708.706c.781-.781 1.966-1.196 3.187-1.196c1.222 0 2.41.414 3.196 1.197a.5.5 0 0 0 .644.053l3.958-2.829q.09.094.189.183L7.186 29.235a.5.5 0 1 0 .848.53L14.885 18.8q.101.042.205.077V29.5a.5.5 0 0 0 1 0V19.03a3.02 3.02 0 0 0 2.395-1.247c-.371 1.286-.415 2.915-.415 4.687c0 4.16.24 7.53 4.4 7.53S30 26.63 30 22.47s-3.37-7.53-7.53-7.53c-1.767 0-2.826.608-3.461 1.626a3.02 3.02 0 0 0-4.944-2.84q.005-.112.005-.226A5.497 5.497 0 0 0 9.1 8.025A6.603 6.603 0 0 0 2.51 1.94m4.05 8.58c.41 0 .75.33.75.75v.88a.749.749 0 1 1-1.5 0v-.88c.01-.41.34-.75.75-.75"/></svg>
</template>

CSS

.icon-ant {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.51%201.94a.5.5%200%200%200%200%201a5.603%205.603%200%200%201%205.585%205.08A5.497%205.497%200%200%200%203.07%2013.5c0%203.04%202.46%203.5%205.5%203.5c1.83%200%203.45-.167%204.45-.963c.004.435.1.849.27%201.222l-3.654%202.61c-.988-.812-2.3-1.202-3.585-1.202c-1.426%200-2.886.481-3.895%201.49a.5.5%200%201%200%20.708.706c.781-.781%201.966-1.196%203.187-1.196c1.222%200%202.41.414%203.196%201.197a.5.5%200%200%200%20.644.053l3.958-2.829q.09.094.189.183L7.186%2029.235a.5.5%200%201%200%20.848.53L14.885%2018.8q.101.042.205.077V29.5a.5.5%200%200%200%201%200V19.03a3.02%203.02%200%200%200%202.395-1.247c-.371%201.286-.415%202.915-.415%204.687c0%204.16.24%207.53%204.4%207.53S30%2026.63%2030%2022.47s-3.37-7.53-7.53-7.53c-1.767%200-2.826.608-3.461%201.626a3.02%203.02%200%200%200-4.944-2.84q.005-.112.005-.226A5.497%205.497%200%200%200%209.1%208.025A6.603%206.603%200%200%200%202.51%201.94m4.05%208.58c.41%200%20.75.33.75.75v.88a.749.749%200%201%201-1.5%200v-.88c.01-.41.34-.75.75-.75%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.51%201.94a.5.5%200%200%200%200%201a5.603%205.603%200%200%201%205.585%205.08A5.497%205.497%200%200%200%203.07%2013.5c0%203.04%202.46%203.5%205.5%203.5c1.83%200%203.45-.167%204.45-.963c.004.435.1.849.27%201.222l-3.654%202.61c-.988-.812-2.3-1.202-3.585-1.202c-1.426%200-2.886.481-3.895%201.49a.5.5%200%201%200%20.708.706c.781-.781%201.966-1.196%203.187-1.196c1.222%200%202.41.414%203.196%201.197a.5.5%200%200%200%20.644.053l3.958-2.829q.09.094.189.183L7.186%2029.235a.5.5%200%201%200%20.848.53L14.885%2018.8q.101.042.205.077V29.5a.5.5%200%200%200%201%200V19.03a3.02%203.02%200%200%200%202.395-1.247c-.371%201.286-.415%202.915-.415%204.687c0%204.16.24%207.53%204.4%207.53S30%2026.63%2030%2022.47s-3.37-7.53-7.53-7.53c-1.767%200-2.826.608-3.461%201.626a3.02%203.02%200%200%200-4.944-2.84q.005-.112.005-.226A5.497%205.497%200%200%200%209.1%208.025A6.603%206.603%200%200%200%202.51%201.94m4.05%208.58c.41%200%20.75.33.75.75v.88a.749.749%200%201%201-1.5%200v-.88c.01-.41.34-.75.75-.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/ant.svg?color=%231a73e8&size=48