Wordscapes Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Wordscapes 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/349813.svg" alt="Wordscapes icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349813.svg" alt="Wordscapes icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349813.svg" alt="Wordscapes icon" :width="24" :height="24" />
CSS background
.icon-wordscapes {
background-image: url('https://proicons.com/icon/349813.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>.o{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="o" d="M27.2817,38.5875v-7.3867h1.6621c1.7849,0,3.2318,1.4469,3.2318,3.2317v.9233c0,1.7848-1.4469,3.2317-3.2319,3.2317h-1.6621Z"/><g id="c"><path id="d" class="o" d="M34.4665,24.1847v-7.3867h2.4183c1.3673,0,2.4756,1.1107,2.4756,2.4807s-1.1083,2.4807-2.4756,2.4807h-2.4183"/><line id="e" class="o" x1="36.8849" y1="21.7595" x2="39.3031" y2="24.1828"/></g><path id="f" class="o" d="M21.8623,8.0263h0c1.3514,0,2.447,1.0955,2.447,2.4468v2.493c0,1.3514-1.0955,2.4468-2.447,2.4468h0c-1.3514,0-2.447-1.0955-2.447-2.4468v-2.493c0-1.3514,1.0955-2.4468,2.447-2.4468Z"/><polyline id="g" class="o" points="16.1835 21.23 14.3367 28.6167 12.49 21.23 10.6432 28.6167 8.7964 21.23"/><circle id="h" class="o" cx="22.0008" cy="11.9967" r="6.002"/><circle id="i" class="o" cx="36.498" cy="20.4913" r="6.002"/><circle id="j" class="o" cx="12.8871" cy="24.8097" r="7.3871"/><circle id="k" class="o" cx="29.2032" cy="34.6183" r="7.3871"/><path id="l" class="o" d="M33.8412,25.873l-1.1771,2.2195"/><path id="m" class="o" d="M31.494,17.1773l-4.2247-2.3055"/><path id="n" class="o" d="M18.0925,16.5515l-1.5288,1.8514"/></svg>
Copied!