Myphonak Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Myphonak 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/344452.svg" alt="Myphonak icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344452.svg" alt="Myphonak icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344452.svg" alt="Myphonak icon" :width="24" :height="24" />
CSS background
.icon-myphonak {
background-image: url('https://proicons.com/icon/344452.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="M24.4023,32.4194a13.8766,13.8766,0,1,1,7.83-18.9042"/><path class="a" d="M19.5,5.504C15.7052,10.77,14.0927,15.5952,14.155,20.083c.0657,4.7244,1.9877,9.0744,5.174,13.17"/><path class="a" d="M19.5,5.504c5.5786,6.8057,8.8869,17.5867-.1711,27.7485"/><path class="a" d="M5.8117,18.4373c7.6276,4.2031,15.4828,3.2151,19.0905,2.7009"/><rect class="a" x="28.3471" y="17.5221" width="13.8766" height="24.9779" rx="2.9741"/><path class="a" d="M33.7429,36.2749h2.8748"/></svg>
Copied!