axe-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.

Name
axe-duotone
Set
Phosphor
Style
Duotone
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the axe icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="m245.65 108.46l-81.19 81.19a8 8 0 0 1-13.59-4.65c-7.09-53.14-42.41-87.8-59.45-99.76A8 8 0 0 1 90.33 73L129 34.33a8 8 0 0 1 12.2 1.09c12 17 46.62 52.36 99.76 59.45a8 8 0 0 1 4.69 13.59" opacity=".2"/><path d="M255.15 97.72A16 16 0 0 0 242 86.94a136.5 136.5 0 0 1-51.65-18l10.31-10.3a25 25 0 0 0-35.32-35.32l-13.2 13.21c-2.33-2.8-3.81-4.84-4.41-5.69a16 16 0 0 0-24.41-2.15L84.68 67.36a16 16 0 0 0 2.14 24.4c.86.6 2.9 2.08 5.7 4.41l-85.21 85.2a25 25 0 0 0 35.32 35.32l82.3-82.31a136.6 136.6 0 0 1 18 51.65a16 16 0 0 0 10.77 13.12a16.2 16.2 0 0 0 5.15.85a15.88 15.88 0 0 0 11.26-4.69l81.18-81.19a15.86 15.86 0 0 0 3.86-16.4m-78.46-63.09a9 9 0 1 1 12.68 12.68l-12.55 12.55a153 153 0 0 1-13.72-11.65ZM31.31 205.37a9 9 0 1 1-12.68-12.68l85.58-85.58a151 151 0 0 1 11.65 13.71Zm127.49-21.45C150 118.29 101.52 82.52 96 78.67L134.66 40c3.86 5.5 39.63 54 105.25 62.78Z"/></g></svg>

React

import type { SVGProps } from "react";

export function PhAxeDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="m245.65 108.46l-81.19 81.19a8 8 0 0 1-13.59-4.65c-7.09-53.14-42.41-87.8-59.45-99.76A8 8 0 0 1 90.33 73L129 34.33a8 8 0 0 1 12.2 1.09c12 17 46.62 52.36 99.76 59.45a8 8 0 0 1 4.69 13.59" opacity=".2"/><path d="M255.15 97.72A16 16 0 0 0 242 86.94a136.5 136.5 0 0 1-51.65-18l10.31-10.3a25 25 0 0 0-35.32-35.32l-13.2 13.21c-2.33-2.8-3.81-4.84-4.41-5.69a16 16 0 0 0-24.41-2.15L84.68 67.36a16 16 0 0 0 2.14 24.4c.86.6 2.9 2.08 5.7 4.41l-85.21 85.2a25 25 0 0 0 35.32 35.32l82.3-82.31a136.6 136.6 0 0 1 18 51.65a16 16 0 0 0 10.77 13.12a16.2 16.2 0 0 0 5.15.85a15.88 15.88 0 0 0 11.26-4.69l81.18-81.19a15.86 15.86 0 0 0 3.86-16.4m-78.46-63.09a9 9 0 1 1 12.68 12.68l-12.55 12.55a153 153 0 0 1-13.72-11.65ZM31.31 205.37a9 9 0 1 1-12.68-12.68l85.58-85.58a151 151 0 0 1 11.65 13.71Zm127.49-21.45C150 118.29 101.52 82.52 96 78.67L134.66 40c3.86 5.5 39.63 54 105.25 62.78Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="m245.65 108.46l-81.19 81.19a8 8 0 0 1-13.59-4.65c-7.09-53.14-42.41-87.8-59.45-99.76A8 8 0 0 1 90.33 73L129 34.33a8 8 0 0 1 12.2 1.09c12 17 46.62 52.36 99.76 59.45a8 8 0 0 1 4.69 13.59" opacity=".2"/><path d="M255.15 97.72A16 16 0 0 0 242 86.94a136.5 136.5 0 0 1-51.65-18l10.31-10.3a25 25 0 0 0-35.32-35.32l-13.2 13.21c-2.33-2.8-3.81-4.84-4.41-5.69a16 16 0 0 0-24.41-2.15L84.68 67.36a16 16 0 0 0 2.14 24.4c.86.6 2.9 2.08 5.7 4.41l-85.21 85.2a25 25 0 0 0 35.32 35.32l82.3-82.31a136.6 136.6 0 0 1 18 51.65a16 16 0 0 0 10.77 13.12a16.2 16.2 0 0 0 5.15.85a15.88 15.88 0 0 0 11.26-4.69l81.18-81.19a15.86 15.86 0 0 0 3.86-16.4m-78.46-63.09a9 9 0 1 1 12.68 12.68l-12.55 12.55a153 153 0 0 1-13.72-11.65ZM31.31 205.37a9 9 0 1 1-12.68-12.68l85.58-85.58a151 151 0 0 1 11.65 13.71Zm127.49-21.45C150 118.29 101.52 82.52 96 78.67L134.66 40c3.86 5.5 39.63 54 105.25 62.78Z"/></g></svg>
</template>

