Smartflasher Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Smartflasher 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/332941.svg" alt="Smartflasher icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332941.svg" alt="Smartflasher icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332941.svg" alt="Smartflasher icon" :width="24" :height="24" />
CSS background
.icon-smartflasher {
background-image: url('https://proicons.com/icon/332941.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polygon class="a" points="21.66 4.5 21.66 24 15.33 24 26.34 43.5 26.34 24 32.67 24 21.66 4.5"/><path class="a" d="M26.34,36.55a12.76,12.76,0,0,0-.83-25.22"/><path class="a" d="M21.66,11.45a12.76,12.76,0,0,0,.83,25.22"/></svg>
Copied!