One4wall Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The One4wall 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/345169.svg" alt="One4wall icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345169.svg" alt="One4wall icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345169.svg" alt="One4wall icon" :width="24" :height="24" />
CSS background
.icon-one4wall {
background-image: url('https://proicons.com/icon/345169.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m6.544,7.7296c4.2713,27.5246,8.4206,25.8529,12.3843,19.1014,2.7461-4.6776,10.2486-6.049,12.4201,5.0229-5.6433-7.7432-8.6632-5.421-10.5855-.539-4.0605,10.3124-10.7972,15.2038-15.4477-5.0566-1.0102-4.4011-1.5401-11.3166,1.2289-18.5287Z"/><path class="c" d="m34.3192,31.1739c4.091-4.9478,5.2496-13.1002,7.0512-22.9312,3.9611,13.6967,1.8344,20.1043-1.8015,27.7871-3.7125,7.8447-12.5548,3.9793-5.2496-4.8559Z"/></svg>
Copied!