Morsetrainer Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Morsetrainer 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/344116.svg" alt="Morsetrainer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344116.svg" alt="Morsetrainer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344116.svg" alt="Morsetrainer icon" :width="24" :height="24" />
CSS background
.icon-morsetrainer {
background-image: url('https://proicons.com/icon/344116.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;}</style></defs><path class="a" d="M40.16,6.58c4.1,8.3,4,30.9-1.8,35-4.2,2.9-25.1-1.6-29.8-6.5-3.5-3.7-4-10-3.3-13.6C6.26,15.88,37.76,1.48,40.16,6.58Z"/><path class="a" d="M19.16,14.88v11.3H23V30h4v8.6h6.5v-15h-3.8V15h-2.5v8.6H22V15Z"/></svg>
Copied!