axe2 emoji
axe2 from OpenMoji by OpenMoji · Default · CC-BY-SA-4.0 Attribution required.
- Name
- axe2
- Set
- OpenMoji
- Style
- Default
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
Use the axe2 emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#9b9b9a" d="M7.95 17.47l18.13-4.237s.217 2.51.541 4.237a19.196 19.196 0 0 0 3.561 6.474c.756.54-7.482 11.88-10.24 12.42c-4.92.954-13.4-18.33-11.99-18.89z"/><path fill="#a57939" d="M36.41 23.25c-1.189.792-2.352.923-1.771 2.228a7.128 7.128 0 0 1 .434 1.297c.501 2.172 1.503 3.675 5.345 5.847c3.412 1.929 10.38 15.58 11.9 18.61a2.94 2.94 0 0 1 .31 1.257l.13 5.842a2.963 2.963 0 0 0 .663 1.803l1.863 2.293a2.963 2.963 0 0 0 4.132.46l3.502-2.757a2.963 2.963 0 0 0 .703-3.86l-21.27-35.2c-.873-1.445-.81-1.416-2.215-.48z"/><rect x="14.18" y="24.84" rx="2.359" ry="2.359" width="13.63" height="13.53" transform="rotate(-30)" fill="#d0cfce"/><g><g fill="none"><path d="M8.252 17.56l18.03-4.217s.216 2.499.539 4.217a19.09 19.1 0 0 0 3.542 6.444c.75.537-7.393 12.25-10.18 12.36c-2.79.107-11.93-18.8-11.93-18.8z"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M34.66 24.76c-.04.204-.002.45.138.767a7.1 7.1 0 0 1 .432 1.29c.499 2.163 1.495 3.659 5.317 5.82c3.394 1.919 10.32 15.51 11.83 18.53c.195.388.3.816.31 1.25l.128 5.815a2.95 2.95 0 0 0 .66 1.794l1.852 2.283a2.946 2.946 0 0 0 4.11.457l3.483-2.744a2.95 2.95 0 0 0 .7-3.842L42.48 21.44c-.315-.52-.525-.808-.732-.918"/><rect x="14.32" y="25.04" rx="2.359" ry="2.359" width="13.56" height="13.46" transform="rotate(-30.014) skewX(-.028)" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M31.02 24.98l-9.465 11.24c-3.463 4.049-17.14-17.64-12.65-19.27l17.34-3.026"/></g></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiAxe2(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#9b9b9a" d="M7.95 17.47l18.13-4.237s.217 2.51.541 4.237a19.196 19.196 0 0 0 3.561 6.474c.756.54-7.482 11.88-10.24 12.42c-4.92.954-13.4-18.33-11.99-18.89z"/><path fill="#a57939" d="M36.41 23.25c-1.189.792-2.352.923-1.771 2.228a7.128 7.128 0 0 1 .434 1.297c.501 2.172 1.503 3.675 5.345 5.847c3.412 1.929 10.38 15.58 11.9 18.61a2.94 2.94 0 0 1 .31 1.257l.13 5.842a2.963 2.963 0 0 0 .663 1.803l1.863 2.293a2.963 2.963 0 0 0 4.132.46l3.502-2.757a2.963 2.963 0 0 0 .703-3.86l-21.27-35.2c-.873-1.445-.81-1.416-2.215-.48z"/><rect x="14.18" y="24.84" rx="2.359" ry="2.359" width="13.63" height="13.53" transform="rotate(-30)" fill="#d0cfce"/><g><g fill="none"><path d="M8.252 17.56l18.03-4.217s.216 2.499.539 4.217a19.09 19.1 0 0 0 3.542 6.444c.75.537-7.393 12.25-10.18 12.36c-2.79.107-11.93-18.8-11.93-18.8z"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M34.66 24.76c-.04.204-.002.45.138.767a7.1 7.1 0 0 1 .432 1.29c.499 2.163 1.495 3.659 5.317 5.82c3.394 1.919 10.32 15.51 11.83 18.53c.195.388.3.816.31 1.25l.128 5.815a2.95 2.95 0 0 0 .66 1.794l1.852 2.283a2.946 2.946 0 0 0 4.11.457l3.483-2.744a2.95 2.95 0 0 0 .7-3.842L42.48 21.44c-.315-.52-.525-.808-.732-.918"/><rect x="14.32" y="25.04" rx="2.359" ry="2.359" width="13.56" height="13.46" transform="rotate(-30.014) skewX(-.028)" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M31.02 24.98l-9.465 11.24c-3.463 4.049-17.14-17.64-12.65-19.27l17.34-3.026"/></g></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#9b9b9a" d="M7.95 17.47l18.13-4.237s.217 2.51.541 4.237a19.196 19.196 0 0 0 3.561 6.474c.756.54-7.482 11.88-10.24 12.42c-4.92.954-13.4-18.33-11.99-18.89z"/><path fill="#a57939" d="M36.41 23.25c-1.189.792-2.352.923-1.771 2.228a7.128 7.128 0 0 1 .434 1.297c.501 2.172 1.503 3.675 5.345 5.847c3.412 1.929 10.38 15.58 11.9 18.61a2.94 2.94 0 0 1 .31 1.257l.13 5.842a2.963 2.963 0 0 0 .663 1.803l1.863 2.293a2.963 2.963 0 0 0 4.132.46l3.502-2.757a2.963 2.963 0 0 0 .703-3.86l-21.27-35.2c-.873-1.445-.81-1.416-2.215-.48z"/><rect x="14.18" y="24.84" rx="2.359" ry="2.359" width="13.63" height="13.53" transform="rotate(-30)" fill="#d0cfce"/><g><g fill="none"><path d="M8.252 17.56l18.03-4.217s.216 2.499.539 4.217a19.09 19.1 0 0 0 3.542 6.444c.75.537-7.393 12.25-10.18 12.36c-2.79.107-11.93-18.8-11.93-18.8z"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M34.66 24.76c-.04.204-.002.45.138.767a7.1 7.1 0 0 1 .432 1.29c.499 2.163 1.495 3.659 5.317 5.82c3.394 1.919 10.32 15.51 11.83 18.53c.195.388.3.816.31 1.25l.128 5.815a2.95 2.95 0 0 0 .66 1.794l1.852 2.283a2.946 2.946 0 0 0 4.11.457l3.483-2.744a2.95 2.95 0 0 0 .7-3.842L42.48 21.44c-.315-.52-.525-.808-.732-.918"/><rect x="14.32" y="25.04" rx="2.359" ry="2.359" width="13.56" height="13.46" transform="rotate(-30.014) skewX(-.028)" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M31.02 24.98l-9.465 11.24c-3.463 4.049-17.14-17.64-12.65-19.27l17.34-3.026"/></g></g></svg> </template>
CSS
.icon-axe2 {
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%2072%2072%22%3E%3Cpath%20fill%3D%22%239b9b9a%22%20d%3D%22M7.95%2017.47l18.13-4.237s.217%202.51.541%204.237a19.196%2019.196%200%200%200%203.561%206.474c.756.54-7.482%2011.88-10.24%2012.42c-4.92.954-13.4-18.33-11.99-18.89z%22%2F%3E%3Cpath%20fill%3D%22%23a57939%22%20d%3D%22M36.41%2023.25c-1.189.792-2.352.923-1.771%202.228a7.128%207.128%200%200%201%20.434%201.297c.501%202.172%201.503%203.675%205.345%205.847c3.412%201.929%2010.38%2015.58%2011.9%2018.61a2.94%202.94%200%200%201%20.31%201.257l.13%205.842a2.963%202.963%200%200%200%20.663%201.803l1.863%202.293a2.963%202.963%200%200%200%204.132.46l3.502-2.757a2.963%202.963%200%200%200%20.703-3.86l-21.27-35.2c-.873-1.445-.81-1.416-2.215-.48z%22%2F%3E%3Crect%20x%3D%2214.18%22%20y%3D%2224.84%22%20rx%3D%222.359%22%20ry%3D%222.359%22%20width%3D%2213.63%22%20height%3D%2213.53%22%20transform%3D%22rotate(-30)%22%20fill%3D%22%23d0cfce%22%2F%3E%3Cg%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M8.252%2017.56l18.03-4.217s.216%202.499.539%204.217a19.09%2019.1%200%200%200%203.542%206.444c.75.537-7.393%2012.25-10.18%2012.36c-2.79.107-11.93-18.8-11.93-18.8z%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M34.66%2024.76c-.04.204-.002.45.138.767a7.1%207.1%200%200%201%20.432%201.29c.499%202.163%201.495%203.659%205.317%205.82c3.394%201.919%2010.32%2015.51%2011.83%2018.53c.195.388.3.816.31%201.25l.128%205.815a2.95%202.95%200%200%200%20.66%201.794l1.852%202.283a2.946%202.946%200%200%200%204.11.457l3.483-2.744a2.95%202.95%200%200%200%20.7-3.842L42.48%2021.44c-.315-.52-.525-.808-.732-.918%22%2F%3E%3Crect%20x%3D%2214.32%22%20y%3D%2225.04%22%20rx%3D%222.359%22%20ry%3D%222.359%22%20width%3D%2213.56%22%20height%3D%2213.46%22%20transform%3D%22rotate(-30.014)%20skewX(-.028)%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M31.02%2024.98l-9.465%2011.24c-3.463%204.049-17.14-17.64-12.65-19.27l17.34-3.026%22%2F%3E%3C%2Fg%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%2072%2072%22%3E%3Cpath%20fill%3D%22%239b9b9a%22%20d%3D%22M7.95%2017.47l18.13-4.237s.217%202.51.541%204.237a19.196%2019.196%200%200%200%203.561%206.474c.756.54-7.482%2011.88-10.24%2012.42c-4.92.954-13.4-18.33-11.99-18.89z%22%2F%3E%3Cpath%20fill%3D%22%23a57939%22%20d%3D%22M36.41%2023.25c-1.189.792-2.352.923-1.771%202.228a7.128%207.128%200%200%201%20.434%201.297c.501%202.172%201.503%203.675%205.345%205.847c3.412%201.929%2010.38%2015.58%2011.9%2018.61a2.94%202.94%200%200%201%20.31%201.257l.13%205.842a2.963%202.963%200%200%200%20.663%201.803l1.863%202.293a2.963%202.963%200%200%200%204.132.46l3.502-2.757a2.963%202.963%200%200%200%20.703-3.86l-21.27-35.2c-.873-1.445-.81-1.416-2.215-.48z%22%2F%3E%3Crect%20x%3D%2214.18%22%20y%3D%2224.84%22%20rx%3D%222.359%22%20ry%3D%222.359%22%20width%3D%2213.63%22%20height%3D%2213.53%22%20transform%3D%22rotate(-30)%22%20fill%3D%22%23d0cfce%22%2F%3E%3Cg%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M8.252%2017.56l18.03-4.217s.216%202.499.539%204.217a19.09%2019.1%200%200%200%203.542%206.444c.75.537-7.393%2012.25-10.18%2012.36c-2.79.107-11.93-18.8-11.93-18.8z%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M34.66%2024.76c-.04.204-.002.45.138.767a7.1%207.1%200%200%201%20.432%201.29c.499%202.163%201.495%203.659%205.317%205.82c3.394%201.919%2010.32%2015.51%2011.83%2018.53c.195.388.3.816.31%201.25l.128%205.815a2.95%202.95%200%200%200%20.66%201.794l1.852%202.283a2.946%202.946%200%200%200%204.11.457l3.483-2.744a2.95%202.95%200%200%200%20.7-3.842L42.48%2021.44c-.315-.52-.525-.808-.732-.918%22%2F%3E%3Crect%20x%3D%2214.32%22%20y%3D%2225.04%22%20rx%3D%222.359%22%20ry%3D%222.359%22%20width%3D%2213.56%22%20height%3D%2213.46%22%20transform%3D%22rotate(-30.014)%20skewX(-.028)%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M31.02%2024.98l-9.465%2011.24c-3.463%204.049-17.14-17.64-12.65-19.27l17.34-3.026%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/axe2.svg?color=%231a73e8&size=48