oil-barrel from Material Symbols Light by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.

Name
oil-barrel
Set
Material Symbols Light
Style
Regular
Category
Social
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More social icons from Material Symbols Light

Use the oil barrel icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.48 20q-.212 0-.356-.144t-.143-.357t.143-.356t.357-.143h1.211v-6.5H4.481q-.213 0-.356-.144t-.144-.357t.144-.356t.356-.143h1.211V5H4.481q-.213 0-.356-.144t-.144-.357t.144-.356T4.48 4H19.5q.213 0 .356.144t.144.357t-.144.356T19.5 5h-1.192v6.5H19.5q.213 0 .356.144t.144.357t-.144.356t-.356.143h-1.192V19H19.5q.213 0 .356.144t.144.357t-.144.356T19.5 20zm9.29-5.353q.73-.72.73-1.74q0-.813-.469-1.396T12 9.116q-1.548 1.803-2.024 2.395t-.476 1.4q0 1.018.729 1.736q.728.719 1.769.719t1.771-.72"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightOilBarrel(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="M4.48 20q-.212 0-.356-.144t-.143-.357t.143-.356t.357-.143h1.211v-6.5H4.481q-.213 0-.356-.144t-.144-.357t.144-.356t.356-.143h1.211V5H4.481q-.213 0-.356-.144t-.144-.357t.144-.356T4.48 4H19.5q.213 0 .356.144t.144.357t-.144.356T19.5 5h-1.192v6.5H19.5q.213 0 .356.144t.144.357t-.144.356t-.356.143h-1.192V19H19.5q.213 0 .356.144t.144.357t-.144.356T19.5 20zm9.29-5.353q.73-.72.73-1.74q0-.813-.469-1.396T12 9.116q-1.548 1.803-2.024 2.395t-.476 1.4q0 1.018.729 1.736q.728.719 1.769.719t1.771-.72"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.48 20q-.212 0-.356-.144t-.143-.357t.143-.356t.357-.143h1.211v-6.5H4.481q-.213 0-.356-.144t-.144-.357t.144-.356t.356-.143h1.211V5H4.481q-.213 0-.356-.144t-.144-.357t.144-.356T4.48 4H19.5q.213 0 .356.144t.144.357t-.144.356T19.5 5h-1.192v6.5H19.5q.213 0 .356.144t.144.357t-.144.356t-.356.143h-1.192V19H19.5q.213 0 .356.144t.144.357t-.144.356T19.5 20zm9.29-5.353q.73-.72.73-1.74q0-.813-.469-1.396T12 9.116q-1.548 1.803-2.024 2.395t-.476 1.4q0 1.018.729 1.736q.728.719 1.769.719t1.771-.72"/></svg>
</template>

CSS

.icon-oil-barrel {
  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%22M4.48%2020q-.212%200-.356-.144t-.143-.357t.143-.356t.357-.143h1.211v-6.5H4.481q-.213%200-.356-.144t-.144-.357t.144-.356t.356-.143h1.211V5H4.481q-.213%200-.356-.144t-.144-.357t.144-.356T4.48%204H19.5q.213%200%20.356.144t.144.357t-.144.356T19.5%205h-1.192v6.5H19.5q.213%200%20.356.144t.144.357t-.144.356t-.356.143h-1.192V19H19.5q.213%200%20.356.144t.144.357t-.144.356T19.5%2020zm9.29-5.353q.73-.72.73-1.74q0-.813-.469-1.396T12%209.116q-1.548%201.803-2.024%202.395t-.476%201.4q0%201.018.729%201.736q.728.719%201.769.719t1.771-.72%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%22M4.48%2020q-.212%200-.356-.144t-.143-.357t.143-.356t.357-.143h1.211v-6.5H4.481q-.213%200-.356-.144t-.144-.357t.144-.356t.356-.143h1.211V5H4.481q-.213%200-.356-.144t-.144-.357t.144-.356T4.48%204H19.5q.213%200%20.356.144t.144.357t-.144.356T19.5%205h-1.192v6.5H19.5q.213%200%20.356.144t.144.357t-.144.356t-.356.143h-1.192V19H19.5q.213%200%20.356.144t.144.357t-.144.356T19.5%2020zm9.29-5.353q.73-.72.73-1.74q0-.813-.469-1.396T12%209.116q-1.548%201.803-2.024%202.395t-.476%201.4q0%201.018.729%201.736q.728.719%201.769.719t1.771-.72%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/oil-barrel.svg?color=%231a73e8&size=48