Kernel Flasher Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Kernel Flasher 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/327887.svg" alt="Kernel Flasher icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327887.svg" alt="Kernel Flasher icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327887.svg" alt="Kernel Flasher icon" :width="24" :height="24" />
CSS background
.icon-kernel-flasher {
background-image: url('https://proicons.com/icon/327887.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.l{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="l" d="M10.125,10.125h27.75v27.75H10.125V10.125Z"/><path id="c" class="l" d="M19.375,19.375h9.25v9.25h-9.25v-9.25Z"/><path id="d" class="l" d="M19.375,5.5v4.625"/><path id="e" class="l" d="M28.625,5.5v4.625"/><path id="f" class="l" d="M5.5,19.375h4.625"/><path id="g" class="l" d="M5.5,28.625h4.625"/><path id="h" class="l" d="M19.375,37.875v4.625"/><path id="i" class="l" d="M28.625,37.875v4.625"/><path id="j" class="l" d="M37.875,19.375h4.625"/><path id="k" class="l" d="M37.875,28.625h4.625"/></svg>
Copied!