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

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

5 other variants in Material Symbols

The same icon in other sets

More social icons from Material Symbols

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 21q-.425 0-.712-.288T3 20t.288-.712T4 19h1v-6H4q-.425 0-.712-.288T3 12t.288-.712T4 11h1V5H4q-.425 0-.712-.288T3 4t.288-.712T4 3h16q.425 0 .713.288T21 4t-.288.713T20 5h-1v6h1q.425 0 .713.288T21 12t-.288.713T20 13h-1v6h1q.425 0 .713.288T21 20t-.288.713T20 21zm10.125-5.863Q15 14.276 15 13.05q0-.5-.112-.85t-.463-.825L12.75 9.4q-.3-.35-.763-.35t-.762.35l-1.65 1.95q-.35.475-.462.838T9 13.05q0 1.225.875 2.088T12 16t2.125-.862"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsOilBarrelRounded(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 21q-.425 0-.712-.288T3 20t.288-.712T4 19h1v-6H4q-.425 0-.712-.288T3 12t.288-.712T4 11h1V5H4q-.425 0-.712-.288T3 4t.288-.712T4 3h16q.425 0 .713.288T21 4t-.288.713T20 5h-1v6h1q.425 0 .713.288T21 12t-.288.713T20 13h-1v6h1q.425 0 .713.288T21 20t-.288.713T20 21zm10.125-5.863Q15 14.276 15 13.05q0-.5-.112-.85t-.463-.825L12.75 9.4q-.3-.35-.763-.35t-.762.35l-1.65 1.95q-.35.475-.462.838T9 13.05q0 1.225.875 2.088T12 16t2.125-.862"/></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 21q-.425 0-.712-.288T3 20t.288-.712T4 19h1v-6H4q-.425 0-.712-.288T3 12t.288-.712T4 11h1V5H4q-.425 0-.712-.288T3 4t.288-.712T4 3h16q.425 0 .713.288T21 4t-.288.713T20 5h-1v6h1q.425 0 .713.288T21 12t-.288.713T20 13h-1v6h1q.425 0 .713.288T21 20t-.288.713T20 21zm10.125-5.863Q15 14.276 15 13.05q0-.5-.112-.85t-.463-.825L12.75 9.4q-.3-.35-.763-.35t-.762.35l-1.65 1.95q-.35.475-.462.838T9 13.05q0 1.225.875 2.088T12 16t2.125-.862"/></svg>
</template>

CSS

.icon-oil-barrel-rounded {
  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%2021q-.425%200-.712-.288T3%2020t.288-.712T4%2019h1v-6H4q-.425%200-.712-.288T3%2012t.288-.712T4%2011h1V5H4q-.425%200-.712-.288T3%204t.288-.712T4%203h16q.425%200%20.713.288T21%204t-.288.713T20%205h-1v6h1q.425%200%20.713.288T21%2012t-.288.713T20%2013h-1v6h1q.425%200%20.713.288T21%2020t-.288.713T20%2021zm10.125-5.863Q15%2014.276%2015%2013.05q0-.5-.112-.85t-.463-.825L12.75%209.4q-.3-.35-.763-.35t-.762.35l-1.65%201.95q-.35.475-.462.838T9%2013.05q0%201.225.875%202.088T12%2016t2.125-.862%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%2021q-.425%200-.712-.288T3%2020t.288-.712T4%2019h1v-6H4q-.425%200-.712-.288T3%2012t.288-.712T4%2011h1V5H4q-.425%200-.712-.288T3%204t.288-.712T4%203h16q.425%200%20.713.288T21%204t-.288.713T20%205h-1v6h1q.425%200%20.713.288T21%2012t-.288.713T20%2013h-1v6h1q.425%200%20.713.288T21%2020t-.288.713T20%2021zm10.125-5.863Q15%2014.276%2015%2013.05q0-.5-.112-.85t-.463-.825L12.75%209.4q-.3-.35-.763-.35t-.762.35l-1.65%201.95q-.35.475-.462.838T9%2013.05q0%201.225.875%202.088T12%2016t2.125-.862%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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