Cosmo Oil Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cosmo 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/324034.svg" alt="Cosmo Oil icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324034.svg" alt="Cosmo Oil icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324034.svg" alt="Cosmo Oil icon" :width="24" :height="24" />
CSS background
.icon-cosmo-oil {
background-image: url('https://proicons.com/icon/324034.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="d" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="d" d="m40.454 9.75a9 19 60 01-11.954 17.294 9 19 60 01-20.954 1.7058 9 19 60 0111.954-17.294 9 19 60 0120.954-1.7058z"/><path class="d" d="m42.5 33.977c-2.173 1.8646-4.5608 3.5548-7.099 5.0202-2.4272 1.4013-4.9657 2.5715-7.5462 3.5028m-22.355-30.478c2.363-2.4269 5.0795-4.6105 8.0747-6.5224"/><path class="d" d="m42.5 23.35c-2.8103 3.3903-6.6121 6.5316-10.924 9.0214-9.8483 5.6859-20.559 6.9998-26.076 3.1976m0-16.113c2.8586-4.0792 7.2011-7.9415 12.326-10.9 2.0974-1.2109 4.2804-2.2251 6.4806-3.0555"/></svg>
Copied!