oil-well from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.

Name
oil-well
Set
Font Awesome Solid
Style
Solid
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

Related icons in Font Awesome Solid

Use the oil well icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M560.3 125.3c-11.4-42.7-55.3-68-98-56.6l-15.4 4.1c-17.1 4.6-27.2 22.2-22.6 39.2l24.5 91.4l-108.2 28.1l-6.3-18.1c-4.6-12.8-16.7-21.4-30.3-21.4s-25.7 8.6-30.2 21.4l-13.6 39L128 286.7v-38.6c0-13.3-10.7-24-24-24s-24 10.7-24 24v264H64c-17.7 0-32 14.3-32 32s14.3 32 32 32h512c17.7 0 32-14.3 32-32s-14.3-32-32-32H438.7l-61.4-175.4l-62.2 16.1l22.1 63.2h-66.6l19.9-56.9l-74.6 19.3l-46.7 133.5h-41.3V352.7l337.4-87.5l25.2 94c4.6 17.1 22.1 27.2 39.2 22.6l15.5-4.1c42.7-11.4 68-55.3 56.6-98zM237.1 512l16.8-48h100.2l16.8 48z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidOilWell(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M560.3 125.3c-11.4-42.7-55.3-68-98-56.6l-15.4 4.1c-17.1 4.6-27.2 22.2-22.6 39.2l24.5 91.4l-108.2 28.1l-6.3-18.1c-4.6-12.8-16.7-21.4-30.3-21.4s-25.7 8.6-30.2 21.4l-13.6 39L128 286.7v-38.6c0-13.3-10.7-24-24-24s-24 10.7-24 24v264H64c-17.7 0-32 14.3-32 32s14.3 32 32 32h512c17.7 0 32-14.3 32-32s-14.3-32-32-32H438.7l-61.4-175.4l-62.2 16.1l22.1 63.2h-66.6l19.9-56.9l-74.6 19.3l-46.7 133.5h-41.3V352.7l337.4-87.5l25.2 94c4.6 17.1 22.1 27.2 39.2 22.6l15.5-4.1c42.7-11.4 68-55.3 56.6-98zM237.1 512l16.8-48h100.2l16.8 48z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M560.3 125.3c-11.4-42.7-55.3-68-98-56.6l-15.4 4.1c-17.1 4.6-27.2 22.2-22.6 39.2l24.5 91.4l-108.2 28.1l-6.3-18.1c-4.6-12.8-16.7-21.4-30.3-21.4s-25.7 8.6-30.2 21.4l-13.6 39L128 286.7v-38.6c0-13.3-10.7-24-24-24s-24 10.7-24 24v264H64c-17.7 0-32 14.3-32 32s14.3 32 32 32h512c17.7 0 32-14.3 32-32s-14.3-32-32-32H438.7l-61.4-175.4l-62.2 16.1l22.1 63.2h-66.6l19.9-56.9l-74.6 19.3l-46.7 133.5h-41.3V352.7l337.4-87.5l25.2 94c4.6 17.1 22.1 27.2 39.2 22.6l15.5-4.1c42.7-11.4 68-55.3 56.6-98zM237.1 512l16.8-48h100.2l16.8 48z"/></svg>
</template>

CSS

.icon-oil-well {
  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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M560.3%20125.3c-11.4-42.7-55.3-68-98-56.6l-15.4%204.1c-17.1%204.6-27.2%2022.2-22.6%2039.2l24.5%2091.4l-108.2%2028.1l-6.3-18.1c-4.6-12.8-16.7-21.4-30.3-21.4s-25.7%208.6-30.2%2021.4l-13.6%2039L128%20286.7v-38.6c0-13.3-10.7-24-24-24s-24%2010.7-24%2024v264H64c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032h512c17.7%200%2032-14.3%2032-32s-14.3-32-32-32H438.7l-61.4-175.4l-62.2%2016.1l22.1%2063.2h-66.6l19.9-56.9l-74.6%2019.3l-46.7%20133.5h-41.3V352.7l337.4-87.5l25.2%2094c4.6%2017.1%2022.1%2027.2%2039.2%2022.6l15.5-4.1c42.7-11.4%2068-55.3%2056.6-98zM237.1%20512l16.8-48h100.2l16.8%2048z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M560.3%20125.3c-11.4-42.7-55.3-68-98-56.6l-15.4%204.1c-17.1%204.6-27.2%2022.2-22.6%2039.2l24.5%2091.4l-108.2%2028.1l-6.3-18.1c-4.6-12.8-16.7-21.4-30.3-21.4s-25.7%208.6-30.2%2021.4l-13.6%2039L128%20286.7v-38.6c0-13.3-10.7-24-24-24s-24%2010.7-24%2024v264H64c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032h512c17.7%200%2032-14.3%2032-32s-14.3-32-32-32H438.7l-61.4-175.4l-62.2%2016.1l22.1%2063.2h-66.6l19.9-56.9l-74.6%2019.3l-46.7%20133.5h-41.3V352.7l337.4-87.5l25.2%2094c4.6%2017.1%2022.1%2027.2%2039.2%2022.6l15.5-4.1c42.7-11.4%2068-55.3%2056.6-98zM237.1%20512l16.8-48h100.2l16.8%2048z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/oil-well.svg?color=%231a73e8&size=48