Dolphinemulator Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Dolphinemulator 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/339226.svg" alt="Dolphinemulator icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339226.svg" alt="Dolphinemulator icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339226.svg" alt="Dolphinemulator icon" :width="24" :height="24" />
CSS background
.icon-dolphinemulator {
background-image: url('https://proicons.com/icon/339226.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M43.46,34.36c-4-10.1-7.9-13.5-11.6-16.4-1.8-1.4-.5-3.2,2.7-4.1-2.2-.3-4.9-.7-8.3,1.7-3.9-1.8-18.7-4.1-20.3,6.4l-1.2,1.6c-.6,1.9.1,1.7,1.4,1s8-2.5,9.9-1.5c1.5,3.5,3.5,4.1,8.3,4.8-1.4-.8-3.4-1.4-3.9-4.4,3.1-.1,10.3,2.3,13.3,5.2-1-2.4-10.8-10-23.2-7-.4-2.3,4.3-5.1,9.8-4.7,5.3.4,10.4,1.8,14.1,5.1a34.4,34.4,0,0,1,9,12.3Z"/></svg>
Copied!