Word Scenery Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Word Scenery 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/349802.svg" alt="Word Scenery icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349802.svg" alt="Word Scenery icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349802.svg" alt="Word Scenery icon" :width="24" :height="24" />
CSS background
.icon-word-scenery {
background-image: url('https://proicons.com/icon/349802.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>.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="e" cx="24.00015044" cy="9.66685092" r="7.1667003"/><circle class="e" cx="24.00015044" cy="38.33315015" r="7.16669965"/><circle class="e" cx="38.33315015" cy="24.00015044" r="7.16669965"/><circle class="e" cx="9.66685092" cy="24.00015044" r="7.1667003"/><path class="e" d="M14.73415065,18.93214965l4.19810009-4.19810009"/><path class="e" d="M33.26614928,29.06815124l-4.19810104,4.19810104"/><path class="e" d="M14.73415065,29.06815124l4.19810009,4.19810104"/><path class="e" d="M21.35015082,42.33315063v-8h2.61899948c1.48069954,0,2.68099976,1.20289993,2.68099976,2.68669891s-1.20030022,2.68669891-2.68099976,2.68669891h-2.61899948"/><line class="e" x1="23.97014976" y1="39.70615172" x2="26.59015059" y2="42.33115172"/><path class="e" d="M28.00015044,5.66685033l-2,8.00000048-2-8-2,8-2-8"/><path class="e" d="M35.6831491,28.00015044v-8h1.79999924c1.93299866,0,3.5,1.56699944,3.5,3.5v1c0,1.93300056-1.56700134,3.5-3.5,3.5h-1.79999924Z"/><path class="e" d="M9.66685081,20.00015044h0c1.46355438,0,2.64999962,1.18644524,2.64999962,2.64999962v2.70000076c0,1.46355438-1.18644524,2.64999962-2.64999962,2.64999962h0c-1.46355438,0-2.65000057-1.18644524-2.65000057-2.64999962v-2.70000076c0-1.46355438,1.18644619-2.64999962,2.65000057-2.64999962Z"/></svg>
Copied!