Ehwplus Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ehwplus 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/339559.svg" alt="Ehwplus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339559.svg" alt="Ehwplus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339559.svg" alt="Ehwplus icon" :width="24" :height="24" />
CSS background
.icon-ehwplus {
background-image: url('https://proicons.com/icon/339559.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>.c{fill:none;stroke:#fff;stroke-linecap:round;}</style></defs><path class="c" d="M16.7542,31.5s-7.6683-7.2256-7.6178-13.1656c.0682-8.027,6.2217-14.4861,14.242-14.8215,8.3634-.3497,15.3076,6.4527,15.4839,14.8215.1155,5.4806-6.2484,12.2607-7.0404,13.0827-.0532.0552-.097.1184-.1293.1879l-1.3466,2.906c-.1085.234-.343.3839-.601.3839h-11.9972c-.5487,0-.9936.4449-.9936.9936v.9108c0,.5487.4449.9936.9936.9936h11.4267c.5487,0,.9936.4449.9936.9936v1.1592c0,.5487-.4449.9936-.9936.9936h-6.8989c-.5826,0-.8814.6979-.4794,1.1195l2.3275,2.441"/><path class="c" d="M22.9641,24.4489l.4248.3439c.7411.5999,1.8193.5269,2.4727-.1674l.1662-.1765"/><line class="c" x1="18.7402" y1="20.663" x2="18.7402" y2="18.9791"/><line class="c" x1="29.6296" y1="20.663" x2="29.6296" y2="18.9791"/></svg>
Copied!