Wordle Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Wordle 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/335247.svg" alt="Wordle icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335247.svg" alt="Wordle icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335247.svg" alt="Wordle icon" :width="24" :height="24" />
CSS background
.icon-wordle {
background-image: url('https://proicons.com/icon/335247.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>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="f" d="M24.6046,33.6985c.1683.6736.2533,1.3654.2533,2.0597h0c0,4.6944-3.8056,8.5-8.5,8.5s-8.5-3.8056-8.5-8.5c0-2.3143.9436-4.5285,2.613-6.1314"/><circle class="f" cx="23.9996" cy="25.2415" r="8.5"/><path class="f" d="M8.8858,17.5515l1.9466,7.3451,3.5534-.9627"/><path class="f" d="M28.0736,37.8475l3.7988-6.627,2.1072,1.2253c1.1913.6928,1.5859,2.2508.8813,3.4799s-2.2415,1.664-3.4328.9713l-2.1072-1.2253"/><line class="f" x1="31.4286" y1="36.8965" x2="32.2906" y2="40.2975"/><line class="f" x1="22.6806" y1="13.5605" x2="24.4016" y2="11.8395"/><path class="f" d="M28.0146,13.6185l-2.6374,2.6374-5.3921-5.3921,2.6374-2.6374"/><path class="f" d="M16.7296,39.6915l-3.7933-6.6003,1.4462-.8388c1.553-.9007,3.555-.3381,4.4715,1.2567l.4742.825c.9166,1.5948.4006,3.6178-1.1524,4.5185l-1.4462.8388Z"/><path class="f" d="M37.3367,17.5485c1.3058.3499,2.0662,1.7168,1.705,3.0648l-.6643,2.4791c-.3612,1.348-1.7032,2.1515-3.009,1.8016s-2.0662-1.7168-1.705-3.0648l.6643-2.4791c.3612-1.348,1.7032-2.1515,3.009-1.8016Z"/><path class="f" d="M32.3377,13.7385c1.2376-.6656,2.6208-1.0139,4.026-1.0139,4.6944,0,8.5,3.8056,8.5,8.5h0c0,4.2353-3.118,7.8244-7.3117,8.4165"/><path class="f" d="M32.2316,27.2795c4.4542.3106,7.9088,4.0144,7.9088,8.4794h0c0,4.6944-3.8056,8.5-8.5,8.5-3.2601,0-6.2329-1.8646-7.6522-4.7995"/><path class="f" d="M16.1416,28.4325c-1.351.8444-2.9121,1.2922-4.5053,1.2922-4.6944,0-8.5-3.8056-8.5-8.5s3.8056-8.5,8.5-8.5c1.3993,0,2.777.3454,4.0107,1.0057"/><path class="f" d="M18.5296,18.7475c-1.9212-1.615-3.0304-3.9966-3.0304-6.5064,0-4.6944,3.8056-8.5,8.5-8.5,4.6944,0,8.5,3.8056,8.5,8.5h0c0,2.5073-1.1071,4.8868-3.025,6.5018"/><path class="f" d="M27.7206,21.4355l-1.8605,7.613-1.8605-7.613-1.8605,7.613-1.8605-7.613"/></svg>
Copied!