axe-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.

Name
axe-light
Set
Phosphor
Style
Light
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"><path fill="currentColor" d="M253.25 98.36a14 14 0 0 0-11.48-9.44a138.65 138.65 0 0 1-54.6-19.6l12.1-12.11a23 23 0 1 0-32.48-32.48L152 39.47c-3.21-3.73-5.19-6.46-5.92-7.5a14 14 0 0 0-21.35-1.88L86.09 68.77A14 14 0 0 0 88 90.12c1 .73 3.77 2.71 7.5 5.92L8.73 182.79A23 23 0 0 0 25 222a22.8 22.8 0 0 0 16.24-6.73l84.11-84.1a138.65 138.65 0 0 1 19.6 54.6a14 14 0 0 0 9.44 11.48a13.86 13.86 0 0 0 14.35-3.36l81.18-81.18a13.87 13.87 0 0 0 3.33-14.35m-78-65.15a11 11 0 0 1 15.52 15.52L177 62.49a154 154 0 0 1-16.76-14.26ZM32.73 206.79a11 11 0 0 1-15.52-15.52l87-87A154 154 0 0 1 118.49 121Zm208.68-102.57l-81.19 81.19a1.87 1.87 0 0 1-2 .48a2 2 0 0 1-1.38-1.71C148.17 119.4 100.3 84.11 94.87 80.3a2 2 0 0 1-.87-1.48a1.94 1.94 0 0 1 .57-1.57l38.67-38.67a2 2 0 0 1 1.39-.58h.18a2 2 0 0 1 1.48.86c3.81 5.43 39.1 53.3 103.88 62a2 2 0 0 1 1.71 1.38a1.85 1.85 0 0 1-.47 1.98"/></svg>

React

import type { SVGProps } from "react";

