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

Name
oil-well
Set
Font Awesome 6 Solid
Style
Regular
Viewbox
576×512
License
CC BY 4.0

The same icon in other sets

Related icons in Font Awesome 6 Solid

Use the oil well icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M528.3 61.3c-11.4-42.7-55.3-68-98-56.6l-15.4 4.1C397.8 13.4 387.7 31 392.3 48l24.5 91.4l-108.3 28.1l-6.3-18.1c-4.5-12.8-16.6-21.4-30.2-21.4s-25.7 8.6-30.2 21.4l-13.6 39L96 222.6V184c0-13.3-10.7-24-24-24s-24 10.7-24 24v264H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h512c17.7 0 32-14.3 32-32s-14.3-32-32-32H406.7L340 257.5l-62.2 16.1l27.5 78.4h-66.6l26.3-75l-74.6 19.3L137.3 448H96V288.8l337.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-98zM205.1 448l11.2-32h111.4l11.2 32z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidOilWell(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M528.3 61.3c-11.4-42.7-55.3-68-98-56.6l-15.4 4.1C397.8 13.4 387.7 31 392.3 48l24.5 91.4l-108.3 28.1l-6.3-18.1c-4.5-12.8-16.6-21.4-30.2-21.4s-25.7 8.6-30.2 21.4l-13.6 39L96 222.6V184c0-13.3-10.7-24-24-24s-24 10.7-24 24v264H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h512c17.7 0 32-14.3 32-32s-14.3-32-32-32H406.7L340 257.5l-62.2 16.1l27.5 78.4h-66.6l26.3-75l-74.6 19.3L137.3 448H96V288.8l337.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-98zM205.1 448l11.2-32h111.4l11.2 32z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M528.3 61.3c-11.4-42.7-55.3-68-98-56.6l-15.4 4.1C397.8 13.4 387.7 31 392.3 48l24.5 91.4l-108.3 28.1l-6.3-18.1c-4.5-12.8-16.6-21.4-30.2-21.4s-25.7 8.6-30.2 21.4l-13.6 39L96 222.6V184c0-13.3-10.7-24-24-24s-24 10.7-24 24v264H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h512c17.7 0 32-14.3 32-32s-14.3-32-32-32H406.7L340 257.5l-62.2 16.1l27.5 78.4h-66.6l26.3-75l-74.6 19.3L137.3 448H96V288.8l337.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-98zM205.1 448l11.2-32h111.4l11.2 32z"/></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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M528.3%2061.3c-11.4-42.7-55.3-68-98-56.6l-15.4%204.1C397.8%2013.4%20387.7%2031%20392.3%2048l24.5%2091.4l-108.3%2028.1l-6.3-18.1c-4.5-12.8-16.6-21.4-30.2-21.4s-25.7%208.6-30.2%2021.4l-13.6%2039L96%20222.6V184c0-13.3-10.7-24-24-24s-24%2010.7-24%2024v264H32c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032h512c17.7%200%2032-14.3%2032-32s-14.3-32-32-32H406.7L340%20257.5l-62.2%2016.1l27.5%2078.4h-66.6l26.3-75l-74.6%2019.3L137.3%20448H96V288.8l337.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-98zM205.1%20448l11.2-32h111.4l11.2%2032z%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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M528.3%2061.3c-11.4-42.7-55.3-68-98-56.6l-15.4%204.1C397.8%2013.4%20387.7%2031%20392.3%2048l24.5%2091.4l-108.3%2028.1l-6.3-18.1c-4.5-12.8-16.6-21.4-30.2-21.4s-25.7%208.6-30.2%2021.4l-13.6%2039L96%20222.6V184c0-13.3-10.7-24-24-24s-24%2010.7-24%2024v264H32c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032h512c17.7%200%2032-14.3%2032-32s-14.3-32-32-32H406.7L340%20257.5l-62.2%2016.1l27.5%2078.4h-66.6l26.3-75l-74.6%2019.3L137.3%20448H96V288.8l337.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-98zM205.1%20448l11.2-32h111.4l11.2%2032z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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