Emoji Dolphin Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Dolphin 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/325238.svg" alt="Emoji Dolphin icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325238.svg" alt="Emoji Dolphin icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325238.svg" alt="Emoji Dolphin icon" :width="24" :height="24" />
CSS background
.icon-emoji-dolphin {
background-image: url('https://proicons.com/icon/325238.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="M17.031,20.9943c-.3175,4.0877,2.7318,6.691,2.5928,3.8185-.1289-2.6633,2.0814-3.6622,2.8004-3.7399l-.0574-.0783h-5.3357"/><path class="g" d="M27.2026,21.8752c2.2129.8815,4.8062,2.6355,6.6754,6.1192.2119.4156.3622.8648.4507,1.2468.7522,2.9058-3.983,1.7466-4.7739,3.7717-.2895.7411-.8288,2.9929-.4052,3.2936.0282.0203.0611.0314.0982.0335.1372.0065.3379-.1201.6196-.4299,1.479-1.1011,3.5886.367,5.0164-.4688.5746-.3363.8632-.8787,1.0709-1.2864.3313.5309.7718,1.6286,1.5247,1.8828,1.3181.3957,3.2947.2694,4.2338,2.7582.8555-2.6111,1.7109-4.4736-1.4785-6.6714-1.1203-.7589-2.8362-1.9298-2.878-2.9617-.0065-.1291.2859-7.3456-4.0024-13.3299.1495-1.6002,1.309-3.8159,2.9503-4.1762,1.4759-.324-2.4443-3.239-8.1756-.6342-7.724-4.4234-16.6542.0206-16.9069,4.8337-2.2437-.1795-5.6503.1654-5.722,2.2028.0112.3926-.1054,2.9349,11.5056,2.9349h5.7438s.0138-.0007.0405-.0014"/><path class="g" d="M28.1123,19.6732c-.5457.4746-1.789,2.5564-.1619,4.6687,2.3764,3.0849-5.7892,1.2874-5.4554-6.6057"/></g></svg>
Copied!