Wake On Lan Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Wake On Lan 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/349502.svg" alt="Wake On Lan icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349502.svg" alt="Wake On Lan icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349502.svg" alt="Wake On Lan icon" :width="24" :height="24" />
CSS background
.icon-wake-on-lan {
background-image: url('https://proicons.com/icon/349502.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>.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="c"><path id="d" class="f" d="m28.6624,11.1669c7.8993,2.3266,12.8745,10.1204,11.6596,18.2651-1.2149,8.1447-8.2481,14.1472-16.4825,14.0672-8.2344-.08-15.1496-6.2182-16.206-14.3849-1.0564-8.1667,4.0694-15.8624,12.0124-18.035"/><rect id="e" class="f" x="24.0037" y="4.5" width=".0958" height="25.1803"/></g></svg>
Copied!