Emoji Beans Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Beans 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/325121.svg" alt="Emoji Beans icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325121.svg" alt="Emoji Beans icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325121.svg" alt="Emoji Beans icon" :width="24" :height="24" />
CSS background
.icon-emoji-beans {
background-image: url('https://proicons.com/icon/325121.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>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="f" d="m39.1646,31.2674c.4497-.225.8696-.5053,1.2498-.8343.6039-.5244,1.0992-1.1621,1.4576-1.8772.45-.9792.6635-2.0504.6232-3.1274.0256-1.1264-.1156-2.2503-.419-3.3353-.339-1.2368-.8297-2.4269-1.4609-3.5431-.7264-1.6094-1.713-3.0879-2.9203-4.3761-.9328-.9966-2.0711-1.7784-3.336-2.2911-.6591-.2794-1.3684-.4209-2.0842-.4156-1.0533.0558-2.0505.5239-2.9168,1.0443-.9654.6088-1.6864,1.304-2.0818,2.2945-.5556,1.7753.6216,3.6236.8361,3.9604.0024.0037.1407.2109.4172.6252,1.1361,1.702,1.1935,1.7722,1.2515,1.8755.4855.9178.837,1.9004,1.0438,2.9179.7839,3.007,1.1759,4.5105,1.6704,5.2107.9077,1.2853,2.5962,2.5659,4.3778,2.4989.7959-.0661,1.5728-.2787,2.2915-.6273h0"/><path id="d" class="f" d="m13.0153,27.6971c-1.1572.4161-2.1266,1.234-2.7317,2.3049-.5364,1.0262-.7194,2.2007-.5205,3.3415.1337.9373.4746,1.8331.9982,2.6219,1.5267,2.4262,4.0444,3.3247,5.2595,3.7583,1.2119.4217,2.476.6746,3.7568.7517,1.7933.1539,5.2018.4023,8.265-1.5033.9668-.4999,1.7544-1.2878,2.2541-2.255.4966-1.2036.4966-2.5547,0-3.7583-.2923-.8688-.8424-1.6276-1.577-2.1755-.6906-.4502-1.4836-.7187-2.3056-.7807-1.5457-.2356-2.0704.1046-3.7675.0429-.9554-.0145-1.9041-.1606-2.8196-.434-2.2812-.7141-2.502-1.8467-4.4246-2.1264-.8013-.1186-1.6192-.0459-2.387.212h0"/><path id="e" class="f" d="m6.0276,17.1547c1.321-2.7089,3.9906-2.3982,7.198-5.3302,2.0297-1.8555,2.1476-3.0654,4.2171-3.9105,1.0572-.4841,2.2418-.6158,3.3794-.3758,1.5423.3573,2.8259,1.4212,3.4636,2.8707.8387,2.0613-.2357,4.087-1.0507,5.6238-.7142,1.2698-1.628,2.4165-2.7061,3.3961-1.1115,1.1666-2.3751,2.1779-3.7568,3.0066-1.9755,1.158-4.758,2.7891-7.5053,1.8265-1.113-.4119-2.0798-1.143-2.7795-2.1019-1.1239-1.4328-1.3038-3.3917-.4596-5.0054h0"/></svg>
Copied!