Beautyplus Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Beautyplus 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/322487.svg" alt="Beautyplus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322487.svg" alt="Beautyplus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322487.svg" alt="Beautyplus icon" :width="24" :height="24" />
CSS background
.icon-beautyplus {
background-image: url('https://proicons.com/icon/322487.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>.j{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="j" d="M9.2624,12.9206l25.9323-3.5682c3.0257-.4163,5.7969,1.6834,6.2134,4.7079l2.0392,14.8081c.4165,3.0245-1.6841,5.7946-4.7098,6.2109l-25.9323,3.5682c-3.0257.4163-5.7969-1.6834-6.2134-4.7079l-2.0392-14.8081c-.4165-3.0245,1.6841-5.7946,4.7098-6.211Z"/><path id="d" class="j" d="M8.8065,13.0073c.7122-.2085,1.2595-.6229,1.737-1.717.215-.4926.6001-.9147,1.1696-.9931l2.7212-.3744c.5695-.0784,1.0544.224,1.3945.6402.7101.869,1.3173,1.143,2.0039,1.1798"/></g><path id="e" class="j" d="M34.0271,17.7455c-.125.0172-1.3664-1.4304-1.4669-1.5066-.1006-.0762-1.8303-.8798-1.8475-1.0047-.0172-.125,1.431-1.3658,1.5072-1.4663.0762-.1005.8801-1.8295,1.0051-1.8467.125-.0172,1.3664,1.4304,1.4669,1.5066.1006.0762,1.8303.8798,1.8475,1.0047.0172.125-1.431,1.3658-1.5072,1.4663-.0762.1005-.8801,1.8295-1.0051,1.8467Z"/><g id="f"><path id="g" class="j" d="M31.9816,23.3325c.6024,4.3742-2.4567,8.4083-6.8327,9.0104s-8.4117-2.4557-9.014-6.8299h0c-.6024-4.3742,2.4567-8.4083,6.8327-9.0104h0c4.376-.6021,8.4117,2.4557,9.014,6.8299t0,0Z"/><path id="h" class="j" d="M16.135,25.5137l-1.2906-9.3723"/><path id="i" class="j" d="M24.6808,22.4511c.1551,1.1263-.6326,2.165-1.7593,2.32h0c-1.1267.155-2.1658-.6323-2.3209-1.7586h0c-.1551-1.1263.6326-2.165,1.7593-2.32,1.1267-.155,2.1658.6323,2.3209,1.7586Z"/></g></svg>
Copied!