shovel off icon
shovel-off from Material Design Icons by Pictogrammers · Filled · Hardware / Tools · Apache-2.0 Free for personal and commercial use.
- Name
- shovel-off
- Set
- Material Design Icons
- Style
- Filled
- Category
- Hardware / Tools
- Viewbox
- 24×24
- License
- Apache 2.0
More hardware / tools icons from Material Design Icons
Use the shovel off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m15.1 1.81l-2.83 2.84a2.01 2.01 0 0 0 0 2.82l1.41 1.42l-.68.73l1.44 1.44l.73-.73l1.39 1.39c.78.78 2.05.78 2.83 0l2.83-2.84zm2.83 8.47L13.7 6.06l1.41-1.41l4.23 4.23zm2.77 9.96l-1.41 1.41l-7.79-7.77l-1 1l2.83 2.81l-1.33 1.4C7 24 3.5 20.5 3.5 20.5S-.06 17 4.89 12l1.42-1.4l2.82 2.83l1-1l-7.78-7.75l1.42-1.42z"/></svg>
React
import type { SVGProps } from "react";
export function MdiShovelOff(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="m15.1 1.81l-2.83 2.84a2.01 2.01 0 0 0 0 2.82l1.41 1.42l-.68.73l1.44 1.44l.73-.73l1.39 1.39c.78.78 2.05.78 2.83 0l2.83-2.84zm2.83 8.47L13.7 6.06l1.41-1.41l4.23 4.23zm2.77 9.96l-1.41 1.41l-7.79-7.77l-1 1l2.83 2.81l-1.33 1.4C7 24 3.5 20.5 3.5 20.5S-.06 17 4.89 12l1.42-1.4l2.82 2.83l1-1l-7.78-7.75l1.42-1.42z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m15.1 1.81l-2.83 2.84a2.01 2.01 0 0 0 0 2.82l1.41 1.42l-.68.73l1.44 1.44l.73-.73l1.39 1.39c.78.78 2.05.78 2.83 0l2.83-2.84zm2.83 8.47L13.7 6.06l1.41-1.41l4.23 4.23zm2.77 9.96l-1.41 1.41l-7.79-7.77l-1 1l2.83 2.81l-1.33 1.4C7 24 3.5 20.5 3.5 20.5S-.06 17 4.89 12l1.42-1.4l2.82 2.83l1-1l-7.78-7.75l1.42-1.42z"/></svg> </template>
CSS
.icon-shovel-off {
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%22m15.1%201.81l-2.83%202.84a2.01%202.01%200%200%200%200%202.82l1.41%201.42l-.68.73l1.44%201.44l.73-.73l1.39%201.39c.78.78%202.05.78%202.83%200l2.83-2.84zm2.83%208.47L13.7%206.06l1.41-1.41l4.23%204.23zm2.77%209.96l-1.41%201.41l-7.79-7.77l-1%201l2.83%202.81l-1.33%201.4C7%2024%203.5%2020.5%203.5%2020.5S-.06%2017%204.89%2012l1.42-1.4l2.82%202.83l1-1l-7.78-7.75l1.42-1.42z%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%22m15.1%201.81l-2.83%202.84a2.01%202.01%200%200%200%200%202.82l1.41%201.42l-.68.73l1.44%201.44l.73-.73l1.39%201.39c.78.78%202.05.78%202.83%200l2.83-2.84zm2.83%208.47L13.7%206.06l1.41-1.41l4.23%204.23zm2.77%209.96l-1.41%201.41l-7.79-7.77l-1%201l2.83%202.81l-1.33%201.4C7%2024%203.5%2020.5%203.5%2020.5S-.06%2017%204.89%2012l1.42-1.4l2.82%202.83l1-1l-7.78-7.75l1.42-1.42z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/shovel-off.svg?color=%231a73e8&size=48