Opensudoku Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Opensudoku 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/345277.svg" alt="Opensudoku icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345277.svg" alt="Opensudoku icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345277.svg" alt="Opensudoku icon" :width="24" :height="24" />
CSS background
.icon-opensudoku {
background-image: url('https://proicons.com/icon/345277.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,.c{fill:none;stroke:#fff;stroke-linejoin:round;}.c{stroke-linecap:round;}</style></defs><rect class="b" x="5.4997" y="5.4998" width="37.0004" height="37.0004" rx="4" ry="4"/><line class="b" x1="13.9204" y1="5.5" x2="13.9204" y2="42.5"/><line class="b" x1="34.0796" y1="5.5" x2="34.0796" y2="42.5"/><line class="b" x1="42.5" y1="13.9204" x2="5.5" y2="13.9204"/><line class="b" x1="42.5" y1="34.0796" x2="5.5" y2="34.0796"/><path class="c" d="M24.2345,30.5c2.3576-.1235,4.1254-2.2396,4.1254-4.6004v-4.0398c0-2.4079-1.952-4.3598-4.3598-4.3598h0c-2.4079,0-4.3598,1.952-4.3598,4.3598"/><path class="c" d="M19.6402,21.8598c0,2.4079,1.952,4.3598,4.3598,4.3598h0c2.4079,0,4.3598-1.952,4.3598-4.3598"/><path class="c" d="M20.4058,29.0756c.7972,1.0378,1.7968,1.4244,3.1874,1.4244h.6412"/></svg>
Copied!