Freshwalls Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Freshwalls 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/340832.svg" alt="Freshwalls icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340832.svg" alt="Freshwalls icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340832.svg" alt="Freshwalls icon" :width="24" :height="24" />
CSS background
.icon-freshwalls {
background-image: url('https://proicons.com/icon/340832.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;stroke-linejoin:round;}</style></defs><path class="c" d="m18.3888,10.5451h11.0488c.7071,0,1.3259.6187,1.3259,1.3259v20.8601c0,.7071-.6187,1.3259-1.3259,1.3259h-11.0488c-.7071,0-1.3259-.6187-1.3259-1.3259V11.8709c0-.7071.6187-1.3259,1.3259-1.3259Z"/><path class="c" d="m26.6747,34.0568l5.2377,3.0053c.7071.442,1.6794.1768,2.1214-.5303l10.2532-17.678c.442-.6187.1768-1.591-.6187-2.033l-9.1926-5.3034c-.7071-.442-1.6794-.1768-2.1214.5303l-1.591,2.7401"/><path class="c" d="m17.063,14.724l-1.5026-2.5879c-.442-.7071-1.4142-.9723-2.1214-.5303l-9.1926,5.3034c-.7071.442-.9723,1.4142-.5303,2.1214l10.2532,17.678c.442.7071,1.4142.9723,2.1214.5303l5.3918-3.0937"/><polyline class="c" points="17.063 20.4448 20.3334 24.0687 23.9574 20.0912 27.3162 24.0687 30.7634 20.1906"/></svg>
Copied!