pitchfork from Material Design Icons by Pictogrammers · Filled · Hardware / Tools · Apache-2.0 Free for personal and commercial use.

Name
pitchfork
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 pitchfork icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m15.9.9l-2.8 2.8c-.8.8-.8 2 0 2.8L14.5 8l-5.3 5.4L7.8 12c-.8-.8-2-.8-2.8 0l-4 4l1.4 1.4l4-4l1.4 1.4l-4 4l1.4 1.4l4-4l1.4 1.4l-.7.8l-3.2 3.2L8 23l4-4c.8-.8.8-2 0-2.8l-1.4-1.4l5.3-5.4l1.4 1.4c.8.8 2 .8 2.8 0L23 8zm2.8 8.5l-4.2-4.2l1.4-1.4L20.1 8z"/></svg>

React

import type { SVGProps } from "react";

export function MdiPitchfork(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.9.9l-2.8 2.8c-.8.8-.8 2 0 2.8L14.5 8l-5.3 5.4L7.8 12c-.8-.8-2-.8-2.8 0l-4 4l1.4 1.4l4-4l1.4 1.4l-4 4l1.4 1.4l4-4l1.4 1.4l-.7.8l-3.2 3.2L8 23l4-4c.8-.8.8-2 0-2.8l-1.4-1.4l5.3-5.4l1.4 1.4c.8.8 2 .8 2.8 0L23 8zm2.8 8.5l-4.2-4.2l1.4-1.4L20.1 8z"/></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.9.9l-2.8 2.8c-.8.8-.8 2 0 2.8L14.5 8l-5.3 5.4L7.8 12c-.8-.8-2-.8-2.8 0l-4 4l1.4 1.4l4-4l1.4 1.4l-4 4l1.4 1.4l4-4l1.4 1.4l-.7.8l-3.2 3.2L8 23l4-4c.8-.8.8-2 0-2.8l-1.4-1.4l5.3-5.4l1.4 1.4c.8.8 2 .8 2.8 0L23 8zm2.8 8.5l-4.2-4.2l1.4-1.4L20.1 8z"/></svg>
</template>

CSS

.icon-pitchfork {
  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.9.9l-2.8%202.8c-.8.8-.8%202%200%202.8L14.5%208l-5.3%205.4L7.8%2012c-.8-.8-2-.8-2.8%200l-4%204l1.4%201.4l4-4l1.4%201.4l-4%204l1.4%201.4l4-4l1.4%201.4l-.7.8l-3.2%203.2L8%2023l4-4c.8-.8.8-2%200-2.8l-1.4-1.4l5.3-5.4l1.4%201.4c.8.8%202%20.8%202.8%200L23%208zm2.8%208.5l-4.2-4.2l1.4-1.4L20.1%208z%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.9.9l-2.8%202.8c-.8.8-.8%202%200%202.8L14.5%208l-5.3%205.4L7.8%2012c-.8-.8-2-.8-2.8%200l-4%204l1.4%201.4l4-4l1.4%201.4l-4%204l1.4%201.4l4-4l1.4%201.4l-.7.8l-3.2%203.2L8%2023l4-4c.8-.8.8-2%200-2.8l-1.4-1.4l5.3-5.4l1.4%201.4c.8.8%202%20.8%202.8%200L23%208zm2.8%208.5l-4.2-4.2l1.4-1.4L20.1%208z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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