Wallcandy Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Wallcandy 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/334954.svg" alt="Wallcandy icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334954.svg" alt="Wallcandy icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334954.svg" alt="Wallcandy icon" :width="24" :height="24" />
CSS background
.icon-wallcandy {
background-image: url('https://proicons.com/icon/334954.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m14.5894,14.1866v17.6007c0,.6434.3974,2.4248,2.508,2.4248h13.8656c.8438,0,2.444-.8826,2.444-2.31V14.052c-.4021-12.4128-17.9908-13.1009-18.8178.134l.0003.0005Z"/><path class="b" d="m14.7349,28.6867h18.676"/><path class="b" d="m18.6683,11.1691s.0773-2.6056,2.6016-2.6056"/><path class="b" d="m14.7572,14.6199h2.4161c.8835,0,1.4137.7256,1.4137,2.0768,0,2.4703,3.3957,2.4918,3.3957-.0725v-.6765c0-1.829,3.2947-1.7611,3.2947,0v4.1513c-.1483,2.1551,4.111,3.0186,4.116,0v-3.7992c0-.5932.1813-1.7251,1.6331-1.7251h2.3302"/><path class="b" d="m21.2787,34.2516v7.1901c0,2.7324,5.3587,2.7564,5.3568,0-.0019-2.7564,0-7.184,0-7.184"/></svg>
Copied!