Emoji Dress Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Dress 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/325242.svg" alt="Emoji Dress icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325242.svg" alt="Emoji Dress icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325242.svg" alt="Emoji Dress icon" :width="24" :height="24" />
CSS background
.icon-emoji-dress {
background-image: url('https://proicons.com/icon/325242.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>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="e" d="m24,17.4386l-3.7993-4.9988v-6.9398h-3.177v6.9398c0,3.486,2.3105,11.5421,2.3105,11.5421l-6.8761,18.5181h23.084l-6.8762-18.5181s2.3105-8.0561,2.3105-11.5421v-6.9398h-3.177v6.9398l-3.7993,4.9988"/><path id="d" class="e" d="m19.3341,23.9819h9.3316"/></svg>
Copied!