Flash Morse Code Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Flash Morse Code icon is commonly used in developer tools, documentation sites and code editors. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/325945.svg" alt="Flash Morse Code icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325945.svg" alt="Flash Morse Code icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325945.svg" alt="Flash Morse Code icon" :width="24" :height="24" />
CSS background
.icon-flash-morse-code {
background-image: url('https://proicons.com/icon/325945.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>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="e" d="M16.2,20.1h0c2.1539,0,3.9,1.7461,3.9,3.9v15.6c0,2.1539-1.7461,3.9-3.9,3.9h0c-2.1539,0-3.9-1.7461-3.9-3.9v-15.6c0-2.1539,1.7461-3.9,3.9-3.9Z"/><circle class="e" cx="16.2" cy="8.4" r="3.9"/><circle class="e" cx="31.8" cy="8.4" r="3.9"/><circle class="e" cx="31.8" cy="24" r="3.9"/></svg>
Copied!