Sudokuopen Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sudokuopen 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/333435.svg" alt="Sudokuopen icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333435.svg" alt="Sudokuopen icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333435.svg" alt="Sudokuopen icon" :width="24" :height="24" />
CSS background
.icon-sudokuopen {
background-image: url('https://proicons.com/icon/333435.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><path class="a" d="M18.41,5.5v37"/><path class="a" d="M30.5,5.5v37"/><line class="a" x1="9.94" y1="15.35" x2="13.93" y2="15.35"/><line class="a" x1="9.94" y1="8.47" x2="11.94" y2="7.38"/><line class="a" x1="11.94" y1="7.38" x2="11.94" y2="15.35"/><path class="a" d="M34.44,14.83a2.78,2.78,0,0,0,2.1.61h.27a2.32,2.32,0,0,0,2.28-2.28h0a2.32,2.32,0,0,0-2.28-2.28H34.44V8.42h4.65"/><path class="a" d="M26.35,28.24v-8l-4.29,5.38h5.29"/><circle class="a" cx="37.07" cy="25.57" r="2.69"/><path class="a" d="M39.46,21.19a2.45,2.45,0,0,0-2.19-1h-.2a2.69,2.69,0,0,0-2.7,2.69v2.69"/><path class="a" d="M42.5,18H5.5"/><path class="a" d="M42.5,30.46H5.5"/></svg>
Copied!