Crosswords Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Crosswords 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/338682.svg" alt="Crosswords icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338682.svg" alt="Crosswords icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338682.svg" alt="Crosswords icon" :width="24" :height="24" />
CSS background
.icon-crosswords {
background-image: url('https://proicons.com/icon/338682.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M6.5,6.5H30.7412V18.6206M18.6206,30.7412H6.5V6.5"/><rect class="a" x="19.2586" y="19.2586" width="24.2415" height="24.2415"/><line class="a" x1="16.7068" y1="9.0516" x2="9.0516" y2="19.1948"/><line class="a" x1="16.7068" y1="19.1948" x2="9.0516" y2="9.0516"/><polyline class="a" points="34.441 21.81 31.188 31.953 28.126 21.81 24.872 31.953 21.81 21.81"/><polyline class="a" points="41.14 40.948 41.14 35.845 38.397 39.29 41.778 39.29"/></svg>
Copied!