Emoji Aubergine Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Aubergine 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/325091.svg" alt="Emoji Aubergine icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325091.svg" alt="Emoji Aubergine icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325091.svg" alt="Emoji Aubergine icon" :width="24" :height="24" />
CSS background
.icon-emoji-aubergine {
background-image: url('https://proicons.com/icon/325091.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>.g{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="g" d="m41.2688,17.2932c-.0719,1.3345,0,4.3905-.5977,7.1152-2.3994,11.5505-13.499,19.248-25.345,17.949-.5865-.0614-1.1731-.1492-1.7508-.2633-5.4209-1.2463-8.8868-6.4599-7.7759-11.7875,1.1375-5.4593,6.6206-8.9876,12.2371-7.8818,0,0,5.6204,1.4286,9.3225-2.3082"/><path id="d" class="g" d="m31.7112,5.5c1.5029,0,2.314.6919,2.7516,1.4387.7115,1.1994.6094,2.0429.6263,2.9384"/><path id="e" class="g" d="m42.3682,17.2669s-2.6987.3845-4.9331-1.3131c-.3917,2.7422-2.5536,4.36-2.5536,4.36,0,0-2.1546-1.6178-2.5464-4.36-.5151.3917-1.0592.6747-1.5888.8705-1.7556.6674-3.3516.4425-3.3516.4425,0,0-.457-3.2428,1.8499-5.557.4716-.4788.9866-.8343,1.5017-1.1027,2.0023-1.0447,7.4577-1.2188,9.7792,1.1027,2.3142,2.3142,1.8427,5.557,1.8427,5.557"/><path id="f" class="g" d="m27.359,20.1165c1.3755-1.4444,1.1463-2.5887,1.1495-2.8255"/></svg>
Copied!