Wallflow Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Wallflow 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/334961.svg" alt="Wallflow icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334961.svg" alt="Wallflow icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334961.svg" alt="Wallflow icon" :width="24" :height="24" />
CSS background
.icon-wallflow {
background-image: url('https://proicons.com/icon/334961.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,.g{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.g{stroke-width:1px;}</style></defs><path id="c" class="g" d="M4.5,12.482l5.147,13.7519c1.704,4.1101,6.1129,4.6194,7.8414,4.3536l-4.767-12.7498c-1.8377-3.9974-4.5414-5.8727-8.2214-5.3556Z"/><path id="d" class="f" d="M14.563,17.5334l3.3802,9.187c1.1712,2.9065,5.125,4.6972,7.6141,4.099l-3.2437-9.0853c-1.22-3.4948-5.1109-4.3313-7.7507-4.2008Z"/><path id="e" class="f" d="M24.4955,27.8451l4.0711-10.1906c1.8259-3.9307,4.5108-6.4074,8.9168-5.9709l-7.2752,18.771c-1.6416,4.2752-4.8891,6.4816-9.066,5.7843l2.1696-5.4308"/><path class="f" d="M41.114,17.6233h-3.2882c-.6147,0-1.113.4983-1.113,1.113s.4983,1.113,1.113,1.113h.8014c1.3663,0,1.8805-.7201,2.4869-2.226Z"/><path class="f" d="M43.5,11.634h-3.2882c-.6147,0-1.113.4983-1.113,1.113s.4983,1.113,1.113,1.113h.8014c1.3663,0,1.8805-.7201,2.4869-2.226Z"/></svg>
Copied!