shovel icon
shovel-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.
- Name
- shovel-solid
- Set
- Myna UI Icons
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
1 other variant in Myna UI Icons
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 24 24"><path fill="currentColor" d="M7.984 2.968A.75.75 0 0 1 9.04 4.032L7.07 5.99l6.971 6.902l1.701-1.684l.13-.116a1.74 1.74 0 0 1 2.299.116l.304.309c1.472 1.545 2.329 3.13 2.64 4.583c.332 1.546.047 2.985-.841 3.97c-.9.998-2.292 1.388-3.863 1.076c-1.557-.31-3.315-1.304-5.126-3.098v-.001a1.717 1.717 0 0 1 0-2.424v-.002l1.69-1.674l-6.969-6.9l-1.978 1.968l-.056.051a.75.75 0 0 1-1-1.115z"/></svg>
React
import type { SVGProps } from "react";
export function MynauiShovelSolid(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.984 2.968A.75.75 0 0 1 9.04 4.032L7.07 5.99l6.971 6.902l1.701-1.684l.13-.116a1.74 1.74 0 0 1 2.299.116l.304.309c1.472 1.545 2.329 3.13 2.64 4.583c.332 1.546.047 2.985-.841 3.97c-.9.998-2.292 1.388-3.863 1.076c-1.557-.31-3.315-1.304-5.126-3.098v-.001a1.717 1.717 0 0 1 0-2.424v-.002l1.69-1.674l-6.969-6.9l-1.978 1.968l-.056.051a.75.75 0 0 1-1-1.115z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.984 2.968A.75.75 0 0 1 9.04 4.032L7.07 5.99l6.971 6.902l1.701-1.684l.13-.116a1.74 1.74 0 0 1 2.299.116l.304.309c1.472 1.545 2.329 3.13 2.64 4.583c.332 1.546.047 2.985-.841 3.97c-.9.998-2.292 1.388-3.863 1.076c-1.557-.31-3.315-1.304-5.126-3.098v-.001a1.717 1.717 0 0 1 0-2.424v-.002l1.69-1.674l-6.969-6.9l-1.978 1.968l-.056.051a.75.75 0 0 1-1-1.115z"/></svg> </template>
CSS
.icon-shovel-solid {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.984%202.968A.75.75%200%200%201%209.04%204.032L7.07%205.99l6.971%206.902l1.701-1.684l.13-.116a1.74%201.74%200%200%201%202.299.116l.304.309c1.472%201.545%202.329%203.13%202.64%204.583c.332%201.546.047%202.985-.841%203.97c-.9.998-2.292%201.388-3.863%201.076c-1.557-.31-3.315-1.304-5.126-3.098v-.001a1.717%201.717%200%200%201%200-2.424v-.002l1.69-1.674l-6.969-6.9l-1.978%201.968l-.056.051a.75.75%200%200%201-1-1.115z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.984%202.968A.75.75%200%200%201%209.04%204.032L7.07%205.99l6.971%206.902l1.701-1.684l.13-.116a1.74%201.74%200%200%201%202.299.116l.304.309c1.472%201.545%202.329%203.13%202.64%204.583c.332%201.546.047%202.985-.841%203.97c-.9.998-2.292%201.388-3.863%201.076c-1.557-.31-3.315-1.304-5.126-3.098v-.001a1.717%201.717%200%200%201%200-2.424v-.002l1.69-1.674l-6.969-6.9l-1.978%201.968l-.056.051a.75.75%200%200%201-1-1.115z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mynaui/shovel-solid.svg?color=%231a73e8&size=48