Regexcrossword Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Regexcrossword 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/332044.svg" alt="Regexcrossword icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332044.svg" alt="Regexcrossword icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332044.svg" alt="Regexcrossword icon" :width="24" :height="24" />
CSS background
.icon-regexcrossword {
background-image: url('https://proicons.com/icon/332044.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="a" cx="24" cy="24" r="21.5"/><path class="a" d="M15,30.23V17.48h4.18a4.29,4.29,0,0,1,0,8.57H15"/><line class="a" x1="19.17" y1="26.05" x2="23.34" y2="30.23"/><line class="a" x1="32.99" y1="21.78" x2="26.61" y2="30.23"/><line class="a" x1="32.99" y1="30.23" x2="26.61" y2="21.78"/><path class="a" d="M14.6,10.18,7.87,26"/><path class="a" d="M40.13,22,33.4,37.82"/></svg>
Copied!