Emoji Onion Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Onion 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/339914.svg" alt="Emoji Onion icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339914.svg" alt="Emoji Onion icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339914.svg" alt="Emoji Onion icon" :width="24" :height="24" />
CSS background
.icon-emoji-onion {
background-image: url('https://proicons.com/icon/339914.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>.i{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="i" d="M21.1203,11.4527l4.5796-5.9531c-.3093.4905-.587,1.0002-.8314,1.526-1.8993,4.1594,1.447,4.3441,1.447,4.3441,7.8272,1.0214,13.8427,7.1408,13.8427,14.5372,0,8.1113-7.2343,14.6868-16.1582,14.6868s-16.1582-6.5756-16.1582-14.6868c0-5.6095,3.4598-10.4845,8.5458-12.9581.6817-.3313,1.3849-.6165,2.1048-.8535.0562-.0184.1126-.0366.1691-.0545.0736-.0234.1474-.0463.2214-.0688.7336-.2222,1.481-.3957,2.2375-.5192"/><path id="c" class="i" d="M23.8407,40.7355l-3.9507,1.765,3.9507-1.765"/><path id="d" class="i" d="M21.3754,36.1364c-1.5879-1.5966-2.7139-5.6131-2.7139-10.3155,0-3.9554.7969-7.4256,1.9949-9.3785"/><path id="e" class="i" d="M15.4806,33.7083c-1.1961-1.2029-2.0445-4.229-2.0445-7.7719,0-2.9801.6004-5.5947,1.503-7.0659"/><path id="f" class="i" d="M32.8961,33.7083c1.1961-1.2029,2.0445-4.229,2.0445-7.7719,0-2.9801-.6005-5.5947-1.5031-7.0659"/><path id="g" class="i" d="M26.037,36.1364c1.5879-1.5966,2.7139-5.6131,2.7139-10.3155,0-3.9554-.7969-7.4256-1.995-9.3785"/><path id="h" class="i" d="M27.2061,42.5004l-3.3653-1.765v1.765"/></svg>
Copied!