shovel-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
shovel-thin
Set
Phosphor
Style
Thin
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the shovel icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m242.83 61.17l-48-48a4 4 0 0 0-5.66 5.66L210.34 40l-76.68 76.69l-37.17-37.18a12 12 0 0 0-17 0l-56 56A11.93 11.93 0 0 0 20 144v80a12 12 0 0 0 12 12h80a12 12 0 0 0 8.49-3.51l56-56a12 12 0 0 0 0-17l-37.18-37.17L216 45.66l21.17 21.17a4 4 0 1 0 5.66-5.66m-72 104a4 4 0 0 1 0 5.66l-56 56A4 4 0 0 1 112 228H32a4 4 0 0 1-4-4v-80a4 4 0 0 1 1.17-2.83l56-56a4 4 0 0 1 5.66 0L128 122.34l-42.83 42.83a4 4 0 0 0 5.66 5.66L133.66 128Z"/></svg>

React

import type { SVGProps } from "react";

export function PhShovelThin(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="m242.83 61.17l-48-48a4 4 0 0 0-5.66 5.66L210.34 40l-76.68 76.69l-37.17-37.18a12 12 0 0 0-17 0l-56 56A11.93 11.93 0 0 0 20 144v80a12 12 0 0 0 12 12h80a12 12 0 0 0 8.49-3.51l56-56a12 12 0 0 0 0-17l-37.18-37.17L216 45.66l21.17 21.17a4 4 0 1 0 5.66-5.66m-72 104a4 4 0 0 1 0 5.66l-56 56A4 4 0 0 1 112 228H32a4 4 0 0 1-4-4v-80a4 4 0 0 1 1.17-2.83l56-56a4 4 0 0 1 5.66 0L128 122.34l-42.83 42.83a4 4 0 0 0 5.66 5.66L133.66 128Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m242.83 61.17l-48-48a4 4 0 0 0-5.66 5.66L210.34 40l-76.68 76.69l-37.17-37.18a12 12 0 0 0-17 0l-56 56A11.93 11.93 0 0 0 20 144v80a12 12 0 0 0 12 12h80a12 12 0 0 0 8.49-3.51l56-56a12 12 0 0 0 0-17l-37.18-37.17L216 45.66l21.17 21.17a4 4 0 1 0 5.66-5.66m-72 104a4 4 0 0 1 0 5.66l-56 56A4 4 0 0 1 112 228H32a4 4 0 0 1-4-4v-80a4 4 0 0 1 1.17-2.83l56-56a4 4 0 0 1 5.66 0L128 122.34l-42.83 42.83a4 4 0 0 0 5.66 5.66L133.66 128Z"/></svg>
</template>

CSS

.icon-shovel-thin {
  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%22m242.83%2061.17l-48-48a4%204%200%200%200-5.66%205.66L210.34%2040l-76.68%2076.69l-37.17-37.18a12%2012%200%200%200-17%200l-56%2056A11.93%2011.93%200%200%200%2020%20144v80a12%2012%200%200%200%2012%2012h80a12%2012%200%200%200%208.49-3.51l56-56a12%2012%200%200%200%200-17l-37.18-37.17L216%2045.66l21.17%2021.17a4%204%200%201%200%205.66-5.66m-72%20104a4%204%200%200%201%200%205.66l-56%2056A4%204%200%200%201%20112%20228H32a4%204%200%200%201-4-4v-80a4%204%200%200%201%201.17-2.83l56-56a4%204%200%200%201%205.66%200L128%20122.34l-42.83%2042.83a4%204%200%200%200%205.66%205.66L133.66%20128Z%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%22m242.83%2061.17l-48-48a4%204%200%200%200-5.66%205.66L210.34%2040l-76.68%2076.69l-37.17-37.18a12%2012%200%200%200-17%200l-56%2056A11.93%2011.93%200%200%200%2020%20144v80a12%2012%200%200%200%2012%2012h80a12%2012%200%200%200%208.49-3.51l56-56a12%2012%200%200%200%200-17l-37.18-37.17L216%2045.66l21.17%2021.17a4%204%200%201%200%205.66-5.66m-72%20104a4%204%200%200%201%200%205.66l-56%2056A4%204%200%200%201%20112%20228H32a4%204%200%200%201-4-4v-80a4%204%200%200%201%201.17-2.83l56-56a4%204%200%200%201%205.66%200L128%20122.34l-42.83%2042.83a4%204%200%200%200%205.66%205.66L133.66%20128Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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