Zonepane Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Zonepane 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/350199.svg" alt="Zonepane icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/350199.svg" alt="Zonepane icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/350199.svg" alt="Zonepane icon" :width="24" :height="24" />
CSS background
.icon-zonepane {
background-image: url('https://proicons.com/icon/350199.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;}.d{fill:#fff;stroke-width:0px;}</style></defs><path class="c" d="m15.6305,38.1749c0,.2043-.4751.3931-1.2463.4952-.7712.1021-1.7215.1021-2.4927,0-.7712-.1021-1.2463-.2909-1.2463-.4952"/><path class="c" d="m10.6265,38.1187v-4.3556"/><path class="c" d="m15.6352,38.188v-4.3556"/><path class="c" d="m17.6772,38.1749c0,.2043.4751.3931,1.2463.4952.7712.1021,1.7215.1021,2.4927,0,.7712-.1021,1.2463-.2909,1.2463-.4952"/><path class="c" d="m22.6812,38.1187v-4.3556"/><path class="c" d="m17.6725,38.188v-4.3556"/><path class="c" d="m15.636,33.8312h2.0359"/><path class="c" d="m8.7382,24.7968c-1.2259-2.6316-1.1219-5.7354.2771-8.2692,1.399-2.5339,3.9076-4.1618,6.6835-4.3374"/><path class="c" d="m8.7382,24.7968s5.2372,13.4227,15.6283-2.9441"/><path class="c" d="m24.3665,21.8524c.1061-.0177,9.4554-14.1465-8.6675-9.6626"/><path class="c" d="m15.6989,12.1898c2.9078-2.816,7.3077-3.7004,11.1654-2.2442,3.8578,1.4563,6.4214,4.9694,6.5054,8.9149"/><path class="c" d="m22.6808,33.7615s6.7181,1.1799,8.7353-4.5616"/><path class="c" d="m33.3694,18.8606s6.0434,3.4826,5.5168,10.3066"/><path class="c" d="m38.8846,29.1672l.0263,4.666"/><path class="c" d="m41.7565,24.7454c-6.7193,9.091-13.1248,2.4209-13.1248,2.4209,0,0,.322-1.3383,1.4935-1.5585,0,0,4.2027,5.2085,11.6311-.8624h.0002Z"/><path class="c" d="m38.9324,28.4674s2.8689-.6049,4.566-3.4363"/><path class="c" d="m38.9603,29.936s3.0989-.2459,4.5397-4.905"/><ellipse class="c" cx="28.4162" cy="22.0665" rx="1.3942" ry="1.9016" transform="translate(-6.8108 14.7542) rotate(-26.1043)"/><circle class="d" cx="28.909" cy="22.3001" r=".7501"/><path class="c" d="m35.0364,29.7611v4.0753s1.5767,1.95,3.8763-.0032"/><path class="c" d="m10.6271,33.7615c-4.8568.0818-9.7613-8.7504-2.2794-15.7219"/></svg>
Copied!