Ulta Beauty Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ulta Beauty 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/334478.svg" alt="Ulta Beauty icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334478.svg" alt="Ulta Beauty icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334478.svg" alt="Ulta Beauty icon" :width="24" :height="24" />
CSS background
.icon-ulta-beauty {
background-image: url('https://proicons.com/icon/334478.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><path class="d" d="m31.175 30.153a16.952 9.5567 0 01-21.711-1.0708 16.952 9.5567 0 01-1.8994-12.239"/><path class="d" d="m21.731 16.108v9.4505h4.6765"/><line class="d" x1="28.638" x2="34.835" y1="16.108" y2="16.108"/><line class="d" x1="31.737" x2="31.737" y1="25.559" y2="16.108"/><path class="d" d="m11.303 16.108v6.32c0 1.7289 1.3871 3.1305 3.0982 3.1305s3.0982-1.4016 3.0982-3.1305v-6.32"/><line class="d" x1="42.476" x2="38.332" y1="22.428" y2="22.428"/><path class="d" d="m37.303 25.558 3.0981-9.4504 3.0981 9.4504"/></svg>
Copied!