Renee Cosmetics Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Renee Cosmetics 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/332083.svg" alt="Renee Cosmetics icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332083.svg" alt="Renee Cosmetics icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332083.svg" alt="Renee Cosmetics icon" :width="24" :height="24" />
CSS background
.icon-renee-cosmetics {
background-image: url('https://proicons.com/icon/332083.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" version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m9.3486 33.008v-7.9991h2.6187c1.4805 0 2.6807 1.2028 2.6807 2.6864s-1.2002 2.6864-2.6807 2.6864h-2.6187"/><line class="b" x1="11.967" x2="14.586" y1="30.382" y2="33.006"/><line class="b" x1="16.499" x2="19.107" y1="29.008" y2="29.008"/><polyline class="b" points="20.499 33.008 16.499 33.008 16.499 25.009 20.499 25.009"/><line class="b" x1="29.5" x2="32.108" y1="29.008" y2="29.008"/><polyline class="b" points="33.5 33.008 29.5 33.008 29.5 25.009 33.5 25.009"/><line class="b" x1="35.351" x2="37.959" y1="29.008" y2="29.008"/><polyline class="b" points="39.351 33.008 35.351 33.008 35.351 25.009 39.351 25.009"/><polyline class="b" points="22.35 33.008 22.35 25.009 27.649 33.008 27.649 25.009"/><path class="b" d="m41.363 19.846h-7.8591l-7.7691-12.998c-.5347-.9664-1.7515-1.3163-2.7179-.7817-.3288.1819-.5997.4528-.7817.7817l-7.7691 12.998h-7.8591c-1.7229.0072-3.1138 1.4097-3.1066 3.1326.0011.2691.0371.537.1069.7969l4.3795 16.308c.3342 1.2383 1.457 2.0989 2.7397 2.0998h26.497c1.2901.0082 2.4236-.8542 2.7597-2.0998l4.4095-16.308c.4473-1.6638-.5389-3.3753-2.2027-3.8226-.2696-.0725-.5478-.1085-.8269-.1069zm-17.378-7.9991 4.7694 7.9991h-9.5389l4.7694-7.9991z"/></svg>
Copied!