The New Oil Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The The New Oil icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/348447.svg" alt="The New Oil icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348447.svg" alt="The New Oil icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348447.svg" alt="The New Oil icon" :width="24" :height="24" />
CSS background
.icon-the-new-oil {
background-image: url('https://proicons.com/icon/348447.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M24,28.2562c3.2468,0,7.3479-3.0393,7.3479-7.6897,0-5.8664-4.8203-8.936-7.1098-15.8909-.0771-.2341-.3991-.2341-.4762,0-2.2895,6.9549-7.1098,10.0245-7.1098,15.8909,0,4.6504,4.1012,7.6897,7.3479,7.6897Z"/><path class="c" d="M37.5607,28.6589s-5.1631,4.9067-13.5607,4.9067-13.5607-4.9067-13.5607-4.9067"/><path class="c" d="M32.3995,36.8979s-3.198,1.8553-8.3995,1.8553-8.3995-1.8553-8.3995-1.8553"/><path class="c" d="M28.6997,42.9402s-1.7893.5598-4.6997.5598-4.6997-.5598-4.6997-.5598"/></svg>
Copied!