axe from Fluent Emoji Flat by Microsoft Corporation · Default · Objects · MIT Free for personal and commercial use.

Name
axe
Set
Fluent Emoji Flat
Style
Default
Category
Objects
Viewbox
32×32
License
MIT

The same emoji in other sets

More objects icons from Fluent Emoji Flat

Use the axe emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#7d4533" d="M13.518 2.35a.69.69 0 0 0-.94-.26l-1.68.97c-.33.19-.44.61-.25.95l11.06 19.15c.43.74.66 1.59.66 2.44v1.87c0 1.4 1.13 2.53 2.53 2.53c.5 0 .99-.14 1.42-.41c1.21-.76 1.6-2.34.88-3.57z"/><path fill="#f8312f" d="m9.368 5.92l5.22-3.01c.3-.18.67-.1.83.17l3.44 5.96c.16.26.04.62-.26.79l-5.22 3.01A4.7 4.7 0 0 0 12 14.054C7 15.5 4.5 9.041 7.682 6.503a4.7 4.7 0 0 0 1.686-.582"/><path fill="#d3d3d3" d="M7.738 6.49c-1.34 1.41-1.66 3.59-.64 5.35c1.02 1.77 3.07 2.58 4.97 2.13c-.21.26-.4.55-.55.86l-.29.59c-.06.1-.17.17-.29.17a5.99 5.99 0 0 1-5.13-3a6 6 0 0 1-.04-5.94c.06-.1.17-.16.29-.16l.66.05c.34.02.68 0 1.02-.05m18.19 20.8a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiFlatAxe(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#7d4533" d="M13.518 2.35a.69.69 0 0 0-.94-.26l-1.68.97c-.33.19-.44.61-.25.95l11.06 19.15c.43.74.66 1.59.66 2.44v1.87c0 1.4 1.13 2.53 2.53 2.53c.5 0 .99-.14 1.42-.41c1.21-.76 1.6-2.34.88-3.57z"/><path fill="#f8312f" d="m9.368 5.92l5.22-3.01c.3-.18.67-.1.83.17l3.44 5.96c.16.26.04.62-.26.79l-5.22 3.01A4.7 4.7 0 0 0 12 14.054C7 15.5 4.5 9.041 7.682 6.503a4.7 4.7 0 0 0 1.686-.582"/><path fill="#d3d3d3" d="M7.738 6.49c-1.34 1.41-1.66 3.59-.64 5.35c1.02 1.77 3.07 2.58 4.97 2.13c-.21.26-.4.55-.55.86l-.29.59c-.06.1-.17.17-.29.17a5.99 5.99 0 0 1-5.13-3a6 6 0 0 1-.04-5.94c.06-.1.17-.16.29-.16l.66.05c.34.02.68 0 1.02-.05m18.19 20.8a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#7d4533" d="M13.518 2.35a.69.69 0 0 0-.94-.26l-1.68.97c-.33.19-.44.61-.25.95l11.06 19.15c.43.74.66 1.59.66 2.44v1.87c0 1.4 1.13 2.53 2.53 2.53c.5 0 .99-.14 1.42-.41c1.21-.76 1.6-2.34.88-3.57z"/><path fill="#f8312f" d="m9.368 5.92l5.22-3.01c.3-.18.67-.1.83.17l3.44 5.96c.16.26.04.62-.26.79l-5.22 3.01A4.7 4.7 0 0 0 12 14.054C7 15.5 4.5 9.041 7.682 6.503a4.7 4.7 0 0 0 1.686-.582"/><path fill="#d3d3d3" d="M7.738 6.49c-1.34 1.41-1.66 3.59-.64 5.35c1.02 1.77 3.07 2.58 4.97 2.13c-.21.26-.4.55-.55.86l-.29.59c-.06.1-.17.17-.29.17a5.99 5.99 0 0 1-5.13-3a6 6 0 0 1-.04-5.94c.06-.1.17-.16.29-.16l.66.05c.34.02.68 0 1.02-.05m18.19 20.8a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></g></svg>
</template>

CSS

.icon-axe {
  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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%237d4533%22%20d%3D%22M13.518%202.35a.69.69%200%200%200-.94-.26l-1.68.97c-.33.19-.44.61-.25.95l11.06%2019.15c.43.74.66%201.59.66%202.44v1.87c0%201.4%201.13%202.53%202.53%202.53c.5%200%20.99-.14%201.42-.41c1.21-.76%201.6-2.34.88-3.57z%22%2F%3E%3Cpath%20fill%3D%22%23f8312f%22%20d%3D%22m9.368%205.92l5.22-3.01c.3-.18.67-.1.83.17l3.44%205.96c.16.26.04.62-.26.79l-5.22%203.01A4.7%204.7%200%200%200%2012%2014.054C7%2015.5%204.5%209.041%207.682%206.503a4.7%204.7%200%200%200%201.686-.582%22%2F%3E%3Cpath%20fill%3D%22%23d3d3d3%22%20d%3D%22M7.738%206.49c-1.34%201.41-1.66%203.59-.64%205.35c1.02%201.77%203.07%202.58%204.97%202.13c-.21.26-.4.55-.55.86l-.29.59c-.06.1-.17.17-.29.17a5.99%205.99%200%200%201-5.13-3a6%206%200%200%201-.04-5.94c.06-.1.17-.16.29-.16l.66.05c.34.02.68%200%201.02-.05m18.19%2020.8a1%201%200%201%201-2%200a1%201%200%200%201%202%200%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%237d4533%22%20d%3D%22M13.518%202.35a.69.69%200%200%200-.94-.26l-1.68.97c-.33.19-.44.61-.25.95l11.06%2019.15c.43.74.66%201.59.66%202.44v1.87c0%201.4%201.13%202.53%202.53%202.53c.5%200%20.99-.14%201.42-.41c1.21-.76%201.6-2.34.88-3.57z%22%2F%3E%3Cpath%20fill%3D%22%23f8312f%22%20d%3D%22m9.368%205.92l5.22-3.01c.3-.18.67-.1.83.17l3.44%205.96c.16.26.04.62-.26.79l-5.22%203.01A4.7%204.7%200%200%200%2012%2014.054C7%2015.5%204.5%209.041%207.682%206.503a4.7%204.7%200%200%200%201.686-.582%22%2F%3E%3Cpath%20fill%3D%22%23d3d3d3%22%20d%3D%22M7.738%206.49c-1.34%201.41-1.66%203.59-.64%205.35c1.02%201.77%203.07%202.58%204.97%202.13c-.21.26-.4.55-.55.86l-.29.59c-.06.1-.17.17-.29.17a5.99%205.99%200%200%201-5.13-3a6%206%200%200%201-.04-5.94c.06-.1.17-.16.29-.16l.66.05c.34.02.68%200%201.02-.05m18.19%2020.8a1%201%200%201%201-2%200a1%201%200%200%201%202%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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