Landbank Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Landbank 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/328155.svg" alt="Landbank icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328155.svg" alt="Landbank icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328155.svg" alt="Landbank icon" :width="24" :height="24" />
CSS background
.icon-landbank {
background-image: url('https://proicons.com/icon/328155.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="c" cx="24.4673" cy="24.6636" r="21.5"/><path class="c" d="m24,10.4206c-2.4345,1.2883-4.0949,3.8437-4.0949,6.7897s1.6604,5.5015,4.0949,6.7897c2.4345-1.2883,4.0949-3.8437,4.0949-6.7897s-1.6604-5.5015-4.0949-6.7897Z"/><path class="c" d="m35.779,20.4551c-2.6324-.8105-5.6134-.1776-7.6966,1.9055s-2.716,5.0642-1.9055,7.6966c2.6324.8105,5.6134.1776,7.6966-1.9055s2.716-5.0642,1.9055-7.6966Z"/><path class="c" d="m24,30.8668c1.2944,0,2.1769-.8096,2.1769-.8096"/><line class="c" x1="3.0969" y1="27.0365" x2="5.507" y2="26.7664"/><line class="c" x1="5.8224" y1="21.1939" x2="3.3613" y2="20.546"/><line class="c" x1="7.736" y1="15.9159" x2="5.4947" y2="14.541"/><line class="c" x1="11.1846" y1="11.3318" x2="9.3317" y2="9.3943"/><line class="c" x1="16.0631" y1="8.0304" x2="14.646" y2="5.533"/><line class="c" x1="21.4042" y1="6.3692" x2="20.9152" y2="3.4558"/><line class="c" x1="24" y1="30.8668" x2="24" y2="46.1584"/><path class="c" d="m10.5533,41.0547c6.0775-4.3211,9.3345-4.0477,13.4467-3.7743s12.2833,5.348,12.2833,5.348"/><path class="c" d="m41.1003,38.2876c-5.8386,1.1797-17.1003-1.0072-17.1003-1.0072-4.8668-.9883-10.0066-3.0468-15.9786,1.2322"/><path class="c" d="m44.532,32.4021c-10.8684,2.1447-13.7937,3.7848-20.532,2.6493s-12.7099-5.5095-19.4811-2.3552"/><path class="c" d="m6.6154,36.6475c4.5482-3.3625,9.151-2.9419,17.3846-1.5961s11.0793,2.0146,18.32,1.5961"/><path class="c" d="m32.2723,44.7022c-1.887-3.2987-5.4404-5.5217-9.513-5.5217-3.5462,0-6.6988,1.6855-8.7003,4.299"/><path class="c" d="m12.221,20.4551c2.6324-.8105,5.6134-.1776,7.6966,1.9055s2.716,5.0642,1.9055,7.6966c-2.6324.8105-5.6134.1776-7.6966-1.9055s-2.716-5.0642-1.9055-7.6966Z"/><path class="c" d="m24,30.8668c-1.2944,0-2.1769-.8096-2.1769-.8096"/><line class="c" x1="44.9031" y1="27.0365" x2="42.493" y2="26.7664"/><line class="c" x1="42.1776" y1="21.1939" x2="44.6387" y2="20.546"/><line class="c" x1="40.264" y1="15.9159" x2="42.5053" y2="14.541"/><line class="c" x1="36.8154" y1="11.3318" x2="38.6683" y2="9.3943"/><line class="c" x1="31.9369" y1="8.0304" x2="33.354" y2="5.533"/><line class="c" x1="26.5958" y1="6.3692" x2="27.0848" y2="3.4558"/></svg>
Copied!