Words Of Wonders Crossword Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Words Of Wonders Crossword 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/335253.svg" alt="Words Of Wonders Crossword icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335253.svg" alt="Words Of Wonders Crossword icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335253.svg" alt="Words Of Wonders Crossword icon" :width="24" :height="24" />
CSS background
.icon-words-of-wonders-crossword {
background-image: url('https://proicons.com/icon/335253.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="b" cx="24" cy="32.0552" r="7.8749"/><circle class="b" cx="12.3749" cy="17.9448" r="7.8749"/><circle class="b" cx="35.6251" cy="17.9448" r="7.8749"/><polyline class="b" points="16.6692 14.1911 14.5391 22.7116 12.409 14.1911 10.2788 22.7116 8.1487 14.1911"/><path class="b" d="m23.9468,36.3154h0c-1.5976,0-2.7692-1.2781-2.7692-2.7692v-2.8757c0-1.5976,1.2781-2.8757,2.7692-2.8757h0c1.5976,0,2.8757,1.2781,2.8757,2.8757v2.7692c0,1.5976-1.2781,2.8757-2.8757,2.8757Z"/><polyline class="b" points="39.9194 14.1911 37.7892 22.7116 35.6591 14.1911 33.529 22.7116 31.3989 14.1911"/><line class="b" x1="18.933" y1="26.0346" x2="17.0798" y2="24.2453"/><line class="b" x1="30.9256" y1="24.2453" x2="29.0724" y2="26.0346"/></svg>
Copied!