Emoji Bunny Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Bunny 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/325153.svg" alt="Emoji Bunny icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325153.svg" alt="Emoji Bunny icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325153.svg" alt="Emoji Bunny icon" :width="24" :height="24" />
CSS background
.icon-emoji-bunny {
background-image: url('https://proicons.com/icon/325153.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="e" 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><g id="f"><path class="g" d="M15.7103,24.9592c-1.6336,3.5315-9.1437.7065-9.1437.7065-.4122-.1868-.7068-.5636-.7885-1.0087l-.2554-1.3902c-.0609-.3316.0015-.6741.1757-.9629l1.3398-2.2221c.6429-1.0663,1.5778-1.9263,2.694-2.4781l2.5668-1.269s2.4504-7.4954,6.4384-8.12c0,0,3.1711,3.2192-2.4023,10.3783,0,0,1.3985.9581,2.4985,2.7867,0,0,10.5376-6.1334,17.201,7.1591,6.1792,12.3268-5.7576,11.5593-9.8162,10.981-1.0286-.1466-1.9589-.7617-2.3934-1.7055-.4537-.9853-.3572-2.1572,2.3119-2.5008"/><path class="g" d="M9.2107,26.4118c-.4537,4.0368,1.7948,6.6891,4.9667,7.1478,0,0,1.009,1.2492,0,2.3063,0,0-.9332.8067-1.6904,1.5584-.8752.8687-.2591,2.3633.974,2.3633h2.6889c.4741,0,.9151-.2431,1.1682-.6441l2.569-4.0702.8683-2.7387"/><path class="g" d="M37.7214,33.5582s5.3533-2.1844,4.5742,2.6681c-.6651,4.1428-5.7896,1.5742-5.7896,1.5742"/><path class="g" d="M10.8765,17.038s-.2776-1.3037-.3974-2.6664c-.185-2.1043.518-4.9922,2.7808-6.157,0,0,1.3381-.1609,2.1826,2.2018"/></g><path class="g" d="M23.8002,36.3403c-2.3002.0803-3.9132-1.267-3.9132-1.267"/></svg>
Copied!