CSS

.icon-axe-duotone {
  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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m245.65%20108.46l-81.19%2081.19a8%208%200%200%201-13.59-4.65c-7.09-53.14-42.41-87.8-59.45-99.76A8%208%200%200%201%2090.33%2073L129%2034.33a8%208%200%200%201%2012.2%201.09c12%2017%2046.62%2052.36%2099.76%2059.45a8%208%200%200%201%204.69%2013.59%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M255.15%2097.72A16%2016%200%200%200%20242%2086.94a136.5%20136.5%200%200%201-51.65-18l10.31-10.3a25%2025%200%200%200-35.32-35.32l-13.2%2013.21c-2.33-2.8-3.81-4.84-4.41-5.69a16%2016%200%200%200-24.41-2.15L84.68%2067.36a16%2016%200%200%200%202.14%2024.4c.86.6%202.9%202.08%205.7%204.41l-85.21%2085.2a25%2025%200%200%200%2035.32%2035.32l82.3-82.31a136.6%20136.6%200%200%201%2018%2051.65a16%2016%200%200%200%2010.77%2013.12a16.2%2016.2%200%200%200%205.15.85a15.88%2015.88%200%200%200%2011.26-4.69l81.18-81.19a15.86%2015.86%200%200%200%203.86-16.4m-78.46-63.09a9%209%200%201%201%2012.68%2012.68l-12.55%2012.55a153%20153%200%200%201-13.72-11.65ZM31.31%20205.37a9%209%200%201%201-12.68-12.68l85.58-85.58a151%20151%200%200%201%2011.65%2013.71Zm127.49-21.45C150%20118.29%20101.52%2082.52%2096%2078.67L134.66%2040c3.86%205.5%2039.63%2054%20105.25%2062.78Z%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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m245.65%20108.46l-81.19%2081.19a8%208%200%200%201-13.59-4.65c-7.09-53.14-42.41-87.8-59.45-99.76A8%208%200%200%201%2090.33%2073L129%2034.33a8%208%200%200%201%2012.2%201.09c12%2017%2046.62%2052.36%2099.76%2059.45a8%208%200%200%201%204.69%2013.59%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M255.15%2097.72A16%2016%200%200%200%20242%2086.94a136.5%20136.5%200%200%201-51.65-18l10.31-10.3a25%2025%200%200%200-35.32-35.32l-13.2%2013.21c-2.33-2.8-3.81-4.84-4.41-5.69a16%2016%200%200%200-24.41-2.15L84.68%2067.36a16%2016%200%200%200%202.14%2024.4c.86.6%202.9%202.08%205.7%204.41l-85.21%2085.2a25%2025%200%200%200%2035.32%2035.32l82.3-82.31a136.6%20136.6%200%200%201%2018%2051.65a16%2016%200%200%200%2010.77%2013.12a16.2%2016.2%200%200%200%205.15.85a15.88%2015.88%200%200%200%2011.26-4.69l81.18-81.19a15.86%2015.86%200%200%200%203.86-16.4m-78.46-63.09a9%209%200%201%201%2012.68%2012.68l-12.55%2012.55a153%20153%200%200%201-13.72-11.65ZM31.31%20205.37a9%209%200%201%201-12.68-12.68l85.58-85.58a151%20151%200%200%201%2011.65%2013.71Zm127.49-21.45C150%20118.29%20101.52%2082.52%2096%2078.67L134.66%2040c3.86%205.5%2039.63%2054%20105.25%2062.78Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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