export function PhAxeLight(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M253.25 98.36a14 14 0 0 0-11.48-9.44a138.65 138.65 0 0 1-54.6-19.6l12.1-12.11a23 23 0 1 0-32.48-32.48L152 39.47c-3.21-3.73-5.19-6.46-5.92-7.5a14 14 0 0 0-21.35-1.88L86.09 68.77A14 14 0 0 0 88 90.12c1 .73 3.77 2.71 7.5 5.92L8.73 182.79A23 23 0 0 0 25 222a22.8 22.8 0 0 0 16.24-6.73l84.11-84.1a138.65 138.65 0 0 1 19.6 54.6a14 14 0 0 0 9.44 11.48a13.86 13.86 0 0 0 14.35-3.36l81.18-81.18a13.87 13.87 0 0 0 3.33-14.35m-78-65.15a11 11 0 0 1 15.52 15.52L177 62.49a154 154 0 0 1-16.76-14.26ZM32.73 206.79a11 11 0 0 1-15.52-15.52l87-87A154 154 0 0 1 118.49 121Zm208.68-102.57l-81.19 81.19a1.87 1.87 0 0 1-2 .48a2 2 0 0 1-1.38-1.71C148.17 119.4 100.3 84.11 94.87 80.3a2 2 0 0 1-.87-1.48a1.94 1.94 0 0 1 .57-1.57l38.67-38.67a2 2 0 0 1 1.39-.58h.18a2 2 0 0 1 1.48.86c3.81 5.43 39.1 53.3 103.88 62a2 2 0 0 1 1.71 1.38a1.85 1.85 0 0 1-.47 1.98"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M253.25 98.36a14 14 0 0 0-11.48-9.44a138.65 138.65 0 0 1-54.6-19.6l12.1-12.11a23 23 0 1 0-32.48-32.48L152 39.47c-3.21-3.73-5.19-6.46-5.92-7.5a14 14 0 0 0-21.35-1.88L86.09 68.77A14 14 0 0 0 88 90.12c1 .73 3.77 2.71 7.5 5.92L8.73 182.79A23 23 0 0 0 25 222a22.8 22.8 0 0 0 16.24-6.73l84.11-84.1a138.65 138.65 0 0 1 19.6 54.6a14 14 0 0 0 9.44 11.48a13.86 13.86 0 0 0 14.35-3.36l81.18-81.18a13.87 13.87 0 0 0 3.33-14.35m-78-65.15a11 11 0 0 1 15.52 15.52L177 62.49a154 154 0 0 1-16.76-14.26ZM32.73 206.79a11 11 0 0 1-15.52-15.52l87-87A154 154 0 0 1 118.49 121Zm208.68-102.57l-81.19 81.19a1.87 1.87 0 0 1-2 .48a2 2 0 0 1-1.38-1.71C148.17 119.4 100.3 84.11 94.87 80.3a2 2 0 0 1-.87-1.48a1.94 1.94 0 0 1 .57-1.57l38.67-38.67a2 2 0 0 1 1.39-.58h.18a2 2 0 0 1 1.48.86c3.81 5.43 39.1 53.3 103.88 62a2 2 0 0 1 1.71 1.38a1.85 1.85 0 0 1-.47 1.98"/></svg>
</template>

CSS

.icon-axe-light {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M253.25%2098.36a14%2014%200%200%200-11.48-9.44a138.65%20138.65%200%200%201-54.6-19.6l12.1-12.11a23%2023%200%201%200-32.48-32.48L152%2039.47c-3.21-3.73-5.19-6.46-5.92-7.5a14%2014%200%200%200-21.35-1.88L86.09%2068.77A14%2014%200%200%200%2088%2090.12c1%20.73%203.77%202.71%207.5%205.92L8.73%20182.79A23%2023%200%200%200%2025%20222a22.8%2022.8%200%200%200%2016.24-6.73l84.11-84.1a138.65%20138.65%200%200%201%2019.6%2054.6a14%2014%200%200%200%209.44%2011.48a13.86%2013.86%200%200%200%2014.35-3.36l81.18-81.18a13.87%2013.87%200%200%200%203.33-14.35m-78-65.15a11%2011%200%200%201%2015.52%2015.52L177%2062.49a154%20154%200%200%201-16.76-14.26ZM32.73%20206.79a11%2011%200%200%201-15.52-15.52l87-87A154%20154%200%200%201%20118.49%20121Zm208.68-102.57l-81.19%2081.19a1.87%201.87%200%200%201-2%20.48a2%202%200%200%201-1.38-1.71C148.17%20119.4%20100.3%2084.11%2094.87%2080.3a2%202%200%200%201-.87-1.48a1.94%201.94%200%200%201%20.57-1.57l38.67-38.67a2%202%200%200%201%201.39-.58h.18a2%202%200%200%201%201.48.86c3.81%205.43%2039.1%2053.3%20103.88%2062a2%202%200%200%201%201.71%201.38a1.85%201.85%200%200%201-.47%201.98%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M253.25%2098.36a14%2014%200%200%200-11.48-9.44a138.65%20138.65%200%200%201-54.6-19.6l12.1-12.11a23%2023%200%201%200-32.48-32.48L152%2039.47c-3.21-3.73-5.19-6.46-5.92-7.5a14%2014%200%200%200-21.35-1.88L86.09%2068.77A14%2014%200%200%200%2088%2090.12c1%20.73%203.77%202.71%207.5%205.92L8.73%20182.79A23%2023%200%200%200%2025%20222a22.8%2022.8%200%200%200%2016.24-6.73l84.11-84.1a138.65%20138.65%200%200%201%2019.6%2054.6a14%2014%200%200%200%209.44%2011.48a13.86%2013.86%200%200%200%2014.35-3.36l81.18-81.18a13.87%2013.87%200%200%200%203.33-14.35m-78-65.15a11%2011%200%200%201%2015.52%2015.52L177%2062.49a154%20154%200%200%201-16.76-14.26ZM32.73%20206.79a11%2011%200%200%201-15.52-15.52l87-87A154%20154%200%200%201%20118.49%20121Zm208.68-102.57l-81.19%2081.19a1.87%201.87%200%200%201-2%20.48a2%202%200%200%201-1.38-1.71C148.17%20119.4%20100.3%2084.11%2094.87%2080.3a2%202%200%200%201-.87-1.48a1.94%201.94%200%200%201%20.57-1.57l38.67-38.67a2%202%200%200%201%201.39-.58h.18a2%202%200%200%201%201.48.86c3.81%205.43%2039.1%2053.3%20103.88%2062a2%202%200%200%201%201.71%201.38a1.85%201.85%200%200%201-.47%201.98%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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