Emoji Coral Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Coral 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/325224.svg" alt="Emoji Coral icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325224.svg" alt="Emoji Coral icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325224.svg" alt="Emoji Coral icon" :width="24" :height="24" />
CSS background
.icon-emoji-coral {
background-image: url('https://proicons.com/icon/325224.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="m28.0918,36.7268s-2.7408-8.9942-.861-10.3838,4.3749,1.0288,4.3749,1.0288h0c.413.3747.9666.5547,1.5211.4945.744-.1173,1.284-.7707,1.2588-1.5233-.0007-.2972-.0976-.5862-.2762-.8239-.6963-.9732.4735-2.1672,1.6984-1.9871h0c.1042.0139.2085.0168.3152.0317.9417.162,1.8782-.3129,2.3036-1.1683.5166-1.0331-.0356-2.0211-.5615-2.9561l-.0514-.0986c-.5618-1.1245-.7912-2.3858-.6614-3.636.0033-.044.0132-.0859.0132-.1308,0-.9593-.7779-1.7369-1.7374-1.7369s-1.7374.7777-1.7374,1.7369c-.0076,2.4981-2.0849,7.2951-4.8648,6.4289-2.7799-.8662-.695-6.7763,1.3899-9.5554,1.2017-1.4887,1.9281-3.3042,2.0849-5.2108,0-.9593-.7779-1.7369-1.7374-1.7369s-1.7374.7777-1.7374,1.7369c0,0,0,3.1265-2.0849,3.1265s-2.0849-2.7791-2.0849-2.7791c0-1.1512-.9334-2.0843-2.0849-2.0843s-2.0849.9331-2.0849,2.0843c0,3.4739,3.4749,6.253,4.1698,11.4689.695,5.2159-2.229,6.7474-3.512,6.5973-1.4173-.166-2.7428-2.7813-1.3528-5.5604.8297-1.728,1.0736-3.6792.695-5.5582,0-.7674-.6223-1.3895-1.3899-1.3895s-1.3899.6221-1.3899,1.3895c0,3.4739-.695,4.1686-2.1097,4.1686s-2.0602-3.4739-2.0602-3.4739c0-1.1512-.9334-2.0843-2.0849-2.0843s-2.0849.9332-2.0849,2.0843c0,4.8634,3.4749,6.9477,7.6169,11.1164,4.142,4.1686,1.0625,11.0561,1.0625,11.0561"/><path id="d" class="g" d="m27.6963,40.1274c0,1.6941-2.2131,2.3726-4.9433,2.3726s-4.9433-.6785-4.9433-2.3726,2.2132-3.0674,4.9433-3.0674,4.9433,1.3732,4.9433,3.0674h0"/><path id="e" class="g" d="m26.3765,38.0409s1.3198-1.7623,3.6337-1.7101c1.9449.0438,3.5225.9786,3.5225,2.1858s-3.6823,2.4972-5.8364,1.6109"/><path id="f" class="g" d="m17.9545,39.3877c-1.1716.3924-2.7664.8434-3.8153.8198-1.9454,0-3.5225-.4835-3.5225-1.6907s1.5771-2.1858,3.5225-2.1858c2.4227-.0603,3.7146.9169,4.927,1.7531"/></svg>
Copied!