Wakeonlan Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Wakeonlan 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/334944.svg" alt="Wakeonlan icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334944.svg" alt="Wakeonlan icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334944.svg" alt="Wakeonlan icon" :width="24" :height="24" />
CSS background
.icon-wakeonlan {
background-image: url('https://proicons.com/icon/334944.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><path class="a" d="M24,45.4911a21.5241,21.5241,0,0,1-21.5-21.5c0-8.0351,5.1749-13.8349,9.0671-17.5a.7741.7741,0,0,1,.4906-.1864.6874.6874,0,0,1,.4783.2152l3.5207,3.7427a.6853.6853,0,0,1-.0287.969C11.1737,15.797,9.01,19.7317,9.01,23.99a14.99,14.99,0,1,0,29.9805,0c0-5.5888-3.7524-9.9647-6.9031-12.6536a.6836.6836,0,0,1-.0754-.9662l3.34-3.9085a.6871.6871,0,0,1,.9649-.0768c7.591,6.48,9.1835,13.15,9.1835,17.6038A21.5247,21.5247,0,0,1,24,45.4911Z"/><path class="a" d="M26.6039,2.5089a.6854.6854,0,0,1,.6852.6852v.514h.8223a.6864.6864,0,0,1,.6853.6852V16.385a.6864.6864,0,0,1-.6853.6852h-.2576v9.5234a.6855.6855,0,0,1-.6853.6853H20.83a.687.687,0,0,1-.6852-.68l-.0809-9.7h-.1754a.6855.6855,0,0,1-.6853-.6852V4.5646a.6855.6855,0,0,1,.6853-.6852h.77V3.1941a.6855.6855,0,0,1,.6852-.6852Z"/><line class="a" x1="19.2033" y1="9.7514" x2="28.7967" y2="9.7514"/></svg>
Copied!